@charset "UTF-8";
/* defaults */
* {
  box-sizing: border-box; }

::before,
::after {
  box-sizing: inherit; }

html {
  -webkit-tap-highlight-color: transparent;
  font-size: 100%;
  line-height: 1.5rem; }

body {
  letter-spacing: 0.048234375px;
  color: #444;
  -webkit-font-smoothing: antialiased;
  font-family: 'source sans pro', -apple-system, BlinkMacSystemFont, 'avenir next', avenir, helvetica, 'helvetica neue', ubuntu, roboto, noto, 'segoe ui', arial, sans-serif; }

body,
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
hr,
dd,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: 600; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  vertical-align: top; }

th {
  text-align: left;
  font-weight: 600; }

pre,
code,
kbd,
samp {
  font-family: menlo, consolas, monaco, monospace;
  font-size: 0.9em; }

mark {
  background: #fff6cb; }

template {
  display: none; }

[hidden] {
  display: none; }

caption {
  text-align: left; }

details {
  display: block; }

summary {
  display: list-item; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

address {
  font-style: inherit; }

main {
  display: block; }

sub,
sup {
  font-size: 0.875rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

dt {
  font-weight: 600; }

ul,
ol {
  padding: 0;
  list-style: none; }

small {
  font-size: 0.875rem;
  letter-spacing: 0.0844101563px; }

img {
  border-style: none;
  vertical-align: bottom; }

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  clear: both; }

::-ms-reveal,
::-ms-clear {
  display: none; }

form {
  font-family: inherit;
  font-size: inherit;
  padding: 0;
  margin: 0; }

button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0; }

progress {
  vertical-align: baseline; }

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

label[for] {
  cursor: pointer; }

button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none; }

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText; }

[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'] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

::-webkit-input-placeholder {
  font: inherit; }

:-ms-input-placeholder {
  font: inherit; }

::-ms-input-placeholder {
  font: inherit; }

::placeholder {
  font: inherit; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s; }

textarea {
  overflow: auto; }

select {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0; }

a {
  background-color: transparent;
  color: inherit; }

a {
  color: #0057b8; }

b,
strong {
  font-weight: 600; }

.visually-hidden {
  /* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

.force-defaults header:not(.ignore-defaults),
.force-defaults h1:not(.ignore-defaults),
.force-defaults h2:not(.ignore-defaults),
.force-defaults h3:not(.ignore-defaults),
.force-defaults h4:not(.ignore-defaults),
.force-defaults h5:not(.ignore-defaults),
.force-defaults h6:not(.ignore-defaults) {
  margin-bottom: 1.5rem; }

.force-defaults h1:not(.ignore-defaults) {
  font-kerning: normal;
  letter-spacing: -0.245px;
  line-height: 1.23289066;
  font-size: 1.81182375rem; }
  .force-defaults h1:not(.ignore-defaults).ls-tight {
    letter-spacing: -0.545px; }
  .force-defaults h1:not(.ignore-defaults).ls-loose {
    letter-spacing: 0.055px; }
  .force-defaults h1:not(.ignore-defaults).lh-tight {
    line-height: 1.027408883; }
  .force-defaults h1:not(.ignore-defaults).lh-loose {
    line-height: 1.479468792; }
  .force-baseline .force-defaults h1:not(.ignore-defaults) {
    line-height: 2.5rem; }
    .force-baseline .force-defaults h1:not(.ignore-defaults).lh-tight {
      line-height: 2rem; }
    .force-baseline .force-defaults h1:not(.ignore-defaults).lh-loose {
      line-height: 3rem; }

.force-defaults h2:not(.ignore-defaults) {
  font-kerning: normal;
  letter-spacing: -0.14px;
  line-height: 1.282206287;
  font-size: 1.6471125rem; }
  .force-defaults h2:not(.ignore-defaults).ls-tight {
    letter-spacing: -0.44px; }
  .force-defaults h2:not(.ignore-defaults).ls-loose {
    letter-spacing: 0.16px; }
  .force-defaults h2:not(.ignore-defaults).lh-tight {
    line-height: 1.068505239; }
  .force-defaults h2:not(.ignore-defaults).lh-loose {
    line-height: 1.538647544; }
  .force-baseline .force-defaults h2:not(.ignore-defaults) {
    line-height: 2rem; }
    .force-baseline .force-defaults h2:not(.ignore-defaults).lh-tight {
      line-height: 1.5rem; }
    .force-baseline .force-defaults h2:not(.ignore-defaults).lh-loose {
      line-height: 2.5rem; }

.force-defaults h3:not(.ignore-defaults) {
  font-kerning: normal;
  letter-spacing: 0.009px;
  line-height: 1.333494538;
  font-size: 1.497375rem; }
  .force-defaults h3:not(.ignore-defaults).ls-tight {
    letter-spacing: -0.291px; }
  .force-defaults h3:not(.ignore-defaults).ls-loose {
    letter-spacing: 0.309px; }
  .force-defaults h3:not(.ignore-defaults).lh-tight {
    line-height: 1.111245448; }
  .force-defaults h3:not(.ignore-defaults).lh-loose {
    line-height: 1.600193446; }
  .force-baseline .force-defaults h3:not(.ignore-defaults) {
    line-height: 2rem; }
    .force-baseline .force-defaults h3:not(.ignore-defaults).lh-tight {
      line-height: 1.5rem; }
    .force-baseline .force-defaults h3:not(.ignore-defaults).lh-loose {
      line-height: 2.5rem; }

.force-defaults h4:not(.ignore-defaults) {
  font-kerning: normal;
  letter-spacing: 0.01575px;
  line-height: 1.38683432;
  font-size: 1.36125rem; }
  .force-defaults h4:not(.ignore-defaults).ls-tight {
    letter-spacing: -0.28425px; }
  .force-defaults h4:not(.ignore-defaults).ls-loose {
    letter-spacing: 0.31575px; }
  .force-defaults h4:not(.ignore-defaults).lh-tight {
    line-height: 1.155695266; }
  .force-defaults h4:not(.ignore-defaults).lh-loose {
    line-height: 1.664201183; }
  .force-baseline .force-defaults h4:not(.ignore-defaults) {
    line-height: 2rem; }
    .force-baseline .force-defaults h4:not(.ignore-defaults).lh-tight {
      line-height: 1.5rem; }
    .force-baseline .force-defaults h4:not(.ignore-defaults).lh-loose {
      line-height: 2.5rem; }

.force-defaults h5:not(.ignore-defaults) {
  font-kerning: normal;
  letter-spacing: 0.0275625px;
  line-height: 1.442307692;
  font-size: 1.2375rem; }
  .force-defaults h5:not(.ignore-defaults).ls-tight {
    letter-spacing: -0.2724375px; }
  .force-defaults h5:not(.ignore-defaults).ls-loose {
    letter-spacing: 0.3275625px; }
  .force-defaults h5:not(.ignore-defaults).lh-tight {
    line-height: 1.201923077; }
  .force-defaults h5:not(.ignore-defaults).lh-loose {
    line-height: 1.730769231; }
  .force-baseline .force-defaults h5:not(.ignore-defaults) {
    line-height: 2rem; }
    .force-baseline .force-defaults h5:not(.ignore-defaults).lh-tight {
      line-height: 1.5rem; }
    .force-baseline .force-defaults h5:not(.ignore-defaults).lh-loose {
      line-height: 2.5rem; }

.force-defaults h6:not(.ignore-defaults) {
  font-kerning: normal;
  letter-spacing: 0.048234375px;
  font-size: 1.125rem; }
  .force-defaults h6:not(.ignore-defaults).ls-tight {
    letter-spacing: -0.251765625px; }
  .force-defaults h6:not(.ignore-defaults).ls-loose {
    letter-spacing: 0.348234375px; }

@media (min-width: 600px) {
  .force-defaults h1:not(.ignore-defaults) {
    letter-spacing: -0.2695px;
    line-height: 1.214562582;
    font-size: 2.0170840194rem; }
    .force-defaults h1:not(.ignore-defaults).ls-tight {
      letter-spacing: -0.5995px; }
    .force-defaults h1:not(.ignore-defaults).ls-loose {
      letter-spacing: 0.0605px; }
    .force-defaults h1:not(.ignore-defaults).lh-tight {
      line-height: 1.012135485; }
    .force-defaults h1:not(.ignore-defaults).lh-loose {
      line-height: 1.457475099; }
    .force-baseline .force-defaults h1:not(.ignore-defaults) {
      line-height: 2.5rem; }
      .force-baseline .force-defaults h1:not(.ignore-defaults).lh-tight {
        line-height: 2rem; }
      .force-baseline .force-defaults h1:not(.ignore-defaults).lh-loose {
        line-height: 3rem; }
  .force-defaults h2:not(.ignore-defaults) {
    letter-spacing: -0.14px;
    line-height: 1.266934521;
    font-size: 1.7947736938rem; }
    .force-defaults h2:not(.ignore-defaults).ls-tight {
      letter-spacing: -0.47px; }
    .force-defaults h2:not(.ignore-defaults).ls-loose {
      letter-spacing: 0.19px; }
    .force-defaults h2:not(.ignore-defaults).lh-tight {
      line-height: 1.055778767; }
    .force-defaults h2:not(.ignore-defaults).lh-loose {
      line-height: 1.520321425; }
    .force-baseline .force-defaults h2:not(.ignore-defaults) {
      line-height: 2.5rem; }
      .force-baseline .force-defaults h2:not(.ignore-defaults).lh-tight {
        line-height: 2rem; }
      .force-baseline .force-defaults h2:not(.ignore-defaults).lh-loose {
        line-height: 3rem; }
  .force-defaults h3:not(.ignore-defaults) {
    letter-spacing: 0.009px;
    line-height: 1.321564737;
    font-size: 1.5969650156rem; }
    .force-defaults h3:not(.ignore-defaults).ls-tight {
      letter-spacing: -0.321px; }
    .force-defaults h3:not(.ignore-defaults).ls-loose {
      letter-spacing: 0.339px; }
    .force-defaults h3:not(.ignore-defaults).lh-tight {
      line-height: 1.101303948; }
    .force-defaults h3:not(.ignore-defaults).lh-loose {
      line-height: 1.585877685; }
    .force-baseline .force-defaults h3:not(.ignore-defaults) {
      line-height: 2rem; }
      .force-baseline .force-defaults h3:not(.ignore-defaults).lh-tight {
        line-height: 1.5rem; }
      .force-baseline .force-defaults h3:not(.ignore-defaults).lh-loose {
        line-height: 2.5rem; }
  .force-defaults h4:not(.ignore-defaults) {
    letter-spacing: 0.017325px;
    line-height: 1.378550609;
    font-size: 1.4209575663rem; }
    .force-defaults h4:not(.ignore-defaults).ls-tight {
      letter-spacing: -0.312675px; }
    .force-defaults h4:not(.ignore-defaults).ls-loose {
      letter-spacing: 0.347325px; }
    .force-defaults h4:not(.ignore-defaults).lh-tight {
      line-height: 1.148792174; }
    .force-defaults h4:not(.ignore-defaults).lh-loose {
      line-height: 1.654260731; }
    .force-baseline .force-defaults h4:not(.ignore-defaults) {
      line-height: 2rem; }
      .force-baseline .force-defaults h4:not(.ignore-defaults).lh-tight {
        line-height: 1.5rem; }
      .force-baseline .force-defaults h4:not(.ignore-defaults).lh-loose {
        line-height: 2.5rem; }
  .force-defaults h5:not(.ignore-defaults) {
    letter-spacing: 0.033350625px;
    line-height: 1.437993711;
    font-size: 1.2643485525rem; }
    .force-defaults h5:not(.ignore-defaults).ls-tight {
      letter-spacing: -0.296649375px; }
    .force-defaults h5:not(.ignore-defaults).ls-loose {
      letter-spacing: 0.363350625px; }
    .force-defaults h5:not(.ignore-defaults).lh-tight {
      line-height: 1.198328093; }
    .force-defaults h5:not(.ignore-defaults).lh-loose {
      line-height: 1.725592453; }
    .force-baseline .force-defaults h5:not(.ignore-defaults) {
      line-height: 2rem; }
      .force-baseline .force-defaults h5:not(.ignore-defaults).lh-tight {
        line-height: 1.5rem; }
      .force-baseline .force-defaults h5:not(.ignore-defaults).lh-loose {
        line-height: 2.5rem; }
  .force-defaults h6:not(.ignore-defaults) {
    letter-spacing: 0.0641999531px;
    font-size: 1.125rem; }
    .force-defaults h6:not(.ignore-defaults).ls-tight {
      letter-spacing: -0.2658000469px; }
    .force-defaults h6:not(.ignore-defaults).ls-loose {
      letter-spacing: 0.3941999531px; } }

@media (min-width: 900px) {
  .force-defaults h1:not(.ignore-defaults) {
    letter-spacing: -0.29645px;
    line-height: 1.196506969;
    font-size: 2.2455980838rem; }
    .force-defaults h1:not(.ignore-defaults).ls-tight {
      letter-spacing: -0.65945px; }
    .force-defaults h1:not(.ignore-defaults).ls-loose {
      letter-spacing: 0.06655px; }
    .force-defaults h1:not(.ignore-defaults).lh-tight {
      line-height: 0.9970891405; }
    .force-defaults h1:not(.ignore-defaults).lh-loose {
      line-height: 1.435808362; }
    .force-baseline .force-defaults h1:not(.ignore-defaults) {
      line-height: 2.5rem; }
      .force-baseline .force-defaults h1:not(.ignore-defaults).lh-tight {
        line-height: 2rem; }
      .force-baseline .force-defaults h1:not(.ignore-defaults).lh-loose {
        line-height: 3rem; }
  .force-defaults h2:not(.ignore-defaults) {
    letter-spacing: -0.14px;
    line-height: 1.25184465;
    font-size: 1.955672495rem; }
    .force-defaults h2:not(.ignore-defaults).ls-tight {
      letter-spacing: -0.503px; }
    .force-defaults h2:not(.ignore-defaults).ls-loose {
      letter-spacing: 0.223px; }
    .force-defaults h2:not(.ignore-defaults).lh-tight {
      line-height: 1.043203875; }
    .force-defaults h2:not(.ignore-defaults).lh-loose {
      line-height: 1.50221358; }
    .force-baseline .force-defaults h2:not(.ignore-defaults) {
      line-height: 2.5rem; }
      .force-baseline .force-defaults h2:not(.ignore-defaults).lh-tight {
        line-height: 2rem; }
      .force-baseline .force-defaults h2:not(.ignore-defaults).lh-loose {
        line-height: 3rem; }
  .force-defaults h3:not(.ignore-defaults) {
    letter-spacing: 0.009px;
    line-height: 1.309741664;
    font-size: 1.7031787362rem; }
    .force-defaults h3:not(.ignore-defaults).ls-tight {
      letter-spacing: -0.354px; }
    .force-defaults h3:not(.ignore-defaults).ls-loose {
      letter-spacing: 0.372px; }
    .force-defaults h3:not(.ignore-defaults).lh-tight {
      line-height: 1.091451387; }
    .force-defaults h3:not(.ignore-defaults).lh-loose {
      line-height: 1.571689997; }
    .force-baseline .force-defaults h3:not(.ignore-defaults) {
      line-height: 2rem; }
      .force-baseline .force-defaults h3:not(.ignore-defaults).lh-tight {
        line-height: 1.5rem; }
      .force-baseline .force-defaults h3:not(.ignore-defaults).lh-loose {
        line-height: 2.5rem; }
  .force-defaults h4:not(.ignore-defaults) {
    letter-spacing: 0.0190575px;
    line-height: 1.370316378;
    font-size: 1.4832840444rem; }
    .force-defaults h4:not(.ignore-defaults).ls-tight {
      letter-spacing: -0.3439425px; }
    .force-defaults h4:not(.ignore-defaults).ls-loose {
      letter-spacing: 0.3820575px; }
    .force-defaults h4:not(.ignore-defaults).lh-tight {
      line-height: 1.141930315; }
    .force-defaults h4:not(.ignore-defaults).lh-loose {
      line-height: 1.644379653; }
    .force-baseline .force-defaults h4:not(.ignore-defaults) {
      line-height: 2rem; }
      .force-baseline .force-defaults h4:not(.ignore-defaults).lh-tight {
        line-height: 1.5rem; }
      .force-baseline .force-defaults h4:not(.ignore-defaults).lh-loose {
        line-height: 2.5rem; }
  .force-defaults h5:not(.ignore-defaults) {
    letter-spacing: 0.0403542562px;
    line-height: 1.433692633;
    font-size: 1.2917796056rem; }
    .force-defaults h5:not(.ignore-defaults).ls-tight {
      letter-spacing: -0.3226457438px; }
    .force-defaults h5:not(.ignore-defaults).ls-loose {
      letter-spacing: 0.4033542563px; }
    .force-defaults h5:not(.ignore-defaults).lh-tight {
      line-height: 1.194743861; }
    .force-defaults h5:not(.ignore-defaults).lh-loose {
      line-height: 1.72043116; }
    .force-baseline .force-defaults h5:not(.ignore-defaults) {
      line-height: 2rem; }
      .force-baseline .force-defaults h5:not(.ignore-defaults).lh-tight {
        line-height: 1.5rem; }
      .force-baseline .force-defaults h5:not(.ignore-defaults).lh-loose {
        line-height: 2.5rem; }
  .force-defaults h6:not(.ignore-defaults) {
    letter-spacing: 0.0854501376px;
    font-size: 1.125rem; }
    .force-defaults h6:not(.ignore-defaults).ls-tight {
      letter-spacing: -0.2775498624px; }
    .force-defaults h6:not(.ignore-defaults).ls-loose {
      letter-spacing: 0.4484501376px; } }

@media (min-width: 1200px) {
  .force-defaults h1:not(.ignore-defaults) {
    letter-spacing: -0.326095px;
    line-height: 1.178719769;
    font-size: 2.50000035rem; }
    .force-defaults h1:not(.ignore-defaults).ls-tight {
      letter-spacing: -0.725395px; }
    .force-defaults h1:not(.ignore-defaults).ls-loose {
      letter-spacing: 0.073205px; }
    .force-defaults h1:not(.ignore-defaults).lh-tight {
      line-height: 0.9822664738; }
    .force-defaults h1:not(.ignore-defaults).lh-loose {
      line-height: 1.414463722; }
    .force-baseline .force-defaults h1:not(.ignore-defaults) {
      line-height: 3rem; }
      .force-baseline .force-defaults h1:not(.ignore-defaults).lh-tight {
        line-height: 2.5rem; }
      .force-baseline .force-defaults h1:not(.ignore-defaults).lh-loose {
        line-height: 3.5rem; }
  .force-defaults h2:not(.ignore-defaults) {
    letter-spacing: -0.14px;
    line-height: 1.236934508;
    font-size: 2.1309956344rem; }
    .force-defaults h2:not(.ignore-defaults).ls-tight {
      letter-spacing: -0.5393px; }
    .force-defaults h2:not(.ignore-defaults).ls-loose {
      letter-spacing: 0.2593px; }
    .force-defaults h2:not(.ignore-defaults).lh-tight {
      line-height: 1.030778757; }
    .force-defaults h2:not(.ignore-defaults).lh-loose {
      line-height: 1.48432141; }
    .force-baseline .force-defaults h2:not(.ignore-defaults) {
      line-height: 2.5rem; }
      .force-baseline .force-defaults h2:not(.ignore-defaults).lh-tight {
        line-height: 2rem; }
      .force-baseline .force-defaults h2:not(.ignore-defaults).lh-loose {
        line-height: 3rem; }
  .force-defaults h3:not(.ignore-defaults) {
    letter-spacing: 0.009px;
    line-height: 1.298024363;
    font-size: 1.8164567037rem; }
    .force-defaults h3:not(.ignore-defaults).ls-tight {
      letter-spacing: -0.3903px; }
    .force-defaults h3:not(.ignore-defaults).ls-loose {
      letter-spacing: 0.4083px; }
    .force-defaults h3:not(.ignore-defaults).lh-tight {
      line-height: 1.081686969; }
    .force-defaults h3:not(.ignore-defaults).lh-loose {
      line-height: 1.557629236; }
    .force-baseline .force-defaults h3:not(.ignore-defaults) {
      line-height: 2.5rem; }
      .force-baseline .force-defaults h3:not(.ignore-defaults).lh-tight {
        line-height: 2rem; }
      .force-baseline .force-defaults h3:not(.ignore-defaults).lh-loose {
        line-height: 3rem; }
  .force-defaults h4:not(.ignore-defaults) {
    letter-spacing: 0.02096325px;
    line-height: 1.362131331;
    font-size: 1.5483443056rem; }
    .force-defaults h4:not(.ignore-defaults).ls-tight {
      letter-spacing: -0.37833675px; }
    .force-defaults h4:not(.ignore-defaults).ls-loose {
      letter-spacing: 0.42026325px; }
    .force-defaults h4:not(.ignore-defaults).lh-tight {
      line-height: 1.135109442; }
    .force-defaults h4:not(.ignore-defaults).lh-loose {
      line-height: 1.634557597; }
    .force-baseline .force-defaults h4:not(.ignore-defaults) {
      line-height: 2rem; }
      .force-baseline .force-defaults h4:not(.ignore-defaults).lh-tight {
        line-height: 1.5rem; }
      .force-baseline .force-defaults h4:not(.ignore-defaults).lh-loose {
        line-height: 2.5rem; }
  .force-defaults h5:not(.ignore-defaults) {
    letter-spacing: 0.0488286501px;
    line-height: 1.42940442;
    font-size: 1.3198057975rem; }
    .force-defaults h5:not(.ignore-defaults).ls-tight {
      letter-spacing: -0.3504713499px; }
    .force-defaults h5:not(.ignore-defaults).ls-loose {
      letter-spacing: 0.4481286501px; }
    .force-defaults h5:not(.ignore-defaults).lh-tight {
      line-height: 1.19117035; }
    .force-defaults h5:not(.ignore-defaults).lh-loose {
      line-height: 1.715285304; }
    .force-baseline .force-defaults h5:not(.ignore-defaults) {
      line-height: 2rem; }
      .force-baseline .force-defaults h5:not(.ignore-defaults).lh-tight {
        line-height: 1.5rem; }
      .force-baseline .force-defaults h5:not(.ignore-defaults).lh-loose {
        line-height: 2.5rem; }
  .force-defaults h6:not(.ignore-defaults) {
    letter-spacing: 0.1137341332px;
    font-size: 1.125rem; }
    .force-defaults h6:not(.ignore-defaults).ls-tight {
      letter-spacing: -0.2855658668px; }
    .force-defaults h6:not(.ignore-defaults).ls-loose {
      letter-spacing: 0.5130341332px; } }

.force-defaults table:not(.ignore-defaults) {
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-collapse: collapse; }
  .force-defaults table:not(.ignore-defaults) td,
  .force-defaults table:not(.ignore-defaults) th {
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem; }
  .force-defaults table:not(.ignore-defaults) th {
    background: #fafafa; }
  .force-defaults table:not(.ignore-defaults) caption {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }

.force-defaults table + footer:not(.ignore-defaults) {
  margin-top: 0.5rem; }

.force-defaults menu:not(.ignore-defaults),
.force-defaults figure:not(.ignore-defaults),
.force-defaults blockquote:not(.ignore-defaults) {
  margin-bottom: 1.5rem;
  padding-left: 2.5rem; }

.force-defaults dl:not(.ignore-defaults) {
  margin-bottom: 1.5rem; }
  .force-defaults dl:not(.ignore-defaults) dd {
    padding-left: 2.5rem; }
  .force-defaults dl:not(.ignore-defaults) dd + dt {
    margin-top: 1.5rem; }
  .force-defaults dl:not(.ignore-defaults) dd + dd {
    margin-top: 1.5rem; }

.force-defaults ul:not(.ignore-defaults):not(.list-dashed):not(.list-circle) > li:before {
  transform: translate3d(0.08em, 0.6em, 0);
  content: '';
  width: 0.38em;
  height: 0.38em;
  background: #444; }
  .lh-loose .force-defaults ul:not(.ignore-defaults):not(.list-dashed):not(.list-circle) > li:before {
    transform: translate3d(0.08em, 0.8em, 0); }

.f6 ul:not(.ignore-defaults):not(.list-dashed):not(.list-circle):before,
ul.f6:not(.ignore-defaults):not(.list-dashed):not(.list-circle):before {
  transform: translate3d(0.08em, 0.2em, 0); }

.force-defaults hr:not(.ignore-defaults) {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

.force-defaults fieldset:not(.ignore-defaults) {
  margin-bottom: 1.5rem; }

.force-defaults legend:not(.ignore-defaults),
.force-defaults label:not(.ignore-defaults) {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0.5rem; }

.force-defaults input[type='email']:not(.ignore-defaults),
.force-defaults input[type='password']:not(.ignore-defaults),
.force-defaults input[type='tel']:not(.ignore-defaults),
.force-defaults input[type='search']:not(.ignore-defaults),
.force-defaults input[type='number']:not(.ignore-defaults),
.force-defaults input[type='text']:not(.ignore-defaults),
.force-defaults input[type='date']:not(.ignore-defaults),
.force-defaults input[type='month']:not(.ignore-defaults),
.force-defaults input[type='datetime']:not(.ignore-defaults),
.force-defaults input[type='datetime-local']:not(.ignore-defaults),
.force-defaults input[type='week']:not(.ignore-defaults),
.force-defaults input[type='url']:not(.ignore-defaults) {
  color: #001e62;
  display: block;
  border: 1px solid #cbd1e0;
  line-height: 3.375rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  height: 3.375rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }
  .force-defaults input[type='email']:not(.ignore-defaults):focus,
  .force-defaults input[type='password']:not(.ignore-defaults):focus,
  .force-defaults input[type='tel']:not(.ignore-defaults):focus,
  .force-defaults input[type='search']:not(.ignore-defaults):focus,
  .force-defaults input[type='number']:not(.ignore-defaults):focus,
  .force-defaults input[type='text']:not(.ignore-defaults):focus,
  .force-defaults input[type='date']:not(.ignore-defaults):focus,
  .force-defaults input[type='month']:not(.ignore-defaults):focus,
  .force-defaults input[type='datetime']:not(.ignore-defaults):focus,
  .force-defaults input[type='datetime-local']:not(.ignore-defaults):focus,
  .force-defaults input[type='week']:not(.ignore-defaults):focus,
  .force-defaults input[type='url']:not(.ignore-defaults):focus {
    border-color: #00a4e4; }
  .force-defaults input[type='email']:not(.ignore-defaults):disabled,
  .force-defaults input[type='password']:not(.ignore-defaults):disabled,
  .force-defaults input[type='tel']:not(.ignore-defaults):disabled,
  .force-defaults input[type='search']:not(.ignore-defaults):disabled,
  .force-defaults input[type='number']:not(.ignore-defaults):disabled,
  .force-defaults input[type='text']:not(.ignore-defaults):disabled,
  .force-defaults input[type='date']:not(.ignore-defaults):disabled,
  .force-defaults input[type='month']:not(.ignore-defaults):disabled,
  .force-defaults input[type='datetime']:not(.ignore-defaults):disabled,
  .force-defaults input[type='datetime-local']:not(.ignore-defaults):disabled,
  .force-defaults input[type='week']:not(.ignore-defaults):disabled,
  .force-defaults input[type='url']:not(.ignore-defaults):disabled {
    background: #f5f5f5; }
  .force-defaults input[type='email']:not(.ignore-defaults)::-webkit-input-placeholder,
  .force-defaults input[type='password']:not(.ignore-defaults)::-webkit-input-placeholder,
  .force-defaults input[type='tel']:not(.ignore-defaults)::-webkit-input-placeholder,
  .force-defaults input[type='search']:not(.ignore-defaults)::-webkit-input-placeholder,
  .force-defaults input[type='number']:not(.ignore-defaults)::-webkit-input-placeholder,
  .force-defaults input[type='text']:not(.ignore-defaults)::-webkit-input-placeholder,
  .force-defaults input[type='date']:not(.ignore-defaults)::-webkit-input-placeholder,
  .force-defaults input[type='month']:not(.ignore-defaults)::-webkit-input-placeholder,
  .force-defaults input[type='datetime']:not(.ignore-defaults)::-webkit-input-placeholder,
  .force-defaults input[type='datetime-local']:not(.ignore-defaults)::-webkit-input-placeholder,
  .force-defaults input[type='week']:not(.ignore-defaults)::-webkit-input-placeholder,
  .force-defaults input[type='url']:not(.ignore-defaults)::-webkit-input-placeholder {
    color: rgba(0, 30, 98, 0.4); }
  .force-defaults input[type='email']:not(.ignore-defaults):-moz-placeholder,
  .force-defaults input[type='password']:not(.ignore-defaults):-moz-placeholder,
  .force-defaults input[type='tel']:not(.ignore-defaults):-moz-placeholder,
  .force-defaults input[type='search']:not(.ignore-defaults):-moz-placeholder,
  .force-defaults input[type='number']:not(.ignore-defaults):-moz-placeholder,
  .force-defaults input[type='text']:not(.ignore-defaults):-moz-placeholder,
  .force-defaults input[type='date']:not(.ignore-defaults):-moz-placeholder,
  .force-defaults input[type='month']:not(.ignore-defaults):-moz-placeholder,
  .force-defaults input[type='datetime']:not(.ignore-defaults):-moz-placeholder,
  .force-defaults input[type='datetime-local']:not(.ignore-defaults):-moz-placeholder,
  .force-defaults input[type='week']:not(.ignore-defaults):-moz-placeholder,
  .force-defaults input[type='url']:not(.ignore-defaults):-moz-placeholder {
    color: rgba(0, 30, 98, 0.4); }
  .force-defaults input[type='email']:not(.ignore-defaults)::-moz-placeholder,
  .force-defaults input[type='password']:not(.ignore-defaults)::-moz-placeholder,
  .force-defaults input[type='tel']:not(.ignore-defaults)::-moz-placeholder,
  .force-defaults input[type='search']:not(.ignore-defaults)::-moz-placeholder,
  .force-defaults input[type='number']:not(.ignore-defaults)::-moz-placeholder,
  .force-defaults input[type='text']:not(.ignore-defaults)::-moz-placeholder,
  .force-defaults input[type='date']:not(.ignore-defaults)::-moz-placeholder,
  .force-defaults input[type='month']:not(.ignore-defaults)::-moz-placeholder,
  .force-defaults input[type='datetime']:not(.ignore-defaults)::-moz-placeholder,
  .force-defaults input[type='datetime-local']:not(.ignore-defaults)::-moz-placeholder,
  .force-defaults input[type='week']:not(.ignore-defaults)::-moz-placeholder,
  .force-defaults input[type='url']:not(.ignore-defaults)::-moz-placeholder {
    color: rgba(0, 30, 98, 0.4); }

.force-defaults input[type='email']:not(.ignore-defaults):-ms-input-placeholder,
.force-defaults input[type='password']:not(.ignore-defaults):-ms-input-placeholder,
.force-defaults input[type='tel']:not(.ignore-defaults):-ms-input-placeholder,
.force-defaults input[type='search']:not(.ignore-defaults):-ms-input-placeholder,
.force-defaults input[type='number']:not(.ignore-defaults):-ms-input-placeholder,
.force-defaults input[type='text']:not(.ignore-defaults):-ms-input-placeholder,
.force-defaults input[type='date']:not(.ignore-defaults):-ms-input-placeholder,
.force-defaults input[type='month']:not(.ignore-defaults):-ms-input-placeholder,
.force-defaults input[type='datetime']:not(.ignore-defaults):-ms-input-placeholder,
.force-defaults input[type='datetime-local']:not(.ignore-defaults):-ms-input-placeholder,
.force-defaults input[type='week']:not(.ignore-defaults):-ms-input-placeholder,
.force-defaults input[type='url']:not(.ignore-defaults):-ms-input-placeholder {
  color: rgba(0, 30, 98, 0.4); }

.force-defaults textarea:not(.ignore-defaults) {
  display: block;
  border: 1px solid #cbd1e0;
  padding: 0.875rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }
  .force-defaults textarea:not(.ignore-defaults):focus {
    border-color: #00a4e4; }

.force-defaults select:not(.ignore-defaults) {
  border: 1px solid #cbd1e0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  line-height: 3.375rem;
  letter-spacing: inherit;
  padding-left: 0.875rem;
  padding-right: 2rem;
  height: 3.375rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  background-position: calc(100% - 1rem) center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNyAxNSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNOC41IDEwLjc3N0wxLjA2MyAzIDAgNC4xMTIgOC41IDEzIDE3IDQuMTEyIDE1LjkzNyAzIiBmaWxsPSIjMTk0QUI2Ii8+Cjwvc3ZnPgo=);
  background-size: scale-down; }
  .force-defaults select:not(.ignore-defaults):focus {
    border-color: #00a4e4; }

.dt-mb1 > dt {
  margin-bottom: 0.5rem; }

.dt-mb2 > dt {
  margin-bottom: 1rem; }

.dt-mb3 > dt {
  margin-bottom: 1.5rem; }

.dd-mb1 > dd {
  margin-bottom: 0.5rem; }

.dd-mb2 > dd {
  margin-bottom: 1rem; }

.dd-mb3 > dd {
  margin-bottom: 1.5rem; }

.dd-ml1 > dd {
  margin-left: 0.5rem; }

.dd-ml2 > dd {
  margin-left: 1rem; }

.dd-ml3 > dd {
  margin-left: 1.5rem; }

.li-mb1 > li {
  margin-bottom: 0.5rem; }

.li-mb2 > li {
  margin-bottom: 1rem; }

.li-mb3 > li {
  margin-bottom: 1.5rem; }

ul.list-circle > li:before,
ul.list-square > li:before {
  line-height: 1rem; }

ul.list-circle,
ul.list-square,
ul.list-dashed {
  position: relative;
  margin-left: 1.5rem; }
  ul.list-circle > li:before,
  ul.list-square > li:before,
  ul.list-dashed > li:before {
    position: absolute;
    display: inline-block;
    pointer-events: none;
    margin-left: -1.5rem;
    width: 0.5rem; }

ul.list-circle > li:before {
  transform: translate3d(0.08em, 0.6em, 0);
  content: '';
  width: 0.37em;
  height: 0.37em;
  background: #444;
  border-radius: 50%; }
  .lh-loose ul.list-circle > li:before {
    transform: translate3d(0.08em, 0.8em, 0); }
  .f6 ul.list-circle > li:before {
    transform: translate3d(0.08em, 0.5em, 0); }

.f6 ul.list-circle:before,
ul.list-circle.f6:before {
  transform: translate3d(0.08em, 0.5em, 0); }

ul.list-square > li:before {
  transform: translate3d(0.08em, 0.6em, 0);
  content: '';
  width: 0.36em;
  height: 0.36em;
  background: #444; }
  .lh-loose ul.list-square > li:before {
    transform: translate3d(0.08em, 0.8em, 0); }

.f6 ul.list-square:before,
ul.list-square.f6:before {
  transform: translate3d(0.08em, 0.5em, 0); }

ul.list-dashed > li:before {
  content: '';
  transform: translate3d(0.08em, 0.3em, 0);
  width: 9px;
  height: 2px;
  margin-top: 0.45em;
  background: #444;
  opacity: 0.8; }
  .lh-loose ul.list-dashed > li:before {
    transform: translate3d(0.08em, 0.5em, 0); }

.f6 ul.list-dashed:before,
ul.list-dashed.f6:before {
  transform: translate3d(0.08em, 0.2em, 0); }

ol:not(.ignore-defaults) {
  margin-bottom: 1.5rem;
  margin-left: 1.5rem;
  counter-reset: section;
  list-style-type: none; }
  ol:not(.ignore-defaults) > li {
    display: block; }
  ol:not(.ignore-defaults) > li::before {
    float: left;
    min-width: 1.5rem;
    height: 100%;
    padding-right: 1rem;
    margin-left: -1.5rem;
    counter-increment: section;
    content: counters(section, "."); }

.f-small {
  font-size: 0.875rem;
  letter-spacing: 0.0844101563px; }

input.object-defaults {
  color: #001e62;
  display: block;
  border: 1px solid #cbd1e0;
  line-height: 3.375rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  height: 3.375rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }
  input.object-defaults:focus {
    border-color: #00a4e4; }
  input.object-defaults:disabled {
    background: #f5f5f5; }
  input.object-defaults::-webkit-input-placeholder {
    color: rgba(0, 30, 98, 0.4); }
  input.object-defaults:-moz-placeholder {
    color: rgba(0, 30, 98, 0.4); }
  input.object-defaults::-moz-placeholder {
    color: rgba(0, 30, 98, 0.4); }

input.object-defaults:-ms-input-placeholder {
  color: rgba(0, 30, 98, 0.4); }

textarea.object-defaults {
  display: block;
  border: 1px solid #cbd1e0;
  padding: 0.875rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }
  textarea.object-defaults:focus {
    border-color: #00a4e4; }

select.object-defaults {
  border: 1px solid #cbd1e0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  line-height: 3.375rem;
  letter-spacing: inherit;
  padding-left: 0.875rem;
  padding-right: 2rem;
  height: 3.375rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  background-position: calc(100% - 1rem) center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNyAxNSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNOC41IDEwLjc3N0wxLjA2MyAzIDAgNC4xMTIgOC41IDEzIDE3IDQuMTEyIDE1LjkzNyAzIiBmaWxsPSIjMTk0QUI2Ii8+Cjwvc3ZnPgo=);
  background-size: scale-down; }
  select.object-defaults:focus {
    border-color: #00a4e4; }

p {
  margin-bottom: 1.5rem; }

/* ¶ fonts-responsive */
.ls-tight {
  letter-spacing: -0.251765625px; }

.ls-loose {
  letter-spacing: 0.348234375px; }

.lh-tight {
  line-height: 1.5; }

.lh-loose {
  line-height: 1.75; }

.impose-baseline.lh-loose,
.impose-baseline .lh-loose {
  line-height: 2rem; }

.f-headline {
  font-kerning: normal;
  letter-spacing: -0.7503125px;
  line-height: 1.13987672;
  font-size: 2.1923067375rem; }
  .f-headline.ls-tight {
    letter-spacing: -1.0503125px; }
  .f-headline.ls-loose {
    letter-spacing: -0.4503125px; }
  .f-headline.lh-tight {
    line-height: 0.9498972665; }
  .f-headline.lh-loose {
    line-height: 1.367852064; }
  .force-baseline .f-headline {
    line-height: 2.5rem; }
    .force-baseline .f-headline.lh-tight {
      line-height: 2rem; }
    .force-baseline .f-headline.lh-loose {
      line-height: 3rem; }

.f-subheadline {
  font-kerning: normal;
  letter-spacing: -0.42875px;
  line-height: 1.185471789;
  font-size: 1.993006125rem; }
  .f-subheadline.ls-tight {
    letter-spacing: -0.72875px; }
  .f-subheadline.ls-loose {
    letter-spacing: -0.12875px; }
  .f-subheadline.lh-tight {
    line-height: 0.9878931572; }
  .f-subheadline.lh-loose {
    line-height: 1.422566146; }
  .force-baseline .f-subheadline {
    line-height: 2.5rem; }
    .force-baseline .f-subheadline.lh-tight {
      line-height: 2rem; }
    .force-baseline .f-subheadline.lh-loose {
      line-height: 3rem; }

.f1 {
  font-kerning: normal;
  letter-spacing: -0.245px;
  line-height: 1.23289066;
  font-size: 1.81182375rem; }
  .f1.ls-tight {
    letter-spacing: -0.545px; }
  .f1.ls-loose {
    letter-spacing: 0.055px; }
  .f1.lh-tight {
    line-height: 1.027408883; }
  .f1.lh-loose {
    line-height: 1.479468792; }
  .force-baseline .f1 {
    line-height: 2.5rem; }
    .force-baseline .f1.lh-tight {
      line-height: 2rem; }
    .force-baseline .f1.lh-loose {
      line-height: 3rem; }

.f2 {
  font-kerning: normal;
  letter-spacing: -0.14px;
  line-height: 1.282206287;
  font-size: 1.6471125rem; }
  .f2.ls-tight {
    letter-spacing: -0.44px; }
  .f2.ls-loose {
    letter-spacing: 0.16px; }
  .f2.lh-tight {
    line-height: 1.068505239; }
  .f2.lh-loose {
    line-height: 1.538647544; }
  .force-baseline .f2 {
    line-height: 2rem; }
    .force-baseline .f2.lh-tight {
      line-height: 1.5rem; }
    .force-baseline .f2.lh-loose {
      line-height: 2.5rem; }

.f3 {
  font-kerning: normal;
  letter-spacing: 0.009px;
  line-height: 1.333494538;
  font-size: 1.497375rem; }
  .f3.ls-tight {
    letter-spacing: -0.291px; }
  .f3.ls-loose {
    letter-spacing: 0.309px; }
  .f3.lh-tight {
    line-height: 1.111245448; }
  .f3.lh-loose {
    line-height: 1.600193446; }
  .force-baseline .f3 {
    line-height: 2rem; }
    .force-baseline .f3.lh-tight {
      line-height: 1.5rem; }
    .force-baseline .f3.lh-loose {
      line-height: 2.5rem; }

.f4 {
  font-kerning: normal;
  letter-spacing: 0.01575px;
  line-height: 1.38683432;
  font-size: 1.36125rem; }
  .f4.ls-tight {
    letter-spacing: -0.28425px; }
  .f4.ls-loose {
    letter-spacing: 0.31575px; }
  .f4.lh-tight {
    line-height: 1.155695266; }
  .f4.lh-loose {
    line-height: 1.664201183; }
  .force-baseline .f4 {
    line-height: 2rem; }
    .force-baseline .f4.lh-tight {
      line-height: 1.5rem; }
    .force-baseline .f4.lh-loose {
      line-height: 2.5rem; }

.f5 {
  font-kerning: normal;
  letter-spacing: 0.0275625px;
  line-height: 1.442307692;
  font-size: 1.2375rem; }
  .f5.ls-tight {
    letter-spacing: -0.2724375px; }
  .f5.ls-loose {
    letter-spacing: 0.3275625px; }
  .f5.lh-tight {
    line-height: 1.201923077; }
  .f5.lh-loose {
    line-height: 1.730769231; }
  .force-baseline .f5 {
    line-height: 2rem; }
    .force-baseline .f5.lh-tight {
      line-height: 1.5rem; }
    .force-baseline .f5.lh-loose {
      line-height: 2.5rem; }

.f6 {
  font-kerning: normal;
  letter-spacing: 0.048234375px;
  font-size: 1.125rem; }
  .f6.ls-tight {
    letter-spacing: -0.251765625px; }
  .f6.ls-loose {
    letter-spacing: 0.348234375px; }

.f7 {
  font-kerning: normal;
  letter-spacing: 0.0844101563px;
  font-size: 1rem; }
  .f7.ls-tight {
    letter-spacing: -0.2155898438px; }
  .f7.ls-loose {
    letter-spacing: 0.3844101563px; }

.f-small {
  font-kerning: normal;
  letter-spacing: 0.0844101563px;
  line-height: 1.5;
  font-size: 0.875rem; }
  .f-small.ls-tight {
    letter-spacing: -0.2155898438px; }
  .f-small.ls-loose {
    letter-spacing: 0.3844101563px; }
  .f-small.lh-tight {
    line-height: 1.25; }
  .f-small.lh-loose {
    line-height: 1.75; }
  .force-baseline .f-small {
    line-height: 1rem; }
    .force-baseline .f-small.lh-tight {
      line-height: 1rem; }
    .force-baseline .f-small.lh-loose {
      line-height: 1.5rem; }

@media (min-width: 600px) {
  .ls-tight {
    letter-spacing: -0.2658000469px; }
  .ls-loose {
    letter-spacing: 0.3941999531px; }
  .f-headline {
    letter-spacing: -0.9986659375px;
    line-height: 1.116223992;
    font-size: 2.547725155rem; }
    .f-headline.ls-tight {
      letter-spacing: -1.328665938px; }
    .f-headline.ls-loose {
      letter-spacing: -0.6686659375px; }
    .f-headline.lh-tight {
      line-height: 0.9301866597; }
    .f-headline.lh-loose {
      line-height: 1.33946879; }
    .force-baseline .f-headline {
      line-height: 3rem; }
      .force-baseline .f-headline.lh-tight {
        line-height: 2.5rem; }
      .force-baseline .f-headline.lh-loose {
        line-height: 3.5rem; }
  .f-subheadline {
    letter-spacing: -0.5187875px;
    line-height: 1.16435557;
    font-size: 2.2669308981rem; }
    .f-subheadline.ls-tight {
      letter-spacing: -0.8487875px; }
    .f-subheadline.ls-loose {
      letter-spacing: -0.1887875px; }
    .f-subheadline.lh-tight {
      line-height: 0.9702963085; }
    .f-subheadline.lh-loose {
      line-height: 1.397226684; }
    .force-baseline .f-subheadline {
      line-height: 2.5rem; }
      .force-baseline .f-subheadline.lh-tight {
        line-height: 2rem; }
      .force-baseline .f-subheadline.lh-loose {
        line-height: 3rem; }
  .f1 {
    letter-spacing: -0.2695px;
    line-height: 1.214562582;
    font-size: 2.0170840194rem; }
    .f1.ls-tight {
      letter-spacing: -0.5995px; }
    .f1.ls-loose {
      letter-spacing: 0.0605px; }
    .f1.lh-tight {
      line-height: 1.012135485; }
    .f1.lh-loose {
      line-height: 1.457475099; }
    .force-baseline .f1 {
      line-height: 2.5rem; }
      .force-baseline .f1.lh-tight {
        line-height: 2rem; }
      .force-baseline .f1.lh-loose {
        line-height: 3rem; }
  .f2 {
    letter-spacing: -0.14px;
    line-height: 1.266934521;
    font-size: 1.7947736938rem; }
    .f2.ls-tight {
      letter-spacing: -0.47px; }
    .f2.ls-loose {
      letter-spacing: 0.19px; }
    .f2.lh-tight {
      line-height: 1.055778767; }
    .f2.lh-loose {
      line-height: 1.520321425; }
    .force-baseline .f2 {
      line-height: 2.5rem; }
      .force-baseline .f2.lh-tight {
        line-height: 2rem; }
      .force-baseline .f2.lh-loose {
        line-height: 3rem; }
  .f3 {
    letter-spacing: 0.009px;
    line-height: 1.321564737;
    font-size: 1.5969650156rem; }
    .f3.ls-tight {
      letter-spacing: -0.321px; }
    .f3.ls-loose {
      letter-spacing: 0.339px; }
    .f3.lh-tight {
      line-height: 1.101303948; }
    .f3.lh-loose {
      line-height: 1.585877685; }
    .force-baseline .f3 {
      line-height: 2rem; }
      .force-baseline .f3.lh-tight {
        line-height: 1.5rem; }
      .force-baseline .f3.lh-loose {
        line-height: 2.5rem; }
  .f4 {
    letter-spacing: 0.017325px;
    line-height: 1.378550609;
    font-size: 1.4209575663rem; }
    .f4.ls-tight {
      letter-spacing: -0.312675px; }
    .f4.ls-loose {
      letter-spacing: 0.347325px; }
    .f4.lh-tight {
      line-height: 1.148792174; }
    .f4.lh-loose {
      line-height: 1.654260731; }
    .force-baseline .f4 {
      line-height: 2rem; }
      .force-baseline .f4.lh-tight {
        line-height: 1.5rem; }
      .force-baseline .f4.lh-loose {
        line-height: 2.5rem; }
  .f5 {
    letter-spacing: 0.033350625px;
    line-height: 1.437993711;
    font-size: 1.2643485525rem; }
    .f5.ls-tight {
      letter-spacing: -0.296649375px; }
    .f5.ls-loose {
      letter-spacing: 0.363350625px; }
    .f5.lh-tight {
      line-height: 1.198328093; }
    .f5.lh-loose {
      line-height: 1.725592453; }
    .force-baseline .f5 {
      line-height: 2rem; }
      .force-baseline .f5.lh-tight {
        line-height: 1.5rem; }
      .force-baseline .f5.lh-loose {
        line-height: 2.5rem; }
  .f6 {
    letter-spacing: 0.0641999531px;
    font-size: 1.125rem; }
    .f6.ls-tight {
      letter-spacing: -0.2658000469px; }
    .f6.ls-loose {
      letter-spacing: 0.3941999531px; }
  .f7 {
    letter-spacing: 0.1235849098px;
    font-size: 1rem; }
    .f7.ls-tight {
      letter-spacing: -0.2064150902px; }
    .f7.ls-loose {
      letter-spacing: 0.4535849098px; }
  .f-small {
    letter-spacing: 0.1235849098px;
    line-height: 1.5;
    font-size: 0.875rem; }
    .f-small.ls-tight {
      letter-spacing: -0.2064150902px; }
    .f-small.ls-loose {
      letter-spacing: 0.4535849098px; }
    .f-small.lh-tight {
      line-height: 1.25; }
    .f-small.lh-loose {
      line-height: 1.75; }
    .force-baseline .f-small {
      line-height: 1rem; }
      .force-baseline .f-small.lh-tight {
        line-height: 1rem; }
      .force-baseline .f-small.lh-loose {
        line-height: 1.5rem; } }

@media (min-width: 900px) {
  .ls-tight {
    letter-spacing: -0.2775498624px; }
  .ls-loose {
    letter-spacing: 0.4484501376px; }
  .f-headline {
    letter-spacing: -1.329224363px;
    line-height: 1.093062064;
    font-size: 2.9607642738rem; }
    .f-headline.ls-tight {
      letter-spacing: -1.692224363px; }
    .f-headline.ls-loose {
      letter-spacing: -0.9662243628px; }
    .f-headline.lh-tight {
      line-height: 0.9108850529; }
    .f-headline.lh-loose {
      line-height: 1.311674476; }
    .force-baseline .f-headline {
      line-height: 3rem; }
      .force-baseline .f-headline.lh-tight {
        line-height: 2.5rem; }
      .force-baseline .f-headline.lh-loose {
        line-height: 3.5rem; }
  .f-subheadline {
    letter-spacing: -0.627732875px;
    line-height: 1.143615484;
    font-size: 2.5785047181rem; }
    .f-subheadline.ls-tight {
      letter-spacing: -0.990732875px; }
    .f-subheadline.ls-loose {
      letter-spacing: -0.264732875px; }
    .f-subheadline.lh-tight {
      line-height: 0.9530129037; }
    .f-subheadline.lh-loose {
      line-height: 1.372338581; }
    .force-baseline .f-subheadline {
      line-height: 2.5rem; }
      .force-baseline .f-subheadline.lh-tight {
        line-height: 2rem; }
      .force-baseline .f-subheadline.lh-loose {
        line-height: 3rem; }
  .f1 {
    letter-spacing: -0.29645px;
    line-height: 1.196506969;
    font-size: 2.2455980838rem; }
    .f1.ls-tight {
      letter-spacing: -0.65945px; }
    .f1.ls-loose {
      letter-spacing: 0.06655px; }
    .f1.lh-tight {
      line-height: 0.9970891405; }
    .f1.lh-loose {
      line-height: 1.435808362; }
    .force-baseline .f1 {
      line-height: 2.5rem; }
      .force-baseline .f1.lh-tight {
        line-height: 2rem; }
      .force-baseline .f1.lh-loose {
        line-height: 3rem; }
  .f2 {
    letter-spacing: -0.14px;
    line-height: 1.25184465;
    font-size: 1.955672495rem; }
    .f2.ls-tight {
      letter-spacing: -0.503px; }
    .f2.ls-loose {
      letter-spacing: 0.223px; }
    .f2.lh-tight {
      line-height: 1.043203875; }
    .f2.lh-loose {
      line-height: 1.50221358; }
    .force-baseline .f2 {
      line-height: 2.5rem; }
      .force-baseline .f2.lh-tight {
        line-height: 2rem; }
      .force-baseline .f2.lh-loose {
        line-height: 3rem; }
  .f3 {
    letter-spacing: 0.009px;
    line-height: 1.309741664;
    font-size: 1.7031787362rem; }
    .f3.ls-tight {
      letter-spacing: -0.354px; }
    .f3.ls-loose {
      letter-spacing: 0.372px; }
    .f3.lh-tight {
      line-height: 1.091451387; }
    .f3.lh-loose {
      line-height: 1.571689997; }
    .force-baseline .f3 {
      line-height: 2rem; }
      .force-baseline .f3.lh-tight {
        line-height: 1.5rem; }
      .force-baseline .f3.lh-loose {
        line-height: 2.5rem; }
  .f4 {
    letter-spacing: 0.0190575px;
    line-height: 1.370316378;
    font-size: 1.4832840444rem; }
    .f4.ls-tight {
      letter-spacing: -0.3439425px; }
    .f4.ls-loose {
      letter-spacing: 0.3820575px; }
    .f4.lh-tight {
      line-height: 1.141930315; }
    .f4.lh-loose {
      line-height: 1.644379653; }
    .force-baseline .f4 {
      line-height: 2rem; }
      .force-baseline .f4.lh-tight {
        line-height: 1.5rem; }
      .force-baseline .f4.lh-loose {
        line-height: 2.5rem; }
  .f5 {
    letter-spacing: 0.0403542562px;
    line-height: 1.433692633;
    font-size: 1.2917796056rem; }
    .f5.ls-tight {
      letter-spacing: -0.3226457438px; }
    .f5.ls-loose {
      letter-spacing: 0.4033542563px; }
    .f5.lh-tight {
      line-height: 1.194743861; }
    .f5.lh-loose {
      line-height: 1.72043116; }
    .force-baseline .f5 {
      line-height: 2rem; }
      .force-baseline .f5.lh-tight {
        line-height: 1.5rem; }
      .force-baseline .f5.lh-loose {
        line-height: 2.5rem; }
  .f6 {
    letter-spacing: 0.0854501376px;
    font-size: 1.125rem; }
    .f6.ls-tight {
      letter-spacing: -0.2775498624px; }
    .f6.ls-loose {
      letter-spacing: 0.4484501376px; }
  .f7 {
    letter-spacing: 0.1809406664px;
    font-size: 1rem; }
    .f7.ls-tight {
      letter-spacing: -0.1820593336px; }
    .f7.ls-loose {
      letter-spacing: 0.5439406664px; }
  .f-small {
    letter-spacing: 0.1809406664px;
    line-height: 1.5;
    font-size: 0.875rem; }
    .f-small.ls-tight {
      letter-spacing: -0.1820593336px; }
    .f-small.ls-loose {
      letter-spacing: 0.5439406664px; }
    .f-small.lh-tight {
      line-height: 1.25; }
    .f-small.lh-loose {
      line-height: 1.75; }
    .force-baseline .f-small {
      line-height: 1rem; }
      .force-baseline .f-small.lh-tight {
        line-height: 1rem; }
      .force-baseline .f-small.lh-loose {
        line-height: 1.5rem; } }

@media (min-width: 1200px) {
  .ls-tight {
    letter-spacing: -0.2855658668px; }
  .ls-loose {
    letter-spacing: 0.5130341332px; }
  .f-headline {
    letter-spacing: -1.769197627px;
    line-height: 1.070380751;
    font-size: 3.4407656056rem; }
    .f-headline.ls-tight {
      letter-spacing: -2.168497627px; }
    .f-headline.ls-loose {
      letter-spacing: -1.369897627px; }
    .f-headline.lh-tight {
      line-height: 0.8919839594; }
    .f-headline.lh-loose {
      line-height: 1.284456901; }
    .force-baseline .f-headline {
      line-height: 3.5rem; }
      .force-baseline .f-headline.lh-tight {
        line-height: 3rem; }
      .force-baseline .f-headline.lh-loose {
        line-height: 4rem; }
  .f-subheadline {
    letter-spacing: -0.7595567788px;
    line-height: 1.123244831;
    font-size: 2.9329021831rem; }
    .f-subheadline.ls-tight {
      letter-spacing: -1.158856779px; }
    .f-subheadline.ls-loose {
      letter-spacing: -0.3602567788px; }
    .f-subheadline.lh-tight {
      line-height: 0.9360373596; }
    .f-subheadline.lh-loose {
      line-height: 1.347893798; }
    .force-baseline .f-subheadline {
      line-height: 3.5rem; }
      .force-baseline .f-subheadline.lh-tight {
        line-height: 3rem; }
      .force-baseline .f-subheadline.lh-loose {
        line-height: 4rem; }
  .f1 {
    letter-spacing: -0.326095px;
    line-height: 1.178719769;
    font-size: 2.50000035rem; }
    .f1.ls-tight {
      letter-spacing: -0.725395px; }
    .f1.ls-loose {
      letter-spacing: 0.073205px; }
    .f1.lh-tight {
      line-height: 0.9822664738; }
    .f1.lh-loose {
      line-height: 1.414463722; }
    .force-baseline .f1 {
      line-height: 3rem; }
      .force-baseline .f1.lh-tight {
        line-height: 2.5rem; }
      .force-baseline .f1.lh-loose {
        line-height: 3.5rem; }
  .f2 {
    letter-spacing: -0.14px;
    line-height: 1.236934508;
    font-size: 2.1309956344rem; }
    .f2.ls-tight {
      letter-spacing: -0.5393px; }
    .f2.ls-loose {
      letter-spacing: 0.2593px; }
    .f2.lh-tight {
      line-height: 1.030778757; }
    .f2.lh-loose {
      line-height: 1.48432141; }
    .force-baseline .f2 {
      line-height: 2.5rem; }
      .force-baseline .f2.lh-tight {
        line-height: 2rem; }
      .force-baseline .f2.lh-loose {
        line-height: 3rem; }
  .f3 {
    letter-spacing: 0.009px;
    line-height: 1.298024363;
    font-size: 1.8164567037rem; }
    .f3.ls-tight {
      letter-spacing: -0.3903px; }
    .f3.ls-loose {
      letter-spacing: 0.4083px; }
    .f3.lh-tight {
      line-height: 1.081686969; }
    .f3.lh-loose {
      line-height: 1.557629236; }
    .force-baseline .f3 {
      line-height: 2.5rem; }
      .force-baseline .f3.lh-tight {
        line-height: 2rem; }
      .force-baseline .f3.lh-loose {
        line-height: 3rem; }
  .f4 {
    letter-spacing: 0.02096325px;
    line-height: 1.362131331;
    font-size: 1.5483443056rem; }
    .f4.ls-tight {
      letter-spacing: -0.37833675px; }
    .f4.ls-loose {
      letter-spacing: 0.42026325px; }
    .f4.lh-tight {
      line-height: 1.135109442; }
    .f4.lh-loose {
      line-height: 1.634557597; }
    .force-baseline .f4 {
      line-height: 2rem; }
      .force-baseline .f4.lh-tight {
        line-height: 1.5rem; }
      .force-baseline .f4.lh-loose {
        line-height: 2.5rem; }
  .f5 {
    letter-spacing: 0.0488286501px;
    line-height: 1.42940442;
    font-size: 1.3198057975rem; }
    .f5.ls-tight {
      letter-spacing: -0.3504713499px; }
    .f5.ls-loose {
      letter-spacing: 0.4481286501px; }
    .f5.lh-tight {
      line-height: 1.19117035; }
    .f5.lh-loose {
      line-height: 1.715285304; }
    .force-baseline .f5 {
      line-height: 2rem; }
      .force-baseline .f5.lh-tight {
        line-height: 1.5rem; }
      .force-baseline .f5.lh-loose {
        line-height: 2.5rem; }
  .f6 {
    letter-spacing: 0.1137341332px;
    font-size: 1.125rem; }
    .f6.ls-tight {
      letter-spacing: -0.2855658668px; }
    .f6.ls-loose {
      letter-spacing: 0.5130341332px; }
  .f7 {
    letter-spacing: 0.2649152297px;
    font-size: 1rem; }
    .f7.ls-tight {
      letter-spacing: -0.1343847703px; }
    .f7.ls-loose {
      letter-spacing: 0.6642152297px; }
  .f-small {
    letter-spacing: 0.2649152297px;
    line-height: 1.5;
    font-size: 0.875rem; }
    .f-small.ls-tight {
      letter-spacing: -0.1343847703px; }
    .f-small.ls-loose {
      letter-spacing: 0.6642152297px; }
    .f-small.lh-tight {
      line-height: 1.25; }
    .f-small.lh-loose {
      line-height: 1.75; }
    .force-baseline .f-small {
      line-height: 1rem; }
      .force-baseline .f-small.lh-tight {
        line-height: 1rem; }
      .force-baseline .f-small.lh-loose {
        line-height: 1.5rem; } }

/* ¶ aspect-ratios (q) */
.aspect-ratio {
  height: 0;
  position: relative; }

.aspect-ratio--16x9 {
  padding-bottom: 56.25%; }

.aspect-ratio--9x16 {
  padding-bottom: 177.77%; }

.aspect-ratio--4x3 {
  padding-bottom: 75%; }

.aspect-ratio--3x4 {
  padding-bottom: 133.33%; }

.aspect-ratio--6x4 {
  padding-bottom: 66.6%; }

.aspect-ratio--4x6 {
  padding-bottom: 150%; }

.aspect-ratio--8x5 {
  padding-bottom: 62.5%; }

.aspect-ratio--5x8 {
  padding-bottom: 160%; }

.aspect-ratio--7x5 {
  padding-bottom: 71.42%; }

.aspect-ratio--5x7 {
  padding-bottom: 140%; }

.aspect-ratio--1x1 {
  padding-bottom: 100%; }

.aspect-ratio--object {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100; }

/* ¶ background-position (q) */
.bg-center {
  background-repeat: no-repeat;
  background-position: center center; }

.bg-top {
  background-repeat: no-repeat;
  background-position: top center; }

.bg-right {
  background-repeat: no-repeat;
  background-position: center right; }

.bg-bottom {
  background-repeat: no-repeat;
  background-position: bottom center; }

.bg-left {
  background-repeat: no-repeat;
  background-position: center left; }

/* ¶ background-size (q) */
.cover {
  background-size: cover !important; }

.contain {
  background-size: contain !important; }

/* ¶ borders (q) */
.ba {
  border-style: solid;
  border-width: 1px; }

.bt {
  border-top-style: solid;
  border-top-width: 1px; }

.br {
  border-right-style: solid;
  border-right-width: 1px; }

.bb {
  border-bottom-style: solid;
  border-bottom-width: 1px; }

.bl {
  border-left-style: solid;
  border-left-width: 1px; }

.bn {
  border-style: none;
  border-width: 0; }

/* ¶ border-colors */
.b--highlight {
  border-color: #fc6d6d; }

.b--aig-blue {
  border-color: #00a4e4; }

.b--pcg-blue {
  border-color: #003467; }

.b--light-blue {
  border-color: #dee9f6; }

.b--blue {
  border-color: #0057b8; }

.b--dark-blue {
  border-color: #001e62; }

.b--light-green {
  border-color: #e0eed0; }

.b--green {
  border-color: #50d986; }

.b--dark-green {
  border-color: #13aa41; }

.b--darkest-green {
  border-color: #275d38; }

.b--light-magenta {
  border-color: #fdecef; }

.b--magenta {
  border-color: #e844ab; }

.b--dark-magenta {
  border-color: #af006e; }

.b--darkest-magenta {
  border-color: #5e2751; }

.b--light-red {
  border-color: #fde7db; }

.b--red {
  border-color: #e03c31; }

.b--dark-red {
  border-color: #862633; }

.b--light-orange {
  border-color: #ffe8c9; }

.b--orange {
  border-color: #fba137; }

.b--dark-orange {
  border-color: #e36f1e; }

.b--darkest-orange {
  border-color: #a9431e; }

.b--light-teal {
  border-color: #e9f1f0; }

.b--teal {
  border-color: #15c3da; }

.b--dark-teal {
  border-color: #009ca6; }

.b--darkest-teal {
  border-color: #004f59; }

.b--light-yellow {
  border-color: #fff6cb; }

.b--yellow {
  border-color: #ffd96c; }

.b--dark-yellow {
  border-color: #fdb813; }

.b--darkest-yellow {
  border-color: #a9662b; }

.b--lightest-steel {
  border-color: #f7f9fb; }

.b--light-steel {
  border-color: #d5e1ef; }

.b--steel {
  border-color: #8999b9; }

.b--white-0125 {
  border-color: rgba(255, 255, 255, 0.0125); }

.b--white-025 {
  border-color: rgba(255, 255, 255, 0.025); }

.b--white-05 {
  border-color: rgba(255, 255, 255, 0.05); }

.b--white-10 {
  border-color: rgba(255, 255, 255, 0.1); }

.b--white-20 {
  border-color: rgba(255, 255, 255, 0.2); }

.b--white-30 {
  border-color: rgba(255, 255, 255, 0.3); }

.b--white-40 {
  border-color: rgba(255, 255, 255, 0.4); }

.b--white-50 {
  border-color: rgba(255, 255, 255, 0.5); }

.b--white-60 {
  border-color: rgba(255, 255, 255, 0.6); }

.b--white-70 {
  border-color: rgba(255, 255, 255, 0.7); }

.b--white-80 {
  border-color: rgba(255, 255, 255, 0.8); }

.b--white-90 {
  border-color: rgba(255, 255, 255, 0.9); }

.b--white {
  border-color: #fff; }

.b--lightest-gray {
  border-color: #fbfbfb; }

.b--light-gray {
  border-color: #eee; }

.b--moon-gray {
  border-color: #ccc; }

.b--light-silver {
  border-color: #aaa; }

.b--silver {
  border-color: #999; }

.b--gray {
  border-color: #777; }

.b--mid-gray {
  border-color: #555; }

.b--dark-gray {
  border-color: #444; }

.b--darkest-gray {
  border-color: #333; }

.b--near-black {
  border-color: #111; }

.b--black {
  border-color: #000; }

.b--near-white {
  border-color: #f4f4f4; }

.b--fafafa {
  border-color: #fafafa; }

.b--f5f5f5 {
  border-color: #f5f5f5; }

.b--eee {
  border-color: #eee; }

.b--e0e0e0 {
  border-color: #e0e0e0; }

.b--ddd {
  border-color: #ddd; }

.b--ccc {
  border-color: #ccc; }

.b--bbb {
  border-color: #bbb; }

.b--aaa {
  border-color: #aaa; }

.b--999 {
  border-color: #999; }

.b--777 {
  border-color: #777; }

.b--666 {
  border-color: #666; }

.b--555 {
  border-color: #555; }

.b--444 {
  border-color: #444; }

.b--333 {
  border-color: #333; }

.b--222 {
  border-color: #222; }

.b--transparent {
  border-color: transparent; }

.b--black-0125 {
  border-color: rgba(0, 0, 0, 0.0125); }

.b--black-025 {
  border-color: rgba(0, 0, 0, 0.025); }

.b--black-05 {
  border-color: rgba(0, 0, 0, 0.05); }

.b--black-10 {
  border-color: rgba(0, 0, 0, 0.1); }

.b--black-20 {
  border-color: rgba(0, 0, 0, 0.2); }

.b--black-30 {
  border-color: rgba(0, 0, 0, 0.3); }

.b--black-40 {
  border-color: rgba(0, 0, 0, 0.4); }

.b--black-50 {
  border-color: rgba(0, 0, 0, 0.5); }

.b--black-60 {
  border-color: rgba(0, 0, 0, 0.6); }

.b--black-70 {
  border-color: rgba(0, 0, 0, 0.7); }

.b--black-80 {
  border-color: rgba(0, 0, 0, 0.8); }

.b--black-90 {
  border-color: rgba(0, 0, 0, 0.9); }

/* ¶ border-radius (q) */
.br0 {
  border-radius: 0; }

.br1 {
  border-radius: 0.0625rem; }

.br2 {
  border-radius: 0.125rem; }

.br3 {
  border-radius: 0.1875rem; }

.br4 {
  border-radius: 0.25rem; }

.br5 {
  border-radius: 0.3125rem; }

.br6 {
  border-radius: 0.375rem; }

.br7 {
  border-radius: 0.4375rem; }

.br8 {
  border-radius: 0.5rem; }

.br9 {
  border-radius: 0.5625rem; }

.br10 {
  border-radius: 0.625rem; }

.br11 {
  border-radius: 0.6875rem; }

.br12 {
  border-radius: 0.75rem; }

.br13 {
  border-radius: 0.8125rem; }

.br14 {
  border-radius: 0.875rem; }

.br15 {
  border-radius: 0.9375rem; }

.br16 {
  border-radius: 1rem; }

.br17 {
  border-radius: 1.0625rem; }

.br18 {
  border-radius: 1.125rem; }

.br19 {
  border-radius: 1.1875rem; }

.br20 {
  border-radius: 1.25rem; }

.br21 {
  border-radius: 1.3125rem; }

.br22 {
  border-radius: 1.375rem; }

.br23 {
  border-radius: 1.4375rem; }

.br24 {
  border-radius: 1.5rem; }

.br-100 {
  border-radius: 100%; }

.br-pill {
  border-radius: 9999px; }

.br--bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.br--top {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.br--right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.br--left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* ¶ border-style (q) */
.b--dotted {
  border-style: dotted; }

.b--dashed {
  border-style: dashed; }

.b--solid {
  border-style: solid; }

.b--none {
  border-style: none; }

/* ¶ border-widths (q) */
.bw0 {
  border-width: 0; }

.bw1 {
  border-width: 1px; }

.bw2 {
  border-width: 2px; }

.bw3 {
  border-width: 3px; }

.bw4 {
  border-width: 4px; }

.bw5 {
  border-width: 5px; }

.bw6 {
  border-width: 6px; }

.bw7 {
  border-width: 7px; }

.bw8 {
  border-width: 8px; }

.bw9 {
  border-width: 9px; }

.bw10 {
  border-width: 10px; }

/* Resets */
.bt-0 {
  border-top-width: 0; }

.br-0 {
  border-right-width: 0; }

.bb-0 {
  border-bottom-width: 0; }

.bl-0 {
  border-left-width: 0; }

/* ¶ box-shadow (q) */
.shadow-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.shadow-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.shadow-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.shadow-4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

.shadow-5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); }

/* ¶ box-sizing */
/*

  BOX SIZING

*/
html,
body,
div,
article,
section,
main,
footer,
header,
form,
fieldset,
legend,
pre,
code,
a,
h1, h2, h3, h4, h5, h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
textarea,
table,
td,
th,
tr,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="url"],
.border-box {
  box-sizing: border-box; }

/* ¶ clears (q) */
.cf {
  *zoom: 1; }
  .cf:before, .cf:after {
    content: " ";
    display: table; }
  .cf:after {
    clear: both; }

.cl {
  clear: left; }

.cr {
  clear: right; }

.cb {
  clear: both; }

.cn {
  clear: none; }

/* ¶ code */
.pre {
  white-space: pre; }

/* ¶ coordinates (q) */
.top-0 {
  top: 0; }

.right-0 {
  right: 0; }

.bottom-0 {
  bottom: 0; }

.left-0 {
  left: 0; }

.top-1 {
  top: 0.5rem; }

.right-1 {
  right: 0.5rem; }

.bottom-1 {
  bottom: 0.5rem; }

.left-1 {
  left: 0.5rem; }

.top-2 {
  top: 1rem; }

.right-2 {
  right: 1rem; }

.bottom-2 {
  bottom: 1rem; }

.left-2 {
  left: 1rem; }

.top-3 {
  top: 1.5rem; }

.right-3 {
  right: 1.5rem; }

.bottom-3 {
  bottom: 1.5rem; }

.left-3 {
  left: 1.5rem; }

.top-4 {
  top: 2rem; }

.right-4 {
  right: 2rem; }

.bottom-4 {
  bottom: 2rem; }

.left-4 {
  left: 2rem; }

.top--1 {
  top: -0.5rem; }

.right--1 {
  right: -0.5rem; }

.bottom--1 {
  bottom: -0.5rem; }

.left--1 {
  left: -0.5rem; }

.top--2 {
  top: -1rem; }

.right--2 {
  right: -1rem; }

.bottom--2 {
  bottom: -1rem; }

.left--2 {
  left: -1rem; }

.top--3 {
  top: -1.5rem; }

.right--3 {
  right: -1.5rem; }

.bottom--3 {
  bottom: -1.5rem; }

.left--3 {
  left: -1.5rem; }

.top--4 {
  top: -2rem; }

.right--4 {
  right: -2rem; }

.bottom--4 {
  bottom: -2rem; }

.left--4 {
  left: -2rem; }

.absolute--fill {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

/* ¶ display (q) */
.dn {
  display: none; }

.di {
  display: inline; }

.db {
  display: block; }

.dib {
  display: inline-block; }

.dit {
  display: inline-table; }

.dt {
  display: table; }

.dtc {
  display: table-cell; }

.dt-row {
  display: table-row; }

.dt-row-group {
  display: table-row-group; }

.dt-header-group {
  display: table-header-group; }

.dt-column {
  display: table-column; }

.dt-column-group {
  display: table-column-group; }

/*
  This will set table to full width and then
  all cells will be equal width
*/
.dt--fixed {
  table-layout: fixed;
  width: 100%; }

/* ¶ flexbox (q) */
.flex {
  display: flex; }

.inline-flex {
  display: inline-flex; }

/* 1. Fix for Chrome 44 bug.
 * https://code.google.com/p/chromium/issues/detail?id=506893 */
.flex-auto {
  flex: 1 1 auto;
  min-width: 0;
  /* 1 */
  min-height: 0;
  /* 1 */ }

.flex-none {
  flex: none; }

.flex-column {
  flex-direction: column; }

.flex-row {
  flex-direction: row; }

.flex-wrap {
  flex-wrap: wrap; }

.flex-nowrap {
  flex-wrap: nowrap; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse; }

.flex-column-reverse {
  flex-direction: column-reverse; }

.flex-row-reverse {
  flex-direction: row-reverse; }

.items-start {
  align-items: flex-start; }

.items-end {
  align-items: flex-end; }

.items-center {
  align-items: center; }

.items-baseline {
  align-items: baseline; }

.items-stretch {
  align-items: stretch; }

.self-start {
  align-self: flex-start; }

.self-end {
  align-self: flex-end; }

.self-center {
  align-self: center; }

.self-baseline {
  align-self: baseline; }

.self-stretch {
  align-self: stretch; }

.justify-start {
  justify-content: flex-start; }

.justify-end {
  justify-content: flex-end; }

.justify-center {
  justify-content: center; }

.justify-between {
  justify-content: space-between; }

.justify-around {
  justify-content: space-around; }

.content-start {
  align-content: flex-start; }

.content-end {
  align-content: flex-end; }

.content-center {
  align-content: center; }

.content-between {
  align-content: space-between; }

.content-around {
  align-content: space-around; }

.content-stretch {
  align-content: stretch; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-last {
  order: 99999; }

.flex-grow-0 {
  flex-grow: 0; }

.flex-grow-1 {
  flex-grow: 1; }

.flex-shrink-0 {
  flex-shrink: 0; }

.flex-shrink-1 {
  flex-shrink: 1; }

/* ¶ floats (q) */
.fl {
  float: left;
  _display: inline; }

.fr {
  float: right;
  _display: inline; }

.fn {
  float: none; }

/* ¶ font-family */
/*

   FONT FAMILY GROUPS
   Docs: http://tachyons.io/docs/typography/font-family/

*/
.sans-serif {
  font-family: "source sans pro", -apple-system, BlinkMacSystemFont, "avenir next", avenir, helvetica, "helvetica neue", ubuntu, roboto, noto, "segoe ui", arial, sans-serif; }

.serif {
  font-family: georgia, serif; }

.system-sans-serif {
  font-family: sans-serif; }

.system-serif {
  font-family: serif; }

.futura {
  font-family: Futura; }

/* Monospaced Typefaces (for code) */
/* From http://cssfontstack.com */
code, .code {
  font-family: Consolas, monaco, monospace; }

.courier {
  font-family: 'Courier Next', courier, monospace; }

/* Sans-Serif Typefaces */
.helvetica {
  font-family: 'helvetica neue', helvetica, sans-serif; }

.avenir {
  font-family: 'avenir next', avenir, sans-serif; }

/* Serif Typefaces */
.athelas {
  font-family: athelas, georgia, serif; }

.georgia {
  font-family: georgia, serif; }

.times {
  font-family: times, serif; }

.bodoni {
  font-family: "Bodoni MT", serif; }

.calisto {
  font-family: "Calisto MT", serif; }

.garamond {
  font-family: garamond, serif; }

.baskerville {
  font-family: baskerville, serif; }

/* ¶ font-style (q) */
.i {
  font-style: italic; }

.fs-normal {
  font-style: normal; }

/* ¶ font-weight */
.fw1 {
  font-weight: 100; }

.fw2 {
  font-weight: 200; }

.fw3 {
  font-weight: 300; }

.fw4 {
  font-weight: 400; }

.fw5 {
  font-weight: 500; }

.fw6 {
  font-weight: 600; }

.fw7 {
  font-weight: 700; }

/* ¶ forms */
.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none; }
  .input-reset::-moz-focus-inner {
    border: 0;
    padding: 0; }

.button-reset::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* ¶ heights (q) */
.h-25 {
  height: 25%; }

.h-50 {
  height: 50%; }

.h-75 {
  height: 75%; }

.h-100 {
  height: 100%; }

.min-h-100 {
  min-height: 100%; }

.vh-25 {
  height: 25vh; }

.vh-50 {
  height: 50vh; }

.vh-75 {
  height: 75vh; }

.vh-100 {
  height: 100vh; }

.min-vh-100 {
  min-height: 100vh; }

.h-auto {
  height: auto; }

.h-inherit {
  height: inherit; }

/* ¶ hovers */
/*

  Dim element on hover by adding the dim class.

*/
.dim {
  opacity: 1;
  transition: opacity 0.15s ease-in; }
  .dim:hover, .dim:focus {
    opacity: 0.5;
    transition: opacity 0.15s ease-in; }
  .dim:active {
    opacity: 0.8;
    transition: opacity 0.15s ease-out; }

/*

  Animate opacity to 100% on hover by adding the glow class.

*/
.glow {
  transition: opacity 0.15s ease-in; }
  .glow:hover, .glow:focus {
    opacity: 1;
    transition: opacity 0.15s ease-in; }

/*

  Hide child & reveal on hover:

  Put the hide-child class on a parent element and any nested element with the
  child class will be hidden and displayed on hover or focus.

  <div class="hide-child">
    <div class="child"> Hidden until hover or focus </div>
    <div class="child"> Hidden until hover or focus </div>
    <div class="child"> Hidden until hover or focus </div>
    <div class="child"> Hidden until hover or focus </div>
  </div>
*/
.hide-child .child {
  opacity: 0;
  transition: opacity 0.15s ease-in; }

.hide-child:hover .child,
.hide-child:focus .child,
.hide-child:active .child {
  opacity: 1;
  transition: opacity 0.15s ease-in; }

.underline-hover:hover, .underline-hover:focus {
  text-decoration: underline; }

/* Can combine this with overflow-hidden to make background images grow on hover
 * even if you are using background-size: cover */
.grow {
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform 0.25s ease-out; }
  .grow:hover, .grow:focus {
    transform: scale(1.05); }
  .grow:active {
    transform: scale(0.9); }

.grow-large {
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform 0.25s ease-in-out; }
  .grow-large:hover, .grow-large:focus {
    transform: scale(1.2); }
  .grow-large:active {
    transform: scale(0.95); }

/* Add pointer on hover */
.pointer:hover {
  cursor: pointer; }

/*
   Add shadow on hover.

   Performant box-shadow animation pattern from
   http://tobiasahlin.com/blog/how-to-animate-box-shadow/
*/
.shadow-hover {
  cursor: pointer;
  position: relative;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .shadow-hover::after {
    content: '';
    box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.2);
    border-radius: inherit;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .shadow-hover:hover::after, .shadow-hover:focus::after {
    opacity: 1; }

/* Combine with classes in skins and skins-pseudo for
 * many different transition possibilities. */
.bg-animate, .bg-animate:hover, .bg-animate:focus {
  transition: background-color 0.15s ease-in-out; }

/* ¶ images */
/*

   IMAGES
   Docs: http://tachyons.io/docs/elements/images/

*/
/* Responsive images! */
img {
  max-width: 100%; }

/* ¶ links */
.link {
  text-decoration: none;
  transition: color .15s ease-in; }
  .link:link, .link:visited {
    transition: color .15s ease-in; }
  .link:hover {
    transition: color .15s ease-in; }
  .link:active {
    transition: color .15s ease-in; }
  .link:focus {
    transition: color .15s ease-in;
    outline: 1px dotted currentColor; }

.links-no-underline a {
  text-decoration: none; }

.links-underline-hover a:hover, .links-underline-hover a:focus {
  text-decoration: underline; }

/* ¶ max-widths (q) */
.mw-none {
  max-width: none; }

.mw-10 {
  max-width: 10%; }

.mw-20 {
  max-width: 20%; }

.mw-25 {
  max-width: 25%; }

.mw-30 {
  max-width: 30%; }

.mw-33 {
  max-width: 33%; }

.mw-34 {
  max-width: 34%; }

.mw-40 {
  max-width: 40%; }

.mw-50 {
  max-width: 50%; }

.mw-60 {
  max-width: 60%; }

.mw-70 {
  max-width: 70%; }

.mw-75 {
  max-width: 75%; }

.mw-80 {
  max-width: 80%; }

.mw-90 {
  max-width: 90%; }

.mw-100 {
  max-width: 100%; }

.mw-third {
  max-width: 33.3333333333%; }

.mw-two-thirds {
  max-width: 66.6666666667%; }

/* ¶ nested */
.nested-copy-line-height p, .nested-copy-line-height ul, .nested-copy-line-height ol {
  line-height: 1.5; }

.nested-headline-line-height h1, .nested-headline-line-height h2, .nested-headline-line-height h3, .nested-headline-line-height h4, .nested-headline-line-height h5, .nested-headline-line-height h6 {
  line-height: 1.25; }

.nested-list-reset ul, .nested-list-reset ol {
  padding-left: 0;
  margin-left: 0;
  list-style-type: none; }

.nested-copy-indent p + p {
  text-indent: 0.05em;
  margin-top: 0rem;
  margin-bottom: 0rem; }

.nested-copy-separator p + p {
  margin-top: 1.5em; }

.nested-img img {
  width: 100%;
  max-width: 100%;
  display: block; }

.nested-links a {
  color: #0057b8;
  transition: color .15s ease-in; }

.nested-links a:hover, .nested-links a:focus {
  color: #dee9f6;
  transition: color .15s ease-in; }

/* ¶ opacity */
.o-100 {
  opacity: 1; }

.o-90 {
  opacity: 0.9; }

.o-80 {
  opacity: 0.8; }

.o-70 {
  opacity: 0.7; }

.o-60 {
  opacity: 0.6; }

.o-50 {
  opacity: 0.5; }

.o-40 {
  opacity: 0.4; }

.o-30 {
  opacity: 0.3; }

.o-20 {
  opacity: 0.2; }

.o-10 {
  opacity: 0.1; }

.o-05 {
  opacity: 0.05; }

.o-025 {
  opacity: 0.025; }

.o-0 {
  opacity: 0; }

/* ¶ outlines (q) */
.outline {
  outline: 1px solid; }

.outline-transparent {
  outline: 1px solid transparent; }

.outline-0 {
  outline: 0; }

/* ¶ overflow (q) */
.overflow-visible {
  overflow: visible; }

.overflow-hidden {
  overflow: hidden; }

.overflow-scroll {
  overflow: scroll; }

.overflow-auto {
  overflow: auto; }

.overflow-x-visible {
  overflow-x: visible; }

.overflow-x-hidden {
  overflow-x: hidden; }

.overflow-x-scroll {
  overflow-x: scroll; }

.overflow-x-auto {
  overflow-x: auto; }

.overflow-y-visible {
  overflow-y: visible; }

.overflow-y-hidden {
  overflow-y: hidden; }

.overflow-y-scroll {
  overflow-y: scroll; }

.overflow-y-auto {
  overflow-y: auto; }

/* ¶ position (q) */
.static {
  position: static; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

/* ¶ rotations (q) */
.rotate-45 {
  transform: rotate(45deg); }

.rotate-90 {
  transform: rotate(90deg); }

.rotate-135 {
  transform: rotate(135deg); }

.rotate-180 {
  transform: rotate(180deg); }

.rotate-225 {
  transform: rotate(225deg); }

.rotate-270 {
  transform: rotate(270deg); }

.rotate-315 {
  transform: rotate(315deg); }

/* ¶ skins (q) */
.highlight {
  color: #fc6d6d; }

.aig-blue {
  color: #00a4e4; }

.pcg-blue {
  color: #003467; }

.light-blue {
  color: #dee9f6; }

.blue {
  color: #0057b8; }

.dark-blue {
  color: #001e62; }

.light-green {
  color: #e0eed0; }

.green {
  color: #50d986; }

.dark-green {
  color: #13aa41; }

.darkest-green {
  color: #275d38; }

.light-magenta {
  color: #fdecef; }

.magenta {
  color: #e844ab; }

.dark-magenta {
  color: #af006e; }

.darkest-magenta {
  color: #5e2751; }

.light-red {
  color: #fde7db; }

.red {
  color: #e03c31; }

.dark-red {
  color: #862633; }

.light-orange {
  color: #ffe8c9; }

.orange {
  color: #fba137; }

.dark-orange {
  color: #e36f1e; }

.darkest-orange {
  color: #a9431e; }

.light-teal {
  color: #e9f1f0; }

.teal {
  color: #15c3da; }

.dark-teal {
  color: #009ca6; }

.darkest-teal {
  color: #004f59; }

.light-yellow {
  color: #fff6cb; }

.yellow {
  color: #ffd96c; }

.dark-yellow {
  color: #fdb813; }

.darkest-yellow {
  color: #a9662b; }

.lightest-steel {
  color: #f7f9fb; }

.light-steel {
  color: #d5e1ef; }

.steel {
  color: #8999b9; }

.white-0125 {
  color: rgba(255, 255, 255, 0.0125); }

.white-025 {
  color: rgba(255, 255, 255, 0.025); }

.white-05 {
  color: rgba(255, 255, 255, 0.05); }

.white-10 {
  color: rgba(255, 255, 255, 0.1); }

.white-20 {
  color: rgba(255, 255, 255, 0.2); }

.white-30 {
  color: rgba(255, 255, 255, 0.3); }

.white-40 {
  color: rgba(255, 255, 255, 0.4); }

.white-50 {
  color: rgba(255, 255, 255, 0.5); }

.white-60 {
  color: rgba(255, 255, 255, 0.6); }

.white-70 {
  color: rgba(255, 255, 255, 0.7); }

.white-80 {
  color: rgba(255, 255, 255, 0.8); }

.white-90 {
  color: rgba(255, 255, 255, 0.9); }

.white {
  color: #fff; }

.lightest-gray {
  color: #fbfbfb; }

.light-gray {
  color: #eee; }

.moon-gray {
  color: #ccc; }

.light-silver {
  color: #aaa; }

.silver {
  color: #999; }

.gray {
  color: #777; }

.mid-gray {
  color: #555; }

.dark-gray {
  color: #444; }

.darkest-gray {
  color: #333; }

.near-black {
  color: #111; }

.black {
  color: #000; }

.near-white {
  color: #f4f4f4; }

.fafafa {
  color: #fafafa; }

.f5f5f5 {
  color: #f5f5f5; }

.color-eee {
  color: #eee; }

.color-e0e0e0 {
  color: #e0e0e0; }

.color-ddd {
  color: #ddd; }

.color-ccc {
  color: #ccc; }

.color-bbb {
  color: #bbb; }

.color-aaa {
  color: #aaa; }

.color-999 {
  color: #999; }

.color-777 {
  color: #777; }

.color-666 {
  color: #666; }

.color-555 {
  color: #555; }

.color-444 {
  color: #444; }

.color-333 {
  color: #333; }

.color-222 {
  color: #222; }

.transparent {
  color: transparent; }

.black-0125 {
  color: rgba(0, 0, 0, 0.0125); }

.black-025 {
  color: rgba(0, 0, 0, 0.025); }

.black-05 {
  color: rgba(0, 0, 0, 0.05); }

.black-10 {
  color: rgba(0, 0, 0, 0.1); }

.black-20 {
  color: rgba(0, 0, 0, 0.2); }

.black-30 {
  color: rgba(0, 0, 0, 0.3); }

.black-40 {
  color: rgba(0, 0, 0, 0.4); }

.black-50 {
  color: rgba(0, 0, 0, 0.5); }

.black-60 {
  color: rgba(0, 0, 0, 0.6); }

.black-70 {
  color: rgba(0, 0, 0, 0.7); }

.black-80 {
  color: rgba(0, 0, 0, 0.8); }

.black-90 {
  color: rgba(0, 0, 0, 0.9); }

.bg-highlight {
  background: #fc6d6d; }

.bg-aig-blue {
  background: #00a4e4; }

.bg-pcg-blue {
  background: #003467; }

.bg-light-blue {
  background: #dee9f6; }

.bg-blue {
  background: #0057b8; }

.bg-dark-blue {
  background: #001e62; }

.bg-light-green {
  background: #e0eed0; }

.bg-green {
  background: #50d986; }

.bg-dark-green {
  background: #13aa41; }

.bg-darkest-green {
  background: #275d38; }

.bg-light-magenta {
  background: #fdecef; }

.bg-magenta {
  background: #e844ab; }

.bg-dark-magenta {
  background: #af006e; }

.bg-darkest-magenta {
  background: #5e2751; }

.bg-light-red {
  background: #fde7db; }

.bg-red {
  background: #e03c31; }

.bg-dark-red {
  background: #862633; }

.bg-light-orange {
  background: #ffe8c9; }

.bg-orange {
  background: #fba137; }

.bg-dark-orange {
  background: #e36f1e; }

.bg-darkest-orange {
  background: #a9431e; }

.bg-light-teal {
  background: #e9f1f0; }

.bg-teal {
  background: #15c3da; }

.bg-dark-teal {
  background: #009ca6; }

.bg-darkest-teal {
  background: #004f59; }

.bg-light-yellow {
  background: #fff6cb; }

.bg-yellow {
  background: #ffd96c; }

.bg-dark-yellow {
  background: #fdb813; }

.bg-darkest-yellow {
  background: #a9662b; }

.bg-lightest-steel {
  background: #f7f9fb; }

.bg-light-steel {
  background: #d5e1ef; }

.bg-steel {
  background: #8999b9; }

.bg-white-0125 {
  background: rgba(255, 255, 255, 0.0125); }

.bg-white-025 {
  background: rgba(255, 255, 255, 0.025); }

.bg-white-05 {
  background: rgba(255, 255, 255, 0.05); }

.bg-white-10 {
  background: rgba(255, 255, 255, 0.1); }

.bg-white-20 {
  background: rgba(255, 255, 255, 0.2); }

.bg-white-30 {
  background: rgba(255, 255, 255, 0.3); }

.bg-white-40 {
  background: rgba(255, 255, 255, 0.4); }

.bg-white-50 {
  background: rgba(255, 255, 255, 0.5); }

.bg-white-60 {
  background: rgba(255, 255, 255, 0.6); }

.bg-white-70 {
  background: rgba(255, 255, 255, 0.7); }

.bg-white-80 {
  background: rgba(255, 255, 255, 0.8); }

.bg-white-90 {
  background: rgba(255, 255, 255, 0.9); }

.bg-white {
  background: #fff; }

.bg-lightest-gray {
  background: #fbfbfb; }

.bg-light-gray {
  background: #eee; }

.bg-moon-gray {
  background: #ccc; }

.bg-light-silver {
  background: #aaa; }

.bg-silver {
  background: #999; }

.bg-gray {
  background: #777; }

.bg-mid-gray {
  background: #555; }

.bg-dark-gray {
  background: #444; }

.bg-darkest-gray {
  background: #333; }

.bg-near-black {
  background: #111; }

.bg-black {
  background: #000; }

.bg-near-white {
  background: #f4f4f4; }

.bg-fafafa {
  background: #fafafa; }

.bg-f5f5f5 {
  background: #f5f5f5; }

.bg-eee {
  background: #eee; }

.bg-e0e0e0 {
  background: #e0e0e0; }

.bg-ddd {
  background: #ddd; }

.bg-ccc {
  background: #ccc; }

.bg-bbb {
  background: #bbb; }

.bg-aaa {
  background: #aaa; }

.bg-999 {
  background: #999; }

.bg-777 {
  background: #777; }

.bg-666 {
  background: #666; }

.bg-555 {
  background: #555; }

.bg-444 {
  background: #444; }

.bg-333 {
  background: #333; }

.bg-222 {
  background: #222; }

.bg-transparent {
  background: transparent; }

.bg-black-0125 {
  background: rgba(0, 0, 0, 0.0125); }

.bg-black-025 {
  background: rgba(0, 0, 0, 0.025); }

.bg-black-05 {
  background: rgba(0, 0, 0, 0.05); }

.bg-black-10 {
  background: rgba(0, 0, 0, 0.1); }

.bg-black-20 {
  background: rgba(0, 0, 0, 0.2); }

.bg-black-30 {
  background: rgba(0, 0, 0, 0.3); }

.bg-black-40 {
  background: rgba(0, 0, 0, 0.4); }

.bg-black-50 {
  background: rgba(0, 0, 0, 0.5); }

.bg-black-60 {
  background: rgba(0, 0, 0, 0.6); }

.bg-black-70 {
  background: rgba(0, 0, 0, 0.7); }

.bg-black-80 {
  background: rgba(0, 0, 0, 0.8); }

.bg-black-90 {
  background: rgba(0, 0, 0, 0.9); }

/* ¶ skins-pseudo (q) */
.hover-highlight:hover, .hover-highlight:focus {
  color: #fc6d6d; }

.hover-bg-highlight:hover, .hover-bg-highlight:focus {
  background: #fc6d6d; }

.hover-aig-blue:hover, .hover-aig-blue:focus {
  color: #00a4e4; }

.hover-bg-aig-blue:hover, .hover-bg-aig-blue:focus {
  background: #00a4e4; }

.hover-pcg-blue:hover, .hover-pcg-blue:focus {
  color: #003467; }

.hover-bg-pcg-blue:hover, .hover-bg-pcg-blue:focus {
  background: #003467; }

.hover-light-blue:hover, .hover-light-blue:focus {
  color: #dee9f6; }

.hover-bg-light-blue:hover, .hover-bg-light-blue:focus {
  background: #dee9f6; }

.hover-blue:hover, .hover-blue:focus {
  color: #0057b8; }

.hover-bg-blue:hover, .hover-bg-blue:focus {
  background: #0057b8; }

.hover-dark-blue:hover, .hover-dark-blue:focus {
  color: #001e62; }

.hover-bg-dark-blue:hover, .hover-bg-dark-blue:focus {
  background: #001e62; }

.hover-light-green:hover, .hover-light-green:focus {
  color: #e0eed0; }

.hover-bg-light-green:hover, .hover-bg-light-green:focus {
  background: #e0eed0; }

.hover-green:hover, .hover-green:focus {
  color: #50d986; }

.hover-bg-green:hover, .hover-bg-green:focus {
  background: #50d986; }

.hover-dark-green:hover, .hover-dark-green:focus {
  color: #13aa41; }

.hover-bg-dark-green:hover, .hover-bg-dark-green:focus {
  background: #13aa41; }

.hover-darkest-green:hover, .hover-darkest-green:focus {
  color: #275d38; }

.hover-bg-darkest-green:hover, .hover-bg-darkest-green:focus {
  background: #275d38; }

.hover-light-magenta:hover, .hover-light-magenta:focus {
  color: #fdecef; }

.hover-bg-light-magenta:hover, .hover-bg-light-magenta:focus {
  background: #fdecef; }

.hover-magenta:hover, .hover-magenta:focus {
  color: #e844ab; }

.hover-bg-magenta:hover, .hover-bg-magenta:focus {
  background: #e844ab; }

.hover-dark-magenta:hover, .hover-dark-magenta:focus {
  color: #af006e; }

.hover-bg-dark-magenta:hover, .hover-bg-dark-magenta:focus {
  background: #af006e; }

.hover-darkest-magenta:hover, .hover-darkest-magenta:focus {
  color: #5e2751; }

.hover-bg-darkest-magenta:hover, .hover-bg-darkest-magenta:focus {
  background: #5e2751; }

.hover-light-red:hover, .hover-light-red:focus {
  color: #fde7db; }

.hover-bg-light-red:hover, .hover-bg-light-red:focus {
  background: #fde7db; }

.hover-red:hover, .hover-red:focus {
  color: #e03c31; }

.hover-bg-red:hover, .hover-bg-red:focus {
  background: #e03c31; }

.hover-dark-red:hover, .hover-dark-red:focus {
  color: #862633; }

.hover-bg-dark-red:hover, .hover-bg-dark-red:focus {
  background: #862633; }

.hover-light-orange:hover, .hover-light-orange:focus {
  color: #ffe8c9; }

.hover-bg-light-orange:hover, .hover-bg-light-orange:focus {
  background: #ffe8c9; }

.hover-orange:hover, .hover-orange:focus {
  color: #fba137; }

.hover-bg-orange:hover, .hover-bg-orange:focus {
  background: #fba137; }

.hover-dark-orange:hover, .hover-dark-orange:focus {
  color: #e36f1e; }

.hover-bg-dark-orange:hover, .hover-bg-dark-orange:focus {
  background: #e36f1e; }

.hover-darkest-orange:hover, .hover-darkest-orange:focus {
  color: #a9431e; }

.hover-bg-darkest-orange:hover, .hover-bg-darkest-orange:focus {
  background: #a9431e; }

.hover-light-teal:hover, .hover-light-teal:focus {
  color: #e9f1f0; }

.hover-bg-light-teal:hover, .hover-bg-light-teal:focus {
  background: #e9f1f0; }

.hover-teal:hover, .hover-teal:focus {
  color: #15c3da; }

.hover-bg-teal:hover, .hover-bg-teal:focus {
  background: #15c3da; }

.hover-dark-teal:hover, .hover-dark-teal:focus {
  color: #009ca6; }

.hover-bg-dark-teal:hover, .hover-bg-dark-teal:focus {
  background: #009ca6; }

.hover-darkest-teal:hover, .hover-darkest-teal:focus {
  color: #004f59; }

.hover-bg-darkest-teal:hover, .hover-bg-darkest-teal:focus {
  background: #004f59; }

.hover-light-yellow:hover, .hover-light-yellow:focus {
  color: #fff6cb; }

.hover-bg-light-yellow:hover, .hover-bg-light-yellow:focus {
  background: #fff6cb; }

.hover-yellow:hover, .hover-yellow:focus {
  color: #ffd96c; }

.hover-bg-yellow:hover, .hover-bg-yellow:focus {
  background: #ffd96c; }

.hover-dark-yellow:hover, .hover-dark-yellow:focus {
  color: #fdb813; }

.hover-bg-dark-yellow:hover, .hover-bg-dark-yellow:focus {
  background: #fdb813; }

.hover-darkest-yellow:hover, .hover-darkest-yellow:focus {
  color: #a9662b; }

.hover-bg-darkest-yellow:hover, .hover-bg-darkest-yellow:focus {
  background: #a9662b; }

.hover-lightest-steel:hover, .hover-lightest-steel:focus {
  color: #f7f9fb; }

.hover-bg-lightest-steel:hover, .hover-bg-lightest-steel:focus {
  background: #f7f9fb; }

.hover-light-steel:hover, .hover-light-steel:focus {
  color: #d5e1ef; }

.hover-bg-light-steel:hover, .hover-bg-light-steel:focus {
  background: #d5e1ef; }

.hover-steel:hover, .hover-steel:focus {
  color: #8999b9; }

.hover-bg-steel:hover, .hover-bg-steel:focus {
  background: #8999b9; }

.hover-white-0125:hover, .hover-white-0125:focus {
  color: rgba(255, 255, 255, 0.0125); }

.hover-bg-white-0125:hover, .hover-bg-white-0125:focus {
  background: rgba(255, 255, 255, 0.0125); }

.hover-white-025:hover, .hover-white-025:focus {
  color: rgba(255, 255, 255, 0.025); }

.hover-bg-white-025:hover, .hover-bg-white-025:focus {
  background: rgba(255, 255, 255, 0.025); }

.hover-white-05:hover, .hover-white-05:focus {
  color: rgba(255, 255, 255, 0.05); }

.hover-bg-white-05:hover, .hover-bg-white-05:focus {
  background: rgba(255, 255, 255, 0.05); }

.hover-white-10:hover, .hover-white-10:focus {
  color: rgba(255, 255, 255, 0.1); }

.hover-bg-white-10:hover, .hover-bg-white-10:focus {
  background: rgba(255, 255, 255, 0.1); }

.hover-white-20:hover, .hover-white-20:focus {
  color: rgba(255, 255, 255, 0.2); }

.hover-bg-white-20:hover, .hover-bg-white-20:focus {
  background: rgba(255, 255, 255, 0.2); }

.hover-white-30:hover, .hover-white-30:focus {
  color: rgba(255, 255, 255, 0.3); }

.hover-bg-white-30:hover, .hover-bg-white-30:focus {
  background: rgba(255, 255, 255, 0.3); }

.hover-white-40:hover, .hover-white-40:focus {
  color: rgba(255, 255, 255, 0.4); }

.hover-bg-white-40:hover, .hover-bg-white-40:focus {
  background: rgba(255, 255, 255, 0.4); }

.hover-white-50:hover, .hover-white-50:focus {
  color: rgba(255, 255, 255, 0.5); }

.hover-bg-white-50:hover, .hover-bg-white-50:focus {
  background: rgba(255, 255, 255, 0.5); }

.hover-white-60:hover, .hover-white-60:focus {
  color: rgba(255, 255, 255, 0.6); }

.hover-bg-white-60:hover, .hover-bg-white-60:focus {
  background: rgba(255, 255, 255, 0.6); }

.hover-white-70:hover, .hover-white-70:focus {
  color: rgba(255, 255, 255, 0.7); }

.hover-bg-white-70:hover, .hover-bg-white-70:focus {
  background: rgba(255, 255, 255, 0.7); }

.hover-white-80:hover, .hover-white-80:focus {
  color: rgba(255, 255, 255, 0.8); }

.hover-bg-white-80:hover, .hover-bg-white-80:focus {
  background: rgba(255, 255, 255, 0.8); }

.hover-white-90:hover, .hover-white-90:focus {
  color: rgba(255, 255, 255, 0.9); }

.hover-bg-white-90:hover, .hover-bg-white-90:focus {
  background: rgba(255, 255, 255, 0.9); }

.hover-white:hover, .hover-white:focus {
  color: #fff; }

.hover-bg-white:hover, .hover-bg-white:focus {
  background: #fff; }

.hover-lightest-gray:hover, .hover-lightest-gray:focus {
  color: #fbfbfb; }

.hover-bg-lightest-gray:hover, .hover-bg-lightest-gray:focus {
  background: #fbfbfb; }

.hover-light-gray:hover, .hover-light-gray:focus {
  color: #eee; }

.hover-bg-light-gray:hover, .hover-bg-light-gray:focus {
  background: #eee; }

.hover-moon-gray:hover, .hover-moon-gray:focus {
  color: #ccc; }

.hover-bg-moon-gray:hover, .hover-bg-moon-gray:focus {
  background: #ccc; }

.hover-light-silver:hover, .hover-light-silver:focus {
  color: #aaa; }

.hover-bg-light-silver:hover, .hover-bg-light-silver:focus {
  background: #aaa; }

.hover-silver:hover, .hover-silver:focus {
  color: #999; }

.hover-bg-silver:hover, .hover-bg-silver:focus {
  background: #999; }

.hover-gray:hover, .hover-gray:focus {
  color: #777; }

.hover-bg-gray:hover, .hover-bg-gray:focus {
  background: #777; }

.hover-mid-gray:hover, .hover-mid-gray:focus {
  color: #555; }

.hover-bg-mid-gray:hover, .hover-bg-mid-gray:focus {
  background: #555; }

.hover-dark-gray:hover, .hover-dark-gray:focus {
  color: #444; }

.hover-bg-dark-gray:hover, .hover-bg-dark-gray:focus {
  background: #444; }

.hover-darkest-gray:hover, .hover-darkest-gray:focus {
  color: #333; }

.hover-bg-darkest-gray:hover, .hover-bg-darkest-gray:focus {
  background: #333; }

.hover-near-black:hover, .hover-near-black:focus {
  color: #111; }

.hover-bg-near-black:hover, .hover-bg-near-black:focus {
  background: #111; }

.hover-black:hover, .hover-black:focus {
  color: #000; }

.hover-bg-black:hover, .hover-bg-black:focus {
  background: #000; }

.hover-near-white:hover, .hover-near-white:focus {
  color: #f4f4f4; }

.hover-bg-near-white:hover, .hover-bg-near-white:focus {
  background: #f4f4f4; }

.hover-fafafa:hover, .hover-fafafa:focus {
  color: #fafafa; }

.hover-bg-fafafa:hover, .hover-bg-fafafa:focus {
  background: #fafafa; }

.hover-f5f5f5:hover, .hover-f5f5f5:focus {
  color: #f5f5f5; }

.hover-bg-f5f5f5:hover, .hover-bg-f5f5f5:focus {
  background: #f5f5f5; }

.hover-eee:hover, .hover-eee:focus {
  color: #eee; }

.hover-bg-eee:hover, .hover-bg-eee:focus {
  background: #eee; }

.hover-e0e0e0:hover, .hover-e0e0e0:focus {
  color: #e0e0e0; }

.hover-bg-e0e0e0:hover, .hover-bg-e0e0e0:focus {
  background: #e0e0e0; }

.hover-ddd:hover, .hover-ddd:focus {
  color: #ddd; }

.hover-bg-ddd:hover, .hover-bg-ddd:focus {
  background: #ddd; }

.hover-ccc:hover, .hover-ccc:focus {
  color: #ccc; }

.hover-bg-ccc:hover, .hover-bg-ccc:focus {
  background: #ccc; }

.hover-bbb:hover, .hover-bbb:focus {
  color: #bbb; }

.hover-bg-bbb:hover, .hover-bg-bbb:focus {
  background: #bbb; }

.hover-aaa:hover, .hover-aaa:focus {
  color: #aaa; }

.hover-bg-aaa:hover, .hover-bg-aaa:focus {
  background: #aaa; }

.hover-999:hover, .hover-999:focus {
  color: #999; }

.hover-bg-999:hover, .hover-bg-999:focus {
  background: #999; }

.hover-777:hover, .hover-777:focus {
  color: #777; }

.hover-bg-777:hover, .hover-bg-777:focus {
  background: #777; }

.hover-666:hover, .hover-666:focus {
  color: #666; }

.hover-bg-666:hover, .hover-bg-666:focus {
  background: #666; }

.hover-555:hover, .hover-555:focus {
  color: #555; }

.hover-bg-555:hover, .hover-bg-555:focus {
  background: #555; }

.hover-444:hover, .hover-444:focus {
  color: #444; }

.hover-bg-444:hover, .hover-bg-444:focus {
  background: #444; }

.hover-333:hover, .hover-333:focus {
  color: #333; }

.hover-bg-333:hover, .hover-bg-333:focus {
  background: #333; }

.hover-222:hover, .hover-222:focus {
  color: #222; }

.hover-bg-222:hover, .hover-bg-222:focus {
  background: #222; }

.hover-transparent:hover, .hover-transparent:focus {
  color: transparent; }

.hover-bg-transparent:hover, .hover-bg-transparent:focus {
  background: transparent; }

.hover-black-0125:hover, .hover-black-0125:focus {
  color: rgba(0, 0, 0, 0.0125); }

.hover-bg-black-0125:hover, .hover-bg-black-0125:focus {
  background: rgba(0, 0, 0, 0.0125); }

.hover-black-025:hover, .hover-black-025:focus {
  color: rgba(0, 0, 0, 0.025); }

.hover-bg-black-025:hover, .hover-bg-black-025:focus {
  background: rgba(0, 0, 0, 0.025); }

.hover-black-05:hover, .hover-black-05:focus {
  color: rgba(0, 0, 0, 0.05); }

.hover-bg-black-05:hover, .hover-bg-black-05:focus {
  background: rgba(0, 0, 0, 0.05); }

.hover-black-10:hover, .hover-black-10:focus {
  color: rgba(0, 0, 0, 0.1); }

.hover-bg-black-10:hover, .hover-bg-black-10:focus {
  background: rgba(0, 0, 0, 0.1); }

.hover-black-20:hover, .hover-black-20:focus {
  color: rgba(0, 0, 0, 0.2); }

.hover-bg-black-20:hover, .hover-bg-black-20:focus {
  background: rgba(0, 0, 0, 0.2); }

.hover-black-30:hover, .hover-black-30:focus {
  color: rgba(0, 0, 0, 0.3); }

.hover-bg-black-30:hover, .hover-bg-black-30:focus {
  background: rgba(0, 0, 0, 0.3); }

.hover-black-40:hover, .hover-black-40:focus {
  color: rgba(0, 0, 0, 0.4); }

.hover-bg-black-40:hover, .hover-bg-black-40:focus {
  background: rgba(0, 0, 0, 0.4); }

.hover-black-50:hover, .hover-black-50:focus {
  color: rgba(0, 0, 0, 0.5); }

.hover-bg-black-50:hover, .hover-bg-black-50:focus {
  background: rgba(0, 0, 0, 0.5); }

.hover-black-60:hover, .hover-black-60:focus {
  color: rgba(0, 0, 0, 0.6); }

.hover-bg-black-60:hover, .hover-bg-black-60:focus {
  background: rgba(0, 0, 0, 0.6); }

.hover-black-70:hover, .hover-black-70:focus {
  color: rgba(0, 0, 0, 0.7); }

.hover-bg-black-70:hover, .hover-bg-black-70:focus {
  background: rgba(0, 0, 0, 0.7); }

.hover-black-80:hover, .hover-black-80:focus {
  color: rgba(0, 0, 0, 0.8); }

.hover-bg-black-80:hover, .hover-bg-black-80:focus {
  background: rgba(0, 0, 0, 0.8); }

.hover-black-90:hover, .hover-black-90:focus {
  color: rgba(0, 0, 0, 0.9); }

.hover-bg-black-90:hover, .hover-bg-black-90:focus {
  background: rgba(0, 0, 0, 0.9); }

/* ¶ spacing (q) */
.h0 {
  height: 0rem; }

.h1 {
  height: 0.5rem; }

.h2 {
  height: 1rem; }

.h3 {
  height: 1.5rem; }

.h4 {
  height: 2rem; }

.h5 {
  height: 2.5rem; }

.h6 {
  height: 3rem; }

.h7 {
  height: 3.5rem; }

.h8 {
  height: 4rem; }

.h9 {
  height: 4.5rem; }

.h10 {
  height: 5rem; }

.h12 {
  height: 6rem; }

.h14 {
  height: 7rem; }

.h16 {
  height: 8rem; }

.h18 {
  height: 9rem; }

.h20 {
  height: 10rem; }

.h22 {
  height: 11rem; }

.h24 {
  height: 12rem; }

.h26 {
  height: 13rem; }

.h28 {
  height: 14rem; }

.h30 {
  height: 15rem; }

.h32 {
  height: 16rem; }

.h34 {
  height: 17rem; }

.h36 {
  height: 18rem; }

.h38 {
  height: 19rem; }

.h40 {
  height: 20rem; }

.h42 {
  height: 21rem; }

.h44 {
  height: 22rem; }

.h46 {
  height: 23rem; }

.h48 {
  height: 24rem; }

.h50 {
  height: 25rem; }

.h52 {
  height: 26rem; }

.h54 {
  height: 27rem; }

.h56 {
  height: 28rem; }

.h58 {
  height: 29rem; }

.h60 {
  height: 30rem; }

.h70 {
  height: 35rem; }

.h80 {
  height: 40rem; }

.h90 {
  height: 45rem; }

.h100 {
  height: 50rem; }

.h110 {
  height: 55rem; }

.h120 {
  height: 60rem; }

.h130 {
  height: 65rem; }

.h140 {
  height: 70rem; }

.h150 {
  height: 75rem; }

.h160 {
  height: 80rem; }

.h170 {
  height: 85rem; }

.h180 {
  height: 90rem; }

.ma0 {
  margin: 0rem; }

.ma1 {
  margin: 0.5rem; }

.ma2 {
  margin: 1rem; }

.ma3 {
  margin: 1.5rem; }

.ma4 {
  margin: 2rem; }

.ma5 {
  margin: 2.5rem; }

.ma6 {
  margin: 3rem; }

.ma7 {
  margin: 3.5rem; }

.ma8 {
  margin: 4rem; }

.ma9 {
  margin: 4.5rem; }

.ma10 {
  margin: 5rem; }

.mb0 {
  margin-bottom: 0rem; }

.mb1 {
  margin-bottom: 0.5rem; }

.mb2 {
  margin-bottom: 1rem; }

.mb3 {
  margin-bottom: 1.5rem; }

.mb4 {
  margin-bottom: 2rem; }

.mb5 {
  margin-bottom: 2.5rem; }

.mb6 {
  margin-bottom: 3rem; }

.mb7 {
  margin-bottom: 3.5rem; }

.mb8 {
  margin-bottom: 4rem; }

.mb9 {
  margin-bottom: 4.5rem; }

.mb10 {
  margin-bottom: 5rem; }

.mh0 {
  margin-left: 0rem;
  margin-right: 0rem; }

.mh1 {
  margin-left: 0.5rem;
  margin-right: 0.5rem; }

.mh2 {
  margin-left: 1rem;
  margin-right: 1rem; }

.mh3 {
  margin-left: 1.5rem;
  margin-right: 1.5rem; }

.mh4 {
  margin-left: 2rem;
  margin-right: 2rem; }

.mh5 {
  margin-left: 2.5rem;
  margin-right: 2.5rem; }

.mh6 {
  margin-left: 3rem;
  margin-right: 3rem; }

.mh7 {
  margin-left: 3.5rem;
  margin-right: 3.5rem; }

.mh8 {
  margin-left: 4rem;
  margin-right: 4rem; }

.mh9 {
  margin-left: 4.5rem;
  margin-right: 4.5rem; }

.mh10 {
  margin-left: 5rem;
  margin-right: 5rem; }

.min-h0 {
  min-height: 0rem; }

.min-h1 {
  min-height: 0.5rem; }

.min-h2 {
  min-height: 1rem; }

.min-h3 {
  min-height: 1.5rem; }

.min-h4 {
  min-height: 2rem; }

.min-h5 {
  min-height: 2.5rem; }

.min-h6 {
  min-height: 3rem; }

.min-h7 {
  min-height: 3.5rem; }

.min-h8 {
  min-height: 4rem; }

.min-h9 {
  min-height: 4.5rem; }

.min-h10 {
  min-height: 5rem; }

.min-h12 {
  min-height: 6rem; }

.min-h14 {
  min-height: 7rem; }

.min-h16 {
  min-height: 8rem; }

.min-h18 {
  min-height: 9rem; }

.min-h20 {
  min-height: 10rem; }

.min-h22 {
  min-height: 11rem; }

.min-h24 {
  min-height: 12rem; }

.min-h26 {
  min-height: 13rem; }

.min-h28 {
  min-height: 14rem; }

.min-h30 {
  min-height: 15rem; }

.min-h32 {
  min-height: 16rem; }

.min-h34 {
  min-height: 17rem; }

.min-h36 {
  min-height: 18rem; }

.min-h38 {
  min-height: 19rem; }

.min-h40 {
  min-height: 20rem; }

.min-h42 {
  min-height: 21rem; }

.min-h44 {
  min-height: 22rem; }

.min-h46 {
  min-height: 23rem; }

.min-h48 {
  min-height: 24rem; }

.min-h50 {
  min-height: 25rem; }

.min-h52 {
  min-height: 26rem; }

.min-h54 {
  min-height: 27rem; }

.min-h56 {
  min-height: 28rem; }

.min-h58 {
  min-height: 29rem; }

.min-h60 {
  min-height: 30rem; }

.min-h70 {
  min-height: 35rem; }

.min-h80 {
  min-height: 40rem; }

.min-h90 {
  min-height: 45rem; }

.min-w0 {
  min-width: 0rem; }

.min-w1 {
  min-width: 0.5rem; }

.min-w2 {
  min-width: 1rem; }

.min-w3 {
  min-width: 1.5rem; }

.min-w4 {
  min-width: 2rem; }

.min-w5 {
  min-width: 2.5rem; }

.min-w6 {
  min-width: 3rem; }

.min-w7 {
  min-width: 3.5rem; }

.min-w8 {
  min-width: 4rem; }

.min-w9 {
  min-width: 4.5rem; }

.min-w10 {
  min-width: 5rem; }

.min-w12 {
  min-width: 6rem; }

.min-w14 {
  min-width: 7rem; }

.min-w16 {
  min-width: 8rem; }

.min-w18 {
  min-width: 9rem; }

.min-w20 {
  min-width: 10rem; }

.min-w22 {
  min-width: 11rem; }

.min-w24 {
  min-width: 12rem; }

.min-w26 {
  min-width: 13rem; }

.min-w28 {
  min-width: 14rem; }

.min-w30 {
  min-width: 15rem; }

.min-w32 {
  min-width: 16rem; }

.min-w34 {
  min-width: 17rem; }

.min-w36 {
  min-width: 18rem; }

.min-w38 {
  min-width: 19rem; }

.min-w40 {
  min-width: 20rem; }

.min-w42 {
  min-width: 21rem; }

.min-w44 {
  min-width: 22rem; }

.min-w46 {
  min-width: 23rem; }

.min-w48 {
  min-width: 24rem; }

.min-w50 {
  min-width: 25rem; }

.min-w52 {
  min-width: 26rem; }

.min-w54 {
  min-width: 27rem; }

.min-w56 {
  min-width: 28rem; }

.min-w58 {
  min-width: 29rem; }

.min-w60 {
  min-width: 30rem; }

.min-w70 {
  min-width: 35rem; }

.min-w80 {
  min-width: 40rem; }

.min-w90 {
  min-width: 45rem; }

.ml0 {
  margin-left: 0rem; }

.ml1 {
  margin-left: 0.5rem; }

.ml2 {
  margin-left: 1rem; }

.ml3 {
  margin-left: 1.5rem; }

.ml4 {
  margin-left: 2rem; }

.ml5 {
  margin-left: 2.5rem; }

.ml6 {
  margin-left: 3rem; }

.ml7 {
  margin-left: 3.5rem; }

.ml8 {
  margin-left: 4rem; }

.ml9 {
  margin-left: 4.5rem; }

.ml10 {
  margin-left: 5rem; }

.mr0 {
  margin-right: 0rem; }

.mr1 {
  margin-right: 0.5rem; }

.mr2 {
  margin-right: 1rem; }

.mr3 {
  margin-right: 1.5rem; }

.mr4 {
  margin-right: 2rem; }

.mr5 {
  margin-right: 2.5rem; }

.mr6 {
  margin-right: 3rem; }

.mr7 {
  margin-right: 3.5rem; }

.mr8 {
  margin-right: 4rem; }

.mr9 {
  margin-right: 4.5rem; }

.mr10 {
  margin-right: 5rem; }

.mt0 {
  margin-top: 0rem; }

.mt1 {
  margin-top: 0.5rem; }

.mt2 {
  margin-top: 1rem; }

.mt3 {
  margin-top: 1.5rem; }

.mt4 {
  margin-top: 2rem; }

.mt5 {
  margin-top: 2.5rem; }

.mt6 {
  margin-top: 3rem; }

.mt7 {
  margin-top: 3.5rem; }

.mt8 {
  margin-top: 4rem; }

.mt9 {
  margin-top: 4.5rem; }

.mt10 {
  margin-top: 5rem; }

.mv0 {
  margin-top: 0rem;
  margin-bottom: 0rem; }

.mv1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.mv2 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.mv3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

.mv4 {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.mv5 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }

.mv6 {
  margin-top: 3rem;
  margin-bottom: 3rem; }

.mv7 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem; }

.mv8 {
  margin-top: 4rem;
  margin-bottom: 4rem; }

.mv9 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem; }

.mv10 {
  margin-top: 5rem;
  margin-bottom: 5rem; }

.mw0 {
  max-width: 0rem; }

.mw1 {
  max-width: 0.5rem; }

.mw2 {
  max-width: 1rem; }

.mw3 {
  max-width: 1.5rem; }

.mw4 {
  max-width: 2rem; }

.mw5 {
  max-width: 2.5rem; }

.mw6 {
  max-width: 3rem; }

.mw7 {
  max-width: 3.5rem; }

.mw8 {
  max-width: 4rem; }

.mw9 {
  max-width: 4.5rem; }

.mw10 {
  max-width: 5rem; }

.mw12 {
  max-width: 6rem; }

.mw14 {
  max-width: 7rem; }

.mw16 {
  max-width: 8rem; }

.mw18 {
  max-width: 9rem; }

.mw20 {
  max-width: 10rem; }

.mw22 {
  max-width: 11rem; }

.mw24 {
  max-width: 12rem; }

.mw26 {
  max-width: 13rem; }

.mw28 {
  max-width: 14rem; }

.mw30 {
  max-width: 15rem; }

.mw32 {
  max-width: 16rem; }

.mw34 {
  max-width: 17rem; }

.mw36 {
  max-width: 18rem; }

.mw38 {
  max-width: 19rem; }

.mw40 {
  max-width: 20rem; }

.mw42 {
  max-width: 21rem; }

.mw44 {
  max-width: 22rem; }

.mw46 {
  max-width: 23rem; }

.mw48 {
  max-width: 24rem; }

.mw50 {
  max-width: 25rem; }

.mw52 {
  max-width: 26rem; }

.mw54 {
  max-width: 27rem; }

.mw56 {
  max-width: 28rem; }

.mw58 {
  max-width: 29rem; }

.mw60 {
  max-width: 30rem; }

.mw70 {
  max-width: 35rem; }

.mw80 {
  max-width: 40rem; }

.mw90 {
  max-width: 45rem; }

.mw100 {
  max-width: 50rem; }

.mw110 {
  max-width: 55rem; }

.mw120 {
  max-width: 60rem; }

.mw130 {
  max-width: 65rem; }

.mw140 {
  max-width: 70rem; }

.mw150 {
  max-width: 75rem; }

.mw160 {
  max-width: 80rem; }

.mw170 {
  max-width: 85rem; }

.mw180 {
  max-width: 90rem; }

.na0 {
  margin: -0rem; }

.na1 {
  margin: -0.5rem; }

.na2 {
  margin: -1rem; }

.na3 {
  margin: -1.5rem; }

.na4 {
  margin: -2rem; }

.na5 {
  margin: -2.5rem; }

.na6 {
  margin: -3rem; }

.na7 {
  margin: -3.5rem; }

.na8 {
  margin: -4rem; }

.na9 {
  margin: -4.5rem; }

.na10 {
  margin: -5rem; }

.nb0 {
  margin-bottom: -0rem; }

.nb1 {
  margin-bottom: -0.5rem; }

.nb2 {
  margin-bottom: -1rem; }

.nb3 {
  margin-bottom: -1.5rem; }

.nb4 {
  margin-bottom: -2rem; }

.nb5 {
  margin-bottom: -2.5rem; }

.nb6 {
  margin-bottom: -3rem; }

.nb7 {
  margin-bottom: -3.5rem; }

.nb8 {
  margin-bottom: -4rem; }

.nb9 {
  margin-bottom: -4.5rem; }

.nb10 {
  margin-bottom: -5rem; }

.nh0 {
  margin-left: -0rem;
  margin-right: -0rem; }

.nh1 {
  margin-left: -0.5rem;
  margin-right: -0.5rem; }

.nh2 {
  margin-left: -1rem;
  margin-right: -1rem; }

.nh3 {
  margin-left: -1.5rem;
  margin-right: -1.5rem; }

.nh4 {
  margin-left: -2rem;
  margin-right: -2rem; }

.nh5 {
  margin-left: -2.5rem;
  margin-right: -2.5rem; }

.nh6 {
  margin-left: -3rem;
  margin-right: -3rem; }

.nh7 {
  margin-left: -3.5rem;
  margin-right: -3.5rem; }

.nh8 {
  margin-left: -4rem;
  margin-right: -4rem; }

.nh9 {
  margin-left: -4.5rem;
  margin-right: -4.5rem; }

.nh10 {
  margin-left: -5rem;
  margin-right: -5rem; }

.nl0 {
  margin-left: -0rem; }

.nl1 {
  margin-left: -0.5rem; }

.nl2 {
  margin-left: -1rem; }

.nl3 {
  margin-left: -1.5rem; }

.nl4 {
  margin-left: -2rem; }

.nl5 {
  margin-left: -2.5rem; }

.nl6 {
  margin-left: -3rem; }

.nl7 {
  margin-left: -3.5rem; }

.nl8 {
  margin-left: -4rem; }

.nl9 {
  margin-left: -4.5rem; }

.nl10 {
  margin-left: -5rem; }

.nr0 {
  margin-right: -0rem; }

.nr1 {
  margin-right: -0.5rem; }

.nr2 {
  margin-right: -1rem; }

.nr3 {
  margin-right: -1.5rem; }

.nr4 {
  margin-right: -2rem; }

.nr5 {
  margin-right: -2.5rem; }

.nr6 {
  margin-right: -3rem; }

.nr7 {
  margin-right: -3.5rem; }

.nr8 {
  margin-right: -4rem; }

.nr9 {
  margin-right: -4.5rem; }

.nr10 {
  margin-right: -5rem; }

.nt0 {
  margin-top: -0rem; }

.nt1 {
  margin-top: -0.5rem; }

.nt2 {
  margin-top: -1rem; }

.nt3 {
  margin-top: -1.5rem; }

.nt4 {
  margin-top: -2rem; }

.nt5 {
  margin-top: -2.5rem; }

.nt6 {
  margin-top: -3rem; }

.nt7 {
  margin-top: -3.5rem; }

.nt8 {
  margin-top: -4rem; }

.nt9 {
  margin-top: -4.5rem; }

.nt10 {
  margin-top: -5rem; }

.nv0 {
  margin-top: -0rem;
  margin-bottom: -0rem; }

.nv1 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem; }

.nv2 {
  margin-top: -1rem;
  margin-bottom: -1rem; }

.nv3 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem; }

.nv4 {
  margin-top: -2rem;
  margin-bottom: -2rem; }

.nv5 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem; }

.nv6 {
  margin-top: -3rem;
  margin-bottom: -3rem; }

.nv7 {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem; }

.nv8 {
  margin-top: -4rem;
  margin-bottom: -4rem; }

.nv9 {
  margin-top: -4.5rem;
  margin-bottom: -4.5rem; }

.nv10 {
  margin-top: -5rem;
  margin-bottom: -5rem; }

.pa0 {
  padding: 0rem; }

.pa1 {
  padding: 0.5rem; }

.pa2 {
  padding: 1rem; }

.pa3 {
  padding: 1.5rem; }

.pa4 {
  padding: 2rem; }

.pa5 {
  padding: 2.5rem; }

.pa6 {
  padding: 3rem; }

.pa7 {
  padding: 3.5rem; }

.pa8 {
  padding: 4rem; }

.pa9 {
  padding: 4.5rem; }

.pa10 {
  padding: 5rem; }

.pb0 {
  padding-bottom: 0rem; }

.pb1 {
  padding-bottom: 0.5rem; }

.pb2 {
  padding-bottom: 1rem; }

.pb3 {
  padding-bottom: 1.5rem; }

.pb4 {
  padding-bottom: 2rem; }

.pb5 {
  padding-bottom: 2.5rem; }

.pb6 {
  padding-bottom: 3rem; }

.pb7 {
  padding-bottom: 3.5rem; }

.pb8 {
  padding-bottom: 4rem; }

.pb9 {
  padding-bottom: 4.5rem; }

.pb10 {
  padding-bottom: 5rem; }

.ph0 {
  padding-left: 0rem;
  padding-right: 0rem; }

.ph1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.ph2 {
  padding-left: 1rem;
  padding-right: 1rem; }

.ph3 {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.ph4 {
  padding-left: 2rem;
  padding-right: 2rem; }

.ph5 {
  padding-left: 2.5rem;
  padding-right: 2.5rem; }

.ph6 {
  padding-left: 3rem;
  padding-right: 3rem; }

.ph7 {
  padding-left: 3.5rem;
  padding-right: 3.5rem; }

.ph8 {
  padding-left: 4rem;
  padding-right: 4rem; }

.ph9 {
  padding-left: 4.5rem;
  padding-right: 4.5rem; }

.ph10 {
  padding-left: 5rem;
  padding-right: 5rem; }

.pl0 {
  padding-left: 0rem; }

.pl1 {
  padding-left: 0.5rem; }

.pl2 {
  padding-left: 1rem; }

.pl3 {
  padding-left: 1.5rem; }

.pl4 {
  padding-left: 2rem; }

.pl5 {
  padding-left: 2.5rem; }

.pl6 {
  padding-left: 3rem; }

.pl7 {
  padding-left: 3.5rem; }

.pl8 {
  padding-left: 4rem; }

.pl9 {
  padding-left: 4.5rem; }

.pl10 {
  padding-left: 5rem; }

.pr0 {
  padding-right: 0rem; }

.pr1 {
  padding-right: 0.5rem; }

.pr2 {
  padding-right: 1rem; }

.pr3 {
  padding-right: 1.5rem; }

.pr4 {
  padding-right: 2rem; }

.pr5 {
  padding-right: 2.5rem; }

.pr6 {
  padding-right: 3rem; }

.pr7 {
  padding-right: 3.5rem; }

.pr8 {
  padding-right: 4rem; }

.pr9 {
  padding-right: 4.5rem; }

.pr10 {
  padding-right: 5rem; }

.pt0 {
  padding-top: 0rem; }

.pt1 {
  padding-top: 0.5rem; }

.pt2 {
  padding-top: 1rem; }

.pt3 {
  padding-top: 1.5rem; }

.pt4 {
  padding-top: 2rem; }

.pt5 {
  padding-top: 2.5rem; }

.pt6 {
  padding-top: 3rem; }

.pt7 {
  padding-top: 3.5rem; }

.pt8 {
  padding-top: 4rem; }

.pt9 {
  padding-top: 4.5rem; }

.pt10 {
  padding-top: 5rem; }

.pv0 {
  padding-top: 0rem;
  padding-bottom: 0rem; }

.pv1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.pv2 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.pv3 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

.pv4 {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.pv5 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }

.pv6 {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.pv7 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem; }

.pv8 {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.pv9 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem; }

.pv10 {
  padding-top: 5rem;
  padding-bottom: 5rem; }

.w0 {
  width: 0rem; }

.w1 {
  width: 0.5rem; }

.w2 {
  width: 1rem; }

.w3 {
  width: 1.5rem; }

.w4 {
  width: 2rem; }

.w5 {
  width: 2.5rem; }

.w6 {
  width: 3rem; }

.w7 {
  width: 3.5rem; }

.w8 {
  width: 4rem; }

.w9 {
  width: 4.5rem; }

.w10 {
  width: 5rem; }

.w12 {
  width: 6rem; }

.w14 {
  width: 7rem; }

.w16 {
  width: 8rem; }

.w18 {
  width: 9rem; }

.w20 {
  width: 10rem; }

.w22 {
  width: 11rem; }

.w24 {
  width: 12rem; }

.w26 {
  width: 13rem; }

.w28 {
  width: 14rem; }

.w30 {
  width: 15rem; }

.w32 {
  width: 16rem; }

.w34 {
  width: 17rem; }

.w36 {
  width: 18rem; }

.w38 {
  width: 19rem; }

.w40 {
  width: 20rem; }

.w42 {
  width: 21rem; }

.w44 {
  width: 22rem; }

.w46 {
  width: 23rem; }

.w48 {
  width: 24rem; }

.w50 {
  width: 25rem; }

.w52 {
  width: 26rem; }

.w54 {
  width: 27rem; }

.w56 {
  width: 28rem; }

.w58 {
  width: 29rem; }

.w60 {
  width: 30rem; }

.w70 {
  width: 35rem; }

.w80 {
  width: 40rem; }

.w90 {
  width: 45rem; }

.w100 {
  width: 50rem; }

.w110 {
  width: 55rem; }

.w120 {
  width: 60rem; }

.w130 {
  width: 65rem; }

.w140 {
  width: 70rem; }

.w150 {
  width: 75rem; }

.w160 {
  width: 80rem; }

.w170 {
  width: 85rem; }

.w180 {
  width: 90rem; }

/* ¶ tables */
.collapse {
  border-collapse: collapse;
  border-spacing: 0; }

.striped--light-silver:nth-child(odd) {
  background-color: #aaa; }

.striped--moon-gray:nth-child(odd) {
  background-color: #ccc; }

.striped--light-gray:nth-child(odd) {
  background-color: #eee; }

.striped--near-white:nth-child(odd) {
  background-color: #f4f4f4; }

.stripe-light:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.1); }

.stripe-dark:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.1); }

/* ¶ text-align (q) */
.tl {
  text-align: left; }

.tr {
  text-align: right; }

.tc {
  text-align: center; }

.tj {
  text-align: justify; }

/* ¶ text-decoration (q) */
.strike {
  text-decoration: line-through; }

.underline {
  text-decoration: underline; }

.no-underline {
  text-decoration: none; }

/* ¶ text-transform (q) */
.ttc {
  text-transform: capitalize; }

.ttl {
  text-transform: lowercase; }

.ttu {
  text-transform: uppercase; }

.ttn {
  text-transform: none; }

/* ¶ typography (q) */
.measure {
  max-width: 30em; }

.measure-wide {
  max-width: 34em; }

.measure-narrow {
  max-width: 20em; }

.indent {
  text-indent: 1em;
  margin-top: 0;
  margin-bottom: 0; }

.small-caps {
  font-variant: small-caps; }

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* ¶ utilities (q) */
.overflow-container {
  overflow-y: scroll; }

.center {
  margin-right: auto;
  margin-left: auto; }

.mr-auto {
  margin-right: auto; }

.ml-auto {
  margin-left: auto; }

.pointer-events-none {
  pointer-events: none; }

/* ¶ vertical-align (q) */
.v-base {
  vertical-align: baseline; }

.v-mid {
  vertical-align: middle; }

.v-top {
  vertical-align: top; }

.v-btm {
  vertical-align: bottom; }

/* ¶ visibility (q) */
.clip {
  position: fixed !important;
  _position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* ¶ white-space (q) */
.ws-normal {
  white-space: normal; }

.nowrap {
  white-space: nowrap; }

.pre {
  white-space: pre; }

/* ¶ widths (q) */
.w-10 {
  width: 10%; }

.w-20 {
  width: 20%; }

.w-25 {
  width: 25%; }

.w-30 {
  width: 30%; }

.w-33 {
  width: 33%; }

.w-34 {
  width: 34%; }

.w-40 {
  width: 40%; }

.w-50 {
  width: 50%; }

.w-60 {
  width: 60%; }

.w-70 {
  width: 70%; }

.w-75 {
  width: 75%; }

.w-80 {
  width: 80%; }

.w-90 {
  width: 90%; }

.w-100 {
  width: 100%; }

.w-third {
  width: 33.3333333333%; }

.w-two-thirds {
  width: 66.6666666667%; }

.w-auto {
  width: auto; }

/* ¶ z-index */
.z-0 {
  z-index: 0; }

.z-1 {
  z-index: 1; }

.z-2 {
  z-index: 2; }

.z-3 {
  z-index: 3; }

.z-4 {
  z-index: 4; }

.z-5 {
  z-index: 5; }

.z-999 {
  z-index: 999; }

.z-9999 {
  z-index: 9999; }

.z-max {
  z-index: 2147483647; }

.z-inherit {
  z-index: inherit; }

.z-initial {
  z-index: initial; }

.z-unset {
  z-index: unset; }

/* ¶ column-span (q) */
.cs1 {
  width: 72px; }

.cs2 {
  width: 168px; }

.cs3 {
  width: 264px; }

.cs4 {
  width: 360px; }

.cs5 {
  width: 456px; }

.cs6 {
  width: 552px; }

.cs7 {
  width: 648px; }

.cs8 {
  width: 744px; }

.cs9 {
  width: 840px; }

.cs10 {
  width: 936px; }

.cs11 {
  width: 1032px; }

.cs12 {
  width: 1128px; }

.cs13 {
  width: 1224px; }

.cs14 {
  width: 1320px; }

.cs15 {
  width: 1416px; }

.cs16 {
  width: 1512px; }

.debug-cs1:before {
  pointer-events: none;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  position: fixed;
  background-position: 0;
  z-index: 1;
  background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
  width: 120px; }

.debug-cs2:before {
  pointer-events: none;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  position: fixed;
  background-position: 0;
  z-index: 1;
  background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
  width: 216px; }

.debug-cs3:before {
  pointer-events: none;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  position: fixed;
  background-position: 0;
  z-index: 1;
  background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
  width: 312px; }

.debug-cs4:before {
  pointer-events: none;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  position: fixed;
  background-position: 0;
  z-index: 1;
  background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
  width: 408px; }

.debug-cs5:before {
  pointer-events: none;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  position: fixed;
  background-position: 0;
  z-index: 1;
  background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
  width: 504px; }

.debug-cs6:before {
  pointer-events: none;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  position: fixed;
  background-position: 0;
  z-index: 1;
  background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
  width: 600px; }

.debug-cs7:before {
  pointer-events: none;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  position: fixed;
  background-position: 0;
  z-index: 1;
  background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
  width: 696px; }

.debug-cs8:before {
  pointer-events: none;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  position: fixed;
  background-position: 0;
  z-index: 1;
  background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
  width: 792px; }

.debug-cs9:before {
  pointer-events: none;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  position: fixed;
  background-position: 0;
  z-index: 1;
  background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
  width: 888px; }

.debug-cs10:before {
  pointer-events: none;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  position: fixed;
  background-position: 0;
  z-index: 1;
  background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
  width: 984px; }

.debug-cs11:before {
  pointer-events: none;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  position: fixed;
  background-position: 0;
  z-index: 1;
  background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
  width: 1080px; }

.debug-cs12:before {
  pointer-events: none;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  position: fixed;
  background-position: 0;
  z-index: 1;
  background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
  width: 1176px; }

.debug-cs13:before {
  pointer-events: none;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  position: fixed;
  background-position: 0;
  z-index: 1;
  background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
  width: 1272px; }

.debug-cs14:before {
  pointer-events: none;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  position: fixed;
  background-position: 0;
  z-index: 1;
  background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
  width: 1368px; }

.debug-cs15:before {
  pointer-events: none;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  position: fixed;
  background-position: 0;
  z-index: 1;
  background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
  width: 1464px; }

.debug-cs16:before {
  pointer-events: none;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  position: fixed;
  background-position: 0;
  z-index: 1;
  background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
  width: 1560px; }

/* ¶ debug-defaults */
/*

  DEBUG CHILDREN
  Docs: http://tachyons.io/docs/debug/

  Just add the debug class to any element to see outlines on its
  children.

*/
.debug * {
  outline: 1px solid gold; }

.debug-white * {
  outline: 1px solid white; }

.debug-black * {
  outline: 1px solid black; }

/*

   DEBUG GRID
   http://tachyons.io/docs/debug-grid/

   Can be useful for debugging layout issues
   or helping to make sure things line up perfectly.
   Just tack one of these classes onto a parent element.

*/
.debug-grid {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTRDOTY4N0U2N0VFMTFFNjg2MzZDQjkwNkQ4MjgwMEIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTRDOTY4N0Q2N0VFMTFFNjg2MzZDQjkwNkQ4MjgwMEIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NjcyQkQ3NjY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3NjcyQkQ3NzY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsBS+GMAAAAjSURBVHjaYvz//z8DLsD4gcGXiYEAGBIKGBne//fFpwAgwAB98AaF2pjlUQAAAABJRU5ErkJggg==) repeat top left; }

.debug-grid-16 {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODYyRjhERDU2N0YyMTFFNjg2MzZDQjkwNkQ4MjgwMEIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODYyRjhERDQ2N0YyMTFFNjg2MzZDQjkwNkQ4MjgwMEIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NjcyQkQ3QTY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3NjcyQkQ3QjY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvCS01IAAABMSURBVHjaYmR4/5+BFPBfAMFm/MBgx8RAGWCn1AAmSg34Q6kBDKMGMDCwICeMIemF/5QawEipAWwUhwEjMDvbAWlWkvVBwu8vQIABAEwBCph8U6c0AAAAAElFTkSuQmCC) repeat top left; }

.debug-grid-8-solid {
  background: white url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAAAAAD/4QMxaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzExMSA3OS4xNTgzMjUsIDIwMTUvMDkvMTAtMDE6MTA6MjAgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkIxMjI0OTczNjdCMzExRTZCMkJDRTI0MDgxMDAyMTcxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkIxMjI0OTc0NjdCMzExRTZCMkJDRTI0MDgxMDAyMTcxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjEyMjQ5NzE2N0IzMTFFNkIyQkNFMjQwODEwMDIxNzEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjEyMjQ5NzI2N0IzMTFFNkIyQkNFMjQwODEwMDIxNzEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAAbGhopHSlBJiZBQi8vL0JHPz4+P0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHAR0pKTQmND8oKD9HPzU/R0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0f/wAARCAAIAAgDASIAAhEBAxEB/8QAWQABAQAAAAAAAAAAAAAAAAAAAAYBAQEAAAAAAAAAAAAAAAAAAAIEEAEBAAMBAAAAAAAAAAAAAAABADECA0ERAAEDBQAAAAAAAAAAAAAAAAARITFBUWESIv/aAAwDAQACEQMRAD8AoOnTV1QTD7JJshP3vSM3P//Z) repeat top left; }

.debug-grid-16-solid {
  background: white url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzY3MkJEN0U2N0M1MTFFNkIyQkNFMjQwODEwMDIxNzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzY3MkJEN0Y2N0M1MTFFNkIyQkNFMjQwODEwMDIxNzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NjcyQkQ3QzY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3NjcyQkQ3RDY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pve6J3kAAAAzSURBVHjaYvz//z8D0UDsMwMjSRoYP5Gq4SPNbRjVMEQ1fCRDg+in/6+J1AJUxsgAEGAA31BAJMS0GYEAAAAASUVORK5CYII=) repeat top left; }

/* ¶ */
@media (min-width: 450px) {
  .aspect-ratio-q- {
    height: 0;
    position: relative; }
  .aspect-ratio--16x9-q- {
    padding-bottom: 56.25%; }
  .aspect-ratio--9x16-q- {
    padding-bottom: 177.77%; }
  .aspect-ratio--4x3-q- {
    padding-bottom: 75%; }
  .aspect-ratio--3x4-q- {
    padding-bottom: 133.33%; }
  .aspect-ratio--6x4-q- {
    padding-bottom: 66.6%; }
  .aspect-ratio--4x6-q- {
    padding-bottom: 150%; }
  .aspect-ratio--8x5-q- {
    padding-bottom: 62.5%; }
  .aspect-ratio--5x8-q- {
    padding-bottom: 160%; }
  .aspect-ratio--7x5-q- {
    padding-bottom: 71.42%; }
  .aspect-ratio--5x7-q- {
    padding-bottom: 140%; }
  .aspect-ratio--1x1-q- {
    padding-bottom: 100%; }
  .aspect-ratio--object-q- {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100; }
  .bg-center-q- {
    background-repeat: no-repeat;
    background-position: center center; }
  .bg-top-q- {
    background-repeat: no-repeat;
    background-position: top center; }
  .bg-right-q- {
    background-repeat: no-repeat;
    background-position: center right; }
  .bg-bottom-q- {
    background-repeat: no-repeat;
    background-position: bottom center; }
  .bg-left-q- {
    background-repeat: no-repeat;
    background-position: center left; }
  .cover-q- {
    background-size: cover !important; }
  .contain-q- {
    background-size: contain !important; }
  .br0-q- {
    border-radius: 0; }
  .br1-q- {
    border-radius: 0.0625rem; }
  .br2-q- {
    border-radius: 0.125rem; }
  .br3-q- {
    border-radius: 0.1875rem; }
  .br4-q- {
    border-radius: 0.25rem; }
  .br5-q- {
    border-radius: 0.3125rem; }
  .br6-q- {
    border-radius: 0.375rem; }
  .br7-q- {
    border-radius: 0.4375rem; }
  .br8-q- {
    border-radius: 0.5rem; }
  .br9-q- {
    border-radius: 0.5625rem; }
  .br10-q- {
    border-radius: 0.625rem; }
  .br11-q- {
    border-radius: 0.6875rem; }
  .br12-q- {
    border-radius: 0.75rem; }
  .br13-q- {
    border-radius: 0.8125rem; }
  .br14-q- {
    border-radius: 0.875rem; }
  .br15-q- {
    border-radius: 0.9375rem; }
  .br16-q- {
    border-radius: 1rem; }
  .br17-q- {
    border-radius: 1.0625rem; }
  .br18-q- {
    border-radius: 1.125rem; }
  .br19-q- {
    border-radius: 1.1875rem; }
  .br20-q- {
    border-radius: 1.25rem; }
  .br21-q- {
    border-radius: 1.3125rem; }
  .br22-q- {
    border-radius: 1.375rem; }
  .br23-q- {
    border-radius: 1.4375rem; }
  .br24-q- {
    border-radius: 1.5rem; }
  .br-100-q- {
    border-radius: 100%; }
  .br-pill-q- {
    border-radius: 9999px; }
  .br--bottom-q- {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .br--top-q- {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .br--right-q- {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .br--left-q- {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .b--dotted-q- {
    border-style: dotted; }
  .b--dashed-q- {
    border-style: dashed; }
  .b--solid-q- {
    border-style: solid; }
  .b--none-q- {
    border-style: none; }
  .bw0-q- {
    border-width: 0; }
  .bw1-q- {
    border-width: 1px; }
  .bw2-q- {
    border-width: 2px; }
  .bw3-q- {
    border-width: 3px; }
  .bw4-q- {
    border-width: 4px; }
  .bw5-q- {
    border-width: 5px; }
  .bw6-q- {
    border-width: 6px; }
  .bw7-q- {
    border-width: 7px; }
  .bw8-q- {
    border-width: 8px; }
  .bw9-q- {
    border-width: 9px; }
  .bw10-q- {
    border-width: 10px; }
  /* Resets */
  .bt-0-q- {
    border-top-width: 0; }
  .br-0-q- {
    border-right-width: 0; }
  .bb-0-q- {
    border-bottom-width: 0; }
  .bl-0-q- {
    border-left-width: 0; }
  .ba-q- {
    border-style: solid;
    border-width: 1px; }
  .bt-q- {
    border-top-style: solid;
    border-top-width: 1px; }
  .br-q- {
    border-right-style: solid;
    border-right-width: 1px; }
  .bb-q- {
    border-bottom-style: solid;
    border-bottom-width: 1px; }
  .bl-q- {
    border-left-style: solid;
    border-left-width: 1px; }
  .bn-q- {
    border-style: none;
    border-width: 0; }
  .shadow-1-q- {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .shadow-2-q- {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .shadow-3-q- {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
  .shadow-4-q- {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
  .shadow-5-q- {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); }
  .cf-q- {
    *zoom: 1; }
    .cf-q-:before, .cf-q-:after {
      content: " ";
      display: table; }
    .cf-q-:after {
      clear: both; }
  .cl-q- {
    clear: left; }
  .cr-q- {
    clear: right; }
  .cb-q- {
    clear: both; }
  .cn-q- {
    clear: none; }
  .cs1-q1- {
    width: 72px; }
  .cs2-q1- {
    width: 168px; }
  .cs3-q1- {
    width: 264px; }
  .cs4-q1- {
    width: 360px; }
  .cs5-q1- {
    width: 456px; }
  .cs6-q1- {
    width: 552px; }
  .cs7-q1- {
    width: 648px; }
  .cs8-q1- {
    width: 744px; }
  .cs9-q1- {
    width: 840px; }
  .cs10-q1- {
    width: 936px; }
  .cs11-q1- {
    width: 1032px; }
  .cs12-q1- {
    width: 1128px; }
  .cs13-q1- {
    width: 1224px; }
  .cs14-q1- {
    width: 1320px; }
  .cs15-q1- {
    width: 1416px; }
  .cs16-q1- {
    width: 1512px; }
  .debug-cs1-q1-:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 120px; }
  .debug-cs2-q1-:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 216px; }
  .debug-cs3-q1-:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 312px; }
  .debug-cs4-q1-:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 408px; }
  .debug-cs5-q1-:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 504px; }
  .debug-cs6-q1-:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 600px; }
  .debug-cs7-q1-:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 696px; }
  .debug-cs8-q1-:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 792px; }
  .debug-cs9-q1-:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 888px; }
  .debug-cs10-q1-:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 984px; }
  .debug-cs11-q1-:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 1080px; }
  .debug-cs12-q1-:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 1176px; }
  .debug-cs13-q1-:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 1272px; }
  .debug-cs14-q1-:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 1368px; }
  .debug-cs15-q1-:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 1464px; }
  .debug-cs16-q1-:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 1560px; }
  .top-0-q- {
    top: 0; }
  .right-0-q- {
    right: 0; }
  .bottom-0-q- {
    bottom: 0; }
  .left-0-q- {
    left: 0; }
  .top-1-q- {
    top: 0.5rem; }
  .right-1-q- {
    right: 0.5rem; }
  .bottom-1-q- {
    bottom: 0.5rem; }
  .left-1-q- {
    left: 0.5rem; }
  .top-2-q- {
    top: 1rem; }
  .right-2-q- {
    right: 1rem; }
  .bottom-2-q- {
    bottom: 1rem; }
  .left-2-q- {
    left: 1rem; }
  .top-3-q- {
    top: 1.5rem; }
  .right-3-q- {
    right: 1.5rem; }
  .bottom-3-q- {
    bottom: 1.5rem; }
  .left-3-q- {
    left: 1.5rem; }
  .top-4-q- {
    top: 2rem; }
  .right-4-q- {
    right: 2rem; }
  .bottom-4-q- {
    bottom: 2rem; }
  .left-4-q- {
    left: 2rem; }
  .top--1-q- {
    top: -0.5rem; }
  .right--1-q- {
    right: -0.5rem; }
  .bottom--1-q- {
    bottom: -0.5rem; }
  .left--1-q- {
    left: -0.5rem; }
  .top--2-q- {
    top: -1rem; }
  .right--2-q- {
    right: -1rem; }
  .bottom--2-q- {
    bottom: -1rem; }
  .left--2-q- {
    left: -1rem; }
  .top--3-q- {
    top: -1.5rem; }
  .right--3-q- {
    right: -1.5rem; }
  .bottom--3-q- {
    bottom: -1.5rem; }
  .left--3-q- {
    left: -1.5rem; }
  .top--4-q- {
    top: -2rem; }
  .right--4-q- {
    right: -2rem; }
  .bottom--4-q- {
    bottom: -2rem; }
  .left--4-q- {
    left: -2rem; }
  .absolute--fill-q- {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .dn-q- {
    display: none; }
  .di-q- {
    display: inline; }
  .db-q- {
    display: block; }
  .dib-q- {
    display: inline-block; }
  .dit-q- {
    display: inline-table; }
  .dt-q- {
    display: table; }
  .dtc-q- {
    display: table-cell; }
  .dt-row-q- {
    display: table-row; }
  .dt-row-group-q- {
    display: table-row-group; }
  .dt-header-group-q- {
    display: table-header-group; }
  .dt-column-q- {
    display: table-column; }
  .dt-column-group-q- {
    display: table-column-group; }
  /*
  This will set table to full width and then
  all cells will be equal width
*/
  .dt--fixed-q- {
    table-layout: fixed;
    width: 100%; }
  .flex-q- {
    display: flex; }
  .inline-flex-q- {
    display: inline-flex; }
  /* 1. Fix for Chrome 44 bug.
 * https://code.google.com/p/chromium/issues/detail?id=506893 */
  .flex-auto-q- {
    flex: 1 1 auto;
    min-width: 0;
    /* 1 */
    min-height: 0;
    /* 1 */ }
  .flex-none-q- {
    flex: none; }
  .flex-column-q- {
    flex-direction: column; }
  .flex-row-q- {
    flex-direction: row; }
  .flex-wrap-q- {
    flex-wrap: wrap; }
  .flex-nowrap-q- {
    flex-wrap: nowrap; }
  .flex-wrap-reverse-q- {
    flex-wrap: wrap-reverse; }
  .flex-column-reverse-q- {
    flex-direction: column-reverse; }
  .flex-row-reverse-q- {
    flex-direction: row-reverse; }
  .items-start-q- {
    align-items: flex-start; }
  .items-end-q- {
    align-items: flex-end; }
  .items-center-q- {
    align-items: center; }
  .items-baseline-q- {
    align-items: baseline; }
  .items-stretch-q- {
    align-items: stretch; }
  .self-start-q- {
    align-self: flex-start; }
  .self-end-q- {
    align-self: flex-end; }
  .self-center-q- {
    align-self: center; }
  .self-baseline-q- {
    align-self: baseline; }
  .self-stretch-q- {
    align-self: stretch; }
  .justify-start-q- {
    justify-content: flex-start; }
  .justify-end-q- {
    justify-content: flex-end; }
  .justify-center-q- {
    justify-content: center; }
  .justify-between-q- {
    justify-content: space-between; }
  .justify-around-q- {
    justify-content: space-around; }
  .content-start-q- {
    align-content: flex-start; }
  .content-end-q- {
    align-content: flex-end; }
  .content-center-q- {
    align-content: center; }
  .content-between-q- {
    align-content: space-between; }
  .content-around-q- {
    align-content: space-around; }
  .content-stretch-q- {
    align-content: stretch; }
  .order-0-q- {
    order: 0; }
  .order-1-q- {
    order: 1; }
  .order-2-q- {
    order: 2; }
  .order-3-q- {
    order: 3; }
  .order-4-q- {
    order: 4; }
  .order-5-q- {
    order: 5; }
  .order-6-q- {
    order: 6; }
  .order-7-q- {
    order: 7; }
  .order-8-q- {
    order: 8; }
  .order-last-q- {
    order: 99999; }
  .flex-grow-0-q- {
    flex-grow: 0; }
  .flex-grow-1-q- {
    flex-grow: 1; }
  .flex-shrink-0-q- {
    flex-shrink: 0; }
  .flex-shrink-1-q- {
    flex-shrink: 1; }
  .fl-q- {
    float: left;
    _display: inline; }
  .fr-q- {
    float: right;
    _display: inline; }
  .fn-q- {
    float: none; }
  .i-q- {
    font-style: italic; }
  .fs-normal-q- {
    font-style: normal; }
  .h-25-q- {
    height: 25%; }
  .h-50-q- {
    height: 50%; }
  .h-75-q- {
    height: 75%; }
  .h-100-q- {
    height: 100%; }
  .min-h-100-q- {
    min-height: 100%; }
  .vh-25-q- {
    height: 25vh; }
  .vh-50-q- {
    height: 50vh; }
  .vh-75-q- {
    height: 75vh; }
  .vh-100-q- {
    height: 100vh; }
  .min-vh-100-q- {
    min-height: 100vh; }
  .h-auto-q- {
    height: auto; }
  .h-inherit-q- {
    height: inherit; }
  .mw-none-q- {
    max-width: none; }
  .outline-q- {
    outline: 1px solid; }
  .outline-transparent-q- {
    outline: 1px solid transparent; }
  .outline-0-q- {
    outline: 0; }
  .overflow-visible-q- {
    overflow: visible; }
  .overflow-hidden-q- {
    overflow: hidden; }
  .overflow-scroll-q- {
    overflow: scroll; }
  .overflow-auto-q- {
    overflow: auto; }
  .overflow-x-visible-q- {
    overflow-x: visible; }
  .overflow-x-hidden-q- {
    overflow-x: hidden; }
  .overflow-x-scroll-q- {
    overflow-x: scroll; }
  .overflow-x-auto-q- {
    overflow-x: auto; }
  .overflow-y-visible-q- {
    overflow-y: visible; }
  .overflow-y-hidden-q- {
    overflow-y: hidden; }
  .overflow-y-scroll-q- {
    overflow-y: scroll; }
  .overflow-y-auto-q- {
    overflow-y: auto; }
  .static-q- {
    position: static; }
  .relative-q- {
    position: relative; }
  .absolute-q- {
    position: absolute; }
  .fixed-q- {
    position: fixed; }
  .rotate-45-q- {
    transform: rotate(45deg); }
  .rotate-90-q- {
    transform: rotate(90deg); }
  .rotate-135-q- {
    transform: rotate(135deg); }
  .rotate-180-q- {
    transform: rotate(180deg); }
  .rotate-225-q- {
    transform: rotate(225deg); }
  .rotate-270-q- {
    transform: rotate(270deg); }
  .rotate-315-q- {
    transform: rotate(315deg); }
  .hover-highlight-q-:hover, .hover-highlight-q-:focus {
    color: #fc6d6d; }
  .hover-bg-highlight-q-:hover, .hover-bg-highlight-q-:focus {
    background: #fc6d6d; }
  .hover-aig-blue-q-:hover, .hover-aig-blue-q-:focus {
    color: #00a4e4; }
  .hover-bg-aig-blue-q-:hover, .hover-bg-aig-blue-q-:focus {
    background: #00a4e4; }
  .hover-pcg-blue-q-:hover, .hover-pcg-blue-q-:focus {
    color: #003467; }
  .hover-bg-pcg-blue-q-:hover, .hover-bg-pcg-blue-q-:focus {
    background: #003467; }
  .hover-light-blue-q-:hover, .hover-light-blue-q-:focus {
    color: #dee9f6; }
  .hover-bg-light-blue-q-:hover, .hover-bg-light-blue-q-:focus {
    background: #dee9f6; }
  .hover-blue-q-:hover, .hover-blue-q-:focus {
    color: #0057b8; }
  .hover-bg-blue-q-:hover, .hover-bg-blue-q-:focus {
    background: #0057b8; }
  .hover-dark-blue-q-:hover, .hover-dark-blue-q-:focus {
    color: #001e62; }
  .hover-bg-dark-blue-q-:hover, .hover-bg-dark-blue-q-:focus {
    background: #001e62; }
  .hover-light-green-q-:hover, .hover-light-green-q-:focus {
    color: #e0eed0; }
  .hover-bg-light-green-q-:hover, .hover-bg-light-green-q-:focus {
    background: #e0eed0; }
  .hover-green-q-:hover, .hover-green-q-:focus {
    color: #50d986; }
  .hover-bg-green-q-:hover, .hover-bg-green-q-:focus {
    background: #50d986; }
  .hover-dark-green-q-:hover, .hover-dark-green-q-:focus {
    color: #13aa41; }
  .hover-bg-dark-green-q-:hover, .hover-bg-dark-green-q-:focus {
    background: #13aa41; }
  .hover-darkest-green-q-:hover, .hover-darkest-green-q-:focus {
    color: #275d38; }
  .hover-bg-darkest-green-q-:hover, .hover-bg-darkest-green-q-:focus {
    background: #275d38; }
  .hover-light-magenta-q-:hover, .hover-light-magenta-q-:focus {
    color: #fdecef; }
  .hover-bg-light-magenta-q-:hover, .hover-bg-light-magenta-q-:focus {
    background: #fdecef; }
  .hover-magenta-q-:hover, .hover-magenta-q-:focus {
    color: #e844ab; }
  .hover-bg-magenta-q-:hover, .hover-bg-magenta-q-:focus {
    background: #e844ab; }
  .hover-dark-magenta-q-:hover, .hover-dark-magenta-q-:focus {
    color: #af006e; }
  .hover-bg-dark-magenta-q-:hover, .hover-bg-dark-magenta-q-:focus {
    background: #af006e; }
  .hover-darkest-magenta-q-:hover, .hover-darkest-magenta-q-:focus {
    color: #5e2751; }
  .hover-bg-darkest-magenta-q-:hover, .hover-bg-darkest-magenta-q-:focus {
    background: #5e2751; }
  .hover-light-red-q-:hover, .hover-light-red-q-:focus {
    color: #fde7db; }
  .hover-bg-light-red-q-:hover, .hover-bg-light-red-q-:focus {
    background: #fde7db; }
  .hover-red-q-:hover, .hover-red-q-:focus {
    color: #e03c31; }
  .hover-bg-red-q-:hover, .hover-bg-red-q-:focus {
    background: #e03c31; }
  .hover-dark-red-q-:hover, .hover-dark-red-q-:focus {
    color: #862633; }
  .hover-bg-dark-red-q-:hover, .hover-bg-dark-red-q-:focus {
    background: #862633; }
  .hover-light-orange-q-:hover, .hover-light-orange-q-:focus {
    color: #ffe8c9; }
  .hover-bg-light-orange-q-:hover, .hover-bg-light-orange-q-:focus {
    background: #ffe8c9; }
  .hover-orange-q-:hover, .hover-orange-q-:focus {
    color: #fba137; }
  .hover-bg-orange-q-:hover, .hover-bg-orange-q-:focus {
    background: #fba137; }
  .hover-dark-orange-q-:hover, .hover-dark-orange-q-:focus {
    color: #e36f1e; }
  .hover-bg-dark-orange-q-:hover, .hover-bg-dark-orange-q-:focus {
    background: #e36f1e; }
  .hover-darkest-orange-q-:hover, .hover-darkest-orange-q-:focus {
    color: #a9431e; }
  .hover-bg-darkest-orange-q-:hover, .hover-bg-darkest-orange-q-:focus {
    background: #a9431e; }
  .hover-light-teal-q-:hover, .hover-light-teal-q-:focus {
    color: #e9f1f0; }
  .hover-bg-light-teal-q-:hover, .hover-bg-light-teal-q-:focus {
    background: #e9f1f0; }
  .hover-teal-q-:hover, .hover-teal-q-:focus {
    color: #15c3da; }
  .hover-bg-teal-q-:hover, .hover-bg-teal-q-:focus {
    background: #15c3da; }
  .hover-dark-teal-q-:hover, .hover-dark-teal-q-:focus {
    color: #009ca6; }
  .hover-bg-dark-teal-q-:hover, .hover-bg-dark-teal-q-:focus {
    background: #009ca6; }
  .hover-darkest-teal-q-:hover, .hover-darkest-teal-q-:focus {
    color: #004f59; }
  .hover-bg-darkest-teal-q-:hover, .hover-bg-darkest-teal-q-:focus {
    background: #004f59; }
  .hover-light-yellow-q-:hover, .hover-light-yellow-q-:focus {
    color: #fff6cb; }
  .hover-bg-light-yellow-q-:hover, .hover-bg-light-yellow-q-:focus {
    background: #fff6cb; }
  .hover-yellow-q-:hover, .hover-yellow-q-:focus {
    color: #ffd96c; }
  .hover-bg-yellow-q-:hover, .hover-bg-yellow-q-:focus {
    background: #ffd96c; }
  .hover-dark-yellow-q-:hover, .hover-dark-yellow-q-:focus {
    color: #fdb813; }
  .hover-bg-dark-yellow-q-:hover, .hover-bg-dark-yellow-q-:focus {
    background: #fdb813; }
  .hover-darkest-yellow-q-:hover, .hover-darkest-yellow-q-:focus {
    color: #a9662b; }
  .hover-bg-darkest-yellow-q-:hover, .hover-bg-darkest-yellow-q-:focus {
    background: #a9662b; }
  .hover-lightest-steel-q-:hover, .hover-lightest-steel-q-:focus {
    color: #f7f9fb; }
  .hover-bg-lightest-steel-q-:hover, .hover-bg-lightest-steel-q-:focus {
    background: #f7f9fb; }
  .hover-light-steel-q-:hover, .hover-light-steel-q-:focus {
    color: #d5e1ef; }
  .hover-bg-light-steel-q-:hover, .hover-bg-light-steel-q-:focus {
    background: #d5e1ef; }
  .hover-steel-q-:hover, .hover-steel-q-:focus {
    color: #8999b9; }
  .hover-bg-steel-q-:hover, .hover-bg-steel-q-:focus {
    background: #8999b9; }
  .hover-white-0125-q-:hover, .hover-white-0125-q-:focus {
    color: rgba(255, 255, 255, 0.0125); }
  .hover-bg-white-0125-q-:hover, .hover-bg-white-0125-q-:focus {
    background: rgba(255, 255, 255, 0.0125); }
  .hover-white-025-q-:hover, .hover-white-025-q-:focus {
    color: rgba(255, 255, 255, 0.025); }
  .hover-bg-white-025-q-:hover, .hover-bg-white-025-q-:focus {
    background: rgba(255, 255, 255, 0.025); }
  .hover-white-05-q-:hover, .hover-white-05-q-:focus {
    color: rgba(255, 255, 255, 0.05); }
  .hover-bg-white-05-q-:hover, .hover-bg-white-05-q-:focus {
    background: rgba(255, 255, 255, 0.05); }
  .hover-white-10-q-:hover, .hover-white-10-q-:focus {
    color: rgba(255, 255, 255, 0.1); }
  .hover-bg-white-10-q-:hover, .hover-bg-white-10-q-:focus {
    background: rgba(255, 255, 255, 0.1); }
  .hover-white-20-q-:hover, .hover-white-20-q-:focus {
    color: rgba(255, 255, 255, 0.2); }
  .hover-bg-white-20-q-:hover, .hover-bg-white-20-q-:focus {
    background: rgba(255, 255, 255, 0.2); }
  .hover-white-30-q-:hover, .hover-white-30-q-:focus {
    color: rgba(255, 255, 255, 0.3); }
  .hover-bg-white-30-q-:hover, .hover-bg-white-30-q-:focus {
    background: rgba(255, 255, 255, 0.3); }
  .hover-white-40-q-:hover, .hover-white-40-q-:focus {
    color: rgba(255, 255, 255, 0.4); }
  .hover-bg-white-40-q-:hover, .hover-bg-white-40-q-:focus {
    background: rgba(255, 255, 255, 0.4); }
  .hover-white-50-q-:hover, .hover-white-50-q-:focus {
    color: rgba(255, 255, 255, 0.5); }
  .hover-bg-white-50-q-:hover, .hover-bg-white-50-q-:focus {
    background: rgba(255, 255, 255, 0.5); }
  .hover-white-60-q-:hover, .hover-white-60-q-:focus {
    color: rgba(255, 255, 255, 0.6); }
  .hover-bg-white-60-q-:hover, .hover-bg-white-60-q-:focus {
    background: rgba(255, 255, 255, 0.6); }
  .hover-white-70-q-:hover, .hover-white-70-q-:focus {
    color: rgba(255, 255, 255, 0.7); }
  .hover-bg-white-70-q-:hover, .hover-bg-white-70-q-:focus {
    background: rgba(255, 255, 255, 0.7); }
  .hover-white-80-q-:hover, .hover-white-80-q-:focus {
    color: rgba(255, 255, 255, 0.8); }
  .hover-bg-white-80-q-:hover, .hover-bg-white-80-q-:focus {
    background: rgba(255, 255, 255, 0.8); }
  .hover-white-90-q-:hover, .hover-white-90-q-:focus {
    color: rgba(255, 255, 255, 0.9); }
  .hover-bg-white-90-q-:hover, .hover-bg-white-90-q-:focus {
    background: rgba(255, 255, 255, 0.9); }
  .hover-white-q-:hover, .hover-white-q-:focus {
    color: #fff; }
  .hover-bg-white-q-:hover, .hover-bg-white-q-:focus {
    background: #fff; }
  .hover-lightest-gray-q-:hover, .hover-lightest-gray-q-:focus {
    color: #fbfbfb; }
  .hover-bg-lightest-gray-q-:hover, .hover-bg-lightest-gray-q-:focus {
    background: #fbfbfb; }
  .hover-light-gray-q-:hover, .hover-light-gray-q-:focus {
    color: #eee; }
  .hover-bg-light-gray-q-:hover, .hover-bg-light-gray-q-:focus {
    background: #eee; }
  .hover-moon-gray-q-:hover, .hover-moon-gray-q-:focus {
    color: #ccc; }
  .hover-bg-moon-gray-q-:hover, .hover-bg-moon-gray-q-:focus {
    background: #ccc; }
  .hover-light-silver-q-:hover, .hover-light-silver-q-:focus {
    color: #aaa; }
  .hover-bg-light-silver-q-:hover, .hover-bg-light-silver-q-:focus {
    background: #aaa; }
  .hover-silver-q-:hover, .hover-silver-q-:focus {
    color: #999; }
  .hover-bg-silver-q-:hover, .hover-bg-silver-q-:focus {
    background: #999; }
  .hover-gray-q-:hover, .hover-gray-q-:focus {
    color: #777; }
  .hover-bg-gray-q-:hover, .hover-bg-gray-q-:focus {
    background: #777; }
  .hover-mid-gray-q-:hover, .hover-mid-gray-q-:focus {
    color: #555; }
  .hover-bg-mid-gray-q-:hover, .hover-bg-mid-gray-q-:focus {
    background: #555; }
  .hover-dark-gray-q-:hover, .hover-dark-gray-q-:focus {
    color: #444; }
  .hover-bg-dark-gray-q-:hover, .hover-bg-dark-gray-q-:focus {
    background: #444; }
  .hover-darkest-gray-q-:hover, .hover-darkest-gray-q-:focus {
    color: #333; }
  .hover-bg-darkest-gray-q-:hover, .hover-bg-darkest-gray-q-:focus {
    background: #333; }
  .hover-near-black-q-:hover, .hover-near-black-q-:focus {
    color: #111; }
  .hover-bg-near-black-q-:hover, .hover-bg-near-black-q-:focus {
    background: #111; }
  .hover-black-q-:hover, .hover-black-q-:focus {
    color: #000; }
  .hover-bg-black-q-:hover, .hover-bg-black-q-:focus {
    background: #000; }
  .hover-near-white-q-:hover, .hover-near-white-q-:focus {
    color: #f4f4f4; }
  .hover-bg-near-white-q-:hover, .hover-bg-near-white-q-:focus {
    background: #f4f4f4; }
  .hover-fafafa-q-:hover, .hover-fafafa-q-:focus {
    color: #fafafa; }
  .hover-bg-fafafa-q-:hover, .hover-bg-fafafa-q-:focus {
    background: #fafafa; }
  .hover-f5f5f5-q-:hover, .hover-f5f5f5-q-:focus {
    color: #f5f5f5; }
  .hover-bg-f5f5f5-q-:hover, .hover-bg-f5f5f5-q-:focus {
    background: #f5f5f5; }
  .hover-eee-q-:hover, .hover-eee-q-:focus {
    color: #eee; }
  .hover-bg-eee-q-:hover, .hover-bg-eee-q-:focus {
    background: #eee; }
  .hover-e0e0e0-q-:hover, .hover-e0e0e0-q-:focus {
    color: #e0e0e0; }
  .hover-bg-e0e0e0-q-:hover, .hover-bg-e0e0e0-q-:focus {
    background: #e0e0e0; }
  .hover-ddd-q-:hover, .hover-ddd-q-:focus {
    color: #ddd; }
  .hover-bg-ddd-q-:hover, .hover-bg-ddd-q-:focus {
    background: #ddd; }
  .hover-ccc-q-:hover, .hover-ccc-q-:focus {
    color: #ccc; }
  .hover-bg-ccc-q-:hover, .hover-bg-ccc-q-:focus {
    background: #ccc; }
  .hover-bbb-q-:hover, .hover-bbb-q-:focus {
    color: #bbb; }
  .hover-bg-bbb-q-:hover, .hover-bg-bbb-q-:focus {
    background: #bbb; }
  .hover-aaa-q-:hover, .hover-aaa-q-:focus {
    color: #aaa; }
  .hover-bg-aaa-q-:hover, .hover-bg-aaa-q-:focus {
    background: #aaa; }
  .hover-999-q-:hover, .hover-999-q-:focus {
    color: #999; }
  .hover-bg-999-q-:hover, .hover-bg-999-q-:focus {
    background: #999; }
  .hover-777-q-:hover, .hover-777-q-:focus {
    color: #777; }
  .hover-bg-777-q-:hover, .hover-bg-777-q-:focus {
    background: #777; }
  .hover-666-q-:hover, .hover-666-q-:focus {
    color: #666; }
  .hover-bg-666-q-:hover, .hover-bg-666-q-:focus {
    background: #666; }
  .hover-555-q-:hover, .hover-555-q-:focus {
    color: #555; }
  .hover-bg-555-q-:hover, .hover-bg-555-q-:focus {
    background: #555; }
  .hover-444-q-:hover, .hover-444-q-:focus {
    color: #444; }
  .hover-bg-444-q-:hover, .hover-bg-444-q-:focus {
    background: #444; }
  .hover-333-q-:hover, .hover-333-q-:focus {
    color: #333; }
  .hover-bg-333-q-:hover, .hover-bg-333-q-:focus {
    background: #333; }
  .hover-222-q-:hover, .hover-222-q-:focus {
    color: #222; }
  .hover-bg-222-q-:hover, .hover-bg-222-q-:focus {
    background: #222; }
  .hover-transparent-q-:hover, .hover-transparent-q-:focus {
    color: transparent; }
  .hover-bg-transparent-q-:hover, .hover-bg-transparent-q-:focus {
    background: transparent; }
  .hover-black-0125-q-:hover, .hover-black-0125-q-:focus {
    color: rgba(0, 0, 0, 0.0125); }
  .hover-bg-black-0125-q-:hover, .hover-bg-black-0125-q-:focus {
    background: rgba(0, 0, 0, 0.0125); }
  .hover-black-025-q-:hover, .hover-black-025-q-:focus {
    color: rgba(0, 0, 0, 0.025); }
  .hover-bg-black-025-q-:hover, .hover-bg-black-025-q-:focus {
    background: rgba(0, 0, 0, 0.025); }
  .hover-black-05-q-:hover, .hover-black-05-q-:focus {
    color: rgba(0, 0, 0, 0.05); }
  .hover-bg-black-05-q-:hover, .hover-bg-black-05-q-:focus {
    background: rgba(0, 0, 0, 0.05); }
  .hover-black-10-q-:hover, .hover-black-10-q-:focus {
    color: rgba(0, 0, 0, 0.1); }
  .hover-bg-black-10-q-:hover, .hover-bg-black-10-q-:focus {
    background: rgba(0, 0, 0, 0.1); }
  .hover-black-20-q-:hover, .hover-black-20-q-:focus {
    color: rgba(0, 0, 0, 0.2); }
  .hover-bg-black-20-q-:hover, .hover-bg-black-20-q-:focus {
    background: rgba(0, 0, 0, 0.2); }
  .hover-black-30-q-:hover, .hover-black-30-q-:focus {
    color: rgba(0, 0, 0, 0.3); }
  .hover-bg-black-30-q-:hover, .hover-bg-black-30-q-:focus {
    background: rgba(0, 0, 0, 0.3); }
  .hover-black-40-q-:hover, .hover-black-40-q-:focus {
    color: rgba(0, 0, 0, 0.4); }
  .hover-bg-black-40-q-:hover, .hover-bg-black-40-q-:focus {
    background: rgba(0, 0, 0, 0.4); }
  .hover-black-50-q-:hover, .hover-black-50-q-:focus {
    color: rgba(0, 0, 0, 0.5); }
  .hover-bg-black-50-q-:hover, .hover-bg-black-50-q-:focus {
    background: rgba(0, 0, 0, 0.5); }
  .hover-black-60-q-:hover, .hover-black-60-q-:focus {
    color: rgba(0, 0, 0, 0.6); }
  .hover-bg-black-60-q-:hover, .hover-bg-black-60-q-:focus {
    background: rgba(0, 0, 0, 0.6); }
  .hover-black-70-q-:hover, .hover-black-70-q-:focus {
    color: rgba(0, 0, 0, 0.7); }
  .hover-bg-black-70-q-:hover, .hover-bg-black-70-q-:focus {
    background: rgba(0, 0, 0, 0.7); }
  .hover-black-80-q-:hover, .hover-black-80-q-:focus {
    color: rgba(0, 0, 0, 0.8); }
  .hover-bg-black-80-q-:hover, .hover-bg-black-80-q-:focus {
    background: rgba(0, 0, 0, 0.8); }
  .hover-black-90-q-:hover, .hover-black-90-q-:focus {
    color: rgba(0, 0, 0, 0.9); }
  .hover-bg-black-90-q-:hover, .hover-bg-black-90-q-:focus {
    background: rgba(0, 0, 0, 0.9); }
  .highlight-q- {
    color: #fc6d6d; }
  .aig-blue-q- {
    color: #00a4e4; }
  .pcg-blue-q- {
    color: #003467; }
  .light-blue-q- {
    color: #dee9f6; }
  .blue-q- {
    color: #0057b8; }
  .dark-blue-q- {
    color: #001e62; }
  .light-green-q- {
    color: #e0eed0; }
  .green-q- {
    color: #50d986; }
  .dark-green-q- {
    color: #13aa41; }
  .darkest-green-q- {
    color: #275d38; }
  .light-magenta-q- {
    color: #fdecef; }
  .magenta-q- {
    color: #e844ab; }
  .dark-magenta-q- {
    color: #af006e; }
  .darkest-magenta-q- {
    color: #5e2751; }
  .light-red-q- {
    color: #fde7db; }
  .red-q- {
    color: #e03c31; }
  .dark-red-q- {
    color: #862633; }
  .light-orange-q- {
    color: #ffe8c9; }
  .orange-q- {
    color: #fba137; }
  .dark-orange-q- {
    color: #e36f1e; }
  .darkest-orange-q- {
    color: #a9431e; }
  .light-teal-q- {
    color: #e9f1f0; }
  .teal-q- {
    color: #15c3da; }
  .dark-teal-q- {
    color: #009ca6; }
  .darkest-teal-q- {
    color: #004f59; }
  .light-yellow-q- {
    color: #fff6cb; }
  .yellow-q- {
    color: #ffd96c; }
  .dark-yellow-q- {
    color: #fdb813; }
  .darkest-yellow-q- {
    color: #a9662b; }
  .lightest-steel-q- {
    color: #f7f9fb; }
  .light-steel-q- {
    color: #d5e1ef; }
  .steel-q- {
    color: #8999b9; }
  .white-0125-q- {
    color: rgba(255, 255, 255, 0.0125); }
  .white-025-q- {
    color: rgba(255, 255, 255, 0.025); }
  .white-05-q- {
    color: rgba(255, 255, 255, 0.05); }
  .white-10-q- {
    color: rgba(255, 255, 255, 0.1); }
  .white-20-q- {
    color: rgba(255, 255, 255, 0.2); }
  .white-30-q- {
    color: rgba(255, 255, 255, 0.3); }
  .white-40-q- {
    color: rgba(255, 255, 255, 0.4); }
  .white-50-q- {
    color: rgba(255, 255, 255, 0.5); }
  .white-60-q- {
    color: rgba(255, 255, 255, 0.6); }
  .white-70-q- {
    color: rgba(255, 255, 255, 0.7); }
  .white-80-q- {
    color: rgba(255, 255, 255, 0.8); }
  .white-90-q- {
    color: rgba(255, 255, 255, 0.9); }
  .white-q- {
    color: #fff; }
  .lightest-gray-q- {
    color: #fbfbfb; }
  .light-gray-q- {
    color: #eee; }
  .moon-gray-q- {
    color: #ccc; }
  .light-silver-q- {
    color: #aaa; }
  .silver-q- {
    color: #999; }
  .gray-q- {
    color: #777; }
  .mid-gray-q- {
    color: #555; }
  .dark-gray-q- {
    color: #444; }
  .darkest-gray-q- {
    color: #333; }
  .near-black-q- {
    color: #111; }
  .black-q- {
    color: #000; }
  .near-white-q- {
    color: #f4f4f4; }
  .fafafa-q- {
    color: #fafafa; }
  .f5f5f5-q- {
    color: #f5f5f5; }
  .color-eee-q- {
    color: #eee; }
  .color-e0e0e0-q- {
    color: #e0e0e0; }
  .color-ddd-q- {
    color: #ddd; }
  .color-ccc-q- {
    color: #ccc; }
  .color-bbb-q- {
    color: #bbb; }
  .color-aaa-q- {
    color: #aaa; }
  .color-999-q- {
    color: #999; }
  .color-777-q- {
    color: #777; }
  .color-666-q- {
    color: #666; }
  .color-555-q- {
    color: #555; }
  .color-444-q- {
    color: #444; }
  .color-333-q- {
    color: #333; }
  .color-222-q- {
    color: #222; }
  .transparent-q- {
    color: transparent; }
  .black-0125-q- {
    color: rgba(0, 0, 0, 0.0125); }
  .black-025-q- {
    color: rgba(0, 0, 0, 0.025); }
  .black-05-q- {
    color: rgba(0, 0, 0, 0.05); }
  .black-10-q- {
    color: rgba(0, 0, 0, 0.1); }
  .black-20-q- {
    color: rgba(0, 0, 0, 0.2); }
  .black-30-q- {
    color: rgba(0, 0, 0, 0.3); }
  .black-40-q- {
    color: rgba(0, 0, 0, 0.4); }
  .black-50-q- {
    color: rgba(0, 0, 0, 0.5); }
  .black-60-q- {
    color: rgba(0, 0, 0, 0.6); }
  .black-70-q- {
    color: rgba(0, 0, 0, 0.7); }
  .black-80-q- {
    color: rgba(0, 0, 0, 0.8); }
  .black-90-q- {
    color: rgba(0, 0, 0, 0.9); }
  .bg-highlight-q- {
    background: #fc6d6d; }
  .bg-aig-blue-q- {
    background: #00a4e4; }
  .bg-pcg-blue-q- {
    background: #003467; }
  .bg-light-blue-q- {
    background: #dee9f6; }
  .bg-blue-q- {
    background: #0057b8; }
  .bg-dark-blue-q- {
    background: #001e62; }
  .bg-light-green-q- {
    background: #e0eed0; }
  .bg-green-q- {
    background: #50d986; }
  .bg-dark-green-q- {
    background: #13aa41; }
  .bg-darkest-green-q- {
    background: #275d38; }
  .bg-light-magenta-q- {
    background: #fdecef; }
  .bg-magenta-q- {
    background: #e844ab; }
  .bg-dark-magenta-q- {
    background: #af006e; }
  .bg-darkest-magenta-q- {
    background: #5e2751; }
  .bg-light-red-q- {
    background: #fde7db; }
  .bg-red-q- {
    background: #e03c31; }
  .bg-dark-red-q- {
    background: #862633; }
  .bg-light-orange-q- {
    background: #ffe8c9; }
  .bg-orange-q- {
    background: #fba137; }
  .bg-dark-orange-q- {
    background: #e36f1e; }
  .bg-darkest-orange-q- {
    background: #a9431e; }
  .bg-light-teal-q- {
    background: #e9f1f0; }
  .bg-teal-q- {
    background: #15c3da; }
  .bg-dark-teal-q- {
    background: #009ca6; }
  .bg-darkest-teal-q- {
    background: #004f59; }
  .bg-light-yellow-q- {
    background: #fff6cb; }
  .bg-yellow-q- {
    background: #ffd96c; }
  .bg-dark-yellow-q- {
    background: #fdb813; }
  .bg-darkest-yellow-q- {
    background: #a9662b; }
  .bg-lightest-steel-q- {
    background: #f7f9fb; }
  .bg-light-steel-q- {
    background: #d5e1ef; }
  .bg-steel-q- {
    background: #8999b9; }
  .bg-white-0125-q- {
    background: rgba(255, 255, 255, 0.0125); }
  .bg-white-025-q- {
    background: rgba(255, 255, 255, 0.025); }
  .bg-white-05-q- {
    background: rgba(255, 255, 255, 0.05); }
  .bg-white-10-q- {
    background: rgba(255, 255, 255, 0.1); }
  .bg-white-20-q- {
    background: rgba(255, 255, 255, 0.2); }
  .bg-white-30-q- {
    background: rgba(255, 255, 255, 0.3); }
  .bg-white-40-q- {
    background: rgba(255, 255, 255, 0.4); }
  .bg-white-50-q- {
    background: rgba(255, 255, 255, 0.5); }
  .bg-white-60-q- {
    background: rgba(255, 255, 255, 0.6); }
  .bg-white-70-q- {
    background: rgba(255, 255, 255, 0.7); }
  .bg-white-80-q- {
    background: rgba(255, 255, 255, 0.8); }
  .bg-white-90-q- {
    background: rgba(255, 255, 255, 0.9); }
  .bg-white-q- {
    background: #fff; }
  .bg-lightest-gray-q- {
    background: #fbfbfb; }
  .bg-light-gray-q- {
    background: #eee; }
  .bg-moon-gray-q- {
    background: #ccc; }
  .bg-light-silver-q- {
    background: #aaa; }
  .bg-silver-q- {
    background: #999; }
  .bg-gray-q- {
    background: #777; }
  .bg-mid-gray-q- {
    background: #555; }
  .bg-dark-gray-q- {
    background: #444; }
  .bg-darkest-gray-q- {
    background: #333; }
  .bg-near-black-q- {
    background: #111; }
  .bg-black-q- {
    background: #000; }
  .bg-near-white-q- {
    background: #f4f4f4; }
  .bg-fafafa-q- {
    background: #fafafa; }
  .bg-f5f5f5-q- {
    background: #f5f5f5; }
  .bg-eee-q- {
    background: #eee; }
  .bg-e0e0e0-q- {
    background: #e0e0e0; }
  .bg-ddd-q- {
    background: #ddd; }
  .bg-ccc-q- {
    background: #ccc; }
  .bg-bbb-q- {
    background: #bbb; }
  .bg-aaa-q- {
    background: #aaa; }
  .bg-999-q- {
    background: #999; }
  .bg-777-q- {
    background: #777; }
  .bg-666-q- {
    background: #666; }
  .bg-555-q- {
    background: #555; }
  .bg-444-q- {
    background: #444; }
  .bg-333-q- {
    background: #333; }
  .bg-222-q- {
    background: #222; }
  .bg-transparent-q- {
    background: transparent; }
  .bg-black-0125-q- {
    background: rgba(0, 0, 0, 0.0125); }
  .bg-black-025-q- {
    background: rgba(0, 0, 0, 0.025); }
  .bg-black-05-q- {
    background: rgba(0, 0, 0, 0.05); }
  .bg-black-10-q- {
    background: rgba(0, 0, 0, 0.1); }
  .bg-black-20-q- {
    background: rgba(0, 0, 0, 0.2); }
  .bg-black-30-q- {
    background: rgba(0, 0, 0, 0.3); }
  .bg-black-40-q- {
    background: rgba(0, 0, 0, 0.4); }
  .bg-black-50-q- {
    background: rgba(0, 0, 0, 0.5); }
  .bg-black-60-q- {
    background: rgba(0, 0, 0, 0.6); }
  .bg-black-70-q- {
    background: rgba(0, 0, 0, 0.7); }
  .bg-black-80-q- {
    background: rgba(0, 0, 0, 0.8); }
  .bg-black-90-q- {
    background: rgba(0, 0, 0, 0.9); }
  .h0-q- {
    height: 0rem; }
  .h1-q- {
    height: 0.5rem; }
  .h2-q- {
    height: 1rem; }
  .h3-q- {
    height: 1.5rem; }
  .h4-q- {
    height: 2rem; }
  .h5-q- {
    height: 2.5rem; }
  .h6-q- {
    height: 3rem; }
  .h7-q- {
    height: 3.5rem; }
  .h8-q- {
    height: 4rem; }
  .h9-q- {
    height: 4.5rem; }
  .h10-q- {
    height: 5rem; }
  .h12-q- {
    height: 6rem; }
  .h14-q- {
    height: 7rem; }
  .h16-q- {
    height: 8rem; }
  .h18-q- {
    height: 9rem; }
  .h20-q- {
    height: 10rem; }
  .h22-q- {
    height: 11rem; }
  .h24-q- {
    height: 12rem; }
  .h26-q- {
    height: 13rem; }
  .h28-q- {
    height: 14rem; }
  .h30-q- {
    height: 15rem; }
  .h32-q- {
    height: 16rem; }
  .h34-q- {
    height: 17rem; }
  .h36-q- {
    height: 18rem; }
  .h38-q- {
    height: 19rem; }
  .h40-q- {
    height: 20rem; }
  .h42-q- {
    height: 21rem; }
  .h44-q- {
    height: 22rem; }
  .h46-q- {
    height: 23rem; }
  .h48-q- {
    height: 24rem; }
  .h50-q- {
    height: 25rem; }
  .h52-q- {
    height: 26rem; }
  .h54-q- {
    height: 27rem; }
  .h56-q- {
    height: 28rem; }
  .h58-q- {
    height: 29rem; }
  .h60-q- {
    height: 30rem; }
  .h70-q- {
    height: 35rem; }
  .h80-q- {
    height: 40rem; }
  .h90-q- {
    height: 45rem; }
  .h100-q- {
    height: 50rem; }
  .h110-q- {
    height: 55rem; }
  .h120-q- {
    height: 60rem; }
  .h130-q- {
    height: 65rem; }
  .h140-q- {
    height: 70rem; }
  .h150-q- {
    height: 75rem; }
  .h160-q- {
    height: 80rem; }
  .h170-q- {
    height: 85rem; }
  .h180-q- {
    height: 90rem; }
  .ma0-q- {
    margin: 0rem; }
  .ma1-q- {
    margin: 0.5rem; }
  .ma2-q- {
    margin: 1rem; }
  .ma3-q- {
    margin: 1.5rem; }
  .ma4-q- {
    margin: 2rem; }
  .ma5-q- {
    margin: 2.5rem; }
  .ma6-q- {
    margin: 3rem; }
  .ma7-q- {
    margin: 3.5rem; }
  .ma8-q- {
    margin: 4rem; }
  .ma9-q- {
    margin: 4.5rem; }
  .ma10-q- {
    margin: 5rem; }
  .mb0-q- {
    margin-bottom: 0rem; }
  .mb1-q- {
    margin-bottom: 0.5rem; }
  .mb2-q- {
    margin-bottom: 1rem; }
  .mb3-q- {
    margin-bottom: 1.5rem; }
  .mb4-q- {
    margin-bottom: 2rem; }
  .mb5-q- {
    margin-bottom: 2.5rem; }
  .mb6-q- {
    margin-bottom: 3rem; }
  .mb7-q- {
    margin-bottom: 3.5rem; }
  .mb8-q- {
    margin-bottom: 4rem; }
  .mb9-q- {
    margin-bottom: 4.5rem; }
  .mb10-q- {
    margin-bottom: 5rem; }
  .mh0-q- {
    margin-left: 0rem;
    margin-right: 0rem; }
  .mh1-q- {
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
  .mh2-q- {
    margin-left: 1rem;
    margin-right: 1rem; }
  .mh3-q- {
    margin-left: 1.5rem;
    margin-right: 1.5rem; }
  .mh4-q- {
    margin-left: 2rem;
    margin-right: 2rem; }
  .mh5-q- {
    margin-left: 2.5rem;
    margin-right: 2.5rem; }
  .mh6-q- {
    margin-left: 3rem;
    margin-right: 3rem; }
  .mh7-q- {
    margin-left: 3.5rem;
    margin-right: 3.5rem; }
  .mh8-q- {
    margin-left: 4rem;
    margin-right: 4rem; }
  .mh9-q- {
    margin-left: 4.5rem;
    margin-right: 4.5rem; }
  .mh10-q- {
    margin-left: 5rem;
    margin-right: 5rem; }
  .min-h0-q- {
    min-height: 0rem; }
  .min-h1-q- {
    min-height: 0.5rem; }
  .min-h2-q- {
    min-height: 1rem; }
  .min-h3-q- {
    min-height: 1.5rem; }
  .min-h4-q- {
    min-height: 2rem; }
  .min-h5-q- {
    min-height: 2.5rem; }
  .min-h6-q- {
    min-height: 3rem; }
  .min-h7-q- {
    min-height: 3.5rem; }
  .min-h8-q- {
    min-height: 4rem; }
  .min-h9-q- {
    min-height: 4.5rem; }
  .min-h10-q- {
    min-height: 5rem; }
  .min-h12-q- {
    min-height: 6rem; }
  .min-h14-q- {
    min-height: 7rem; }
  .min-h16-q- {
    min-height: 8rem; }
  .min-h18-q- {
    min-height: 9rem; }
  .min-h20-q- {
    min-height: 10rem; }
  .min-h22-q- {
    min-height: 11rem; }
  .min-h24-q- {
    min-height: 12rem; }
  .min-h26-q- {
    min-height: 13rem; }
  .min-h28-q- {
    min-height: 14rem; }
  .min-h30-q- {
    min-height: 15rem; }
  .min-h32-q- {
    min-height: 16rem; }
  .min-h34-q- {
    min-height: 17rem; }
  .min-h36-q- {
    min-height: 18rem; }
  .min-h38-q- {
    min-height: 19rem; }
  .min-h40-q- {
    min-height: 20rem; }
  .min-h42-q- {
    min-height: 21rem; }
  .min-h44-q- {
    min-height: 22rem; }
  .min-h46-q- {
    min-height: 23rem; }
  .min-h48-q- {
    min-height: 24rem; }
  .min-h50-q- {
    min-height: 25rem; }
  .min-h52-q- {
    min-height: 26rem; }
  .min-h54-q- {
    min-height: 27rem; }
  .min-h56-q- {
    min-height: 28rem; }
  .min-h58-q- {
    min-height: 29rem; }
  .min-h60-q- {
    min-height: 30rem; }
  .min-h70-q- {
    min-height: 35rem; }
  .min-h80-q- {
    min-height: 40rem; }
  .min-h90-q- {
    min-height: 45rem; }
  .min-w0-q- {
    min-width: 0rem; }
  .min-w1-q- {
    min-width: 0.5rem; }
  .min-w2-q- {
    min-width: 1rem; }
  .min-w3-q- {
    min-width: 1.5rem; }
  .min-w4-q- {
    min-width: 2rem; }
  .min-w5-q- {
    min-width: 2.5rem; }
  .min-w6-q- {
    min-width: 3rem; }
  .min-w7-q- {
    min-width: 3.5rem; }
  .min-w8-q- {
    min-width: 4rem; }
  .min-w9-q- {
    min-width: 4.5rem; }
  .min-w10-q- {
    min-width: 5rem; }
  .min-w12-q- {
    min-width: 6rem; }
  .min-w14-q- {
    min-width: 7rem; }
  .min-w16-q- {
    min-width: 8rem; }
  .min-w18-q- {
    min-width: 9rem; }
  .min-w20-q- {
    min-width: 10rem; }
  .min-w22-q- {
    min-width: 11rem; }
  .min-w24-q- {
    min-width: 12rem; }
  .min-w26-q- {
    min-width: 13rem; }
  .min-w28-q- {
    min-width: 14rem; }
  .min-w30-q- {
    min-width: 15rem; }
  .min-w32-q- {
    min-width: 16rem; }
  .min-w34-q- {
    min-width: 17rem; }
  .min-w36-q- {
    min-width: 18rem; }
  .min-w38-q- {
    min-width: 19rem; }
  .min-w40-q- {
    min-width: 20rem; }
  .min-w42-q- {
    min-width: 21rem; }
  .min-w44-q- {
    min-width: 22rem; }
  .min-w46-q- {
    min-width: 23rem; }
  .min-w48-q- {
    min-width: 24rem; }
  .min-w50-q- {
    min-width: 25rem; }
  .min-w52-q- {
    min-width: 26rem; }
  .min-w54-q- {
    min-width: 27rem; }
  .min-w56-q- {
    min-width: 28rem; }
  .min-w58-q- {
    min-width: 29rem; }
  .min-w60-q- {
    min-width: 30rem; }
  .min-w70-q- {
    min-width: 35rem; }
  .min-w80-q- {
    min-width: 40rem; }
  .min-w90-q- {
    min-width: 45rem; }
  .ml0-q- {
    margin-left: 0rem; }
  .ml1-q- {
    margin-left: 0.5rem; }
  .ml2-q- {
    margin-left: 1rem; }
  .ml3-q- {
    margin-left: 1.5rem; }
  .ml4-q- {
    margin-left: 2rem; }
  .ml5-q- {
    margin-left: 2.5rem; }
  .ml6-q- {
    margin-left: 3rem; }
  .ml7-q- {
    margin-left: 3.5rem; }
  .ml8-q- {
    margin-left: 4rem; }
  .ml9-q- {
    margin-left: 4.5rem; }
  .ml10-q- {
    margin-left: 5rem; }
  .mr0-q- {
    margin-right: 0rem; }
  .mr1-q- {
    margin-right: 0.5rem; }
  .mr2-q- {
    margin-right: 1rem; }
  .mr3-q- {
    margin-right: 1.5rem; }
  .mr4-q- {
    margin-right: 2rem; }
  .mr5-q- {
    margin-right: 2.5rem; }
  .mr6-q- {
    margin-right: 3rem; }
  .mr7-q- {
    margin-right: 3.5rem; }
  .mr8-q- {
    margin-right: 4rem; }
  .mr9-q- {
    margin-right: 4.5rem; }
  .mr10-q- {
    margin-right: 5rem; }
  .mt0-q- {
    margin-top: 0rem; }
  .mt1-q- {
    margin-top: 0.5rem; }
  .mt2-q- {
    margin-top: 1rem; }
  .mt3-q- {
    margin-top: 1.5rem; }
  .mt4-q- {
    margin-top: 2rem; }
  .mt5-q- {
    margin-top: 2.5rem; }
  .mt6-q- {
    margin-top: 3rem; }
  .mt7-q- {
    margin-top: 3.5rem; }
  .mt8-q- {
    margin-top: 4rem; }
  .mt9-q- {
    margin-top: 4.5rem; }
  .mt10-q- {
    margin-top: 5rem; }
  .mv0-q- {
    margin-top: 0rem;
    margin-bottom: 0rem; }
  .mv1-q- {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  .mv2-q- {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .mv3-q- {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
  .mv4-q- {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .mv5-q- {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem; }
  .mv6-q- {
    margin-top: 3rem;
    margin-bottom: 3rem; }
  .mv7-q- {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem; }
  .mv8-q- {
    margin-top: 4rem;
    margin-bottom: 4rem; }
  .mv9-q- {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem; }
  .mv10-q- {
    margin-top: 5rem;
    margin-bottom: 5rem; }
  .mw0-q- {
    max-width: 0rem; }
  .mw1-q- {
    max-width: 0.5rem; }
  .mw2-q- {
    max-width: 1rem; }
  .mw3-q- {
    max-width: 1.5rem; }
  .mw4-q- {
    max-width: 2rem; }
  .mw5-q- {
    max-width: 2.5rem; }
  .mw6-q- {
    max-width: 3rem; }
  .mw7-q- {
    max-width: 3.5rem; }
  .mw8-q- {
    max-width: 4rem; }
  .mw9-q- {
    max-width: 4.5rem; }
  .mw10-q- {
    max-width: 5rem; }
  .mw12-q- {
    max-width: 6rem; }
  .mw14-q- {
    max-width: 7rem; }
  .mw16-q- {
    max-width: 8rem; }
  .mw18-q- {
    max-width: 9rem; }
  .mw20-q- {
    max-width: 10rem; }
  .mw22-q- {
    max-width: 11rem; }
  .mw24-q- {
    max-width: 12rem; }
  .mw26-q- {
    max-width: 13rem; }
  .mw28-q- {
    max-width: 14rem; }
  .mw30-q- {
    max-width: 15rem; }
  .mw32-q- {
    max-width: 16rem; }
  .mw34-q- {
    max-width: 17rem; }
  .mw36-q- {
    max-width: 18rem; }
  .mw38-q- {
    max-width: 19rem; }
  .mw40-q- {
    max-width: 20rem; }
  .mw42-q- {
    max-width: 21rem; }
  .mw44-q- {
    max-width: 22rem; }
  .mw46-q- {
    max-width: 23rem; }
  .mw48-q- {
    max-width: 24rem; }
  .mw50-q- {
    max-width: 25rem; }
  .mw52-q- {
    max-width: 26rem; }
  .mw54-q- {
    max-width: 27rem; }
  .mw56-q- {
    max-width: 28rem; }
  .mw58-q- {
    max-width: 29rem; }
  .mw60-q- {
    max-width: 30rem; }
  .mw70-q- {
    max-width: 35rem; }
  .mw80-q- {
    max-width: 40rem; }
  .mw90-q- {
    max-width: 45rem; }
  .mw100-q- {
    max-width: 50rem; }
  .mw110-q- {
    max-width: 55rem; }
  .mw120-q- {
    max-width: 60rem; }
  .mw130-q- {
    max-width: 65rem; }
  .mw140-q- {
    max-width: 70rem; }
  .mw150-q- {
    max-width: 75rem; }
  .mw160-q- {
    max-width: 80rem; }
  .mw170-q- {
    max-width: 85rem; }
  .mw180-q- {
    max-width: 90rem; }
  .na0-q- {
    margin: -0rem; }
  .na1-q- {
    margin: -0.5rem; }
  .na2-q- {
    margin: -1rem; }
  .na3-q- {
    margin: -1.5rem; }
  .na4-q- {
    margin: -2rem; }
  .na5-q- {
    margin: -2.5rem; }
  .na6-q- {
    margin: -3rem; }
  .na7-q- {
    margin: -3.5rem; }
  .na8-q- {
    margin: -4rem; }
  .na9-q- {
    margin: -4.5rem; }
  .na10-q- {
    margin: -5rem; }
  .nb0-q- {
    margin-bottom: -0rem; }
  .nb1-q- {
    margin-bottom: -0.5rem; }
  .nb2-q- {
    margin-bottom: -1rem; }
  .nb3-q- {
    margin-bottom: -1.5rem; }
  .nb4-q- {
    margin-bottom: -2rem; }
  .nb5-q- {
    margin-bottom: -2.5rem; }
  .nb6-q- {
    margin-bottom: -3rem; }
  .nb7-q- {
    margin-bottom: -3.5rem; }
  .nb8-q- {
    margin-bottom: -4rem; }
  .nb9-q- {
    margin-bottom: -4.5rem; }
  .nb10-q- {
    margin-bottom: -5rem; }
  .nh0-q- {
    margin-left: -0rem;
    margin-right: -0rem; }
  .nh1-q- {
    margin-left: -0.5rem;
    margin-right: -0.5rem; }
  .nh2-q- {
    margin-left: -1rem;
    margin-right: -1rem; }
  .nh3-q- {
    margin-left: -1.5rem;
    margin-right: -1.5rem; }
  .nh4-q- {
    margin-left: -2rem;
    margin-right: -2rem; }
  .nh5-q- {
    margin-left: -2.5rem;
    margin-right: -2.5rem; }
  .nh6-q- {
    margin-left: -3rem;
    margin-right: -3rem; }
  .nh7-q- {
    margin-left: -3.5rem;
    margin-right: -3.5rem; }
  .nh8-q- {
    margin-left: -4rem;
    margin-right: -4rem; }
  .nh9-q- {
    margin-left: -4.5rem;
    margin-right: -4.5rem; }
  .nh10-q- {
    margin-left: -5rem;
    margin-right: -5rem; }
  .nl0-q- {
    margin-left: -0rem; }
  .nl1-q- {
    margin-left: -0.5rem; }
  .nl2-q- {
    margin-left: -1rem; }
  .nl3-q- {
    margin-left: -1.5rem; }
  .nl4-q- {
    margin-left: -2rem; }
  .nl5-q- {
    margin-left: -2.5rem; }
  .nl6-q- {
    margin-left: -3rem; }
  .nl7-q- {
    margin-left: -3.5rem; }
  .nl8-q- {
    margin-left: -4rem; }
  .nl9-q- {
    margin-left: -4.5rem; }
  .nl10-q- {
    margin-left: -5rem; }
  .nr0-q- {
    margin-right: -0rem; }
  .nr1-q- {
    margin-right: -0.5rem; }
  .nr2-q- {
    margin-right: -1rem; }
  .nr3-q- {
    margin-right: -1.5rem; }
  .nr4-q- {
    margin-right: -2rem; }
  .nr5-q- {
    margin-right: -2.5rem; }
  .nr6-q- {
    margin-right: -3rem; }
  .nr7-q- {
    margin-right: -3.5rem; }
  .nr8-q- {
    margin-right: -4rem; }
  .nr9-q- {
    margin-right: -4.5rem; }
  .nr10-q- {
    margin-right: -5rem; }
  .nt0-q- {
    margin-top: -0rem; }
  .nt1-q- {
    margin-top: -0.5rem; }
  .nt2-q- {
    margin-top: -1rem; }
  .nt3-q- {
    margin-top: -1.5rem; }
  .nt4-q- {
    margin-top: -2rem; }
  .nt5-q- {
    margin-top: -2.5rem; }
  .nt6-q- {
    margin-top: -3rem; }
  .nt7-q- {
    margin-top: -3.5rem; }
  .nt8-q- {
    margin-top: -4rem; }
  .nt9-q- {
    margin-top: -4.5rem; }
  .nt10-q- {
    margin-top: -5rem; }
  .nv0-q- {
    margin-top: -0rem;
    margin-bottom: -0rem; }
  .nv1-q- {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem; }
  .nv2-q- {
    margin-top: -1rem;
    margin-bottom: -1rem; }
  .nv3-q- {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem; }
  .nv4-q- {
    margin-top: -2rem;
    margin-bottom: -2rem; }
  .nv5-q- {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem; }
  .nv6-q- {
    margin-top: -3rem;
    margin-bottom: -3rem; }
  .nv7-q- {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem; }
  .nv8-q- {
    margin-top: -4rem;
    margin-bottom: -4rem; }
  .nv9-q- {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem; }
  .nv10-q- {
    margin-top: -5rem;
    margin-bottom: -5rem; }
  .pa0-q- {
    padding: 0rem; }
  .pa1-q- {
    padding: 0.5rem; }
  .pa2-q- {
    padding: 1rem; }
  .pa3-q- {
    padding: 1.5rem; }
  .pa4-q- {
    padding: 2rem; }
  .pa5-q- {
    padding: 2.5rem; }
  .pa6-q- {
    padding: 3rem; }
  .pa7-q- {
    padding: 3.5rem; }
  .pa8-q- {
    padding: 4rem; }
  .pa9-q- {
    padding: 4.5rem; }
  .pa10-q- {
    padding: 5rem; }
  .pb0-q- {
    padding-bottom: 0rem; }
  .pb1-q- {
    padding-bottom: 0.5rem; }
  .pb2-q- {
    padding-bottom: 1rem; }
  .pb3-q- {
    padding-bottom: 1.5rem; }
  .pb4-q- {
    padding-bottom: 2rem; }
  .pb5-q- {
    padding-bottom: 2.5rem; }
  .pb6-q- {
    padding-bottom: 3rem; }
  .pb7-q- {
    padding-bottom: 3.5rem; }
  .pb8-q- {
    padding-bottom: 4rem; }
  .pb9-q- {
    padding-bottom: 4.5rem; }
  .pb10-q- {
    padding-bottom: 5rem; }
  .ph0-q- {
    padding-left: 0rem;
    padding-right: 0rem; }
  .ph1-q- {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .ph2-q- {
    padding-left: 1rem;
    padding-right: 1rem; }
  .ph3-q- {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .ph4-q- {
    padding-left: 2rem;
    padding-right: 2rem; }
  .ph5-q- {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  .ph6-q- {
    padding-left: 3rem;
    padding-right: 3rem; }
  .ph7-q- {
    padding-left: 3.5rem;
    padding-right: 3.5rem; }
  .ph8-q- {
    padding-left: 4rem;
    padding-right: 4rem; }
  .ph9-q- {
    padding-left: 4.5rem;
    padding-right: 4.5rem; }
  .ph10-q- {
    padding-left: 5rem;
    padding-right: 5rem; }
  .pl0-q- {
    padding-left: 0rem; }
  .pl1-q- {
    padding-left: 0.5rem; }
  .pl2-q- {
    padding-left: 1rem; }
  .pl3-q- {
    padding-left: 1.5rem; }
  .pl4-q- {
    padding-left: 2rem; }
  .pl5-q- {
    padding-left: 2.5rem; }
  .pl6-q- {
    padding-left: 3rem; }
  .pl7-q- {
    padding-left: 3.5rem; }
  .pl8-q- {
    padding-left: 4rem; }
  .pl9-q- {
    padding-left: 4.5rem; }
  .pl10-q- {
    padding-left: 5rem; }
  .pr0-q- {
    padding-right: 0rem; }
  .pr1-q- {
    padding-right: 0.5rem; }
  .pr2-q- {
    padding-right: 1rem; }
  .pr3-q- {
    padding-right: 1.5rem; }
  .pr4-q- {
    padding-right: 2rem; }
  .pr5-q- {
    padding-right: 2.5rem; }
  .pr6-q- {
    padding-right: 3rem; }
  .pr7-q- {
    padding-right: 3.5rem; }
  .pr8-q- {
    padding-right: 4rem; }
  .pr9-q- {
    padding-right: 4.5rem; }
  .pr10-q- {
    padding-right: 5rem; }
  .pt0-q- {
    padding-top: 0rem; }
  .pt1-q- {
    padding-top: 0.5rem; }
  .pt2-q- {
    padding-top: 1rem; }
  .pt3-q- {
    padding-top: 1.5rem; }
  .pt4-q- {
    padding-top: 2rem; }
  .pt5-q- {
    padding-top: 2.5rem; }
  .pt6-q- {
    padding-top: 3rem; }
  .pt7-q- {
    padding-top: 3.5rem; }
  .pt8-q- {
    padding-top: 4rem; }
  .pt9-q- {
    padding-top: 4.5rem; }
  .pt10-q- {
    padding-top: 5rem; }
  .pv0-q- {
    padding-top: 0rem;
    padding-bottom: 0rem; }
  .pv1-q- {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .pv2-q- {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .pv3-q- {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  .pv4-q- {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .pv5-q- {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
  .pv6-q- {
    padding-top: 3rem;
    padding-bottom: 3rem; }
  .pv7-q- {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem; }
  .pv8-q- {
    padding-top: 4rem;
    padding-bottom: 4rem; }
  .pv9-q- {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem; }
  .pv10-q- {
    padding-top: 5rem;
    padding-bottom: 5rem; }
  .w0-q- {
    width: 0rem; }
  .w1-q- {
    width: 0.5rem; }
  .w2-q- {
    width: 1rem; }
  .w3-q- {
    width: 1.5rem; }
  .w4-q- {
    width: 2rem; }
  .w5-q- {
    width: 2.5rem; }
  .w6-q- {
    width: 3rem; }
  .w7-q- {
    width: 3.5rem; }
  .w8-q- {
    width: 4rem; }
  .w9-q- {
    width: 4.5rem; }
  .w10-q- {
    width: 5rem; }
  .w12-q- {
    width: 6rem; }
  .w14-q- {
    width: 7rem; }
  .w16-q- {
    width: 8rem; }
  .w18-q- {
    width: 9rem; }
  .w20-q- {
    width: 10rem; }
  .w22-q- {
    width: 11rem; }
  .w24-q- {
    width: 12rem; }
  .w26-q- {
    width: 13rem; }
  .w28-q- {
    width: 14rem; }
  .w30-q- {
    width: 15rem; }
  .w32-q- {
    width: 16rem; }
  .w34-q- {
    width: 17rem; }
  .w36-q- {
    width: 18rem; }
  .w38-q- {
    width: 19rem; }
  .w40-q- {
    width: 20rem; }
  .w42-q- {
    width: 21rem; }
  .w44-q- {
    width: 22rem; }
  .w46-q- {
    width: 23rem; }
  .w48-q- {
    width: 24rem; }
  .w50-q- {
    width: 25rem; }
  .w52-q- {
    width: 26rem; }
  .w54-q- {
    width: 27rem; }
  .w56-q- {
    width: 28rem; }
  .w58-q- {
    width: 29rem; }
  .w60-q- {
    width: 30rem; }
  .w70-q- {
    width: 35rem; }
  .w80-q- {
    width: 40rem; }
  .w90-q- {
    width: 45rem; }
  .w100-q- {
    width: 50rem; }
  .w110-q- {
    width: 55rem; }
  .w120-q- {
    width: 60rem; }
  .w130-q- {
    width: 65rem; }
  .w140-q- {
    width: 70rem; }
  .w150-q- {
    width: 75rem; }
  .w160-q- {
    width: 80rem; }
  .w170-q- {
    width: 85rem; }
  .w180-q- {
    width: 90rem; }
  .tl-q- {
    text-align: left; }
  .tr-q- {
    text-align: right; }
  .tc-q- {
    text-align: center; }
  .tj-q- {
    text-align: justify; }
  .strike-q- {
    text-decoration: line-through; }
  .underline-q- {
    text-decoration: underline; }
  .no-underline-q- {
    text-decoration: none; }
  .ttc-q- {
    text-transform: capitalize; }
  .ttl-q- {
    text-transform: lowercase; }
  .ttu-q- {
    text-transform: uppercase; }
  .ttn-q- {
    text-transform: none; }
  .measure-q- {
    max-width: 30em; }
  .measure-wide-q- {
    max-width: 34em; }
  .measure-narrow-q- {
    max-width: 20em; }
  .indent-q- {
    text-indent: 1em;
    margin-top: 0;
    margin-bottom: 0; }
  .small-caps-q- {
    font-variant: small-caps; }
  .truncate-q- {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .overflow-container-q- {
    overflow-y: scroll; }
  .center-q- {
    margin-right: auto;
    margin-left: auto; }
  .mr-auto-q- {
    margin-right: auto; }
  .ml-auto-q- {
    margin-left: auto; }
  .v-base-q- {
    vertical-align: baseline; }
  .v-mid-q- {
    vertical-align: middle; }
  .v-top-q- {
    vertical-align: top; }
  .v-btm-q- {
    vertical-align: bottom; }
  .clip-q- {
    position: fixed !important;
    _position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); }
  .ws-normal-q- {
    white-space: normal; }
  .nowrap-q- {
    white-space: nowrap; }
  .pre-q- {
    white-space: pre; }
  .w-10-q- {
    width: 10%; }
  .w-20-q- {
    width: 20%; }
  .w-25-q- {
    width: 25%; }
  .w-30-q- {
    width: 30%; }
  .w-33-q- {
    width: 33%; }
  .w-34-q- {
    width: 34%; }
  .w-40-q- {
    width: 40%; }
  .w-50-q- {
    width: 50%; }
  .w-60-q- {
    width: 60%; }
  .w-70-q- {
    width: 70%; }
  .w-75-q- {
    width: 75%; }
  .w-80-q- {
    width: 80%; }
  .w-90-q- {
    width: 90%; }
  .w-100-q- {
    width: 100%; }
  .w-third-q- {
    width: 33.3333333333%; }
  .w-two-thirds-q- {
    width: 66.6666666667%; }
  .w-auto-q- {
    width: auto; } }

@media (min-width: 600px) {
  .aspect-ratio-q1 {
    height: 0;
    position: relative; }
  .aspect-ratio--16x9-q1 {
    padding-bottom: 56.25%; }
  .aspect-ratio--9x16-q1 {
    padding-bottom: 177.77%; }
  .aspect-ratio--4x3-q1 {
    padding-bottom: 75%; }
  .aspect-ratio--3x4-q1 {
    padding-bottom: 133.33%; }
  .aspect-ratio--6x4-q1 {
    padding-bottom: 66.6%; }
  .aspect-ratio--4x6-q1 {
    padding-bottom: 150%; }
  .aspect-ratio--8x5-q1 {
    padding-bottom: 62.5%; }
  .aspect-ratio--5x8-q1 {
    padding-bottom: 160%; }
  .aspect-ratio--7x5-q1 {
    padding-bottom: 71.42%; }
  .aspect-ratio--5x7-q1 {
    padding-bottom: 140%; }
  .aspect-ratio--1x1-q1 {
    padding-bottom: 100%; }
  .aspect-ratio--object-q1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100; }
  .bg-center-q1 {
    background-repeat: no-repeat;
    background-position: center center; }
  .bg-top-q1 {
    background-repeat: no-repeat;
    background-position: top center; }
  .bg-right-q1 {
    background-repeat: no-repeat;
    background-position: center right; }
  .bg-bottom-q1 {
    background-repeat: no-repeat;
    background-position: bottom center; }
  .bg-left-q1 {
    background-repeat: no-repeat;
    background-position: center left; }
  .cover-q1 {
    background-size: cover !important; }
  .contain-q1 {
    background-size: contain !important; }
  .br0-q1 {
    border-radius: 0; }
  .br1-q1 {
    border-radius: 0.0625rem; }
  .br2-q1 {
    border-radius: 0.125rem; }
  .br3-q1 {
    border-radius: 0.1875rem; }
  .br4-q1 {
    border-radius: 0.25rem; }
  .br5-q1 {
    border-radius: 0.3125rem; }
  .br6-q1 {
    border-radius: 0.375rem; }
  .br7-q1 {
    border-radius: 0.4375rem; }
  .br8-q1 {
    border-radius: 0.5rem; }
  .br9-q1 {
    border-radius: 0.5625rem; }
  .br10-q1 {
    border-radius: 0.625rem; }
  .br11-q1 {
    border-radius: 0.6875rem; }
  .br12-q1 {
    border-radius: 0.75rem; }
  .br13-q1 {
    border-radius: 0.8125rem; }
  .br14-q1 {
    border-radius: 0.875rem; }
  .br15-q1 {
    border-radius: 0.9375rem; }
  .br16-q1 {
    border-radius: 1rem; }
  .br17-q1 {
    border-radius: 1.0625rem; }
  .br18-q1 {
    border-radius: 1.125rem; }
  .br19-q1 {
    border-radius: 1.1875rem; }
  .br20-q1 {
    border-radius: 1.25rem; }
  .br21-q1 {
    border-radius: 1.3125rem; }
  .br22-q1 {
    border-radius: 1.375rem; }
  .br23-q1 {
    border-radius: 1.4375rem; }
  .br24-q1 {
    border-radius: 1.5rem; }
  .br-100-q1 {
    border-radius: 100%; }
  .br-pill-q1 {
    border-radius: 9999px; }
  .br--bottom-q1 {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .br--top-q1 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .br--right-q1 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .br--left-q1 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .b--dotted-q1 {
    border-style: dotted; }
  .b--dashed-q1 {
    border-style: dashed; }
  .b--solid-q1 {
    border-style: solid; }
  .b--none-q1 {
    border-style: none; }
  .bw0-q1 {
    border-width: 0; }
  .bw1-q1 {
    border-width: 1px; }
  .bw2-q1 {
    border-width: 2px; }
  .bw3-q1 {
    border-width: 3px; }
  .bw4-q1 {
    border-width: 4px; }
  .bw5-q1 {
    border-width: 5px; }
  .bw6-q1 {
    border-width: 6px; }
  .bw7-q1 {
    border-width: 7px; }
  .bw8-q1 {
    border-width: 8px; }
  .bw9-q1 {
    border-width: 9px; }
  .bw10-q1 {
    border-width: 10px; }
  /* Resets */
  .bt-0-q1 {
    border-top-width: 0; }
  .br-0-q1 {
    border-right-width: 0; }
  .bb-0-q1 {
    border-bottom-width: 0; }
  .bl-0-q1 {
    border-left-width: 0; }
  .ba-q1 {
    border-style: solid;
    border-width: 1px; }
  .bt-q1 {
    border-top-style: solid;
    border-top-width: 1px; }
  .br-q1 {
    border-right-style: solid;
    border-right-width: 1px; }
  .bb-q1 {
    border-bottom-style: solid;
    border-bottom-width: 1px; }
  .bl-q1 {
    border-left-style: solid;
    border-left-width: 1px; }
  .bn-q1 {
    border-style: none;
    border-width: 0; }
  .shadow-1-q1 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .shadow-2-q1 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .shadow-3-q1 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
  .shadow-4-q1 {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
  .shadow-5-q1 {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); }
  .cf-q1 {
    *zoom: 1; }
    .cf-q1:before, .cf-q1:after {
      content: " ";
      display: table; }
    .cf-q1:after {
      clear: both; }
  .cl-q1 {
    clear: left; }
  .cr-q1 {
    clear: right; }
  .cb-q1 {
    clear: both; }
  .cn-q1 {
    clear: none; }
  .cs1-q1 {
    width: 72px; }
  .cs2-q1 {
    width: 168px; }
  .cs3-q1 {
    width: 264px; }
  .cs4-q1 {
    width: 360px; }
  .cs5-q1 {
    width: 456px; }
  .cs6-q1 {
    width: 552px; }
  .cs7-q1 {
    width: 648px; }
  .cs8-q1 {
    width: 744px; }
  .cs9-q1 {
    width: 840px; }
  .cs10-q1 {
    width: 936px; }
  .cs11-q1 {
    width: 1032px; }
  .cs12-q1 {
    width: 1128px; }
  .cs13-q1 {
    width: 1224px; }
  .cs14-q1 {
    width: 1320px; }
  .cs15-q1 {
    width: 1416px; }
  .cs16-q1 {
    width: 1512px; }
  .debug-cs1-q1:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 120px; }
  .debug-cs2-q1:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 216px; }
  .debug-cs3-q1:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 312px; }
  .debug-cs4-q1:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 408px; }
  .debug-cs5-q1:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 504px; }
  .debug-cs6-q1:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 600px; }
  .debug-cs7-q1:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 696px; }
  .debug-cs8-q1:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 792px; }
  .debug-cs9-q1:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 888px; }
  .debug-cs10-q1:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 984px; }
  .debug-cs11-q1:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 1080px; }
  .debug-cs12-q1:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 1176px; }
  .debug-cs13-q1:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 1272px; }
  .debug-cs14-q1:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 1368px; }
  .debug-cs15-q1:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 1464px; }
  .debug-cs16-q1:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 1560px; }
  .top-0-q1 {
    top: 0; }
  .right-0-q1 {
    right: 0; }
  .bottom-0-q1 {
    bottom: 0; }
  .left-0-q1 {
    left: 0; }
  .top-1-q1 {
    top: 0.5rem; }
  .right-1-q1 {
    right: 0.5rem; }
  .bottom-1-q1 {
    bottom: 0.5rem; }
  .left-1-q1 {
    left: 0.5rem; }
  .top-2-q1 {
    top: 1rem; }
  .right-2-q1 {
    right: 1rem; }
  .bottom-2-q1 {
    bottom: 1rem; }
  .left-2-q1 {
    left: 1rem; }
  .top-3-q1 {
    top: 1.5rem; }
  .right-3-q1 {
    right: 1.5rem; }
  .bottom-3-q1 {
    bottom: 1.5rem; }
  .left-3-q1 {
    left: 1.5rem; }
  .top-4-q1 {
    top: 2rem; }
  .right-4-q1 {
    right: 2rem; }
  .bottom-4-q1 {
    bottom: 2rem; }
  .left-4-q1 {
    left: 2rem; }
  .top--1-q1 {
    top: -0.5rem; }
  .right--1-q1 {
    right: -0.5rem; }
  .bottom--1-q1 {
    bottom: -0.5rem; }
  .left--1-q1 {
    left: -0.5rem; }
  .top--2-q1 {
    top: -1rem; }
  .right--2-q1 {
    right: -1rem; }
  .bottom--2-q1 {
    bottom: -1rem; }
  .left--2-q1 {
    left: -1rem; }
  .top--3-q1 {
    top: -1.5rem; }
  .right--3-q1 {
    right: -1.5rem; }
  .bottom--3-q1 {
    bottom: -1.5rem; }
  .left--3-q1 {
    left: -1.5rem; }
  .top--4-q1 {
    top: -2rem; }
  .right--4-q1 {
    right: -2rem; }
  .bottom--4-q1 {
    bottom: -2rem; }
  .left--4-q1 {
    left: -2rem; }
  .absolute--fill-q1 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .dn-q1 {
    display: none; }
  .di-q1 {
    display: inline; }
  .db-q1 {
    display: block; }
  .dib-q1 {
    display: inline-block; }
  .dit-q1 {
    display: inline-table; }
  .dt-q1 {
    display: table; }
  .dtc-q1 {
    display: table-cell; }
  .dt-row-q1 {
    display: table-row; }
  .dt-row-group-q1 {
    display: table-row-group; }
  .dt-header-group-q1 {
    display: table-header-group; }
  .dt-column-q1 {
    display: table-column; }
  .dt-column-group-q1 {
    display: table-column-group; }
  /*
  This will set table to full width and then
  all cells will be equal width
*/
  .dt--fixed-q1 {
    table-layout: fixed;
    width: 100%; }
  .flex-q1 {
    display: flex; }
  .inline-flex-q1 {
    display: inline-flex; }
  /* 1. Fix for Chrome 44 bug.
 * https://code.google.com/p/chromium/issues/detail?id=506893 */
  .flex-auto-q1 {
    flex: 1 1 auto;
    min-width: 0;
    /* 1 */
    min-height: 0;
    /* 1 */ }
  .flex-none-q1 {
    flex: none; }
  .flex-column-q1 {
    flex-direction: column; }
  .flex-row-q1 {
    flex-direction: row; }
  .flex-wrap-q1 {
    flex-wrap: wrap; }
  .flex-nowrap-q1 {
    flex-wrap: nowrap; }
  .flex-wrap-reverse-q1 {
    flex-wrap: wrap-reverse; }
  .flex-column-reverse-q1 {
    flex-direction: column-reverse; }
  .flex-row-reverse-q1 {
    flex-direction: row-reverse; }
  .items-start-q1 {
    align-items: flex-start; }
  .items-end-q1 {
    align-items: flex-end; }
  .items-center-q1 {
    align-items: center; }
  .items-baseline-q1 {
    align-items: baseline; }
  .items-stretch-q1 {
    align-items: stretch; }
  .self-start-q1 {
    align-self: flex-start; }
  .self-end-q1 {
    align-self: flex-end; }
  .self-center-q1 {
    align-self: center; }
  .self-baseline-q1 {
    align-self: baseline; }
  .self-stretch-q1 {
    align-self: stretch; }
  .justify-start-q1 {
    justify-content: flex-start; }
  .justify-end-q1 {
    justify-content: flex-end; }
  .justify-center-q1 {
    justify-content: center; }
  .justify-between-q1 {
    justify-content: space-between; }
  .justify-around-q1 {
    justify-content: space-around; }
  .content-start-q1 {
    align-content: flex-start; }
  .content-end-q1 {
    align-content: flex-end; }
  .content-center-q1 {
    align-content: center; }
  .content-between-q1 {
    align-content: space-between; }
  .content-around-q1 {
    align-content: space-around; }
  .content-stretch-q1 {
    align-content: stretch; }
  .order-0-q1 {
    order: 0; }
  .order-1-q1 {
    order: 1; }
  .order-2-q1 {
    order: 2; }
  .order-3-q1 {
    order: 3; }
  .order-4-q1 {
    order: 4; }
  .order-5-q1 {
    order: 5; }
  .order-6-q1 {
    order: 6; }
  .order-7-q1 {
    order: 7; }
  .order-8-q1 {
    order: 8; }
  .order-last-q1 {
    order: 99999; }
  .flex-grow-0-q1 {
    flex-grow: 0; }
  .flex-grow-1-q1 {
    flex-grow: 1; }
  .flex-shrink-0-q1 {
    flex-shrink: 0; }
  .flex-shrink-1-q1 {
    flex-shrink: 1; }
  .fl-q1 {
    float: left;
    _display: inline; }
  .fr-q1 {
    float: right;
    _display: inline; }
  .fn-q1 {
    float: none; }
  .i-q1 {
    font-style: italic; }
  .fs-normal-q1 {
    font-style: normal; }
  .h-25-q1 {
    height: 25%; }
  .h-50-q1 {
    height: 50%; }
  .h-75-q1 {
    height: 75%; }
  .h-100-q1 {
    height: 100%; }
  .min-h-100-q1 {
    min-height: 100%; }
  .vh-25-q1 {
    height: 25vh; }
  .vh-50-q1 {
    height: 50vh; }
  .vh-75-q1 {
    height: 75vh; }
  .vh-100-q1 {
    height: 100vh; }
  .min-vh-100-q1 {
    min-height: 100vh; }
  .h-auto-q1 {
    height: auto; }
  .h-inherit-q1 {
    height: inherit; }
  .mw-none-q1 {
    max-width: none; }
  .outline-q1 {
    outline: 1px solid; }
  .outline-transparent-q1 {
    outline: 1px solid transparent; }
  .outline-0-q1 {
    outline: 0; }
  .overflow-visible-q1 {
    overflow: visible; }
  .overflow-hidden-q1 {
    overflow: hidden; }
  .overflow-scroll-q1 {
    overflow: scroll; }
  .overflow-auto-q1 {
    overflow: auto; }
  .overflow-x-visible-q1 {
    overflow-x: visible; }
  .overflow-x-hidden-q1 {
    overflow-x: hidden; }
  .overflow-x-scroll-q1 {
    overflow-x: scroll; }
  .overflow-x-auto-q1 {
    overflow-x: auto; }
  .overflow-y-visible-q1 {
    overflow-y: visible; }
  .overflow-y-hidden-q1 {
    overflow-y: hidden; }
  .overflow-y-scroll-q1 {
    overflow-y: scroll; }
  .overflow-y-auto-q1 {
    overflow-y: auto; }
  .static-q1 {
    position: static; }
  .relative-q1 {
    position: relative; }
  .absolute-q1 {
    position: absolute; }
  .fixed-q1 {
    position: fixed; }
  .rotate-45-q1 {
    transform: rotate(45deg); }
  .rotate-90-q1 {
    transform: rotate(90deg); }
  .rotate-135-q1 {
    transform: rotate(135deg); }
  .rotate-180-q1 {
    transform: rotate(180deg); }
  .rotate-225-q1 {
    transform: rotate(225deg); }
  .rotate-270-q1 {
    transform: rotate(270deg); }
  .rotate-315-q1 {
    transform: rotate(315deg); }
  .hover-highlight-q1:hover, .hover-highlight-q1:focus {
    color: #fc6d6d; }
  .hover-bg-highlight-q1:hover, .hover-bg-highlight-q1:focus {
    background: #fc6d6d; }
  .hover-aig-blue-q1:hover, .hover-aig-blue-q1:focus {
    color: #00a4e4; }
  .hover-bg-aig-blue-q1:hover, .hover-bg-aig-blue-q1:focus {
    background: #00a4e4; }
  .hover-pcg-blue-q1:hover, .hover-pcg-blue-q1:focus {
    color: #003467; }
  .hover-bg-pcg-blue-q1:hover, .hover-bg-pcg-blue-q1:focus {
    background: #003467; }
  .hover-light-blue-q1:hover, .hover-light-blue-q1:focus {
    color: #dee9f6; }
  .hover-bg-light-blue-q1:hover, .hover-bg-light-blue-q1:focus {
    background: #dee9f6; }
  .hover-blue-q1:hover, .hover-blue-q1:focus {
    color: #0057b8; }
  .hover-bg-blue-q1:hover, .hover-bg-blue-q1:focus {
    background: #0057b8; }
  .hover-dark-blue-q1:hover, .hover-dark-blue-q1:focus {
    color: #001e62; }
  .hover-bg-dark-blue-q1:hover, .hover-bg-dark-blue-q1:focus {
    background: #001e62; }
  .hover-light-green-q1:hover, .hover-light-green-q1:focus {
    color: #e0eed0; }
  .hover-bg-light-green-q1:hover, .hover-bg-light-green-q1:focus {
    background: #e0eed0; }
  .hover-green-q1:hover, .hover-green-q1:focus {
    color: #50d986; }
  .hover-bg-green-q1:hover, .hover-bg-green-q1:focus {
    background: #50d986; }
  .hover-dark-green-q1:hover, .hover-dark-green-q1:focus {
    color: #13aa41; }
  .hover-bg-dark-green-q1:hover, .hover-bg-dark-green-q1:focus {
    background: #13aa41; }
  .hover-darkest-green-q1:hover, .hover-darkest-green-q1:focus {
    color: #275d38; }
  .hover-bg-darkest-green-q1:hover, .hover-bg-darkest-green-q1:focus {
    background: #275d38; }
  .hover-light-magenta-q1:hover, .hover-light-magenta-q1:focus {
    color: #fdecef; }
  .hover-bg-light-magenta-q1:hover, .hover-bg-light-magenta-q1:focus {
    background: #fdecef; }
  .hover-magenta-q1:hover, .hover-magenta-q1:focus {
    color: #e844ab; }
  .hover-bg-magenta-q1:hover, .hover-bg-magenta-q1:focus {
    background: #e844ab; }
  .hover-dark-magenta-q1:hover, .hover-dark-magenta-q1:focus {
    color: #af006e; }
  .hover-bg-dark-magenta-q1:hover, .hover-bg-dark-magenta-q1:focus {
    background: #af006e; }
  .hover-darkest-magenta-q1:hover, .hover-darkest-magenta-q1:focus {
    color: #5e2751; }
  .hover-bg-darkest-magenta-q1:hover, .hover-bg-darkest-magenta-q1:focus {
    background: #5e2751; }
  .hover-light-red-q1:hover, .hover-light-red-q1:focus {
    color: #fde7db; }
  .hover-bg-light-red-q1:hover, .hover-bg-light-red-q1:focus {
    background: #fde7db; }
  .hover-red-q1:hover, .hover-red-q1:focus {
    color: #e03c31; }
  .hover-bg-red-q1:hover, .hover-bg-red-q1:focus {
    background: #e03c31; }
  .hover-dark-red-q1:hover, .hover-dark-red-q1:focus {
    color: #862633; }
  .hover-bg-dark-red-q1:hover, .hover-bg-dark-red-q1:focus {
    background: #862633; }
  .hover-light-orange-q1:hover, .hover-light-orange-q1:focus {
    color: #ffe8c9; }
  .hover-bg-light-orange-q1:hover, .hover-bg-light-orange-q1:focus {
    background: #ffe8c9; }
  .hover-orange-q1:hover, .hover-orange-q1:focus {
    color: #fba137; }
  .hover-bg-orange-q1:hover, .hover-bg-orange-q1:focus {
    background: #fba137; }
  .hover-dark-orange-q1:hover, .hover-dark-orange-q1:focus {
    color: #e36f1e; }
  .hover-bg-dark-orange-q1:hover, .hover-bg-dark-orange-q1:focus {
    background: #e36f1e; }
  .hover-darkest-orange-q1:hover, .hover-darkest-orange-q1:focus {
    color: #a9431e; }
  .hover-bg-darkest-orange-q1:hover, .hover-bg-darkest-orange-q1:focus {
    background: #a9431e; }
  .hover-light-teal-q1:hover, .hover-light-teal-q1:focus {
    color: #e9f1f0; }
  .hover-bg-light-teal-q1:hover, .hover-bg-light-teal-q1:focus {
    background: #e9f1f0; }
  .hover-teal-q1:hover, .hover-teal-q1:focus {
    color: #15c3da; }
  .hover-bg-teal-q1:hover, .hover-bg-teal-q1:focus {
    background: #15c3da; }
  .hover-dark-teal-q1:hover, .hover-dark-teal-q1:focus {
    color: #009ca6; }
  .hover-bg-dark-teal-q1:hover, .hover-bg-dark-teal-q1:focus {
    background: #009ca6; }
  .hover-darkest-teal-q1:hover, .hover-darkest-teal-q1:focus {
    color: #004f59; }
  .hover-bg-darkest-teal-q1:hover, .hover-bg-darkest-teal-q1:focus {
    background: #004f59; }
  .hover-light-yellow-q1:hover, .hover-light-yellow-q1:focus {
    color: #fff6cb; }
  .hover-bg-light-yellow-q1:hover, .hover-bg-light-yellow-q1:focus {
    background: #fff6cb; }
  .hover-yellow-q1:hover, .hover-yellow-q1:focus {
    color: #ffd96c; }
  .hover-bg-yellow-q1:hover, .hover-bg-yellow-q1:focus {
    background: #ffd96c; }
  .hover-dark-yellow-q1:hover, .hover-dark-yellow-q1:focus {
    color: #fdb813; }
  .hover-bg-dark-yellow-q1:hover, .hover-bg-dark-yellow-q1:focus {
    background: #fdb813; }
  .hover-darkest-yellow-q1:hover, .hover-darkest-yellow-q1:focus {
    color: #a9662b; }
  .hover-bg-darkest-yellow-q1:hover, .hover-bg-darkest-yellow-q1:focus {
    background: #a9662b; }
  .hover-lightest-steel-q1:hover, .hover-lightest-steel-q1:focus {
    color: #f7f9fb; }
  .hover-bg-lightest-steel-q1:hover, .hover-bg-lightest-steel-q1:focus {
    background: #f7f9fb; }
  .hover-light-steel-q1:hover, .hover-light-steel-q1:focus {
    color: #d5e1ef; }
  .hover-bg-light-steel-q1:hover, .hover-bg-light-steel-q1:focus {
    background: #d5e1ef; }
  .hover-steel-q1:hover, .hover-steel-q1:focus {
    color: #8999b9; }
  .hover-bg-steel-q1:hover, .hover-bg-steel-q1:focus {
    background: #8999b9; }
  .hover-white-0125-q1:hover, .hover-white-0125-q1:focus {
    color: rgba(255, 255, 255, 0.0125); }
  .hover-bg-white-0125-q1:hover, .hover-bg-white-0125-q1:focus {
    background: rgba(255, 255, 255, 0.0125); }
  .hover-white-025-q1:hover, .hover-white-025-q1:focus {
    color: rgba(255, 255, 255, 0.025); }
  .hover-bg-white-025-q1:hover, .hover-bg-white-025-q1:focus {
    background: rgba(255, 255, 255, 0.025); }
  .hover-white-05-q1:hover, .hover-white-05-q1:focus {
    color: rgba(255, 255, 255, 0.05); }
  .hover-bg-white-05-q1:hover, .hover-bg-white-05-q1:focus {
    background: rgba(255, 255, 255, 0.05); }
  .hover-white-10-q1:hover, .hover-white-10-q1:focus {
    color: rgba(255, 255, 255, 0.1); }
  .hover-bg-white-10-q1:hover, .hover-bg-white-10-q1:focus {
    background: rgba(255, 255, 255, 0.1); }
  .hover-white-20-q1:hover, .hover-white-20-q1:focus {
    color: rgba(255, 255, 255, 0.2); }
  .hover-bg-white-20-q1:hover, .hover-bg-white-20-q1:focus {
    background: rgba(255, 255, 255, 0.2); }
  .hover-white-30-q1:hover, .hover-white-30-q1:focus {
    color: rgba(255, 255, 255, 0.3); }
  .hover-bg-white-30-q1:hover, .hover-bg-white-30-q1:focus {
    background: rgba(255, 255, 255, 0.3); }
  .hover-white-40-q1:hover, .hover-white-40-q1:focus {
    color: rgba(255, 255, 255, 0.4); }
  .hover-bg-white-40-q1:hover, .hover-bg-white-40-q1:focus {
    background: rgba(255, 255, 255, 0.4); }
  .hover-white-50-q1:hover, .hover-white-50-q1:focus {
    color: rgba(255, 255, 255, 0.5); }
  .hover-bg-white-50-q1:hover, .hover-bg-white-50-q1:focus {
    background: rgba(255, 255, 255, 0.5); }
  .hover-white-60-q1:hover, .hover-white-60-q1:focus {
    color: rgba(255, 255, 255, 0.6); }
  .hover-bg-white-60-q1:hover, .hover-bg-white-60-q1:focus {
    background: rgba(255, 255, 255, 0.6); }
  .hover-white-70-q1:hover, .hover-white-70-q1:focus {
    color: rgba(255, 255, 255, 0.7); }
  .hover-bg-white-70-q1:hover, .hover-bg-white-70-q1:focus {
    background: rgba(255, 255, 255, 0.7); }
  .hover-white-80-q1:hover, .hover-white-80-q1:focus {
    color: rgba(255, 255, 255, 0.8); }
  .hover-bg-white-80-q1:hover, .hover-bg-white-80-q1:focus {
    background: rgba(255, 255, 255, 0.8); }
  .hover-white-90-q1:hover, .hover-white-90-q1:focus {
    color: rgba(255, 255, 255, 0.9); }
  .hover-bg-white-90-q1:hover, .hover-bg-white-90-q1:focus {
    background: rgba(255, 255, 255, 0.9); }
  .hover-white-q1:hover, .hover-white-q1:focus {
    color: #fff; }
  .hover-bg-white-q1:hover, .hover-bg-white-q1:focus {
    background: #fff; }
  .hover-lightest-gray-q1:hover, .hover-lightest-gray-q1:focus {
    color: #fbfbfb; }
  .hover-bg-lightest-gray-q1:hover, .hover-bg-lightest-gray-q1:focus {
    background: #fbfbfb; }
  .hover-light-gray-q1:hover, .hover-light-gray-q1:focus {
    color: #eee; }
  .hover-bg-light-gray-q1:hover, .hover-bg-light-gray-q1:focus {
    background: #eee; }
  .hover-moon-gray-q1:hover, .hover-moon-gray-q1:focus {
    color: #ccc; }
  .hover-bg-moon-gray-q1:hover, .hover-bg-moon-gray-q1:focus {
    background: #ccc; }
  .hover-light-silver-q1:hover, .hover-light-silver-q1:focus {
    color: #aaa; }
  .hover-bg-light-silver-q1:hover, .hover-bg-light-silver-q1:focus {
    background: #aaa; }
  .hover-silver-q1:hover, .hover-silver-q1:focus {
    color: #999; }
  .hover-bg-silver-q1:hover, .hover-bg-silver-q1:focus {
    background: #999; }
  .hover-gray-q1:hover, .hover-gray-q1:focus {
    color: #777; }
  .hover-bg-gray-q1:hover, .hover-bg-gray-q1:focus {
    background: #777; }
  .hover-mid-gray-q1:hover, .hover-mid-gray-q1:focus {
    color: #555; }
  .hover-bg-mid-gray-q1:hover, .hover-bg-mid-gray-q1:focus {
    background: #555; }
  .hover-dark-gray-q1:hover, .hover-dark-gray-q1:focus {
    color: #444; }
  .hover-bg-dark-gray-q1:hover, .hover-bg-dark-gray-q1:focus {
    background: #444; }
  .hover-darkest-gray-q1:hover, .hover-darkest-gray-q1:focus {
    color: #333; }
  .hover-bg-darkest-gray-q1:hover, .hover-bg-darkest-gray-q1:focus {
    background: #333; }
  .hover-near-black-q1:hover, .hover-near-black-q1:focus {
    color: #111; }
  .hover-bg-near-black-q1:hover, .hover-bg-near-black-q1:focus {
    background: #111; }
  .hover-black-q1:hover, .hover-black-q1:focus {
    color: #000; }
  .hover-bg-black-q1:hover, .hover-bg-black-q1:focus {
    background: #000; }
  .hover-near-white-q1:hover, .hover-near-white-q1:focus {
    color: #f4f4f4; }
  .hover-bg-near-white-q1:hover, .hover-bg-near-white-q1:focus {
    background: #f4f4f4; }
  .hover-fafafa-q1:hover, .hover-fafafa-q1:focus {
    color: #fafafa; }
  .hover-bg-fafafa-q1:hover, .hover-bg-fafafa-q1:focus {
    background: #fafafa; }
  .hover-f5f5f5-q1:hover, .hover-f5f5f5-q1:focus {
    color: #f5f5f5; }
  .hover-bg-f5f5f5-q1:hover, .hover-bg-f5f5f5-q1:focus {
    background: #f5f5f5; }
  .hover-eee-q1:hover, .hover-eee-q1:focus {
    color: #eee; }
  .hover-bg-eee-q1:hover, .hover-bg-eee-q1:focus {
    background: #eee; }
  .hover-e0e0e0-q1:hover, .hover-e0e0e0-q1:focus {
    color: #e0e0e0; }
  .hover-bg-e0e0e0-q1:hover, .hover-bg-e0e0e0-q1:focus {
    background: #e0e0e0; }
  .hover-ddd-q1:hover, .hover-ddd-q1:focus {
    color: #ddd; }
  .hover-bg-ddd-q1:hover, .hover-bg-ddd-q1:focus {
    background: #ddd; }
  .hover-ccc-q1:hover, .hover-ccc-q1:focus {
    color: #ccc; }
  .hover-bg-ccc-q1:hover, .hover-bg-ccc-q1:focus {
    background: #ccc; }
  .hover-bbb-q1:hover, .hover-bbb-q1:focus {
    color: #bbb; }
  .hover-bg-bbb-q1:hover, .hover-bg-bbb-q1:focus {
    background: #bbb; }
  .hover-aaa-q1:hover, .hover-aaa-q1:focus {
    color: #aaa; }
  .hover-bg-aaa-q1:hover, .hover-bg-aaa-q1:focus {
    background: #aaa; }
  .hover-999-q1:hover, .hover-999-q1:focus {
    color: #999; }
  .hover-bg-999-q1:hover, .hover-bg-999-q1:focus {
    background: #999; }
  .hover-777-q1:hover, .hover-777-q1:focus {
    color: #777; }
  .hover-bg-777-q1:hover, .hover-bg-777-q1:focus {
    background: #777; }
  .hover-666-q1:hover, .hover-666-q1:focus {
    color: #666; }
  .hover-bg-666-q1:hover, .hover-bg-666-q1:focus {
    background: #666; }
  .hover-555-q1:hover, .hover-555-q1:focus {
    color: #555; }
  .hover-bg-555-q1:hover, .hover-bg-555-q1:focus {
    background: #555; }
  .hover-444-q1:hover, .hover-444-q1:focus {
    color: #444; }
  .hover-bg-444-q1:hover, .hover-bg-444-q1:focus {
    background: #444; }
  .hover-333-q1:hover, .hover-333-q1:focus {
    color: #333; }
  .hover-bg-333-q1:hover, .hover-bg-333-q1:focus {
    background: #333; }
  .hover-222-q1:hover, .hover-222-q1:focus {
    color: #222; }
  .hover-bg-222-q1:hover, .hover-bg-222-q1:focus {
    background: #222; }
  .hover-transparent-q1:hover, .hover-transparent-q1:focus {
    color: transparent; }
  .hover-bg-transparent-q1:hover, .hover-bg-transparent-q1:focus {
    background: transparent; }
  .hover-black-0125-q1:hover, .hover-black-0125-q1:focus {
    color: rgba(0, 0, 0, 0.0125); }
  .hover-bg-black-0125-q1:hover, .hover-bg-black-0125-q1:focus {
    background: rgba(0, 0, 0, 0.0125); }
  .hover-black-025-q1:hover, .hover-black-025-q1:focus {
    color: rgba(0, 0, 0, 0.025); }
  .hover-bg-black-025-q1:hover, .hover-bg-black-025-q1:focus {
    background: rgba(0, 0, 0, 0.025); }
  .hover-black-05-q1:hover, .hover-black-05-q1:focus {
    color: rgba(0, 0, 0, 0.05); }
  .hover-bg-black-05-q1:hover, .hover-bg-black-05-q1:focus {
    background: rgba(0, 0, 0, 0.05); }
  .hover-black-10-q1:hover, .hover-black-10-q1:focus {
    color: rgba(0, 0, 0, 0.1); }
  .hover-bg-black-10-q1:hover, .hover-bg-black-10-q1:focus {
    background: rgba(0, 0, 0, 0.1); }
  .hover-black-20-q1:hover, .hover-black-20-q1:focus {
    color: rgba(0, 0, 0, 0.2); }
  .hover-bg-black-20-q1:hover, .hover-bg-black-20-q1:focus {
    background: rgba(0, 0, 0, 0.2); }
  .hover-black-30-q1:hover, .hover-black-30-q1:focus {
    color: rgba(0, 0, 0, 0.3); }
  .hover-bg-black-30-q1:hover, .hover-bg-black-30-q1:focus {
    background: rgba(0, 0, 0, 0.3); }
  .hover-black-40-q1:hover, .hover-black-40-q1:focus {
    color: rgba(0, 0, 0, 0.4); }
  .hover-bg-black-40-q1:hover, .hover-bg-black-40-q1:focus {
    background: rgba(0, 0, 0, 0.4); }
  .hover-black-50-q1:hover, .hover-black-50-q1:focus {
    color: rgba(0, 0, 0, 0.5); }
  .hover-bg-black-50-q1:hover, .hover-bg-black-50-q1:focus {
    background: rgba(0, 0, 0, 0.5); }
  .hover-black-60-q1:hover, .hover-black-60-q1:focus {
    color: rgba(0, 0, 0, 0.6); }
  .hover-bg-black-60-q1:hover, .hover-bg-black-60-q1:focus {
    background: rgba(0, 0, 0, 0.6); }
  .hover-black-70-q1:hover, .hover-black-70-q1:focus {
    color: rgba(0, 0, 0, 0.7); }
  .hover-bg-black-70-q1:hover, .hover-bg-black-70-q1:focus {
    background: rgba(0, 0, 0, 0.7); }
  .hover-black-80-q1:hover, .hover-black-80-q1:focus {
    color: rgba(0, 0, 0, 0.8); }
  .hover-bg-black-80-q1:hover, .hover-bg-black-80-q1:focus {
    background: rgba(0, 0, 0, 0.8); }
  .hover-black-90-q1:hover, .hover-black-90-q1:focus {
    color: rgba(0, 0, 0, 0.9); }
  .hover-bg-black-90-q1:hover, .hover-bg-black-90-q1:focus {
    background: rgba(0, 0, 0, 0.9); }
  .highlight-q1 {
    color: #fc6d6d; }
  .aig-blue-q1 {
    color: #00a4e4; }
  .pcg-blue-q1 {
    color: #003467; }
  .light-blue-q1 {
    color: #dee9f6; }
  .blue-q1 {
    color: #0057b8; }
  .dark-blue-q1 {
    color: #001e62; }
  .light-green-q1 {
    color: #e0eed0; }
  .green-q1 {
    color: #50d986; }
  .dark-green-q1 {
    color: #13aa41; }
  .darkest-green-q1 {
    color: #275d38; }
  .light-magenta-q1 {
    color: #fdecef; }
  .magenta-q1 {
    color: #e844ab; }
  .dark-magenta-q1 {
    color: #af006e; }
  .darkest-magenta-q1 {
    color: #5e2751; }
  .light-red-q1 {
    color: #fde7db; }
  .red-q1 {
    color: #e03c31; }
  .dark-red-q1 {
    color: #862633; }
  .light-orange-q1 {
    color: #ffe8c9; }
  .orange-q1 {
    color: #fba137; }
  .dark-orange-q1 {
    color: #e36f1e; }
  .darkest-orange-q1 {
    color: #a9431e; }
  .light-teal-q1 {
    color: #e9f1f0; }
  .teal-q1 {
    color: #15c3da; }
  .dark-teal-q1 {
    color: #009ca6; }
  .darkest-teal-q1 {
    color: #004f59; }
  .light-yellow-q1 {
    color: #fff6cb; }
  .yellow-q1 {
    color: #ffd96c; }
  .dark-yellow-q1 {
    color: #fdb813; }
  .darkest-yellow-q1 {
    color: #a9662b; }
  .lightest-steel-q1 {
    color: #f7f9fb; }
  .light-steel-q1 {
    color: #d5e1ef; }
  .steel-q1 {
    color: #8999b9; }
  .white-0125-q1 {
    color: rgba(255, 255, 255, 0.0125); }
  .white-025-q1 {
    color: rgba(255, 255, 255, 0.025); }
  .white-05-q1 {
    color: rgba(255, 255, 255, 0.05); }
  .white-10-q1 {
    color: rgba(255, 255, 255, 0.1); }
  .white-20-q1 {
    color: rgba(255, 255, 255, 0.2); }
  .white-30-q1 {
    color: rgba(255, 255, 255, 0.3); }
  .white-40-q1 {
    color: rgba(255, 255, 255, 0.4); }
  .white-50-q1 {
    color: rgba(255, 255, 255, 0.5); }
  .white-60-q1 {
    color: rgba(255, 255, 255, 0.6); }
  .white-70-q1 {
    color: rgba(255, 255, 255, 0.7); }
  .white-80-q1 {
    color: rgba(255, 255, 255, 0.8); }
  .white-90-q1 {
    color: rgba(255, 255, 255, 0.9); }
  .white-q1 {
    color: #fff; }
  .lightest-gray-q1 {
    color: #fbfbfb; }
  .light-gray-q1 {
    color: #eee; }
  .moon-gray-q1 {
    color: #ccc; }
  .light-silver-q1 {
    color: #aaa; }
  .silver-q1 {
    color: #999; }
  .gray-q1 {
    color: #777; }
  .mid-gray-q1 {
    color: #555; }
  .dark-gray-q1 {
    color: #444; }
  .darkest-gray-q1 {
    color: #333; }
  .near-black-q1 {
    color: #111; }
  .black-q1 {
    color: #000; }
  .near-white-q1 {
    color: #f4f4f4; }
  .fafafa-q1 {
    color: #fafafa; }
  .f5f5f5-q1 {
    color: #f5f5f5; }
  .color-eee-q1 {
    color: #eee; }
  .color-e0e0e0-q1 {
    color: #e0e0e0; }
  .color-ddd-q1 {
    color: #ddd; }
  .color-ccc-q1 {
    color: #ccc; }
  .color-bbb-q1 {
    color: #bbb; }
  .color-aaa-q1 {
    color: #aaa; }
  .color-999-q1 {
    color: #999; }
  .color-777-q1 {
    color: #777; }
  .color-666-q1 {
    color: #666; }
  .color-555-q1 {
    color: #555; }
  .color-444-q1 {
    color: #444; }
  .color-333-q1 {
    color: #333; }
  .color-222-q1 {
    color: #222; }
  .transparent-q1 {
    color: transparent; }
  .black-0125-q1 {
    color: rgba(0, 0, 0, 0.0125); }
  .black-025-q1 {
    color: rgba(0, 0, 0, 0.025); }
  .black-05-q1 {
    color: rgba(0, 0, 0, 0.05); }
  .black-10-q1 {
    color: rgba(0, 0, 0, 0.1); }
  .black-20-q1 {
    color: rgba(0, 0, 0, 0.2); }
  .black-30-q1 {
    color: rgba(0, 0, 0, 0.3); }
  .black-40-q1 {
    color: rgba(0, 0, 0, 0.4); }
  .black-50-q1 {
    color: rgba(0, 0, 0, 0.5); }
  .black-60-q1 {
    color: rgba(0, 0, 0, 0.6); }
  .black-70-q1 {
    color: rgba(0, 0, 0, 0.7); }
  .black-80-q1 {
    color: rgba(0, 0, 0, 0.8); }
  .black-90-q1 {
    color: rgba(0, 0, 0, 0.9); }
  .bg-highlight-q1 {
    background: #fc6d6d; }
  .bg-aig-blue-q1 {
    background: #00a4e4; }
  .bg-pcg-blue-q1 {
    background: #003467; }
  .bg-light-blue-q1 {
    background: #dee9f6; }
  .bg-blue-q1 {
    background: #0057b8; }
  .bg-dark-blue-q1 {
    background: #001e62; }
  .bg-light-green-q1 {
    background: #e0eed0; }
  .bg-green-q1 {
    background: #50d986; }
  .bg-dark-green-q1 {
    background: #13aa41; }
  .bg-darkest-green-q1 {
    background: #275d38; }
  .bg-light-magenta-q1 {
    background: #fdecef; }
  .bg-magenta-q1 {
    background: #e844ab; }
  .bg-dark-magenta-q1 {
    background: #af006e; }
  .bg-darkest-magenta-q1 {
    background: #5e2751; }
  .bg-light-red-q1 {
    background: #fde7db; }
  .bg-red-q1 {
    background: #e03c31; }
  .bg-dark-red-q1 {
    background: #862633; }
  .bg-light-orange-q1 {
    background: #ffe8c9; }
  .bg-orange-q1 {
    background: #fba137; }
  .bg-dark-orange-q1 {
    background: #e36f1e; }
  .bg-darkest-orange-q1 {
    background: #a9431e; }
  .bg-light-teal-q1 {
    background: #e9f1f0; }
  .bg-teal-q1 {
    background: #15c3da; }
  .bg-dark-teal-q1 {
    background: #009ca6; }
  .bg-darkest-teal-q1 {
    background: #004f59; }
  .bg-light-yellow-q1 {
    background: #fff6cb; }
  .bg-yellow-q1 {
    background: #ffd96c; }
  .bg-dark-yellow-q1 {
    background: #fdb813; }
  .bg-darkest-yellow-q1 {
    background: #a9662b; }
  .bg-lightest-steel-q1 {
    background: #f7f9fb; }
  .bg-light-steel-q1 {
    background: #d5e1ef; }
  .bg-steel-q1 {
    background: #8999b9; }
  .bg-white-0125-q1 {
    background: rgba(255, 255, 255, 0.0125); }
  .bg-white-025-q1 {
    background: rgba(255, 255, 255, 0.025); }
  .bg-white-05-q1 {
    background: rgba(255, 255, 255, 0.05); }
  .bg-white-10-q1 {
    background: rgba(255, 255, 255, 0.1); }
  .bg-white-20-q1 {
    background: rgba(255, 255, 255, 0.2); }
  .bg-white-30-q1 {
    background: rgba(255, 255, 255, 0.3); }
  .bg-white-40-q1 {
    background: rgba(255, 255, 255, 0.4); }
  .bg-white-50-q1 {
    background: rgba(255, 255, 255, 0.5); }
  .bg-white-60-q1 {
    background: rgba(255, 255, 255, 0.6); }
  .bg-white-70-q1 {
    background: rgba(255, 255, 255, 0.7); }
  .bg-white-80-q1 {
    background: rgba(255, 255, 255, 0.8); }
  .bg-white-90-q1 {
    background: rgba(255, 255, 255, 0.9); }
  .bg-white-q1 {
    background: #fff; }
  .bg-lightest-gray-q1 {
    background: #fbfbfb; }
  .bg-light-gray-q1 {
    background: #eee; }
  .bg-moon-gray-q1 {
    background: #ccc; }
  .bg-light-silver-q1 {
    background: #aaa; }
  .bg-silver-q1 {
    background: #999; }
  .bg-gray-q1 {
    background: #777; }
  .bg-mid-gray-q1 {
    background: #555; }
  .bg-dark-gray-q1 {
    background: #444; }
  .bg-darkest-gray-q1 {
    background: #333; }
  .bg-near-black-q1 {
    background: #111; }
  .bg-black-q1 {
    background: #000; }
  .bg-near-white-q1 {
    background: #f4f4f4; }
  .bg-fafafa-q1 {
    background: #fafafa; }
  .bg-f5f5f5-q1 {
    background: #f5f5f5; }
  .bg-eee-q1 {
    background: #eee; }
  .bg-e0e0e0-q1 {
    background: #e0e0e0; }
  .bg-ddd-q1 {
    background: #ddd; }
  .bg-ccc-q1 {
    background: #ccc; }
  .bg-bbb-q1 {
    background: #bbb; }
  .bg-aaa-q1 {
    background: #aaa; }
  .bg-999-q1 {
    background: #999; }
  .bg-777-q1 {
    background: #777; }
  .bg-666-q1 {
    background: #666; }
  .bg-555-q1 {
    background: #555; }
  .bg-444-q1 {
    background: #444; }
  .bg-333-q1 {
    background: #333; }
  .bg-222-q1 {
    background: #222; }
  .bg-transparent-q1 {
    background: transparent; }
  .bg-black-0125-q1 {
    background: rgba(0, 0, 0, 0.0125); }
  .bg-black-025-q1 {
    background: rgba(0, 0, 0, 0.025); }
  .bg-black-05-q1 {
    background: rgba(0, 0, 0, 0.05); }
  .bg-black-10-q1 {
    background: rgba(0, 0, 0, 0.1); }
  .bg-black-20-q1 {
    background: rgba(0, 0, 0, 0.2); }
  .bg-black-30-q1 {
    background: rgba(0, 0, 0, 0.3); }
  .bg-black-40-q1 {
    background: rgba(0, 0, 0, 0.4); }
  .bg-black-50-q1 {
    background: rgba(0, 0, 0, 0.5); }
  .bg-black-60-q1 {
    background: rgba(0, 0, 0, 0.6); }
  .bg-black-70-q1 {
    background: rgba(0, 0, 0, 0.7); }
  .bg-black-80-q1 {
    background: rgba(0, 0, 0, 0.8); }
  .bg-black-90-q1 {
    background: rgba(0, 0, 0, 0.9); }
  .h0-q1 {
    height: 0rem; }
  .h1-q1 {
    height: 0.5rem; }
  .h2-q1 {
    height: 1rem; }
  .h3-q1 {
    height: 1.5rem; }
  .h4-q1 {
    height: 2rem; }
  .h5-q1 {
    height: 2.5rem; }
  .h6-q1 {
    height: 3rem; }
  .h7-q1 {
    height: 3.5rem; }
  .h8-q1 {
    height: 4rem; }
  .h9-q1 {
    height: 4.5rem; }
  .h10-q1 {
    height: 5rem; }
  .h12-q1 {
    height: 6rem; }
  .h14-q1 {
    height: 7rem; }
  .h16-q1 {
    height: 8rem; }
  .h18-q1 {
    height: 9rem; }
  .h20-q1 {
    height: 10rem; }
  .h22-q1 {
    height: 11rem; }
  .h24-q1 {
    height: 12rem; }
  .h26-q1 {
    height: 13rem; }
  .h28-q1 {
    height: 14rem; }
  .h30-q1 {
    height: 15rem; }
  .h32-q1 {
    height: 16rem; }
  .h34-q1 {
    height: 17rem; }
  .h36-q1 {
    height: 18rem; }
  .h38-q1 {
    height: 19rem; }
  .h40-q1 {
    height: 20rem; }
  .h42-q1 {
    height: 21rem; }
  .h44-q1 {
    height: 22rem; }
  .h46-q1 {
    height: 23rem; }
  .h48-q1 {
    height: 24rem; }
  .h50-q1 {
    height: 25rem; }
  .h52-q1 {
    height: 26rem; }
  .h54-q1 {
    height: 27rem; }
  .h56-q1 {
    height: 28rem; }
  .h58-q1 {
    height: 29rem; }
  .h60-q1 {
    height: 30rem; }
  .h70-q1 {
    height: 35rem; }
  .h80-q1 {
    height: 40rem; }
  .h90-q1 {
    height: 45rem; }
  .h100-q1 {
    height: 50rem; }
  .h110-q1 {
    height: 55rem; }
  .h120-q1 {
    height: 60rem; }
  .h130-q1 {
    height: 65rem; }
  .h140-q1 {
    height: 70rem; }
  .h150-q1 {
    height: 75rem; }
  .h160-q1 {
    height: 80rem; }
  .h170-q1 {
    height: 85rem; }
  .h180-q1 {
    height: 90rem; }
  .ma0-q1 {
    margin: 0rem; }
  .ma1-q1 {
    margin: 0.5rem; }
  .ma2-q1 {
    margin: 1rem; }
  .ma3-q1 {
    margin: 1.5rem; }
  .ma4-q1 {
    margin: 2rem; }
  .ma5-q1 {
    margin: 2.5rem; }
  .ma6-q1 {
    margin: 3rem; }
  .ma7-q1 {
    margin: 3.5rem; }
  .ma8-q1 {
    margin: 4rem; }
  .ma9-q1 {
    margin: 4.5rem; }
  .ma10-q1 {
    margin: 5rem; }
  .mb0-q1 {
    margin-bottom: 0rem; }
  .mb1-q1 {
    margin-bottom: 0.5rem; }
  .mb2-q1 {
    margin-bottom: 1rem; }
  .mb3-q1 {
    margin-bottom: 1.5rem; }
  .mb4-q1 {
    margin-bottom: 2rem; }
  .mb5-q1 {
    margin-bottom: 2.5rem; }
  .mb6-q1 {
    margin-bottom: 3rem; }
  .mb7-q1 {
    margin-bottom: 3.5rem; }
  .mb8-q1 {
    margin-bottom: 4rem; }
  .mb9-q1 {
    margin-bottom: 4.5rem; }
  .mb10-q1 {
    margin-bottom: 5rem; }
  .mh0-q1 {
    margin-left: 0rem;
    margin-right: 0rem; }
  .mh1-q1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
  .mh2-q1 {
    margin-left: 1rem;
    margin-right: 1rem; }
  .mh3-q1 {
    margin-left: 1.5rem;
    margin-right: 1.5rem; }
  .mh4-q1 {
    margin-left: 2rem;
    margin-right: 2rem; }
  .mh5-q1 {
    margin-left: 2.5rem;
    margin-right: 2.5rem; }
  .mh6-q1 {
    margin-left: 3rem;
    margin-right: 3rem; }
  .mh7-q1 {
    margin-left: 3.5rem;
    margin-right: 3.5rem; }
  .mh8-q1 {
    margin-left: 4rem;
    margin-right: 4rem; }
  .mh9-q1 {
    margin-left: 4.5rem;
    margin-right: 4.5rem; }
  .mh10-q1 {
    margin-left: 5rem;
    margin-right: 5rem; }
  .min-h0-q1 {
    min-height: 0rem; }
  .min-h1-q1 {
    min-height: 0.5rem; }
  .min-h2-q1 {
    min-height: 1rem; }
  .min-h3-q1 {
    min-height: 1.5rem; }
  .min-h4-q1 {
    min-height: 2rem; }
  .min-h5-q1 {
    min-height: 2.5rem; }
  .min-h6-q1 {
    min-height: 3rem; }
  .min-h7-q1 {
    min-height: 3.5rem; }
  .min-h8-q1 {
    min-height: 4rem; }
  .min-h9-q1 {
    min-height: 4.5rem; }
  .min-h10-q1 {
    min-height: 5rem; }
  .min-h12-q1 {
    min-height: 6rem; }
  .min-h14-q1 {
    min-height: 7rem; }
  .min-h16-q1 {
    min-height: 8rem; }
  .min-h18-q1 {
    min-height: 9rem; }
  .min-h20-q1 {
    min-height: 10rem; }
  .min-h22-q1 {
    min-height: 11rem; }
  .min-h24-q1 {
    min-height: 12rem; }
  .min-h26-q1 {
    min-height: 13rem; }
  .min-h28-q1 {
    min-height: 14rem; }
  .min-h30-q1 {
    min-height: 15rem; }
  .min-h32-q1 {
    min-height: 16rem; }
  .min-h34-q1 {
    min-height: 17rem; }
  .min-h36-q1 {
    min-height: 18rem; }
  .min-h38-q1 {
    min-height: 19rem; }
  .min-h40-q1 {
    min-height: 20rem; }
  .min-h42-q1 {
    min-height: 21rem; }
  .min-h44-q1 {
    min-height: 22rem; }
  .min-h46-q1 {
    min-height: 23rem; }
  .min-h48-q1 {
    min-height: 24rem; }
  .min-h50-q1 {
    min-height: 25rem; }
  .min-h52-q1 {
    min-height: 26rem; }
  .min-h54-q1 {
    min-height: 27rem; }
  .min-h56-q1 {
    min-height: 28rem; }
  .min-h58-q1 {
    min-height: 29rem; }
  .min-h60-q1 {
    min-height: 30rem; }
  .min-h70-q1 {
    min-height: 35rem; }
  .min-h80-q1 {
    min-height: 40rem; }
  .min-h90-q1 {
    min-height: 45rem; }
  .min-w0-q1 {
    min-width: 0rem; }
  .min-w1-q1 {
    min-width: 0.5rem; }
  .min-w2-q1 {
    min-width: 1rem; }
  .min-w3-q1 {
    min-width: 1.5rem; }
  .min-w4-q1 {
    min-width: 2rem; }
  .min-w5-q1 {
    min-width: 2.5rem; }
  .min-w6-q1 {
    min-width: 3rem; }
  .min-w7-q1 {
    min-width: 3.5rem; }
  .min-w8-q1 {
    min-width: 4rem; }
  .min-w9-q1 {
    min-width: 4.5rem; }
  .min-w10-q1 {
    min-width: 5rem; }
  .min-w12-q1 {
    min-width: 6rem; }
  .min-w14-q1 {
    min-width: 7rem; }
  .min-w16-q1 {
    min-width: 8rem; }
  .min-w18-q1 {
    min-width: 9rem; }
  .min-w20-q1 {
    min-width: 10rem; }
  .min-w22-q1 {
    min-width: 11rem; }
  .min-w24-q1 {
    min-width: 12rem; }
  .min-w26-q1 {
    min-width: 13rem; }
  .min-w28-q1 {
    min-width: 14rem; }
  .min-w30-q1 {
    min-width: 15rem; }
  .min-w32-q1 {
    min-width: 16rem; }
  .min-w34-q1 {
    min-width: 17rem; }
  .min-w36-q1 {
    min-width: 18rem; }
  .min-w38-q1 {
    min-width: 19rem; }
  .min-w40-q1 {
    min-width: 20rem; }
  .min-w42-q1 {
    min-width: 21rem; }
  .min-w44-q1 {
    min-width: 22rem; }
  .min-w46-q1 {
    min-width: 23rem; }
  .min-w48-q1 {
    min-width: 24rem; }
  .min-w50-q1 {
    min-width: 25rem; }
  .min-w52-q1 {
    min-width: 26rem; }
  .min-w54-q1 {
    min-width: 27rem; }
  .min-w56-q1 {
    min-width: 28rem; }
  .min-w58-q1 {
    min-width: 29rem; }
  .min-w60-q1 {
    min-width: 30rem; }
  .min-w70-q1 {
    min-width: 35rem; }
  .min-w80-q1 {
    min-width: 40rem; }
  .min-w90-q1 {
    min-width: 45rem; }
  .ml0-q1 {
    margin-left: 0rem; }
  .ml1-q1 {
    margin-left: 0.5rem; }
  .ml2-q1 {
    margin-left: 1rem; }
  .ml3-q1 {
    margin-left: 1.5rem; }
  .ml4-q1 {
    margin-left: 2rem; }
  .ml5-q1 {
    margin-left: 2.5rem; }
  .ml6-q1 {
    margin-left: 3rem; }
  .ml7-q1 {
    margin-left: 3.5rem; }
  .ml8-q1 {
    margin-left: 4rem; }
  .ml9-q1 {
    margin-left: 4.5rem; }
  .ml10-q1 {
    margin-left: 5rem; }
  .mr0-q1 {
    margin-right: 0rem; }
  .mr1-q1 {
    margin-right: 0.5rem; }
  .mr2-q1 {
    margin-right: 1rem; }
  .mr3-q1 {
    margin-right: 1.5rem; }
  .mr4-q1 {
    margin-right: 2rem; }
  .mr5-q1 {
    margin-right: 2.5rem; }
  .mr6-q1 {
    margin-right: 3rem; }
  .mr7-q1 {
    margin-right: 3.5rem; }
  .mr8-q1 {
    margin-right: 4rem; }
  .mr9-q1 {
    margin-right: 4.5rem; }
  .mr10-q1 {
    margin-right: 5rem; }
  .mt0-q1 {
    margin-top: 0rem; }
  .mt1-q1 {
    margin-top: 0.5rem; }
  .mt2-q1 {
    margin-top: 1rem; }
  .mt3-q1 {
    margin-top: 1.5rem; }
  .mt4-q1 {
    margin-top: 2rem; }
  .mt5-q1 {
    margin-top: 2.5rem; }
  .mt6-q1 {
    margin-top: 3rem; }
  .mt7-q1 {
    margin-top: 3.5rem; }
  .mt8-q1 {
    margin-top: 4rem; }
  .mt9-q1 {
    margin-top: 4.5rem; }
  .mt10-q1 {
    margin-top: 5rem; }
  .mv0-q1 {
    margin-top: 0rem;
    margin-bottom: 0rem; }
  .mv1-q1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  .mv2-q1 {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .mv3-q1 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
  .mv4-q1 {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .mv5-q1 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem; }
  .mv6-q1 {
    margin-top: 3rem;
    margin-bottom: 3rem; }
  .mv7-q1 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem; }
  .mv8-q1 {
    margin-top: 4rem;
    margin-bottom: 4rem; }
  .mv9-q1 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem; }
  .mv10-q1 {
    margin-top: 5rem;
    margin-bottom: 5rem; }
  .mw0-q1 {
    max-width: 0rem; }
  .mw1-q1 {
    max-width: 0.5rem; }
  .mw2-q1 {
    max-width: 1rem; }
  .mw3-q1 {
    max-width: 1.5rem; }
  .mw4-q1 {
    max-width: 2rem; }
  .mw5-q1 {
    max-width: 2.5rem; }
  .mw6-q1 {
    max-width: 3rem; }
  .mw7-q1 {
    max-width: 3.5rem; }
  .mw8-q1 {
    max-width: 4rem; }
  .mw9-q1 {
    max-width: 4.5rem; }
  .mw10-q1 {
    max-width: 5rem; }
  .mw12-q1 {
    max-width: 6rem; }
  .mw14-q1 {
    max-width: 7rem; }
  .mw16-q1 {
    max-width: 8rem; }
  .mw18-q1 {
    max-width: 9rem; }
  .mw20-q1 {
    max-width: 10rem; }
  .mw22-q1 {
    max-width: 11rem; }
  .mw24-q1 {
    max-width: 12rem; }
  .mw26-q1 {
    max-width: 13rem; }
  .mw28-q1 {
    max-width: 14rem; }
  .mw30-q1 {
    max-width: 15rem; }
  .mw32-q1 {
    max-width: 16rem; }
  .mw34-q1 {
    max-width: 17rem; }
  .mw36-q1 {
    max-width: 18rem; }
  .mw38-q1 {
    max-width: 19rem; }
  .mw40-q1 {
    max-width: 20rem; }
  .mw42-q1 {
    max-width: 21rem; }
  .mw44-q1 {
    max-width: 22rem; }
  .mw46-q1 {
    max-width: 23rem; }
  .mw48-q1 {
    max-width: 24rem; }
  .mw50-q1 {
    max-width: 25rem; }
  .mw52-q1 {
    max-width: 26rem; }
  .mw54-q1 {
    max-width: 27rem; }
  .mw56-q1 {
    max-width: 28rem; }
  .mw58-q1 {
    max-width: 29rem; }
  .mw60-q1 {
    max-width: 30rem; }
  .mw70-q1 {
    max-width: 35rem; }
  .mw80-q1 {
    max-width: 40rem; }
  .mw90-q1 {
    max-width: 45rem; }
  .mw100-q1 {
    max-width: 50rem; }
  .mw110-q1 {
    max-width: 55rem; }
  .mw120-q1 {
    max-width: 60rem; }
  .mw130-q1 {
    max-width: 65rem; }
  .mw140-q1 {
    max-width: 70rem; }
  .mw150-q1 {
    max-width: 75rem; }
  .mw160-q1 {
    max-width: 80rem; }
  .mw170-q1 {
    max-width: 85rem; }
  .mw180-q1 {
    max-width: 90rem; }
  .na0-q1 {
    margin: -0rem; }
  .na1-q1 {
    margin: -0.5rem; }
  .na2-q1 {
    margin: -1rem; }
  .na3-q1 {
    margin: -1.5rem; }
  .na4-q1 {
    margin: -2rem; }
  .na5-q1 {
    margin: -2.5rem; }
  .na6-q1 {
    margin: -3rem; }
  .na7-q1 {
    margin: -3.5rem; }
  .na8-q1 {
    margin: -4rem; }
  .na9-q1 {
    margin: -4.5rem; }
  .na10-q1 {
    margin: -5rem; }
  .nb0-q1 {
    margin-bottom: -0rem; }
  .nb1-q1 {
    margin-bottom: -0.5rem; }
  .nb2-q1 {
    margin-bottom: -1rem; }
  .nb3-q1 {
    margin-bottom: -1.5rem; }
  .nb4-q1 {
    margin-bottom: -2rem; }
  .nb5-q1 {
    margin-bottom: -2.5rem; }
  .nb6-q1 {
    margin-bottom: -3rem; }
  .nb7-q1 {
    margin-bottom: -3.5rem; }
  .nb8-q1 {
    margin-bottom: -4rem; }
  .nb9-q1 {
    margin-bottom: -4.5rem; }
  .nb10-q1 {
    margin-bottom: -5rem; }
  .nh0-q1 {
    margin-left: -0rem;
    margin-right: -0rem; }
  .nh1-q1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem; }
  .nh2-q1 {
    margin-left: -1rem;
    margin-right: -1rem; }
  .nh3-q1 {
    margin-left: -1.5rem;
    margin-right: -1.5rem; }
  .nh4-q1 {
    margin-left: -2rem;
    margin-right: -2rem; }
  .nh5-q1 {
    margin-left: -2.5rem;
    margin-right: -2.5rem; }
  .nh6-q1 {
    margin-left: -3rem;
    margin-right: -3rem; }
  .nh7-q1 {
    margin-left: -3.5rem;
    margin-right: -3.5rem; }
  .nh8-q1 {
    margin-left: -4rem;
    margin-right: -4rem; }
  .nh9-q1 {
    margin-left: -4.5rem;
    margin-right: -4.5rem; }
  .nh10-q1 {
    margin-left: -5rem;
    margin-right: -5rem; }
  .nl0-q1 {
    margin-left: -0rem; }
  .nl1-q1 {
    margin-left: -0.5rem; }
  .nl2-q1 {
    margin-left: -1rem; }
  .nl3-q1 {
    margin-left: -1.5rem; }
  .nl4-q1 {
    margin-left: -2rem; }
  .nl5-q1 {
    margin-left: -2.5rem; }
  .nl6-q1 {
    margin-left: -3rem; }
  .nl7-q1 {
    margin-left: -3.5rem; }
  .nl8-q1 {
    margin-left: -4rem; }
  .nl9-q1 {
    margin-left: -4.5rem; }
  .nl10-q1 {
    margin-left: -5rem; }
  .nr0-q1 {
    margin-right: -0rem; }
  .nr1-q1 {
    margin-right: -0.5rem; }
  .nr2-q1 {
    margin-right: -1rem; }
  .nr3-q1 {
    margin-right: -1.5rem; }
  .nr4-q1 {
    margin-right: -2rem; }
  .nr5-q1 {
    margin-right: -2.5rem; }
  .nr6-q1 {
    margin-right: -3rem; }
  .nr7-q1 {
    margin-right: -3.5rem; }
  .nr8-q1 {
    margin-right: -4rem; }
  .nr9-q1 {
    margin-right: -4.5rem; }
  .nr10-q1 {
    margin-right: -5rem; }
  .nt0-q1 {
    margin-top: -0rem; }
  .nt1-q1 {
    margin-top: -0.5rem; }
  .nt2-q1 {
    margin-top: -1rem; }
  .nt3-q1 {
    margin-top: -1.5rem; }
  .nt4-q1 {
    margin-top: -2rem; }
  .nt5-q1 {
    margin-top: -2.5rem; }
  .nt6-q1 {
    margin-top: -3rem; }
  .nt7-q1 {
    margin-top: -3.5rem; }
  .nt8-q1 {
    margin-top: -4rem; }
  .nt9-q1 {
    margin-top: -4.5rem; }
  .nt10-q1 {
    margin-top: -5rem; }
  .nv0-q1 {
    margin-top: -0rem;
    margin-bottom: -0rem; }
  .nv1-q1 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem; }
  .nv2-q1 {
    margin-top: -1rem;
    margin-bottom: -1rem; }
  .nv3-q1 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem; }
  .nv4-q1 {
    margin-top: -2rem;
    margin-bottom: -2rem; }
  .nv5-q1 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem; }
  .nv6-q1 {
    margin-top: -3rem;
    margin-bottom: -3rem; }
  .nv7-q1 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem; }
  .nv8-q1 {
    margin-top: -4rem;
    margin-bottom: -4rem; }
  .nv9-q1 {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem; }
  .nv10-q1 {
    margin-top: -5rem;
    margin-bottom: -5rem; }
  .pa0-q1 {
    padding: 0rem; }
  .pa1-q1 {
    padding: 0.5rem; }
  .pa2-q1 {
    padding: 1rem; }
  .pa3-q1 {
    padding: 1.5rem; }
  .pa4-q1 {
    padding: 2rem; }
  .pa5-q1 {
    padding: 2.5rem; }
  .pa6-q1 {
    padding: 3rem; }
  .pa7-q1 {
    padding: 3.5rem; }
  .pa8-q1 {
    padding: 4rem; }
  .pa9-q1 {
    padding: 4.5rem; }
  .pa10-q1 {
    padding: 5rem; }
  .pb0-q1 {
    padding-bottom: 0rem; }
  .pb1-q1 {
    padding-bottom: 0.5rem; }
  .pb2-q1 {
    padding-bottom: 1rem; }
  .pb3-q1 {
    padding-bottom: 1.5rem; }
  .pb4-q1 {
    padding-bottom: 2rem; }
  .pb5-q1 {
    padding-bottom: 2.5rem; }
  .pb6-q1 {
    padding-bottom: 3rem; }
  .pb7-q1 {
    padding-bottom: 3.5rem; }
  .pb8-q1 {
    padding-bottom: 4rem; }
  .pb9-q1 {
    padding-bottom: 4.5rem; }
  .pb10-q1 {
    padding-bottom: 5rem; }
  .ph0-q1 {
    padding-left: 0rem;
    padding-right: 0rem; }
  .ph1-q1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .ph2-q1 {
    padding-left: 1rem;
    padding-right: 1rem; }
  .ph3-q1 {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .ph4-q1 {
    padding-left: 2rem;
    padding-right: 2rem; }
  .ph5-q1 {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  .ph6-q1 {
    padding-left: 3rem;
    padding-right: 3rem; }
  .ph7-q1 {
    padding-left: 3.5rem;
    padding-right: 3.5rem; }
  .ph8-q1 {
    padding-left: 4rem;
    padding-right: 4rem; }
  .ph9-q1 {
    padding-left: 4.5rem;
    padding-right: 4.5rem; }
  .ph10-q1 {
    padding-left: 5rem;
    padding-right: 5rem; }
  .pl0-q1 {
    padding-left: 0rem; }
  .pl1-q1 {
    padding-left: 0.5rem; }
  .pl2-q1 {
    padding-left: 1rem; }
  .pl3-q1 {
    padding-left: 1.5rem; }
  .pl4-q1 {
    padding-left: 2rem; }
  .pl5-q1 {
    padding-left: 2.5rem; }
  .pl6-q1 {
    padding-left: 3rem; }
  .pl7-q1 {
    padding-left: 3.5rem; }
  .pl8-q1 {
    padding-left: 4rem; }
  .pl9-q1 {
    padding-left: 4.5rem; }
  .pl10-q1 {
    padding-left: 5rem; }
  .pr0-q1 {
    padding-right: 0rem; }
  .pr1-q1 {
    padding-right: 0.5rem; }
  .pr2-q1 {
    padding-right: 1rem; }
  .pr3-q1 {
    padding-right: 1.5rem; }
  .pr4-q1 {
    padding-right: 2rem; }
  .pr5-q1 {
    padding-right: 2.5rem; }
  .pr6-q1 {
    padding-right: 3rem; }
  .pr7-q1 {
    padding-right: 3.5rem; }
  .pr8-q1 {
    padding-right: 4rem; }
  .pr9-q1 {
    padding-right: 4.5rem; }
  .pr10-q1 {
    padding-right: 5rem; }
  .pt0-q1 {
    padding-top: 0rem; }
  .pt1-q1 {
    padding-top: 0.5rem; }
  .pt2-q1 {
    padding-top: 1rem; }
  .pt3-q1 {
    padding-top: 1.5rem; }
  .pt4-q1 {
    padding-top: 2rem; }
  .pt5-q1 {
    padding-top: 2.5rem; }
  .pt6-q1 {
    padding-top: 3rem; }
  .pt7-q1 {
    padding-top: 3.5rem; }
  .pt8-q1 {
    padding-top: 4rem; }
  .pt9-q1 {
    padding-top: 4.5rem; }
  .pt10-q1 {
    padding-top: 5rem; }
  .pv0-q1 {
    padding-top: 0rem;
    padding-bottom: 0rem; }
  .pv1-q1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .pv2-q1 {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .pv3-q1 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  .pv4-q1 {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .pv5-q1 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
  .pv6-q1 {
    padding-top: 3rem;
    padding-bottom: 3rem; }
  .pv7-q1 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem; }
  .pv8-q1 {
    padding-top: 4rem;
    padding-bottom: 4rem; }
  .pv9-q1 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem; }
  .pv10-q1 {
    padding-top: 5rem;
    padding-bottom: 5rem; }
  .w0-q1 {
    width: 0rem; }
  .w1-q1 {
    width: 0.5rem; }
  .w2-q1 {
    width: 1rem; }
  .w3-q1 {
    width: 1.5rem; }
  .w4-q1 {
    width: 2rem; }
  .w5-q1 {
    width: 2.5rem; }
  .w6-q1 {
    width: 3rem; }
  .w7-q1 {
    width: 3.5rem; }
  .w8-q1 {
    width: 4rem; }
  .w9-q1 {
    width: 4.5rem; }
  .w10-q1 {
    width: 5rem; }
  .w12-q1 {
    width: 6rem; }
  .w14-q1 {
    width: 7rem; }
  .w16-q1 {
    width: 8rem; }
  .w18-q1 {
    width: 9rem; }
  .w20-q1 {
    width: 10rem; }
  .w22-q1 {
    width: 11rem; }
  .w24-q1 {
    width: 12rem; }
  .w26-q1 {
    width: 13rem; }
  .w28-q1 {
    width: 14rem; }
  .w30-q1 {
    width: 15rem; }
  .w32-q1 {
    width: 16rem; }
  .w34-q1 {
    width: 17rem; }
  .w36-q1 {
    width: 18rem; }
  .w38-q1 {
    width: 19rem; }
  .w40-q1 {
    width: 20rem; }
  .w42-q1 {
    width: 21rem; }
  .w44-q1 {
    width: 22rem; }
  .w46-q1 {
    width: 23rem; }
  .w48-q1 {
    width: 24rem; }
  .w50-q1 {
    width: 25rem; }
  .w52-q1 {
    width: 26rem; }
  .w54-q1 {
    width: 27rem; }
  .w56-q1 {
    width: 28rem; }
  .w58-q1 {
    width: 29rem; }
  .w60-q1 {
    width: 30rem; }
  .w70-q1 {
    width: 35rem; }
  .w80-q1 {
    width: 40rem; }
  .w90-q1 {
    width: 45rem; }
  .w100-q1 {
    width: 50rem; }
  .w110-q1 {
    width: 55rem; }
  .w120-q1 {
    width: 60rem; }
  .w130-q1 {
    width: 65rem; }
  .w140-q1 {
    width: 70rem; }
  .w150-q1 {
    width: 75rem; }
  .w160-q1 {
    width: 80rem; }
  .w170-q1 {
    width: 85rem; }
  .w180-q1 {
    width: 90rem; }
  .tl-q1 {
    text-align: left; }
  .tr-q1 {
    text-align: right; }
  .tc-q1 {
    text-align: center; }
  .tj-q1 {
    text-align: justify; }
  .strike-q1 {
    text-decoration: line-through; }
  .underline-q1 {
    text-decoration: underline; }
  .no-underline-q1 {
    text-decoration: none; }
  .ttc-q1 {
    text-transform: capitalize; }
  .ttl-q1 {
    text-transform: lowercase; }
  .ttu-q1 {
    text-transform: uppercase; }
  .ttn-q1 {
    text-transform: none; }
  .measure-q1 {
    max-width: 30em; }
  .measure-wide-q1 {
    max-width: 34em; }
  .measure-narrow-q1 {
    max-width: 20em; }
  .indent-q1 {
    text-indent: 1em;
    margin-top: 0;
    margin-bottom: 0; }
  .small-caps-q1 {
    font-variant: small-caps; }
  .truncate-q1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .overflow-container-q1 {
    overflow-y: scroll; }
  .center-q1 {
    margin-right: auto;
    margin-left: auto; }
  .mr-auto-q1 {
    margin-right: auto; }
  .ml-auto-q1 {
    margin-left: auto; }
  .v-base-q1 {
    vertical-align: baseline; }
  .v-mid-q1 {
    vertical-align: middle; }
  .v-top-q1 {
    vertical-align: top; }
  .v-btm-q1 {
    vertical-align: bottom; }
  .clip-q1 {
    position: fixed !important;
    _position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); }
  .ws-normal-q1 {
    white-space: normal; }
  .nowrap-q1 {
    white-space: nowrap; }
  .pre-q1 {
    white-space: pre; }
  .w-10-q1 {
    width: 10%; }
  .w-20-q1 {
    width: 20%; }
  .w-25-q1 {
    width: 25%; }
  .w-30-q1 {
    width: 30%; }
  .w-33-q1 {
    width: 33%; }
  .w-34-q1 {
    width: 34%; }
  .w-40-q1 {
    width: 40%; }
  .w-50-q1 {
    width: 50%; }
  .w-60-q1 {
    width: 60%; }
  .w-70-q1 {
    width: 70%; }
  .w-75-q1 {
    width: 75%; }
  .w-80-q1 {
    width: 80%; }
  .w-90-q1 {
    width: 90%; }
  .w-100-q1 {
    width: 100%; }
  .w-third-q1 {
    width: 33.3333333333%; }
  .w-two-thirds-q1 {
    width: 66.6666666667%; }
  .w-auto-q1 {
    width: auto; } }

@media (min-width: 750px) {
  .aspect-ratio-q1- {
    height: 0;
    position: relative; }
  .aspect-ratio--16x9-q1- {
    padding-bottom: 56.25%; }
  .aspect-ratio--9x16-q1- {
    padding-bottom: 177.77%; }
  .aspect-ratio--4x3-q1- {
    padding-bottom: 75%; }
  .aspect-ratio--3x4-q1- {
    padding-bottom: 133.33%; }
  .aspect-ratio--6x4-q1- {
    padding-bottom: 66.6%; }
  .aspect-ratio--4x6-q1- {
    padding-bottom: 150%; }
  .aspect-ratio--8x5-q1- {
    padding-bottom: 62.5%; }
  .aspect-ratio--5x8-q1- {
    padding-bottom: 160%; }
  .aspect-ratio--7x5-q1- {
    padding-bottom: 71.42%; }
  .aspect-ratio--5x7-q1- {
    padding-bottom: 140%; }
  .aspect-ratio--1x1-q1- {
    padding-bottom: 100%; }
  .aspect-ratio--object-q1- {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100; }
  .bg-center-q1- {
    background-repeat: no-repeat;
    background-position: center center; }
  .bg-top-q1- {
    background-repeat: no-repeat;
    background-position: top center; }
  .bg-right-q1- {
    background-repeat: no-repeat;
    background-position: center right; }
  .bg-bottom-q1- {
    background-repeat: no-repeat;
    background-position: bottom center; }
  .bg-left-q1- {
    background-repeat: no-repeat;
    background-position: center left; }
  .cover-q1- {
    background-size: cover !important; }
  .contain-q1- {
    background-size: contain !important; }
  .br0-q1- {
    border-radius: 0; }
  .br1-q1- {
    border-radius: 0.0625rem; }
  .br2-q1- {
    border-radius: 0.125rem; }
  .br3-q1- {
    border-radius: 0.1875rem; }
  .br4-q1- {
    border-radius: 0.25rem; }
  .br5-q1- {
    border-radius: 0.3125rem; }
  .br6-q1- {
    border-radius: 0.375rem; }
  .br7-q1- {
    border-radius: 0.4375rem; }
  .br8-q1- {
    border-radius: 0.5rem; }
  .br9-q1- {
    border-radius: 0.5625rem; }
  .br10-q1- {
    border-radius: 0.625rem; }
  .br11-q1- {
    border-radius: 0.6875rem; }
  .br12-q1- {
    border-radius: 0.75rem; }
  .br13-q1- {
    border-radius: 0.8125rem; }
  .br14-q1- {
    border-radius: 0.875rem; }
  .br15-q1- {
    border-radius: 0.9375rem; }
  .br16-q1- {
    border-radius: 1rem; }
  .br17-q1- {
    border-radius: 1.0625rem; }
  .br18-q1- {
    border-radius: 1.125rem; }
  .br19-q1- {
    border-radius: 1.1875rem; }
  .br20-q1- {
    border-radius: 1.25rem; }
  .br21-q1- {
    border-radius: 1.3125rem; }
  .br22-q1- {
    border-radius: 1.375rem; }
  .br23-q1- {
    border-radius: 1.4375rem; }
  .br24-q1- {
    border-radius: 1.5rem; }
  .br-100-q1- {
    border-radius: 100%; }
  .br-pill-q1- {
    border-radius: 9999px; }
  .br--bottom-q1- {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .br--top-q1- {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .br--right-q1- {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .br--left-q1- {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .b--dotted-q1- {
    border-style: dotted; }
  .b--dashed-q1- {
    border-style: dashed; }
  .b--solid-q1- {
    border-style: solid; }
  .b--none-q1- {
    border-style: none; }
  .bw0-q1- {
    border-width: 0; }
  .bw1-q1- {
    border-width: 1px; }
  .bw2-q1- {
    border-width: 2px; }
  .bw3-q1- {
    border-width: 3px; }
  .bw4-q1- {
    border-width: 4px; }
  .bw5-q1- {
    border-width: 5px; }
  .bw6-q1- {
    border-width: 6px; }
  .bw7-q1- {
    border-width: 7px; }
  .bw8-q1- {
    border-width: 8px; }
  .bw9-q1- {
    border-width: 9px; }
  .bw10-q1- {
    border-width: 10px; }
  /* Resets */
  .bt-0-q1- {
    border-top-width: 0; }
  .br-0-q1- {
    border-right-width: 0; }
  .bb-0-q1- {
    border-bottom-width: 0; }
  .bl-0-q1- {
    border-left-width: 0; }
  .ba-q1- {
    border-style: solid;
    border-width: 1px; }
  .bt-q1- {
    border-top-style: solid;
    border-top-width: 1px; }
  .br-q1- {
    border-right-style: solid;
    border-right-width: 1px; }
  .bb-q1- {
    border-bottom-style: solid;
    border-bottom-width: 1px; }
  .bl-q1- {
    border-left-style: solid;
    border-left-width: 1px; }
  .bn-q1- {
    border-style: none;
    border-width: 0; }
  .shadow-1-q1- {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .shadow-2-q1- {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .shadow-3-q1- {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
  .shadow-4-q1- {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
  .shadow-5-q1- {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); }
  .cf-q1- {
    *zoom: 1; }
    .cf-q1-:before, .cf-q1-:after {
      content: " ";
      display: table; }
    .cf-q1-:after {
      clear: both; }
  .cl-q1- {
    clear: left; }
  .cr-q1- {
    clear: right; }
  .cb-q1- {
    clear: both; }
  .cn-q1- {
    clear: none; }
  .cs1-q1- {
    width: 72px; }
  .cs2-q1- {
    width: 168px; }
  .cs3-q1- {
    width: 264px; }
  .cs4-q1- {
    width: 360px; }
  .cs5-q1- {
    width: 456px; }
  .cs6-q1- {
    width: 552px; }
  .cs7-q1- {
    width: 648px; }
  .cs8-q1- {
    width: 744px; }
  .cs9-q1- {
    width: 840px; }
  .cs10-q1- {
    width: 936px; }
  .cs11-q1- {
    width: 1032px; }
  .cs12-q1- {
    width: 1128px; }
  .cs13-q1- {
    width: 1224px; }
  .cs14-q1- {
    width: 1320px; }
  .cs15-q1- {
    width: 1416px; }
  .cs16-q1- {
    width: 1512px; }
  .debug-cs1-q1-:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 120px; }
  .debug-cs2-q1-:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 216px; }
  .debug-cs3-q1-:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 312px; }
  .debug-cs4-q1-:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 408px; }
  .debug-cs5-q1-:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 504px; }
  .debug-cs6-q1-:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 600px; }
  .debug-cs7-q1-:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 696px; }
  .debug-cs8-q1-:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 792px; }
  .debug-cs9-q1-:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 888px; }
  .debug-cs10-q1-:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 984px; }
  .debug-cs11-q1-:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 1080px; }
  .debug-cs12-q1-:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 1176px; }
  .debug-cs13-q1-:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 1272px; }
  .debug-cs14-q1-:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 1368px; }
  .debug-cs15-q1-:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 1464px; }
  .debug-cs16-q1-:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 1560px; }
  .top-0-q1- {
    top: 0; }
  .right-0-q1- {
    right: 0; }
  .bottom-0-q1- {
    bottom: 0; }
  .left-0-q1- {
    left: 0; }
  .top-1-q1- {
    top: 0.5rem; }
  .right-1-q1- {
    right: 0.5rem; }
  .bottom-1-q1- {
    bottom: 0.5rem; }
  .left-1-q1- {
    left: 0.5rem; }
  .top-2-q1- {
    top: 1rem; }
  .right-2-q1- {
    right: 1rem; }
  .bottom-2-q1- {
    bottom: 1rem; }
  .left-2-q1- {
    left: 1rem; }
  .top-3-q1- {
    top: 1.5rem; }
  .right-3-q1- {
    right: 1.5rem; }
  .bottom-3-q1- {
    bottom: 1.5rem; }
  .left-3-q1- {
    left: 1.5rem; }
  .top-4-q1- {
    top: 2rem; }
  .right-4-q1- {
    right: 2rem; }
  .bottom-4-q1- {
    bottom: 2rem; }
  .left-4-q1- {
    left: 2rem; }
  .top--1-q1- {
    top: -0.5rem; }
  .right--1-q1- {
    right: -0.5rem; }
  .bottom--1-q1- {
    bottom: -0.5rem; }
  .left--1-q1- {
    left: -0.5rem; }
  .top--2-q1- {
    top: -1rem; }
  .right--2-q1- {
    right: -1rem; }
  .bottom--2-q1- {
    bottom: -1rem; }
  .left--2-q1- {
    left: -1rem; }
  .top--3-q1- {
    top: -1.5rem; }
  .right--3-q1- {
    right: -1.5rem; }
  .bottom--3-q1- {
    bottom: -1.5rem; }
  .left--3-q1- {
    left: -1.5rem; }
  .top--4-q1- {
    top: -2rem; }
  .right--4-q1- {
    right: -2rem; }
  .bottom--4-q1- {
    bottom: -2rem; }
  .left--4-q1- {
    left: -2rem; }
  .absolute--fill-q1- {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .dn-q1- {
    display: none; }
  .di-q1- {
    display: inline; }
  .db-q1- {
    display: block; }
  .dib-q1- {
    display: inline-block; }
  .dit-q1- {
    display: inline-table; }
  .dt-q1- {
    display: table; }
  .dtc-q1- {
    display: table-cell; }
  .dt-row-q1- {
    display: table-row; }
  .dt-row-group-q1- {
    display: table-row-group; }
  .dt-header-group-q1- {
    display: table-header-group; }
  .dt-column-q1- {
    display: table-column; }
  .dt-column-group-q1- {
    display: table-column-group; }
  /*
  This will set table to full width and then
  all cells will be equal width
*/
  .dt--fixed-q1- {
    table-layout: fixed;
    width: 100%; }
  .flex-q1- {
    display: flex; }
  .inline-flex-q1- {
    display: inline-flex; }
  /* 1. Fix for Chrome 44 bug.
 * https://code.google.com/p/chromium/issues/detail?id=506893 */
  .flex-auto-q1- {
    flex: 1 1 auto;
    min-width: 0;
    /* 1 */
    min-height: 0;
    /* 1 */ }
  .flex-none-q1- {
    flex: none; }
  .flex-column-q1- {
    flex-direction: column; }
  .flex-row-q1- {
    flex-direction: row; }
  .flex-wrap-q1- {
    flex-wrap: wrap; }
  .flex-nowrap-q1- {
    flex-wrap: nowrap; }
  .flex-wrap-reverse-q1- {
    flex-wrap: wrap-reverse; }
  .flex-column-reverse-q1- {
    flex-direction: column-reverse; }
  .flex-row-reverse-q1- {
    flex-direction: row-reverse; }
  .items-start-q1- {
    align-items: flex-start; }
  .items-end-q1- {
    align-items: flex-end; }
  .items-center-q1- {
    align-items: center; }
  .items-baseline-q1- {
    align-items: baseline; }
  .items-stretch-q1- {
    align-items: stretch; }
  .self-start-q1- {
    align-self: flex-start; }
  .self-end-q1- {
    align-self: flex-end; }
  .self-center-q1- {
    align-self: center; }
  .self-baseline-q1- {
    align-self: baseline; }
  .self-stretch-q1- {
    align-self: stretch; }
  .justify-start-q1- {
    justify-content: flex-start; }
  .justify-end-q1- {
    justify-content: flex-end; }
  .justify-center-q1- {
    justify-content: center; }
  .justify-between-q1- {
    justify-content: space-between; }
  .justify-around-q1- {
    justify-content: space-around; }
  .content-start-q1- {
    align-content: flex-start; }
  .content-end-q1- {
    align-content: flex-end; }
  .content-center-q1- {
    align-content: center; }
  .content-between-q1- {
    align-content: space-between; }
  .content-around-q1- {
    align-content: space-around; }
  .content-stretch-q1- {
    align-content: stretch; }
  .order-0-q1- {
    order: 0; }
  .order-1-q1- {
    order: 1; }
  .order-2-q1- {
    order: 2; }
  .order-3-q1- {
    order: 3; }
  .order-4-q1- {
    order: 4; }
  .order-5-q1- {
    order: 5; }
  .order-6-q1- {
    order: 6; }
  .order-7-q1- {
    order: 7; }
  .order-8-q1- {
    order: 8; }
  .order-last-q1- {
    order: 99999; }
  .flex-grow-0-q1- {
    flex-grow: 0; }
  .flex-grow-1-q1- {
    flex-grow: 1; }
  .flex-shrink-0-q1- {
    flex-shrink: 0; }
  .flex-shrink-1-q1- {
    flex-shrink: 1; }
  .fl-q1- {
    float: left;
    _display: inline; }
  .fr-q1- {
    float: right;
    _display: inline; }
  .fn-q1- {
    float: none; }
  .i-q1- {
    font-style: italic; }
  .fs-normal-q1- {
    font-style: normal; }
  .h-25-q1- {
    height: 25%; }
  .h-50-q1- {
    height: 50%; }
  .h-75-q1- {
    height: 75%; }
  .h-100-q1- {
    height: 100%; }
  .min-h-100-q1- {
    min-height: 100%; }
  .vh-25-q1- {
    height: 25vh; }
  .vh-50-q1- {
    height: 50vh; }
  .vh-75-q1- {
    height: 75vh; }
  .vh-100-q1- {
    height: 100vh; }
  .min-vh-100-q1- {
    min-height: 100vh; }
  .h-auto-q1- {
    height: auto; }
  .h-inherit-q1- {
    height: inherit; }
  .mw-none-q1- {
    max-width: none; }
  .outline-q1- {
    outline: 1px solid; }
  .outline-transparent-q1- {
    outline: 1px solid transparent; }
  .outline-0-q1- {
    outline: 0; }
  .overflow-visible-q1- {
    overflow: visible; }
  .overflow-hidden-q1- {
    overflow: hidden; }
  .overflow-scroll-q1- {
    overflow: scroll; }
  .overflow-auto-q1- {
    overflow: auto; }
  .overflow-x-visible-q1- {
    overflow-x: visible; }
  .overflow-x-hidden-q1- {
    overflow-x: hidden; }
  .overflow-x-scroll-q1- {
    overflow-x: scroll; }
  .overflow-x-auto-q1- {
    overflow-x: auto; }
  .overflow-y-visible-q1- {
    overflow-y: visible; }
  .overflow-y-hidden-q1- {
    overflow-y: hidden; }
  .overflow-y-scroll-q1- {
    overflow-y: scroll; }
  .overflow-y-auto-q1- {
    overflow-y: auto; }
  .static-q1- {
    position: static; }
  .relative-q1- {
    position: relative; }
  .absolute-q1- {
    position: absolute; }
  .fixed-q1- {
    position: fixed; }
  .rotate-45-q1- {
    transform: rotate(45deg); }
  .rotate-90-q1- {
    transform: rotate(90deg); }
  .rotate-135-q1- {
    transform: rotate(135deg); }
  .rotate-180-q1- {
    transform: rotate(180deg); }
  .rotate-225-q1- {
    transform: rotate(225deg); }
  .rotate-270-q1- {
    transform: rotate(270deg); }
  .rotate-315-q1- {
    transform: rotate(315deg); }
  .hover-highlight-q1-:hover, .hover-highlight-q1-:focus {
    color: #fc6d6d; }
  .hover-bg-highlight-q1-:hover, .hover-bg-highlight-q1-:focus {
    background: #fc6d6d; }
  .hover-aig-blue-q1-:hover, .hover-aig-blue-q1-:focus {
    color: #00a4e4; }
  .hover-bg-aig-blue-q1-:hover, .hover-bg-aig-blue-q1-:focus {
    background: #00a4e4; }
  .hover-pcg-blue-q1-:hover, .hover-pcg-blue-q1-:focus {
    color: #003467; }
  .hover-bg-pcg-blue-q1-:hover, .hover-bg-pcg-blue-q1-:focus {
    background: #003467; }
  .hover-light-blue-q1-:hover, .hover-light-blue-q1-:focus {
    color: #dee9f6; }
  .hover-bg-light-blue-q1-:hover, .hover-bg-light-blue-q1-:focus {
    background: #dee9f6; }
  .hover-blue-q1-:hover, .hover-blue-q1-:focus {
    color: #0057b8; }
  .hover-bg-blue-q1-:hover, .hover-bg-blue-q1-:focus {
    background: #0057b8; }
  .hover-dark-blue-q1-:hover, .hover-dark-blue-q1-:focus {
    color: #001e62; }
  .hover-bg-dark-blue-q1-:hover, .hover-bg-dark-blue-q1-:focus {
    background: #001e62; }
  .hover-light-green-q1-:hover, .hover-light-green-q1-:focus {
    color: #e0eed0; }
  .hover-bg-light-green-q1-:hover, .hover-bg-light-green-q1-:focus {
    background: #e0eed0; }
  .hover-green-q1-:hover, .hover-green-q1-:focus {
    color: #50d986; }
  .hover-bg-green-q1-:hover, .hover-bg-green-q1-:focus {
    background: #50d986; }
  .hover-dark-green-q1-:hover, .hover-dark-green-q1-:focus {
    color: #13aa41; }
  .hover-bg-dark-green-q1-:hover, .hover-bg-dark-green-q1-:focus {
    background: #13aa41; }
  .hover-darkest-green-q1-:hover, .hover-darkest-green-q1-:focus {
    color: #275d38; }
  .hover-bg-darkest-green-q1-:hover, .hover-bg-darkest-green-q1-:focus {
    background: #275d38; }
  .hover-light-magenta-q1-:hover, .hover-light-magenta-q1-:focus {
    color: #fdecef; }
  .hover-bg-light-magenta-q1-:hover, .hover-bg-light-magenta-q1-:focus {
    background: #fdecef; }
  .hover-magenta-q1-:hover, .hover-magenta-q1-:focus {
    color: #e844ab; }
  .hover-bg-magenta-q1-:hover, .hover-bg-magenta-q1-:focus {
    background: #e844ab; }
  .hover-dark-magenta-q1-:hover, .hover-dark-magenta-q1-:focus {
    color: #af006e; }
  .hover-bg-dark-magenta-q1-:hover, .hover-bg-dark-magenta-q1-:focus {
    background: #af006e; }
  .hover-darkest-magenta-q1-:hover, .hover-darkest-magenta-q1-:focus {
    color: #5e2751; }
  .hover-bg-darkest-magenta-q1-:hover, .hover-bg-darkest-magenta-q1-:focus {
    background: #5e2751; }
  .hover-light-red-q1-:hover, .hover-light-red-q1-:focus {
    color: #fde7db; }
  .hover-bg-light-red-q1-:hover, .hover-bg-light-red-q1-:focus {
    background: #fde7db; }
  .hover-red-q1-:hover, .hover-red-q1-:focus {
    color: #e03c31; }
  .hover-bg-red-q1-:hover, .hover-bg-red-q1-:focus {
    background: #e03c31; }
  .hover-dark-red-q1-:hover, .hover-dark-red-q1-:focus {
    color: #862633; }
  .hover-bg-dark-red-q1-:hover, .hover-bg-dark-red-q1-:focus {
    background: #862633; }
  .hover-light-orange-q1-:hover, .hover-light-orange-q1-:focus {
    color: #ffe8c9; }
  .hover-bg-light-orange-q1-:hover, .hover-bg-light-orange-q1-:focus {
    background: #ffe8c9; }
  .hover-orange-q1-:hover, .hover-orange-q1-:focus {
    color: #fba137; }
  .hover-bg-orange-q1-:hover, .hover-bg-orange-q1-:focus {
    background: #fba137; }
  .hover-dark-orange-q1-:hover, .hover-dark-orange-q1-:focus {
    color: #e36f1e; }
  .hover-bg-dark-orange-q1-:hover, .hover-bg-dark-orange-q1-:focus {
    background: #e36f1e; }
  .hover-darkest-orange-q1-:hover, .hover-darkest-orange-q1-:focus {
    color: #a9431e; }
  .hover-bg-darkest-orange-q1-:hover, .hover-bg-darkest-orange-q1-:focus {
    background: #a9431e; }
  .hover-light-teal-q1-:hover, .hover-light-teal-q1-:focus {
    color: #e9f1f0; }
  .hover-bg-light-teal-q1-:hover, .hover-bg-light-teal-q1-:focus {
    background: #e9f1f0; }
  .hover-teal-q1-:hover, .hover-teal-q1-:focus {
    color: #15c3da; }
  .hover-bg-teal-q1-:hover, .hover-bg-teal-q1-:focus {
    background: #15c3da; }
  .hover-dark-teal-q1-:hover, .hover-dark-teal-q1-:focus {
    color: #009ca6; }
  .hover-bg-dark-teal-q1-:hover, .hover-bg-dark-teal-q1-:focus {
    background: #009ca6; }
  .hover-darkest-teal-q1-:hover, .hover-darkest-teal-q1-:focus {
    color: #004f59; }
  .hover-bg-darkest-teal-q1-:hover, .hover-bg-darkest-teal-q1-:focus {
    background: #004f59; }
  .hover-light-yellow-q1-:hover, .hover-light-yellow-q1-:focus {
    color: #fff6cb; }
  .hover-bg-light-yellow-q1-:hover, .hover-bg-light-yellow-q1-:focus {
    background: #fff6cb; }
  .hover-yellow-q1-:hover, .hover-yellow-q1-:focus {
    color: #ffd96c; }
  .hover-bg-yellow-q1-:hover, .hover-bg-yellow-q1-:focus {
    background: #ffd96c; }
  .hover-dark-yellow-q1-:hover, .hover-dark-yellow-q1-:focus {
    color: #fdb813; }
  .hover-bg-dark-yellow-q1-:hover, .hover-bg-dark-yellow-q1-:focus {
    background: #fdb813; }
  .hover-darkest-yellow-q1-:hover, .hover-darkest-yellow-q1-:focus {
    color: #a9662b; }
  .hover-bg-darkest-yellow-q1-:hover, .hover-bg-darkest-yellow-q1-:focus {
    background: #a9662b; }
  .hover-lightest-steel-q1-:hover, .hover-lightest-steel-q1-:focus {
    color: #f7f9fb; }
  .hover-bg-lightest-steel-q1-:hover, .hover-bg-lightest-steel-q1-:focus {
    background: #f7f9fb; }
  .hover-light-steel-q1-:hover, .hover-light-steel-q1-:focus {
    color: #d5e1ef; }
  .hover-bg-light-steel-q1-:hover, .hover-bg-light-steel-q1-:focus {
    background: #d5e1ef; }
  .hover-steel-q1-:hover, .hover-steel-q1-:focus {
    color: #8999b9; }
  .hover-bg-steel-q1-:hover, .hover-bg-steel-q1-:focus {
    background: #8999b9; }
  .hover-white-0125-q1-:hover, .hover-white-0125-q1-:focus {
    color: rgba(255, 255, 255, 0.0125); }
  .hover-bg-white-0125-q1-:hover, .hover-bg-white-0125-q1-:focus {
    background: rgba(255, 255, 255, 0.0125); }
  .hover-white-025-q1-:hover, .hover-white-025-q1-:focus {
    color: rgba(255, 255, 255, 0.025); }
  .hover-bg-white-025-q1-:hover, .hover-bg-white-025-q1-:focus {
    background: rgba(255, 255, 255, 0.025); }
  .hover-white-05-q1-:hover, .hover-white-05-q1-:focus {
    color: rgba(255, 255, 255, 0.05); }
  .hover-bg-white-05-q1-:hover, .hover-bg-white-05-q1-:focus {
    background: rgba(255, 255, 255, 0.05); }
  .hover-white-10-q1-:hover, .hover-white-10-q1-:focus {
    color: rgba(255, 255, 255, 0.1); }
  .hover-bg-white-10-q1-:hover, .hover-bg-white-10-q1-:focus {
    background: rgba(255, 255, 255, 0.1); }
  .hover-white-20-q1-:hover, .hover-white-20-q1-:focus {
    color: rgba(255, 255, 255, 0.2); }
  .hover-bg-white-20-q1-:hover, .hover-bg-white-20-q1-:focus {
    background: rgba(255, 255, 255, 0.2); }
  .hover-white-30-q1-:hover, .hover-white-30-q1-:focus {
    color: rgba(255, 255, 255, 0.3); }
  .hover-bg-white-30-q1-:hover, .hover-bg-white-30-q1-:focus {
    background: rgba(255, 255, 255, 0.3); }
  .hover-white-40-q1-:hover, .hover-white-40-q1-:focus {
    color: rgba(255, 255, 255, 0.4); }
  .hover-bg-white-40-q1-:hover, .hover-bg-white-40-q1-:focus {
    background: rgba(255, 255, 255, 0.4); }
  .hover-white-50-q1-:hover, .hover-white-50-q1-:focus {
    color: rgba(255, 255, 255, 0.5); }
  .hover-bg-white-50-q1-:hover, .hover-bg-white-50-q1-:focus {
    background: rgba(255, 255, 255, 0.5); }
  .hover-white-60-q1-:hover, .hover-white-60-q1-:focus {
    color: rgba(255, 255, 255, 0.6); }
  .hover-bg-white-60-q1-:hover, .hover-bg-white-60-q1-:focus {
    background: rgba(255, 255, 255, 0.6); }
  .hover-white-70-q1-:hover, .hover-white-70-q1-:focus {
    color: rgba(255, 255, 255, 0.7); }
  .hover-bg-white-70-q1-:hover, .hover-bg-white-70-q1-:focus {
    background: rgba(255, 255, 255, 0.7); }
  .hover-white-80-q1-:hover, .hover-white-80-q1-:focus {
    color: rgba(255, 255, 255, 0.8); }
  .hover-bg-white-80-q1-:hover, .hover-bg-white-80-q1-:focus {
    background: rgba(255, 255, 255, 0.8); }
  .hover-white-90-q1-:hover, .hover-white-90-q1-:focus {
    color: rgba(255, 255, 255, 0.9); }
  .hover-bg-white-90-q1-:hover, .hover-bg-white-90-q1-:focus {
    background: rgba(255, 255, 255, 0.9); }
  .hover-white-q1-:hover, .hover-white-q1-:focus {
    color: #fff; }
  .hover-bg-white-q1-:hover, .hover-bg-white-q1-:focus {
    background: #fff; }
  .hover-lightest-gray-q1-:hover, .hover-lightest-gray-q1-:focus {
    color: #fbfbfb; }
  .hover-bg-lightest-gray-q1-:hover, .hover-bg-lightest-gray-q1-:focus {
    background: #fbfbfb; }
  .hover-light-gray-q1-:hover, .hover-light-gray-q1-:focus {
    color: #eee; }
  .hover-bg-light-gray-q1-:hover, .hover-bg-light-gray-q1-:focus {
    background: #eee; }
  .hover-moon-gray-q1-:hover, .hover-moon-gray-q1-:focus {
    color: #ccc; }
  .hover-bg-moon-gray-q1-:hover, .hover-bg-moon-gray-q1-:focus {
    background: #ccc; }
  .hover-light-silver-q1-:hover, .hover-light-silver-q1-:focus {
    color: #aaa; }
  .hover-bg-light-silver-q1-:hover, .hover-bg-light-silver-q1-:focus {
    background: #aaa; }
  .hover-silver-q1-:hover, .hover-silver-q1-:focus {
    color: #999; }
  .hover-bg-silver-q1-:hover, .hover-bg-silver-q1-:focus {
    background: #999; }
  .hover-gray-q1-:hover, .hover-gray-q1-:focus {
    color: #777; }
  .hover-bg-gray-q1-:hover, .hover-bg-gray-q1-:focus {
    background: #777; }
  .hover-mid-gray-q1-:hover, .hover-mid-gray-q1-:focus {
    color: #555; }
  .hover-bg-mid-gray-q1-:hover, .hover-bg-mid-gray-q1-:focus {
    background: #555; }
  .hover-dark-gray-q1-:hover, .hover-dark-gray-q1-:focus {
    color: #444; }
  .hover-bg-dark-gray-q1-:hover, .hover-bg-dark-gray-q1-:focus {
    background: #444; }
  .hover-darkest-gray-q1-:hover, .hover-darkest-gray-q1-:focus {
    color: #333; }
  .hover-bg-darkest-gray-q1-:hover, .hover-bg-darkest-gray-q1-:focus {
    background: #333; }
  .hover-near-black-q1-:hover, .hover-near-black-q1-:focus {
    color: #111; }
  .hover-bg-near-black-q1-:hover, .hover-bg-near-black-q1-:focus {
    background: #111; }
  .hover-black-q1-:hover, .hover-black-q1-:focus {
    color: #000; }
  .hover-bg-black-q1-:hover, .hover-bg-black-q1-:focus {
    background: #000; }
  .hover-near-white-q1-:hover, .hover-near-white-q1-:focus {
    color: #f4f4f4; }
  .hover-bg-near-white-q1-:hover, .hover-bg-near-white-q1-:focus {
    background: #f4f4f4; }
  .hover-fafafa-q1-:hover, .hover-fafafa-q1-:focus {
    color: #fafafa; }
  .hover-bg-fafafa-q1-:hover, .hover-bg-fafafa-q1-:focus {
    background: #fafafa; }
  .hover-f5f5f5-q1-:hover, .hover-f5f5f5-q1-:focus {
    color: #f5f5f5; }
  .hover-bg-f5f5f5-q1-:hover, .hover-bg-f5f5f5-q1-:focus {
    background: #f5f5f5; }
  .hover-eee-q1-:hover, .hover-eee-q1-:focus {
    color: #eee; }
  .hover-bg-eee-q1-:hover, .hover-bg-eee-q1-:focus {
    background: #eee; }
  .hover-e0e0e0-q1-:hover, .hover-e0e0e0-q1-:focus {
    color: #e0e0e0; }
  .hover-bg-e0e0e0-q1-:hover, .hover-bg-e0e0e0-q1-:focus {
    background: #e0e0e0; }
  .hover-ddd-q1-:hover, .hover-ddd-q1-:focus {
    color: #ddd; }
  .hover-bg-ddd-q1-:hover, .hover-bg-ddd-q1-:focus {
    background: #ddd; }
  .hover-ccc-q1-:hover, .hover-ccc-q1-:focus {
    color: #ccc; }
  .hover-bg-ccc-q1-:hover, .hover-bg-ccc-q1-:focus {
    background: #ccc; }
  .hover-bbb-q1-:hover, .hover-bbb-q1-:focus {
    color: #bbb; }
  .hover-bg-bbb-q1-:hover, .hover-bg-bbb-q1-:focus {
    background: #bbb; }
  .hover-aaa-q1-:hover, .hover-aaa-q1-:focus {
    color: #aaa; }
  .hover-bg-aaa-q1-:hover, .hover-bg-aaa-q1-:focus {
    background: #aaa; }
  .hover-999-q1-:hover, .hover-999-q1-:focus {
    color: #999; }
  .hover-bg-999-q1-:hover, .hover-bg-999-q1-:focus {
    background: #999; }
  .hover-777-q1-:hover, .hover-777-q1-:focus {
    color: #777; }
  .hover-bg-777-q1-:hover, .hover-bg-777-q1-:focus {
    background: #777; }
  .hover-666-q1-:hover, .hover-666-q1-:focus {
    color: #666; }
  .hover-bg-666-q1-:hover, .hover-bg-666-q1-:focus {
    background: #666; }
  .hover-555-q1-:hover, .hover-555-q1-:focus {
    color: #555; }
  .hover-bg-555-q1-:hover, .hover-bg-555-q1-:focus {
    background: #555; }
  .hover-444-q1-:hover, .hover-444-q1-:focus {
    color: #444; }
  .hover-bg-444-q1-:hover, .hover-bg-444-q1-:focus {
    background: #444; }
  .hover-333-q1-:hover, .hover-333-q1-:focus {
    color: #333; }
  .hover-bg-333-q1-:hover, .hover-bg-333-q1-:focus {
    background: #333; }
  .hover-222-q1-:hover, .hover-222-q1-:focus {
    color: #222; }
  .hover-bg-222-q1-:hover, .hover-bg-222-q1-:focus {
    background: #222; }
  .hover-transparent-q1-:hover, .hover-transparent-q1-:focus {
    color: transparent; }
  .hover-bg-transparent-q1-:hover, .hover-bg-transparent-q1-:focus {
    background: transparent; }
  .hover-black-0125-q1-:hover, .hover-black-0125-q1-:focus {
    color: rgba(0, 0, 0, 0.0125); }
  .hover-bg-black-0125-q1-:hover, .hover-bg-black-0125-q1-:focus {
    background: rgba(0, 0, 0, 0.0125); }
  .hover-black-025-q1-:hover, .hover-black-025-q1-:focus {
    color: rgba(0, 0, 0, 0.025); }
  .hover-bg-black-025-q1-:hover, .hover-bg-black-025-q1-:focus {
    background: rgba(0, 0, 0, 0.025); }
  .hover-black-05-q1-:hover, .hover-black-05-q1-:focus {
    color: rgba(0, 0, 0, 0.05); }
  .hover-bg-black-05-q1-:hover, .hover-bg-black-05-q1-:focus {
    background: rgba(0, 0, 0, 0.05); }
  .hover-black-10-q1-:hover, .hover-black-10-q1-:focus {
    color: rgba(0, 0, 0, 0.1); }
  .hover-bg-black-10-q1-:hover, .hover-bg-black-10-q1-:focus {
    background: rgba(0, 0, 0, 0.1); }
  .hover-black-20-q1-:hover, .hover-black-20-q1-:focus {
    color: rgba(0, 0, 0, 0.2); }
  .hover-bg-black-20-q1-:hover, .hover-bg-black-20-q1-:focus {
    background: rgba(0, 0, 0, 0.2); }
  .hover-black-30-q1-:hover, .hover-black-30-q1-:focus {
    color: rgba(0, 0, 0, 0.3); }
  .hover-bg-black-30-q1-:hover, .hover-bg-black-30-q1-:focus {
    background: rgba(0, 0, 0, 0.3); }
  .hover-black-40-q1-:hover, .hover-black-40-q1-:focus {
    color: rgba(0, 0, 0, 0.4); }
  .hover-bg-black-40-q1-:hover, .hover-bg-black-40-q1-:focus {
    background: rgba(0, 0, 0, 0.4); }
  .hover-black-50-q1-:hover, .hover-black-50-q1-:focus {
    color: rgba(0, 0, 0, 0.5); }
  .hover-bg-black-50-q1-:hover, .hover-bg-black-50-q1-:focus {
    background: rgba(0, 0, 0, 0.5); }
  .hover-black-60-q1-:hover, .hover-black-60-q1-:focus {
    color: rgba(0, 0, 0, 0.6); }
  .hover-bg-black-60-q1-:hover, .hover-bg-black-60-q1-:focus {
    background: rgba(0, 0, 0, 0.6); }
  .hover-black-70-q1-:hover, .hover-black-70-q1-:focus {
    color: rgba(0, 0, 0, 0.7); }
  .hover-bg-black-70-q1-:hover, .hover-bg-black-70-q1-:focus {
    background: rgba(0, 0, 0, 0.7); }
  .hover-black-80-q1-:hover, .hover-black-80-q1-:focus {
    color: rgba(0, 0, 0, 0.8); }
  .hover-bg-black-80-q1-:hover, .hover-bg-black-80-q1-:focus {
    background: rgba(0, 0, 0, 0.8); }
  .hover-black-90-q1-:hover, .hover-black-90-q1-:focus {
    color: rgba(0, 0, 0, 0.9); }
  .hover-bg-black-90-q1-:hover, .hover-bg-black-90-q1-:focus {
    background: rgba(0, 0, 0, 0.9); }
  .highlight-q1- {
    color: #fc6d6d; }
  .aig-blue-q1- {
    color: #00a4e4; }
  .pcg-blue-q1- {
    color: #003467; }
  .light-blue-q1- {
    color: #dee9f6; }
  .blue-q1- {
    color: #0057b8; }
  .dark-blue-q1- {
    color: #001e62; }
  .light-green-q1- {
    color: #e0eed0; }
  .green-q1- {
    color: #50d986; }
  .dark-green-q1- {
    color: #13aa41; }
  .darkest-green-q1- {
    color: #275d38; }
  .light-magenta-q1- {
    color: #fdecef; }
  .magenta-q1- {
    color: #e844ab; }
  .dark-magenta-q1- {
    color: #af006e; }
  .darkest-magenta-q1- {
    color: #5e2751; }
  .light-red-q1- {
    color: #fde7db; }
  .red-q1- {
    color: #e03c31; }
  .dark-red-q1- {
    color: #862633; }
  .light-orange-q1- {
    color: #ffe8c9; }
  .orange-q1- {
    color: #fba137; }
  .dark-orange-q1- {
    color: #e36f1e; }
  .darkest-orange-q1- {
    color: #a9431e; }
  .light-teal-q1- {
    color: #e9f1f0; }
  .teal-q1- {
    color: #15c3da; }
  .dark-teal-q1- {
    color: #009ca6; }
  .darkest-teal-q1- {
    color: #004f59; }
  .light-yellow-q1- {
    color: #fff6cb; }
  .yellow-q1- {
    color: #ffd96c; }
  .dark-yellow-q1- {
    color: #fdb813; }
  .darkest-yellow-q1- {
    color: #a9662b; }
  .lightest-steel-q1- {
    color: #f7f9fb; }
  .light-steel-q1- {
    color: #d5e1ef; }
  .steel-q1- {
    color: #8999b9; }
  .white-0125-q1- {
    color: rgba(255, 255, 255, 0.0125); }
  .white-025-q1- {
    color: rgba(255, 255, 255, 0.025); }
  .white-05-q1- {
    color: rgba(255, 255, 255, 0.05); }
  .white-10-q1- {
    color: rgba(255, 255, 255, 0.1); }
  .white-20-q1- {
    color: rgba(255, 255, 255, 0.2); }
  .white-30-q1- {
    color: rgba(255, 255, 255, 0.3); }
  .white-40-q1- {
    color: rgba(255, 255, 255, 0.4); }
  .white-50-q1- {
    color: rgba(255, 255, 255, 0.5); }
  .white-60-q1- {
    color: rgba(255, 255, 255, 0.6); }
  .white-70-q1- {
    color: rgba(255, 255, 255, 0.7); }
  .white-80-q1- {
    color: rgba(255, 255, 255, 0.8); }
  .white-90-q1- {
    color: rgba(255, 255, 255, 0.9); }
  .white-q1- {
    color: #fff; }
  .lightest-gray-q1- {
    color: #fbfbfb; }
  .light-gray-q1- {
    color: #eee; }
  .moon-gray-q1- {
    color: #ccc; }
  .light-silver-q1- {
    color: #aaa; }
  .silver-q1- {
    color: #999; }
  .gray-q1- {
    color: #777; }
  .mid-gray-q1- {
    color: #555; }
  .dark-gray-q1- {
    color: #444; }
  .darkest-gray-q1- {
    color: #333; }
  .near-black-q1- {
    color: #111; }
  .black-q1- {
    color: #000; }
  .near-white-q1- {
    color: #f4f4f4; }
  .fafafa-q1- {
    color: #fafafa; }
  .f5f5f5-q1- {
    color: #f5f5f5; }
  .color-eee-q1- {
    color: #eee; }
  .color-e0e0e0-q1- {
    color: #e0e0e0; }
  .color-ddd-q1- {
    color: #ddd; }
  .color-ccc-q1- {
    color: #ccc; }
  .color-bbb-q1- {
    color: #bbb; }
  .color-aaa-q1- {
    color: #aaa; }
  .color-999-q1- {
    color: #999; }
  .color-777-q1- {
    color: #777; }
  .color-666-q1- {
    color: #666; }
  .color-555-q1- {
    color: #555; }
  .color-444-q1- {
    color: #444; }
  .color-333-q1- {
    color: #333; }
  .color-222-q1- {
    color: #222; }
  .transparent-q1- {
    color: transparent; }
  .black-0125-q1- {
    color: rgba(0, 0, 0, 0.0125); }
  .black-025-q1- {
    color: rgba(0, 0, 0, 0.025); }
  .black-05-q1- {
    color: rgba(0, 0, 0, 0.05); }
  .black-10-q1- {
    color: rgba(0, 0, 0, 0.1); }
  .black-20-q1- {
    color: rgba(0, 0, 0, 0.2); }
  .black-30-q1- {
    color: rgba(0, 0, 0, 0.3); }
  .black-40-q1- {
    color: rgba(0, 0, 0, 0.4); }
  .black-50-q1- {
    color: rgba(0, 0, 0, 0.5); }
  .black-60-q1- {
    color: rgba(0, 0, 0, 0.6); }
  .black-70-q1- {
    color: rgba(0, 0, 0, 0.7); }
  .black-80-q1- {
    color: rgba(0, 0, 0, 0.8); }
  .black-90-q1- {
    color: rgba(0, 0, 0, 0.9); }
  .bg-highlight-q1- {
    background: #fc6d6d; }
  .bg-aig-blue-q1- {
    background: #00a4e4; }
  .bg-pcg-blue-q1- {
    background: #003467; }
  .bg-light-blue-q1- {
    background: #dee9f6; }
  .bg-blue-q1- {
    background: #0057b8; }
  .bg-dark-blue-q1- {
    background: #001e62; }
  .bg-light-green-q1- {
    background: #e0eed0; }
  .bg-green-q1- {
    background: #50d986; }
  .bg-dark-green-q1- {
    background: #13aa41; }
  .bg-darkest-green-q1- {
    background: #275d38; }
  .bg-light-magenta-q1- {
    background: #fdecef; }
  .bg-magenta-q1- {
    background: #e844ab; }
  .bg-dark-magenta-q1- {
    background: #af006e; }
  .bg-darkest-magenta-q1- {
    background: #5e2751; }
  .bg-light-red-q1- {
    background: #fde7db; }
  .bg-red-q1- {
    background: #e03c31; }
  .bg-dark-red-q1- {
    background: #862633; }
  .bg-light-orange-q1- {
    background: #ffe8c9; }
  .bg-orange-q1- {
    background: #fba137; }
  .bg-dark-orange-q1- {
    background: #e36f1e; }
  .bg-darkest-orange-q1- {
    background: #a9431e; }
  .bg-light-teal-q1- {
    background: #e9f1f0; }
  .bg-teal-q1- {
    background: #15c3da; }
  .bg-dark-teal-q1- {
    background: #009ca6; }
  .bg-darkest-teal-q1- {
    background: #004f59; }
  .bg-light-yellow-q1- {
    background: #fff6cb; }
  .bg-yellow-q1- {
    background: #ffd96c; }
  .bg-dark-yellow-q1- {
    background: #fdb813; }
  .bg-darkest-yellow-q1- {
    background: #a9662b; }
  .bg-lightest-steel-q1- {
    background: #f7f9fb; }
  .bg-light-steel-q1- {
    background: #d5e1ef; }
  .bg-steel-q1- {
    background: #8999b9; }
  .bg-white-0125-q1- {
    background: rgba(255, 255, 255, 0.0125); }
  .bg-white-025-q1- {
    background: rgba(255, 255, 255, 0.025); }
  .bg-white-05-q1- {
    background: rgba(255, 255, 255, 0.05); }
  .bg-white-10-q1- {
    background: rgba(255, 255, 255, 0.1); }
  .bg-white-20-q1- {
    background: rgba(255, 255, 255, 0.2); }
  .bg-white-30-q1- {
    background: rgba(255, 255, 255, 0.3); }
  .bg-white-40-q1- {
    background: rgba(255, 255, 255, 0.4); }
  .bg-white-50-q1- {
    background: rgba(255, 255, 255, 0.5); }
  .bg-white-60-q1- {
    background: rgba(255, 255, 255, 0.6); }
  .bg-white-70-q1- {
    background: rgba(255, 255, 255, 0.7); }
  .bg-white-80-q1- {
    background: rgba(255, 255, 255, 0.8); }
  .bg-white-90-q1- {
    background: rgba(255, 255, 255, 0.9); }
  .bg-white-q1- {
    background: #fff; }
  .bg-lightest-gray-q1- {
    background: #fbfbfb; }
  .bg-light-gray-q1- {
    background: #eee; }
  .bg-moon-gray-q1- {
    background: #ccc; }
  .bg-light-silver-q1- {
    background: #aaa; }
  .bg-silver-q1- {
    background: #999; }
  .bg-gray-q1- {
    background: #777; }
  .bg-mid-gray-q1- {
    background: #555; }
  .bg-dark-gray-q1- {
    background: #444; }
  .bg-darkest-gray-q1- {
    background: #333; }
  .bg-near-black-q1- {
    background: #111; }
  .bg-black-q1- {
    background: #000; }
  .bg-near-white-q1- {
    background: #f4f4f4; }
  .bg-fafafa-q1- {
    background: #fafafa; }
  .bg-f5f5f5-q1- {
    background: #f5f5f5; }
  .bg-eee-q1- {
    background: #eee; }
  .bg-e0e0e0-q1- {
    background: #e0e0e0; }
  .bg-ddd-q1- {
    background: #ddd; }
  .bg-ccc-q1- {
    background: #ccc; }
  .bg-bbb-q1- {
    background: #bbb; }
  .bg-aaa-q1- {
    background: #aaa; }
  .bg-999-q1- {
    background: #999; }
  .bg-777-q1- {
    background: #777; }
  .bg-666-q1- {
    background: #666; }
  .bg-555-q1- {
    background: #555; }
  .bg-444-q1- {
    background: #444; }
  .bg-333-q1- {
    background: #333; }
  .bg-222-q1- {
    background: #222; }
  .bg-transparent-q1- {
    background: transparent; }
  .bg-black-0125-q1- {
    background: rgba(0, 0, 0, 0.0125); }
  .bg-black-025-q1- {
    background: rgba(0, 0, 0, 0.025); }
  .bg-black-05-q1- {
    background: rgba(0, 0, 0, 0.05); }
  .bg-black-10-q1- {
    background: rgba(0, 0, 0, 0.1); }
  .bg-black-20-q1- {
    background: rgba(0, 0, 0, 0.2); }
  .bg-black-30-q1- {
    background: rgba(0, 0, 0, 0.3); }
  .bg-black-40-q1- {
    background: rgba(0, 0, 0, 0.4); }
  .bg-black-50-q1- {
    background: rgba(0, 0, 0, 0.5); }
  .bg-black-60-q1- {
    background: rgba(0, 0, 0, 0.6); }
  .bg-black-70-q1- {
    background: rgba(0, 0, 0, 0.7); }
  .bg-black-80-q1- {
    background: rgba(0, 0, 0, 0.8); }
  .bg-black-90-q1- {
    background: rgba(0, 0, 0, 0.9); }
  .h0-q1- {
    height: 0rem; }
  .h1-q1- {
    height: 0.5rem; }
  .h2-q1- {
    height: 1rem; }
  .h3-q1- {
    height: 1.5rem; }
  .h4-q1- {
    height: 2rem; }
  .h5-q1- {
    height: 2.5rem; }
  .h6-q1- {
    height: 3rem; }
  .h7-q1- {
    height: 3.5rem; }
  .h8-q1- {
    height: 4rem; }
  .h9-q1- {
    height: 4.5rem; }
  .h10-q1- {
    height: 5rem; }
  .h12-q1- {
    height: 6rem; }
  .h14-q1- {
    height: 7rem; }
  .h16-q1- {
    height: 8rem; }
  .h18-q1- {
    height: 9rem; }
  .h20-q1- {
    height: 10rem; }
  .h22-q1- {
    height: 11rem; }
  .h24-q1- {
    height: 12rem; }
  .h26-q1- {
    height: 13rem; }
  .h28-q1- {
    height: 14rem; }
  .h30-q1- {
    height: 15rem; }
  .h32-q1- {
    height: 16rem; }
  .h34-q1- {
    height: 17rem; }
  .h36-q1- {
    height: 18rem; }
  .h38-q1- {
    height: 19rem; }
  .h40-q1- {
    height: 20rem; }
  .h42-q1- {
    height: 21rem; }
  .h44-q1- {
    height: 22rem; }
  .h46-q1- {
    height: 23rem; }
  .h48-q1- {
    height: 24rem; }
  .h50-q1- {
    height: 25rem; }
  .h52-q1- {
    height: 26rem; }
  .h54-q1- {
    height: 27rem; }
  .h56-q1- {
    height: 28rem; }
  .h58-q1- {
    height: 29rem; }
  .h60-q1- {
    height: 30rem; }
  .h70-q1- {
    height: 35rem; }
  .h80-q1- {
    height: 40rem; }
  .h90-q1- {
    height: 45rem; }
  .h100-q1- {
    height: 50rem; }
  .h110-q1- {
    height: 55rem; }
  .h120-q1- {
    height: 60rem; }
  .h130-q1- {
    height: 65rem; }
  .h140-q1- {
    height: 70rem; }
  .h150-q1- {
    height: 75rem; }
  .h160-q1- {
    height: 80rem; }
  .h170-q1- {
    height: 85rem; }
  .h180-q1- {
    height: 90rem; }
  .ma0-q1- {
    margin: 0rem; }
  .ma1-q1- {
    margin: 0.5rem; }
  .ma2-q1- {
    margin: 1rem; }
  .ma3-q1- {
    margin: 1.5rem; }
  .ma4-q1- {
    margin: 2rem; }
  .ma5-q1- {
    margin: 2.5rem; }
  .ma6-q1- {
    margin: 3rem; }
  .ma7-q1- {
    margin: 3.5rem; }
  .ma8-q1- {
    margin: 4rem; }
  .ma9-q1- {
    margin: 4.5rem; }
  .ma10-q1- {
    margin: 5rem; }
  .mb0-q1- {
    margin-bottom: 0rem; }
  .mb1-q1- {
    margin-bottom: 0.5rem; }
  .mb2-q1- {
    margin-bottom: 1rem; }
  .mb3-q1- {
    margin-bottom: 1.5rem; }
  .mb4-q1- {
    margin-bottom: 2rem; }
  .mb5-q1- {
    margin-bottom: 2.5rem; }
  .mb6-q1- {
    margin-bottom: 3rem; }
  .mb7-q1- {
    margin-bottom: 3.5rem; }
  .mb8-q1- {
    margin-bottom: 4rem; }
  .mb9-q1- {
    margin-bottom: 4.5rem; }
  .mb10-q1- {
    margin-bottom: 5rem; }
  .mh0-q1- {
    margin-left: 0rem;
    margin-right: 0rem; }
  .mh1-q1- {
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
  .mh2-q1- {
    margin-left: 1rem;
    margin-right: 1rem; }
  .mh3-q1- {
    margin-left: 1.5rem;
    margin-right: 1.5rem; }
  .mh4-q1- {
    margin-left: 2rem;
    margin-right: 2rem; }
  .mh5-q1- {
    margin-left: 2.5rem;
    margin-right: 2.5rem; }
  .mh6-q1- {
    margin-left: 3rem;
    margin-right: 3rem; }
  .mh7-q1- {
    margin-left: 3.5rem;
    margin-right: 3.5rem; }
  .mh8-q1- {
    margin-left: 4rem;
    margin-right: 4rem; }
  .mh9-q1- {
    margin-left: 4.5rem;
    margin-right: 4.5rem; }
  .mh10-q1- {
    margin-left: 5rem;
    margin-right: 5rem; }
  .min-h0-q1- {
    min-height: 0rem; }
  .min-h1-q1- {
    min-height: 0.5rem; }
  .min-h2-q1- {
    min-height: 1rem; }
  .min-h3-q1- {
    min-height: 1.5rem; }
  .min-h4-q1- {
    min-height: 2rem; }
  .min-h5-q1- {
    min-height: 2.5rem; }
  .min-h6-q1- {
    min-height: 3rem; }
  .min-h7-q1- {
    min-height: 3.5rem; }
  .min-h8-q1- {
    min-height: 4rem; }
  .min-h9-q1- {
    min-height: 4.5rem; }
  .min-h10-q1- {
    min-height: 5rem; }
  .min-h12-q1- {
    min-height: 6rem; }
  .min-h14-q1- {
    min-height: 7rem; }
  .min-h16-q1- {
    min-height: 8rem; }
  .min-h18-q1- {
    min-height: 9rem; }
  .min-h20-q1- {
    min-height: 10rem; }
  .min-h22-q1- {
    min-height: 11rem; }
  .min-h24-q1- {
    min-height: 12rem; }
  .min-h26-q1- {
    min-height: 13rem; }
  .min-h28-q1- {
    min-height: 14rem; }
  .min-h30-q1- {
    min-height: 15rem; }
  .min-h32-q1- {
    min-height: 16rem; }
  .min-h34-q1- {
    min-height: 17rem; }
  .min-h36-q1- {
    min-height: 18rem; }
  .min-h38-q1- {
    min-height: 19rem; }
  .min-h40-q1- {
    min-height: 20rem; }
  .min-h42-q1- {
    min-height: 21rem; }
  .min-h44-q1- {
    min-height: 22rem; }
  .min-h46-q1- {
    min-height: 23rem; }
  .min-h48-q1- {
    min-height: 24rem; }
  .min-h50-q1- {
    min-height: 25rem; }
  .min-h52-q1- {
    min-height: 26rem; }
  .min-h54-q1- {
    min-height: 27rem; }
  .min-h56-q1- {
    min-height: 28rem; }
  .min-h58-q1- {
    min-height: 29rem; }
  .min-h60-q1- {
    min-height: 30rem; }
  .min-h70-q1- {
    min-height: 35rem; }
  .min-h80-q1- {
    min-height: 40rem; }
  .min-h90-q1- {
    min-height: 45rem; }
  .min-w0-q1- {
    min-width: 0rem; }
  .min-w1-q1- {
    min-width: 0.5rem; }
  .min-w2-q1- {
    min-width: 1rem; }
  .min-w3-q1- {
    min-width: 1.5rem; }
  .min-w4-q1- {
    min-width: 2rem; }
  .min-w5-q1- {
    min-width: 2.5rem; }
  .min-w6-q1- {
    min-width: 3rem; }
  .min-w7-q1- {
    min-width: 3.5rem; }
  .min-w8-q1- {
    min-width: 4rem; }
  .min-w9-q1- {
    min-width: 4.5rem; }
  .min-w10-q1- {
    min-width: 5rem; }
  .min-w12-q1- {
    min-width: 6rem; }
  .min-w14-q1- {
    min-width: 7rem; }
  .min-w16-q1- {
    min-width: 8rem; }
  .min-w18-q1- {
    min-width: 9rem; }
  .min-w20-q1- {
    min-width: 10rem; }
  .min-w22-q1- {
    min-width: 11rem; }
  .min-w24-q1- {
    min-width: 12rem; }
  .min-w26-q1- {
    min-width: 13rem; }
  .min-w28-q1- {
    min-width: 14rem; }
  .min-w30-q1- {
    min-width: 15rem; }
  .min-w32-q1- {
    min-width: 16rem; }
  .min-w34-q1- {
    min-width: 17rem; }
  .min-w36-q1- {
    min-width: 18rem; }
  .min-w38-q1- {
    min-width: 19rem; }
  .min-w40-q1- {
    min-width: 20rem; }
  .min-w42-q1- {
    min-width: 21rem; }
  .min-w44-q1- {
    min-width: 22rem; }
  .min-w46-q1- {
    min-width: 23rem; }
  .min-w48-q1- {
    min-width: 24rem; }
  .min-w50-q1- {
    min-width: 25rem; }
  .min-w52-q1- {
    min-width: 26rem; }
  .min-w54-q1- {
    min-width: 27rem; }
  .min-w56-q1- {
    min-width: 28rem; }
  .min-w58-q1- {
    min-width: 29rem; }
  .min-w60-q1- {
    min-width: 30rem; }
  .min-w70-q1- {
    min-width: 35rem; }
  .min-w80-q1- {
    min-width: 40rem; }
  .min-w90-q1- {
    min-width: 45rem; }
  .ml0-q1- {
    margin-left: 0rem; }
  .ml1-q1- {
    margin-left: 0.5rem; }
  .ml2-q1- {
    margin-left: 1rem; }
  .ml3-q1- {
    margin-left: 1.5rem; }
  .ml4-q1- {
    margin-left: 2rem; }
  .ml5-q1- {
    margin-left: 2.5rem; }
  .ml6-q1- {
    margin-left: 3rem; }
  .ml7-q1- {
    margin-left: 3.5rem; }
  .ml8-q1- {
    margin-left: 4rem; }
  .ml9-q1- {
    margin-left: 4.5rem; }
  .ml10-q1- {
    margin-left: 5rem; }
  .mr0-q1- {
    margin-right: 0rem; }
  .mr1-q1- {
    margin-right: 0.5rem; }
  .mr2-q1- {
    margin-right: 1rem; }
  .mr3-q1- {
    margin-right: 1.5rem; }
  .mr4-q1- {
    margin-right: 2rem; }
  .mr5-q1- {
    margin-right: 2.5rem; }
  .mr6-q1- {
    margin-right: 3rem; }
  .mr7-q1- {
    margin-right: 3.5rem; }
  .mr8-q1- {
    margin-right: 4rem; }
  .mr9-q1- {
    margin-right: 4.5rem; }
  .mr10-q1- {
    margin-right: 5rem; }
  .mt0-q1- {
    margin-top: 0rem; }
  .mt1-q1- {
    margin-top: 0.5rem; }
  .mt2-q1- {
    margin-top: 1rem; }
  .mt3-q1- {
    margin-top: 1.5rem; }
  .mt4-q1- {
    margin-top: 2rem; }
  .mt5-q1- {
    margin-top: 2.5rem; }
  .mt6-q1- {
    margin-top: 3rem; }
  .mt7-q1- {
    margin-top: 3.5rem; }
  .mt8-q1- {
    margin-top: 4rem; }
  .mt9-q1- {
    margin-top: 4.5rem; }
  .mt10-q1- {
    margin-top: 5rem; }
  .mv0-q1- {
    margin-top: 0rem;
    margin-bottom: 0rem; }
  .mv1-q1- {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  .mv2-q1- {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .mv3-q1- {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
  .mv4-q1- {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .mv5-q1- {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem; }
  .mv6-q1- {
    margin-top: 3rem;
    margin-bottom: 3rem; }
  .mv7-q1- {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem; }
  .mv8-q1- {
    margin-top: 4rem;
    margin-bottom: 4rem; }
  .mv9-q1- {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem; }
  .mv10-q1- {
    margin-top: 5rem;
    margin-bottom: 5rem; }
  .mw0-q1- {
    max-width: 0rem; }
  .mw1-q1- {
    max-width: 0.5rem; }
  .mw2-q1- {
    max-width: 1rem; }
  .mw3-q1- {
    max-width: 1.5rem; }
  .mw4-q1- {
    max-width: 2rem; }
  .mw5-q1- {
    max-width: 2.5rem; }
  .mw6-q1- {
    max-width: 3rem; }
  .mw7-q1- {
    max-width: 3.5rem; }
  .mw8-q1- {
    max-width: 4rem; }
  .mw9-q1- {
    max-width: 4.5rem; }
  .mw10-q1- {
    max-width: 5rem; }
  .mw12-q1- {
    max-width: 6rem; }
  .mw14-q1- {
    max-width: 7rem; }
  .mw16-q1- {
    max-width: 8rem; }
  .mw18-q1- {
    max-width: 9rem; }
  .mw20-q1- {
    max-width: 10rem; }
  .mw22-q1- {
    max-width: 11rem; }
  .mw24-q1- {
    max-width: 12rem; }
  .mw26-q1- {
    max-width: 13rem; }
  .mw28-q1- {
    max-width: 14rem; }
  .mw30-q1- {
    max-width: 15rem; }
  .mw32-q1- {
    max-width: 16rem; }
  .mw34-q1- {
    max-width: 17rem; }
  .mw36-q1- {
    max-width: 18rem; }
  .mw38-q1- {
    max-width: 19rem; }
  .mw40-q1- {
    max-width: 20rem; }
  .mw42-q1- {
    max-width: 21rem; }
  .mw44-q1- {
    max-width: 22rem; }
  .mw46-q1- {
    max-width: 23rem; }
  .mw48-q1- {
    max-width: 24rem; }
  .mw50-q1- {
    max-width: 25rem; }
  .mw52-q1- {
    max-width: 26rem; }
  .mw54-q1- {
    max-width: 27rem; }
  .mw56-q1- {
    max-width: 28rem; }
  .mw58-q1- {
    max-width: 29rem; }
  .mw60-q1- {
    max-width: 30rem; }
  .mw70-q1- {
    max-width: 35rem; }
  .mw80-q1- {
    max-width: 40rem; }
  .mw90-q1- {
    max-width: 45rem; }
  .mw100-q1- {
    max-width: 50rem; }
  .mw110-q1- {
    max-width: 55rem; }
  .mw120-q1- {
    max-width: 60rem; }
  .mw130-q1- {
    max-width: 65rem; }
  .mw140-q1- {
    max-width: 70rem; }
  .mw150-q1- {
    max-width: 75rem; }
  .mw160-q1- {
    max-width: 80rem; }
  .mw170-q1- {
    max-width: 85rem; }
  .mw180-q1- {
    max-width: 90rem; }
  .na0-q1- {
    margin: -0rem; }
  .na1-q1- {
    margin: -0.5rem; }
  .na2-q1- {
    margin: -1rem; }
  .na3-q1- {
    margin: -1.5rem; }
  .na4-q1- {
    margin: -2rem; }
  .na5-q1- {
    margin: -2.5rem; }
  .na6-q1- {
    margin: -3rem; }
  .na7-q1- {
    margin: -3.5rem; }
  .na8-q1- {
    margin: -4rem; }
  .na9-q1- {
    margin: -4.5rem; }
  .na10-q1- {
    margin: -5rem; }
  .nb0-q1- {
    margin-bottom: -0rem; }
  .nb1-q1- {
    margin-bottom: -0.5rem; }
  .nb2-q1- {
    margin-bottom: -1rem; }
  .nb3-q1- {
    margin-bottom: -1.5rem; }
  .nb4-q1- {
    margin-bottom: -2rem; }
  .nb5-q1- {
    margin-bottom: -2.5rem; }
  .nb6-q1- {
    margin-bottom: -3rem; }
  .nb7-q1- {
    margin-bottom: -3.5rem; }
  .nb8-q1- {
    margin-bottom: -4rem; }
  .nb9-q1- {
    margin-bottom: -4.5rem; }
  .nb10-q1- {
    margin-bottom: -5rem; }
  .nh0-q1- {
    margin-left: -0rem;
    margin-right: -0rem; }
  .nh1-q1- {
    margin-left: -0.5rem;
    margin-right: -0.5rem; }
  .nh2-q1- {
    margin-left: -1rem;
    margin-right: -1rem; }
  .nh3-q1- {
    margin-left: -1.5rem;
    margin-right: -1.5rem; }
  .nh4-q1- {
    margin-left: -2rem;
    margin-right: -2rem; }
  .nh5-q1- {
    margin-left: -2.5rem;
    margin-right: -2.5rem; }
  .nh6-q1- {
    margin-left: -3rem;
    margin-right: -3rem; }
  .nh7-q1- {
    margin-left: -3.5rem;
    margin-right: -3.5rem; }
  .nh8-q1- {
    margin-left: -4rem;
    margin-right: -4rem; }
  .nh9-q1- {
    margin-left: -4.5rem;
    margin-right: -4.5rem; }
  .nh10-q1- {
    margin-left: -5rem;
    margin-right: -5rem; }
  .nl0-q1- {
    margin-left: -0rem; }
  .nl1-q1- {
    margin-left: -0.5rem; }
  .nl2-q1- {
    margin-left: -1rem; }
  .nl3-q1- {
    margin-left: -1.5rem; }
  .nl4-q1- {
    margin-left: -2rem; }
  .nl5-q1- {
    margin-left: -2.5rem; }
  .nl6-q1- {
    margin-left: -3rem; }
  .nl7-q1- {
    margin-left: -3.5rem; }
  .nl8-q1- {
    margin-left: -4rem; }
  .nl9-q1- {
    margin-left: -4.5rem; }
  .nl10-q1- {
    margin-left: -5rem; }
  .nr0-q1- {
    margin-right: -0rem; }
  .nr1-q1- {
    margin-right: -0.5rem; }
  .nr2-q1- {
    margin-right: -1rem; }
  .nr3-q1- {
    margin-right: -1.5rem; }
  .nr4-q1- {
    margin-right: -2rem; }
  .nr5-q1- {
    margin-right: -2.5rem; }
  .nr6-q1- {
    margin-right: -3rem; }
  .nr7-q1- {
    margin-right: -3.5rem; }
  .nr8-q1- {
    margin-right: -4rem; }
  .nr9-q1- {
    margin-right: -4.5rem; }
  .nr10-q1- {
    margin-right: -5rem; }
  .nt0-q1- {
    margin-top: -0rem; }
  .nt1-q1- {
    margin-top: -0.5rem; }
  .nt2-q1- {
    margin-top: -1rem; }
  .nt3-q1- {
    margin-top: -1.5rem; }
  .nt4-q1- {
    margin-top: -2rem; }
  .nt5-q1- {
    margin-top: -2.5rem; }
  .nt6-q1- {
    margin-top: -3rem; }
  .nt7-q1- {
    margin-top: -3.5rem; }
  .nt8-q1- {
    margin-top: -4rem; }
  .nt9-q1- {
    margin-top: -4.5rem; }
  .nt10-q1- {
    margin-top: -5rem; }
  .nv0-q1- {
    margin-top: -0rem;
    margin-bottom: -0rem; }
  .nv1-q1- {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem; }
  .nv2-q1- {
    margin-top: -1rem;
    margin-bottom: -1rem; }
  .nv3-q1- {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem; }
  .nv4-q1- {
    margin-top: -2rem;
    margin-bottom: -2rem; }
  .nv5-q1- {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem; }
  .nv6-q1- {
    margin-top: -3rem;
    margin-bottom: -3rem; }
  .nv7-q1- {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem; }
  .nv8-q1- {
    margin-top: -4rem;
    margin-bottom: -4rem; }
  .nv9-q1- {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem; }
  .nv10-q1- {
    margin-top: -5rem;
    margin-bottom: -5rem; }
  .pa0-q1- {
    padding: 0rem; }
  .pa1-q1- {
    padding: 0.5rem; }
  .pa2-q1- {
    padding: 1rem; }
  .pa3-q1- {
    padding: 1.5rem; }
  .pa4-q1- {
    padding: 2rem; }
  .pa5-q1- {
    padding: 2.5rem; }
  .pa6-q1- {
    padding: 3rem; }
  .pa7-q1- {
    padding: 3.5rem; }
  .pa8-q1- {
    padding: 4rem; }
  .pa9-q1- {
    padding: 4.5rem; }
  .pa10-q1- {
    padding: 5rem; }
  .pb0-q1- {
    padding-bottom: 0rem; }
  .pb1-q1- {
    padding-bottom: 0.5rem; }
  .pb2-q1- {
    padding-bottom: 1rem; }
  .pb3-q1- {
    padding-bottom: 1.5rem; }
  .pb4-q1- {
    padding-bottom: 2rem; }
  .pb5-q1- {
    padding-bottom: 2.5rem; }
  .pb6-q1- {
    padding-bottom: 3rem; }
  .pb7-q1- {
    padding-bottom: 3.5rem; }
  .pb8-q1- {
    padding-bottom: 4rem; }
  .pb9-q1- {
    padding-bottom: 4.5rem; }
  .pb10-q1- {
    padding-bottom: 5rem; }
  .ph0-q1- {
    padding-left: 0rem;
    padding-right: 0rem; }
  .ph1-q1- {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .ph2-q1- {
    padding-left: 1rem;
    padding-right: 1rem; }
  .ph3-q1- {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .ph4-q1- {
    padding-left: 2rem;
    padding-right: 2rem; }
  .ph5-q1- {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  .ph6-q1- {
    padding-left: 3rem;
    padding-right: 3rem; }
  .ph7-q1- {
    padding-left: 3.5rem;
    padding-right: 3.5rem; }
  .ph8-q1- {
    padding-left: 4rem;
    padding-right: 4rem; }
  .ph9-q1- {
    padding-left: 4.5rem;
    padding-right: 4.5rem; }
  .ph10-q1- {
    padding-left: 5rem;
    padding-right: 5rem; }
  .pl0-q1- {
    padding-left: 0rem; }
  .pl1-q1- {
    padding-left: 0.5rem; }
  .pl2-q1- {
    padding-left: 1rem; }
  .pl3-q1- {
    padding-left: 1.5rem; }
  .pl4-q1- {
    padding-left: 2rem; }
  .pl5-q1- {
    padding-left: 2.5rem; }
  .pl6-q1- {
    padding-left: 3rem; }
  .pl7-q1- {
    padding-left: 3.5rem; }
  .pl8-q1- {
    padding-left: 4rem; }
  .pl9-q1- {
    padding-left: 4.5rem; }
  .pl10-q1- {
    padding-left: 5rem; }
  .pr0-q1- {
    padding-right: 0rem; }
  .pr1-q1- {
    padding-right: 0.5rem; }
  .pr2-q1- {
    padding-right: 1rem; }
  .pr3-q1- {
    padding-right: 1.5rem; }
  .pr4-q1- {
    padding-right: 2rem; }
  .pr5-q1- {
    padding-right: 2.5rem; }
  .pr6-q1- {
    padding-right: 3rem; }
  .pr7-q1- {
    padding-right: 3.5rem; }
  .pr8-q1- {
    padding-right: 4rem; }
  .pr9-q1- {
    padding-right: 4.5rem; }
  .pr10-q1- {
    padding-right: 5rem; }
  .pt0-q1- {
    padding-top: 0rem; }
  .pt1-q1- {
    padding-top: 0.5rem; }
  .pt2-q1- {
    padding-top: 1rem; }
  .pt3-q1- {
    padding-top: 1.5rem; }
  .pt4-q1- {
    padding-top: 2rem; }
  .pt5-q1- {
    padding-top: 2.5rem; }
  .pt6-q1- {
    padding-top: 3rem; }
  .pt7-q1- {
    padding-top: 3.5rem; }
  .pt8-q1- {
    padding-top: 4rem; }
  .pt9-q1- {
    padding-top: 4.5rem; }
  .pt10-q1- {
    padding-top: 5rem; }
  .pv0-q1- {
    padding-top: 0rem;
    padding-bottom: 0rem; }
  .pv1-q1- {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .pv2-q1- {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .pv3-q1- {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  .pv4-q1- {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .pv5-q1- {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
  .pv6-q1- {
    padding-top: 3rem;
    padding-bottom: 3rem; }
  .pv7-q1- {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem; }
  .pv8-q1- {
    padding-top: 4rem;
    padding-bottom: 4rem; }
  .pv9-q1- {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem; }
  .pv10-q1- {
    padding-top: 5rem;
    padding-bottom: 5rem; }
  .w0-q1- {
    width: 0rem; }
  .w1-q1- {
    width: 0.5rem; }
  .w2-q1- {
    width: 1rem; }
  .w3-q1- {
    width: 1.5rem; }
  .w4-q1- {
    width: 2rem; }
  .w5-q1- {
    width: 2.5rem; }
  .w6-q1- {
    width: 3rem; }
  .w7-q1- {
    width: 3.5rem; }
  .w8-q1- {
    width: 4rem; }
  .w9-q1- {
    width: 4.5rem; }
  .w10-q1- {
    width: 5rem; }
  .w12-q1- {
    width: 6rem; }
  .w14-q1- {
    width: 7rem; }
  .w16-q1- {
    width: 8rem; }
  .w18-q1- {
    width: 9rem; }
  .w20-q1- {
    width: 10rem; }
  .w22-q1- {
    width: 11rem; }
  .w24-q1- {
    width: 12rem; }
  .w26-q1- {
    width: 13rem; }
  .w28-q1- {
    width: 14rem; }
  .w30-q1- {
    width: 15rem; }
  .w32-q1- {
    width: 16rem; }
  .w34-q1- {
    width: 17rem; }
  .w36-q1- {
    width: 18rem; }
  .w38-q1- {
    width: 19rem; }
  .w40-q1- {
    width: 20rem; }
  .w42-q1- {
    width: 21rem; }
  .w44-q1- {
    width: 22rem; }
  .w46-q1- {
    width: 23rem; }
  .w48-q1- {
    width: 24rem; }
  .w50-q1- {
    width: 25rem; }
  .w52-q1- {
    width: 26rem; }
  .w54-q1- {
    width: 27rem; }
  .w56-q1- {
    width: 28rem; }
  .w58-q1- {
    width: 29rem; }
  .w60-q1- {
    width: 30rem; }
  .w70-q1- {
    width: 35rem; }
  .w80-q1- {
    width: 40rem; }
  .w90-q1- {
    width: 45rem; }
  .w100-q1- {
    width: 50rem; }
  .w110-q1- {
    width: 55rem; }
  .w120-q1- {
    width: 60rem; }
  .w130-q1- {
    width: 65rem; }
  .w140-q1- {
    width: 70rem; }
  .w150-q1- {
    width: 75rem; }
  .w160-q1- {
    width: 80rem; }
  .w170-q1- {
    width: 85rem; }
  .w180-q1- {
    width: 90rem; }
  .tl-q1- {
    text-align: left; }
  .tr-q1- {
    text-align: right; }
  .tc-q1- {
    text-align: center; }
  .tj-q1- {
    text-align: justify; }
  .strike-q1- {
    text-decoration: line-through; }
  .underline-q1- {
    text-decoration: underline; }
  .no-underline-q1- {
    text-decoration: none; }
  .ttc-q1- {
    text-transform: capitalize; }
  .ttl-q1- {
    text-transform: lowercase; }
  .ttu-q1- {
    text-transform: uppercase; }
  .ttn-q1- {
    text-transform: none; }
  .measure-q1- {
    max-width: 30em; }
  .measure-wide-q1- {
    max-width: 34em; }
  .measure-narrow-q1- {
    max-width: 20em; }
  .indent-q1- {
    text-indent: 1em;
    margin-top: 0;
    margin-bottom: 0; }
  .small-caps-q1- {
    font-variant: small-caps; }
  .truncate-q1- {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .overflow-container-q1- {
    overflow-y: scroll; }
  .center-q1- {
    margin-right: auto;
    margin-left: auto; }
  .mr-auto-q1- {
    margin-right: auto; }
  .ml-auto-q1- {
    margin-left: auto; }
  .v-base-q1- {
    vertical-align: baseline; }
  .v-mid-q1- {
    vertical-align: middle; }
  .v-top-q1- {
    vertical-align: top; }
  .v-btm-q1- {
    vertical-align: bottom; }
  .clip-q1- {
    position: fixed !important;
    _position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); }
  .ws-normal-q1- {
    white-space: normal; }
  .nowrap-q1- {
    white-space: nowrap; }
  .pre-q1- {
    white-space: pre; }
  .w-10-q1- {
    width: 10%; }
  .w-20-q1- {
    width: 20%; }
  .w-25-q1- {
    width: 25%; }
  .w-30-q1- {
    width: 30%; }
  .w-33-q1- {
    width: 33%; }
  .w-34-q1- {
    width: 34%; }
  .w-40-q1- {
    width: 40%; }
  .w-50-q1- {
    width: 50%; }
  .w-60-q1- {
    width: 60%; }
  .w-70-q1- {
    width: 70%; }
  .w-75-q1- {
    width: 75%; }
  .w-80-q1- {
    width: 80%; }
  .w-90-q1- {
    width: 90%; }
  .w-100-q1- {
    width: 100%; }
  .w-third-q1- {
    width: 33.3333333333%; }
  .w-two-thirds-q1- {
    width: 66.6666666667%; }
  .w-auto-q1- {
    width: auto; } }

@media (min-width: 900px) {
  .aspect-ratio-q2 {
    height: 0;
    position: relative; }
  .aspect-ratio--16x9-q2 {
    padding-bottom: 56.25%; }
  .aspect-ratio--9x16-q2 {
    padding-bottom: 177.77%; }
  .aspect-ratio--4x3-q2 {
    padding-bottom: 75%; }
  .aspect-ratio--3x4-q2 {
    padding-bottom: 133.33%; }
  .aspect-ratio--6x4-q2 {
    padding-bottom: 66.6%; }
  .aspect-ratio--4x6-q2 {
    padding-bottom: 150%; }
  .aspect-ratio--8x5-q2 {
    padding-bottom: 62.5%; }
  .aspect-ratio--5x8-q2 {
    padding-bottom: 160%; }
  .aspect-ratio--7x5-q2 {
    padding-bottom: 71.42%; }
  .aspect-ratio--5x7-q2 {
    padding-bottom: 140%; }
  .aspect-ratio--1x1-q2 {
    padding-bottom: 100%; }
  .aspect-ratio--object-q2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100; }
  .bg-center-q2 {
    background-repeat: no-repeat;
    background-position: center center; }
  .bg-top-q2 {
    background-repeat: no-repeat;
    background-position: top center; }
  .bg-right-q2 {
    background-repeat: no-repeat;
    background-position: center right; }
  .bg-bottom-q2 {
    background-repeat: no-repeat;
    background-position: bottom center; }
  .bg-left-q2 {
    background-repeat: no-repeat;
    background-position: center left; }
  .cover-q2 {
    background-size: cover !important; }
  .contain-q2 {
    background-size: contain !important; }
  .br0-q2 {
    border-radius: 0; }
  .br1-q2 {
    border-radius: 0.0625rem; }
  .br2-q2 {
    border-radius: 0.125rem; }
  .br3-q2 {
    border-radius: 0.1875rem; }
  .br4-q2 {
    border-radius: 0.25rem; }
  .br5-q2 {
    border-radius: 0.3125rem; }
  .br6-q2 {
    border-radius: 0.375rem; }
  .br7-q2 {
    border-radius: 0.4375rem; }
  .br8-q2 {
    border-radius: 0.5rem; }
  .br9-q2 {
    border-radius: 0.5625rem; }
  .br10-q2 {
    border-radius: 0.625rem; }
  .br11-q2 {
    border-radius: 0.6875rem; }
  .br12-q2 {
    border-radius: 0.75rem; }
  .br13-q2 {
    border-radius: 0.8125rem; }
  .br14-q2 {
    border-radius: 0.875rem; }
  .br15-q2 {
    border-radius: 0.9375rem; }
  .br16-q2 {
    border-radius: 1rem; }
  .br17-q2 {
    border-radius: 1.0625rem; }
  .br18-q2 {
    border-radius: 1.125rem; }
  .br19-q2 {
    border-radius: 1.1875rem; }
  .br20-q2 {
    border-radius: 1.25rem; }
  .br21-q2 {
    border-radius: 1.3125rem; }
  .br22-q2 {
    border-radius: 1.375rem; }
  .br23-q2 {
    border-radius: 1.4375rem; }
  .br24-q2 {
    border-radius: 1.5rem; }
  .br-100-q2 {
    border-radius: 100%; }
  .br-pill-q2 {
    border-radius: 9999px; }
  .br--bottom-q2 {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .br--top-q2 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .br--right-q2 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .br--left-q2 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .b--dotted-q2 {
    border-style: dotted; }
  .b--dashed-q2 {
    border-style: dashed; }
  .b--solid-q2 {
    border-style: solid; }
  .b--none-q2 {
    border-style: none; }
  .bw0-q2 {
    border-width: 0; }
  .bw1-q2 {
    border-width: 1px; }
  .bw2-q2 {
    border-width: 2px; }
  .bw3-q2 {
    border-width: 3px; }
  .bw4-q2 {
    border-width: 4px; }
  .bw5-q2 {
    border-width: 5px; }
  .bw6-q2 {
    border-width: 6px; }
  .bw7-q2 {
    border-width: 7px; }
  .bw8-q2 {
    border-width: 8px; }
  .bw9-q2 {
    border-width: 9px; }
  .bw10-q2 {
    border-width: 10px; }
  /* Resets */
  .bt-0-q2 {
    border-top-width: 0; }
  .br-0-q2 {
    border-right-width: 0; }
  .bb-0-q2 {
    border-bottom-width: 0; }
  .bl-0-q2 {
    border-left-width: 0; }
  .ba-q2 {
    border-style: solid;
    border-width: 1px; }
  .bt-q2 {
    border-top-style: solid;
    border-top-width: 1px; }
  .br-q2 {
    border-right-style: solid;
    border-right-width: 1px; }
  .bb-q2 {
    border-bottom-style: solid;
    border-bottom-width: 1px; }
  .bl-q2 {
    border-left-style: solid;
    border-left-width: 1px; }
  .bn-q2 {
    border-style: none;
    border-width: 0; }
  .shadow-1-q2 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .shadow-2-q2 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .shadow-3-q2 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
  .shadow-4-q2 {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
  .shadow-5-q2 {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); }
  .cf-q2 {
    *zoom: 1; }
    .cf-q2:before, .cf-q2:after {
      content: " ";
      display: table; }
    .cf-q2:after {
      clear: both; }
  .cl-q2 {
    clear: left; }
  .cr-q2 {
    clear: right; }
  .cb-q2 {
    clear: both; }
  .cn-q2 {
    clear: none; }
  .cs1-q2 {
    width: 72px; }
  .cs2-q2 {
    width: 168px; }
  .cs3-q2 {
    width: 264px; }
  .cs4-q2 {
    width: 360px; }
  .cs5-q2 {
    width: 456px; }
  .cs6-q2 {
    width: 552px; }
  .cs7-q2 {
    width: 648px; }
  .cs8-q2 {
    width: 744px; }
  .cs9-q2 {
    width: 840px; }
  .cs10-q2 {
    width: 936px; }
  .cs11-q2 {
    width: 1032px; }
  .cs12-q2 {
    width: 1128px; }
  .cs13-q2 {
    width: 1224px; }
  .cs14-q2 {
    width: 1320px; }
  .cs15-q2 {
    width: 1416px; }
  .cs16-q2 {
    width: 1512px; }
  .debug-cs1-q2:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 120px; }
  .debug-cs2-q2:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 216px; }
  .debug-cs3-q2:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 312px; }
  .debug-cs4-q2:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 408px; }
  .debug-cs5-q2:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 504px; }
  .debug-cs6-q2:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 600px; }
  .debug-cs7-q2:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 696px; }
  .debug-cs8-q2:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 792px; }
  .debug-cs9-q2:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 888px; }
  .debug-cs10-q2:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 984px; }
  .debug-cs11-q2:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 1080px; }
  .debug-cs12-q2:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 1176px; }
  .debug-cs13-q2:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 1272px; }
  .debug-cs14-q2:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 1368px; }
  .debug-cs15-q2:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 1464px; }
  .debug-cs16-q2:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 1560px; }
  .top-0-q2 {
    top: 0; }
  .right-0-q2 {
    right: 0; }
  .bottom-0-q2 {
    bottom: 0; }
  .left-0-q2 {
    left: 0; }
  .top-1-q2 {
    top: 0.5rem; }
  .right-1-q2 {
    right: 0.5rem; }
  .bottom-1-q2 {
    bottom: 0.5rem; }
  .left-1-q2 {
    left: 0.5rem; }
  .top-2-q2 {
    top: 1rem; }
  .right-2-q2 {
    right: 1rem; }
  .bottom-2-q2 {
    bottom: 1rem; }
  .left-2-q2 {
    left: 1rem; }
  .top-3-q2 {
    top: 1.5rem; }
  .right-3-q2 {
    right: 1.5rem; }
  .bottom-3-q2 {
    bottom: 1.5rem; }
  .left-3-q2 {
    left: 1.5rem; }
  .top-4-q2 {
    top: 2rem; }
  .right-4-q2 {
    right: 2rem; }
  .bottom-4-q2 {
    bottom: 2rem; }
  .left-4-q2 {
    left: 2rem; }
  .top--1-q2 {
    top: -0.5rem; }
  .right--1-q2 {
    right: -0.5rem; }
  .bottom--1-q2 {
    bottom: -0.5rem; }
  .left--1-q2 {
    left: -0.5rem; }
  .top--2-q2 {
    top: -1rem; }
  .right--2-q2 {
    right: -1rem; }
  .bottom--2-q2 {
    bottom: -1rem; }
  .left--2-q2 {
    left: -1rem; }
  .top--3-q2 {
    top: -1.5rem; }
  .right--3-q2 {
    right: -1.5rem; }
  .bottom--3-q2 {
    bottom: -1.5rem; }
  .left--3-q2 {
    left: -1.5rem; }
  .top--4-q2 {
    top: -2rem; }
  .right--4-q2 {
    right: -2rem; }
  .bottom--4-q2 {
    bottom: -2rem; }
  .left--4-q2 {
    left: -2rem; }
  .absolute--fill-q2 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .dn-q2 {
    display: none; }
  .di-q2 {
    display: inline; }
  .db-q2 {
    display: block; }
  .dib-q2 {
    display: inline-block; }
  .dit-q2 {
    display: inline-table; }
  .dt-q2 {
    display: table; }
  .dtc-q2 {
    display: table-cell; }
  .dt-row-q2 {
    display: table-row; }
  .dt-row-group-q2 {
    display: table-row-group; }
  .dt-header-group-q2 {
    display: table-header-group; }
  .dt-column-q2 {
    display: table-column; }
  .dt-column-group-q2 {
    display: table-column-group; }
  /*
  This will set table to full width and then
  all cells will be equal width
*/
  .dt--fixed-q2 {
    table-layout: fixed;
    width: 100%; }
  .flex-q2 {
    display: flex; }
  .inline-flex-q2 {
    display: inline-flex; }
  /* 1. Fix for Chrome 44 bug.
 * https://code.google.com/p/chromium/issues/detail?id=506893 */
  .flex-auto-q2 {
    flex: 1 1 auto;
    min-width: 0;
    /* 1 */
    min-height: 0;
    /* 1 */ }
  .flex-none-q2 {
    flex: none; }
  .flex-column-q2 {
    flex-direction: column; }
  .flex-row-q2 {
    flex-direction: row; }
  .flex-wrap-q2 {
    flex-wrap: wrap; }
  .flex-nowrap-q2 {
    flex-wrap: nowrap; }
  .flex-wrap-reverse-q2 {
    flex-wrap: wrap-reverse; }
  .flex-column-reverse-q2 {
    flex-direction: column-reverse; }
  .flex-row-reverse-q2 {
    flex-direction: row-reverse; }
  .items-start-q2 {
    align-items: flex-start; }
  .items-end-q2 {
    align-items: flex-end; }
  .items-center-q2 {
    align-items: center; }
  .items-baseline-q2 {
    align-items: baseline; }
  .items-stretch-q2 {
    align-items: stretch; }
  .self-start-q2 {
    align-self: flex-start; }
  .self-end-q2 {
    align-self: flex-end; }
  .self-center-q2 {
    align-self: center; }
  .self-baseline-q2 {
    align-self: baseline; }
  .self-stretch-q2 {
    align-self: stretch; }
  .justify-start-q2 {
    justify-content: flex-start; }
  .justify-end-q2 {
    justify-content: flex-end; }
  .justify-center-q2 {
    justify-content: center; }
  .justify-between-q2 {
    justify-content: space-between; }
  .justify-around-q2 {
    justify-content: space-around; }
  .content-start-q2 {
    align-content: flex-start; }
  .content-end-q2 {
    align-content: flex-end; }
  .content-center-q2 {
    align-content: center; }
  .content-between-q2 {
    align-content: space-between; }
  .content-around-q2 {
    align-content: space-around; }
  .content-stretch-q2 {
    align-content: stretch; }
  .order-0-q2 {
    order: 0; }
  .order-1-q2 {
    order: 1; }
  .order-2-q2 {
    order: 2; }
  .order-3-q2 {
    order: 3; }
  .order-4-q2 {
    order: 4; }
  .order-5-q2 {
    order: 5; }
  .order-6-q2 {
    order: 6; }
  .order-7-q2 {
    order: 7; }
  .order-8-q2 {
    order: 8; }
  .order-last-q2 {
    order: 99999; }
  .flex-grow-0-q2 {
    flex-grow: 0; }
  .flex-grow-1-q2 {
    flex-grow: 1; }
  .flex-shrink-0-q2 {
    flex-shrink: 0; }
  .flex-shrink-1-q2 {
    flex-shrink: 1; }
  .fl-q2 {
    float: left;
    _display: inline; }
  .fr-q2 {
    float: right;
    _display: inline; }
  .fn-q2 {
    float: none; }
  .i-q2 {
    font-style: italic; }
  .fs-normal-q2 {
    font-style: normal; }
  .h-25-q2 {
    height: 25%; }
  .h-50-q2 {
    height: 50%; }
  .h-75-q2 {
    height: 75%; }
  .h-100-q2 {
    height: 100%; }
  .min-h-100-q2 {
    min-height: 100%; }
  .vh-25-q2 {
    height: 25vh; }
  .vh-50-q2 {
    height: 50vh; }
  .vh-75-q2 {
    height: 75vh; }
  .vh-100-q2 {
    height: 100vh; }
  .min-vh-100-q2 {
    min-height: 100vh; }
  .h-auto-q2 {
    height: auto; }
  .h-inherit-q2 {
    height: inherit; }
  .mw-none-q2 {
    max-width: none; }
  .outline-q2 {
    outline: 1px solid; }
  .outline-transparent-q2 {
    outline: 1px solid transparent; }
  .outline-0-q2 {
    outline: 0; }
  .overflow-visible-q2 {
    overflow: visible; }
  .overflow-hidden-q2 {
    overflow: hidden; }
  .overflow-scroll-q2 {
    overflow: scroll; }
  .overflow-auto-q2 {
    overflow: auto; }
  .overflow-x-visible-q2 {
    overflow-x: visible; }
  .overflow-x-hidden-q2 {
    overflow-x: hidden; }
  .overflow-x-scroll-q2 {
    overflow-x: scroll; }
  .overflow-x-auto-q2 {
    overflow-x: auto; }
  .overflow-y-visible-q2 {
    overflow-y: visible; }
  .overflow-y-hidden-q2 {
    overflow-y: hidden; }
  .overflow-y-scroll-q2 {
    overflow-y: scroll; }
  .overflow-y-auto-q2 {
    overflow-y: auto; }
  .static-q2 {
    position: static; }
  .relative-q2 {
    position: relative; }
  .absolute-q2 {
    position: absolute; }
  .fixed-q2 {
    position: fixed; }
  .rotate-45-q2 {
    transform: rotate(45deg); }
  .rotate-90-q2 {
    transform: rotate(90deg); }
  .rotate-135-q2 {
    transform: rotate(135deg); }
  .rotate-180-q2 {
    transform: rotate(180deg); }
  .rotate-225-q2 {
    transform: rotate(225deg); }
  .rotate-270-q2 {
    transform: rotate(270deg); }
  .rotate-315-q2 {
    transform: rotate(315deg); }
  .hover-highlight-q2:hover, .hover-highlight-q2:focus {
    color: #fc6d6d; }
  .hover-bg-highlight-q2:hover, .hover-bg-highlight-q2:focus {
    background: #fc6d6d; }
  .hover-aig-blue-q2:hover, .hover-aig-blue-q2:focus {
    color: #00a4e4; }
  .hover-bg-aig-blue-q2:hover, .hover-bg-aig-blue-q2:focus {
    background: #00a4e4; }
  .hover-pcg-blue-q2:hover, .hover-pcg-blue-q2:focus {
    color: #003467; }
  .hover-bg-pcg-blue-q2:hover, .hover-bg-pcg-blue-q2:focus {
    background: #003467; }
  .hover-light-blue-q2:hover, .hover-light-blue-q2:focus {
    color: #dee9f6; }
  .hover-bg-light-blue-q2:hover, .hover-bg-light-blue-q2:focus {
    background: #dee9f6; }
  .hover-blue-q2:hover, .hover-blue-q2:focus {
    color: #0057b8; }
  .hover-bg-blue-q2:hover, .hover-bg-blue-q2:focus {
    background: #0057b8; }
  .hover-dark-blue-q2:hover, .hover-dark-blue-q2:focus {
    color: #001e62; }
  .hover-bg-dark-blue-q2:hover, .hover-bg-dark-blue-q2:focus {
    background: #001e62; }
  .hover-light-green-q2:hover, .hover-light-green-q2:focus {
    color: #e0eed0; }
  .hover-bg-light-green-q2:hover, .hover-bg-light-green-q2:focus {
    background: #e0eed0; }
  .hover-green-q2:hover, .hover-green-q2:focus {
    color: #50d986; }
  .hover-bg-green-q2:hover, .hover-bg-green-q2:focus {
    background: #50d986; }
  .hover-dark-green-q2:hover, .hover-dark-green-q2:focus {
    color: #13aa41; }
  .hover-bg-dark-green-q2:hover, .hover-bg-dark-green-q2:focus {
    background: #13aa41; }
  .hover-darkest-green-q2:hover, .hover-darkest-green-q2:focus {
    color: #275d38; }
  .hover-bg-darkest-green-q2:hover, .hover-bg-darkest-green-q2:focus {
    background: #275d38; }
  .hover-light-magenta-q2:hover, .hover-light-magenta-q2:focus {
    color: #fdecef; }
  .hover-bg-light-magenta-q2:hover, .hover-bg-light-magenta-q2:focus {
    background: #fdecef; }
  .hover-magenta-q2:hover, .hover-magenta-q2:focus {
    color: #e844ab; }
  .hover-bg-magenta-q2:hover, .hover-bg-magenta-q2:focus {
    background: #e844ab; }
  .hover-dark-magenta-q2:hover, .hover-dark-magenta-q2:focus {
    color: #af006e; }
  .hover-bg-dark-magenta-q2:hover, .hover-bg-dark-magenta-q2:focus {
    background: #af006e; }
  .hover-darkest-magenta-q2:hover, .hover-darkest-magenta-q2:focus {
    color: #5e2751; }
  .hover-bg-darkest-magenta-q2:hover, .hover-bg-darkest-magenta-q2:focus {
    background: #5e2751; }
  .hover-light-red-q2:hover, .hover-light-red-q2:focus {
    color: #fde7db; }
  .hover-bg-light-red-q2:hover, .hover-bg-light-red-q2:focus {
    background: #fde7db; }
  .hover-red-q2:hover, .hover-red-q2:focus {
    color: #e03c31; }
  .hover-bg-red-q2:hover, .hover-bg-red-q2:focus {
    background: #e03c31; }
  .hover-dark-red-q2:hover, .hover-dark-red-q2:focus {
    color: #862633; }
  .hover-bg-dark-red-q2:hover, .hover-bg-dark-red-q2:focus {
    background: #862633; }
  .hover-light-orange-q2:hover, .hover-light-orange-q2:focus {
    color: #ffe8c9; }
  .hover-bg-light-orange-q2:hover, .hover-bg-light-orange-q2:focus {
    background: #ffe8c9; }
  .hover-orange-q2:hover, .hover-orange-q2:focus {
    color: #fba137; }
  .hover-bg-orange-q2:hover, .hover-bg-orange-q2:focus {
    background: #fba137; }
  .hover-dark-orange-q2:hover, .hover-dark-orange-q2:focus {
    color: #e36f1e; }
  .hover-bg-dark-orange-q2:hover, .hover-bg-dark-orange-q2:focus {
    background: #e36f1e; }
  .hover-darkest-orange-q2:hover, .hover-darkest-orange-q2:focus {
    color: #a9431e; }
  .hover-bg-darkest-orange-q2:hover, .hover-bg-darkest-orange-q2:focus {
    background: #a9431e; }
  .hover-light-teal-q2:hover, .hover-light-teal-q2:focus {
    color: #e9f1f0; }
  .hover-bg-light-teal-q2:hover, .hover-bg-light-teal-q2:focus {
    background: #e9f1f0; }
  .hover-teal-q2:hover, .hover-teal-q2:focus {
    color: #15c3da; }
  .hover-bg-teal-q2:hover, .hover-bg-teal-q2:focus {
    background: #15c3da; }
  .hover-dark-teal-q2:hover, .hover-dark-teal-q2:focus {
    color: #009ca6; }
  .hover-bg-dark-teal-q2:hover, .hover-bg-dark-teal-q2:focus {
    background: #009ca6; }
  .hover-darkest-teal-q2:hover, .hover-darkest-teal-q2:focus {
    color: #004f59; }
  .hover-bg-darkest-teal-q2:hover, .hover-bg-darkest-teal-q2:focus {
    background: #004f59; }
  .hover-light-yellow-q2:hover, .hover-light-yellow-q2:focus {
    color: #fff6cb; }
  .hover-bg-light-yellow-q2:hover, .hover-bg-light-yellow-q2:focus {
    background: #fff6cb; }
  .hover-yellow-q2:hover, .hover-yellow-q2:focus {
    color: #ffd96c; }
  .hover-bg-yellow-q2:hover, .hover-bg-yellow-q2:focus {
    background: #ffd96c; }
  .hover-dark-yellow-q2:hover, .hover-dark-yellow-q2:focus {
    color: #fdb813; }
  .hover-bg-dark-yellow-q2:hover, .hover-bg-dark-yellow-q2:focus {
    background: #fdb813; }
  .hover-darkest-yellow-q2:hover, .hover-darkest-yellow-q2:focus {
    color: #a9662b; }
  .hover-bg-darkest-yellow-q2:hover, .hover-bg-darkest-yellow-q2:focus {
    background: #a9662b; }
  .hover-lightest-steel-q2:hover, .hover-lightest-steel-q2:focus {
    color: #f7f9fb; }
  .hover-bg-lightest-steel-q2:hover, .hover-bg-lightest-steel-q2:focus {
    background: #f7f9fb; }
  .hover-light-steel-q2:hover, .hover-light-steel-q2:focus {
    color: #d5e1ef; }
  .hover-bg-light-steel-q2:hover, .hover-bg-light-steel-q2:focus {
    background: #d5e1ef; }
  .hover-steel-q2:hover, .hover-steel-q2:focus {
    color: #8999b9; }
  .hover-bg-steel-q2:hover, .hover-bg-steel-q2:focus {
    background: #8999b9; }
  .hover-white-0125-q2:hover, .hover-white-0125-q2:focus {
    color: rgba(255, 255, 255, 0.0125); }
  .hover-bg-white-0125-q2:hover, .hover-bg-white-0125-q2:focus {
    background: rgba(255, 255, 255, 0.0125); }
  .hover-white-025-q2:hover, .hover-white-025-q2:focus {
    color: rgba(255, 255, 255, 0.025); }
  .hover-bg-white-025-q2:hover, .hover-bg-white-025-q2:focus {
    background: rgba(255, 255, 255, 0.025); }
  .hover-white-05-q2:hover, .hover-white-05-q2:focus {
    color: rgba(255, 255, 255, 0.05); }
  .hover-bg-white-05-q2:hover, .hover-bg-white-05-q2:focus {
    background: rgba(255, 255, 255, 0.05); }
  .hover-white-10-q2:hover, .hover-white-10-q2:focus {
    color: rgba(255, 255, 255, 0.1); }
  .hover-bg-white-10-q2:hover, .hover-bg-white-10-q2:focus {
    background: rgba(255, 255, 255, 0.1); }
  .hover-white-20-q2:hover, .hover-white-20-q2:focus {
    color: rgba(255, 255, 255, 0.2); }
  .hover-bg-white-20-q2:hover, .hover-bg-white-20-q2:focus {
    background: rgba(255, 255, 255, 0.2); }
  .hover-white-30-q2:hover, .hover-white-30-q2:focus {
    color: rgba(255, 255, 255, 0.3); }
  .hover-bg-white-30-q2:hover, .hover-bg-white-30-q2:focus {
    background: rgba(255, 255, 255, 0.3); }
  .hover-white-40-q2:hover, .hover-white-40-q2:focus {
    color: rgba(255, 255, 255, 0.4); }
  .hover-bg-white-40-q2:hover, .hover-bg-white-40-q2:focus {
    background: rgba(255, 255, 255, 0.4); }
  .hover-white-50-q2:hover, .hover-white-50-q2:focus {
    color: rgba(255, 255, 255, 0.5); }
  .hover-bg-white-50-q2:hover, .hover-bg-white-50-q2:focus {
    background: rgba(255, 255, 255, 0.5); }
  .hover-white-60-q2:hover, .hover-white-60-q2:focus {
    color: rgba(255, 255, 255, 0.6); }
  .hover-bg-white-60-q2:hover, .hover-bg-white-60-q2:focus {
    background: rgba(255, 255, 255, 0.6); }
  .hover-white-70-q2:hover, .hover-white-70-q2:focus {
    color: rgba(255, 255, 255, 0.7); }
  .hover-bg-white-70-q2:hover, .hover-bg-white-70-q2:focus {
    background: rgba(255, 255, 255, 0.7); }
  .hover-white-80-q2:hover, .hover-white-80-q2:focus {
    color: rgba(255, 255, 255, 0.8); }
  .hover-bg-white-80-q2:hover, .hover-bg-white-80-q2:focus {
    background: rgba(255, 255, 255, 0.8); }
  .hover-white-90-q2:hover, .hover-white-90-q2:focus {
    color: rgba(255, 255, 255, 0.9); }
  .hover-bg-white-90-q2:hover, .hover-bg-white-90-q2:focus {
    background: rgba(255, 255, 255, 0.9); }
  .hover-white-q2:hover, .hover-white-q2:focus {
    color: #fff; }
  .hover-bg-white-q2:hover, .hover-bg-white-q2:focus {
    background: #fff; }
  .hover-lightest-gray-q2:hover, .hover-lightest-gray-q2:focus {
    color: #fbfbfb; }
  .hover-bg-lightest-gray-q2:hover, .hover-bg-lightest-gray-q2:focus {
    background: #fbfbfb; }
  .hover-light-gray-q2:hover, .hover-light-gray-q2:focus {
    color: #eee; }
  .hover-bg-light-gray-q2:hover, .hover-bg-light-gray-q2:focus {
    background: #eee; }
  .hover-moon-gray-q2:hover, .hover-moon-gray-q2:focus {
    color: #ccc; }
  .hover-bg-moon-gray-q2:hover, .hover-bg-moon-gray-q2:focus {
    background: #ccc; }
  .hover-light-silver-q2:hover, .hover-light-silver-q2:focus {
    color: #aaa; }
  .hover-bg-light-silver-q2:hover, .hover-bg-light-silver-q2:focus {
    background: #aaa; }
  .hover-silver-q2:hover, .hover-silver-q2:focus {
    color: #999; }
  .hover-bg-silver-q2:hover, .hover-bg-silver-q2:focus {
    background: #999; }
  .hover-gray-q2:hover, .hover-gray-q2:focus {
    color: #777; }
  .hover-bg-gray-q2:hover, .hover-bg-gray-q2:focus {
    background: #777; }
  .hover-mid-gray-q2:hover, .hover-mid-gray-q2:focus {
    color: #555; }
  .hover-bg-mid-gray-q2:hover, .hover-bg-mid-gray-q2:focus {
    background: #555; }
  .hover-dark-gray-q2:hover, .hover-dark-gray-q2:focus {
    color: #444; }
  .hover-bg-dark-gray-q2:hover, .hover-bg-dark-gray-q2:focus {
    background: #444; }
  .hover-darkest-gray-q2:hover, .hover-darkest-gray-q2:focus {
    color: #333; }
  .hover-bg-darkest-gray-q2:hover, .hover-bg-darkest-gray-q2:focus {
    background: #333; }
  .hover-near-black-q2:hover, .hover-near-black-q2:focus {
    color: #111; }
  .hover-bg-near-black-q2:hover, .hover-bg-near-black-q2:focus {
    background: #111; }
  .hover-black-q2:hover, .hover-black-q2:focus {
    color: #000; }
  .hover-bg-black-q2:hover, .hover-bg-black-q2:focus {
    background: #000; }
  .hover-near-white-q2:hover, .hover-near-white-q2:focus {
    color: #f4f4f4; }
  .hover-bg-near-white-q2:hover, .hover-bg-near-white-q2:focus {
    background: #f4f4f4; }
  .hover-fafafa-q2:hover, .hover-fafafa-q2:focus {
    color: #fafafa; }
  .hover-bg-fafafa-q2:hover, .hover-bg-fafafa-q2:focus {
    background: #fafafa; }
  .hover-f5f5f5-q2:hover, .hover-f5f5f5-q2:focus {
    color: #f5f5f5; }
  .hover-bg-f5f5f5-q2:hover, .hover-bg-f5f5f5-q2:focus {
    background: #f5f5f5; }
  .hover-eee-q2:hover, .hover-eee-q2:focus {
    color: #eee; }
  .hover-bg-eee-q2:hover, .hover-bg-eee-q2:focus {
    background: #eee; }
  .hover-e0e0e0-q2:hover, .hover-e0e0e0-q2:focus {
    color: #e0e0e0; }
  .hover-bg-e0e0e0-q2:hover, .hover-bg-e0e0e0-q2:focus {
    background: #e0e0e0; }
  .hover-ddd-q2:hover, .hover-ddd-q2:focus {
    color: #ddd; }
  .hover-bg-ddd-q2:hover, .hover-bg-ddd-q2:focus {
    background: #ddd; }
  .hover-ccc-q2:hover, .hover-ccc-q2:focus {
    color: #ccc; }
  .hover-bg-ccc-q2:hover, .hover-bg-ccc-q2:focus {
    background: #ccc; }
  .hover-bbb-q2:hover, .hover-bbb-q2:focus {
    color: #bbb; }
  .hover-bg-bbb-q2:hover, .hover-bg-bbb-q2:focus {
    background: #bbb; }
  .hover-aaa-q2:hover, .hover-aaa-q2:focus {
    color: #aaa; }
  .hover-bg-aaa-q2:hover, .hover-bg-aaa-q2:focus {
    background: #aaa; }
  .hover-999-q2:hover, .hover-999-q2:focus {
    color: #999; }
  .hover-bg-999-q2:hover, .hover-bg-999-q2:focus {
    background: #999; }
  .hover-777-q2:hover, .hover-777-q2:focus {
    color: #777; }
  .hover-bg-777-q2:hover, .hover-bg-777-q2:focus {
    background: #777; }
  .hover-666-q2:hover, .hover-666-q2:focus {
    color: #666; }
  .hover-bg-666-q2:hover, .hover-bg-666-q2:focus {
    background: #666; }
  .hover-555-q2:hover, .hover-555-q2:focus {
    color: #555; }
  .hover-bg-555-q2:hover, .hover-bg-555-q2:focus {
    background: #555; }
  .hover-444-q2:hover, .hover-444-q2:focus {
    color: #444; }
  .hover-bg-444-q2:hover, .hover-bg-444-q2:focus {
    background: #444; }
  .hover-333-q2:hover, .hover-333-q2:focus {
    color: #333; }
  .hover-bg-333-q2:hover, .hover-bg-333-q2:focus {
    background: #333; }
  .hover-222-q2:hover, .hover-222-q2:focus {
    color: #222; }
  .hover-bg-222-q2:hover, .hover-bg-222-q2:focus {
    background: #222; }
  .hover-transparent-q2:hover, .hover-transparent-q2:focus {
    color: transparent; }
  .hover-bg-transparent-q2:hover, .hover-bg-transparent-q2:focus {
    background: transparent; }
  .hover-black-0125-q2:hover, .hover-black-0125-q2:focus {
    color: rgba(0, 0, 0, 0.0125); }
  .hover-bg-black-0125-q2:hover, .hover-bg-black-0125-q2:focus {
    background: rgba(0, 0, 0, 0.0125); }
  .hover-black-025-q2:hover, .hover-black-025-q2:focus {
    color: rgba(0, 0, 0, 0.025); }
  .hover-bg-black-025-q2:hover, .hover-bg-black-025-q2:focus {
    background: rgba(0, 0, 0, 0.025); }
  .hover-black-05-q2:hover, .hover-black-05-q2:focus {
    color: rgba(0, 0, 0, 0.05); }
  .hover-bg-black-05-q2:hover, .hover-bg-black-05-q2:focus {
    background: rgba(0, 0, 0, 0.05); }
  .hover-black-10-q2:hover, .hover-black-10-q2:focus {
    color: rgba(0, 0, 0, 0.1); }
  .hover-bg-black-10-q2:hover, .hover-bg-black-10-q2:focus {
    background: rgba(0, 0, 0, 0.1); }
  .hover-black-20-q2:hover, .hover-black-20-q2:focus {
    color: rgba(0, 0, 0, 0.2); }
  .hover-bg-black-20-q2:hover, .hover-bg-black-20-q2:focus {
    background: rgba(0, 0, 0, 0.2); }
  .hover-black-30-q2:hover, .hover-black-30-q2:focus {
    color: rgba(0, 0, 0, 0.3); }
  .hover-bg-black-30-q2:hover, .hover-bg-black-30-q2:focus {
    background: rgba(0, 0, 0, 0.3); }
  .hover-black-40-q2:hover, .hover-black-40-q2:focus {
    color: rgba(0, 0, 0, 0.4); }
  .hover-bg-black-40-q2:hover, .hover-bg-black-40-q2:focus {
    background: rgba(0, 0, 0, 0.4); }
  .hover-black-50-q2:hover, .hover-black-50-q2:focus {
    color: rgba(0, 0, 0, 0.5); }
  .hover-bg-black-50-q2:hover, .hover-bg-black-50-q2:focus {
    background: rgba(0, 0, 0, 0.5); }
  .hover-black-60-q2:hover, .hover-black-60-q2:focus {
    color: rgba(0, 0, 0, 0.6); }
  .hover-bg-black-60-q2:hover, .hover-bg-black-60-q2:focus {
    background: rgba(0, 0, 0, 0.6); }
  .hover-black-70-q2:hover, .hover-black-70-q2:focus {
    color: rgba(0, 0, 0, 0.7); }
  .hover-bg-black-70-q2:hover, .hover-bg-black-70-q2:focus {
    background: rgba(0, 0, 0, 0.7); }
  .hover-black-80-q2:hover, .hover-black-80-q2:focus {
    color: rgba(0, 0, 0, 0.8); }
  .hover-bg-black-80-q2:hover, .hover-bg-black-80-q2:focus {
    background: rgba(0, 0, 0, 0.8); }
  .hover-black-90-q2:hover, .hover-black-90-q2:focus {
    color: rgba(0, 0, 0, 0.9); }
  .hover-bg-black-90-q2:hover, .hover-bg-black-90-q2:focus {
    background: rgba(0, 0, 0, 0.9); }
  .highlight-q2 {
    color: #fc6d6d; }
  .aig-blue-q2 {
    color: #00a4e4; }
  .pcg-blue-q2 {
    color: #003467; }
  .light-blue-q2 {
    color: #dee9f6; }
  .blue-q2 {
    color: #0057b8; }
  .dark-blue-q2 {
    color: #001e62; }
  .light-green-q2 {
    color: #e0eed0; }
  .green-q2 {
    color: #50d986; }
  .dark-green-q2 {
    color: #13aa41; }
  .darkest-green-q2 {
    color: #275d38; }
  .light-magenta-q2 {
    color: #fdecef; }
  .magenta-q2 {
    color: #e844ab; }
  .dark-magenta-q2 {
    color: #af006e; }
  .darkest-magenta-q2 {
    color: #5e2751; }
  .light-red-q2 {
    color: #fde7db; }
  .red-q2 {
    color: #e03c31; }
  .dark-red-q2 {
    color: #862633; }
  .light-orange-q2 {
    color: #ffe8c9; }
  .orange-q2 {
    color: #fba137; }
  .dark-orange-q2 {
    color: #e36f1e; }
  .darkest-orange-q2 {
    color: #a9431e; }
  .light-teal-q2 {
    color: #e9f1f0; }
  .teal-q2 {
    color: #15c3da; }
  .dark-teal-q2 {
    color: #009ca6; }
  .darkest-teal-q2 {
    color: #004f59; }
  .light-yellow-q2 {
    color: #fff6cb; }
  .yellow-q2 {
    color: #ffd96c; }
  .dark-yellow-q2 {
    color: #fdb813; }
  .darkest-yellow-q2 {
    color: #a9662b; }
  .lightest-steel-q2 {
    color: #f7f9fb; }
  .light-steel-q2 {
    color: #d5e1ef; }
  .steel-q2 {
    color: #8999b9; }
  .white-0125-q2 {
    color: rgba(255, 255, 255, 0.0125); }
  .white-025-q2 {
    color: rgba(255, 255, 255, 0.025); }
  .white-05-q2 {
    color: rgba(255, 255, 255, 0.05); }
  .white-10-q2 {
    color: rgba(255, 255, 255, 0.1); }
  .white-20-q2 {
    color: rgba(255, 255, 255, 0.2); }
  .white-30-q2 {
    color: rgba(255, 255, 255, 0.3); }
  .white-40-q2 {
    color: rgba(255, 255, 255, 0.4); }
  .white-50-q2 {
    color: rgba(255, 255, 255, 0.5); }
  .white-60-q2 {
    color: rgba(255, 255, 255, 0.6); }
  .white-70-q2 {
    color: rgba(255, 255, 255, 0.7); }
  .white-80-q2 {
    color: rgba(255, 255, 255, 0.8); }
  .white-90-q2 {
    color: rgba(255, 255, 255, 0.9); }
  .white-q2 {
    color: #fff; }
  .lightest-gray-q2 {
    color: #fbfbfb; }
  .light-gray-q2 {
    color: #eee; }
  .moon-gray-q2 {
    color: #ccc; }
  .light-silver-q2 {
    color: #aaa; }
  .silver-q2 {
    color: #999; }
  .gray-q2 {
    color: #777; }
  .mid-gray-q2 {
    color: #555; }
  .dark-gray-q2 {
    color: #444; }
  .darkest-gray-q2 {
    color: #333; }
  .near-black-q2 {
    color: #111; }
  .black-q2 {
    color: #000; }
  .near-white-q2 {
    color: #f4f4f4; }
  .fafafa-q2 {
    color: #fafafa; }
  .f5f5f5-q2 {
    color: #f5f5f5; }
  .color-eee-q2 {
    color: #eee; }
  .color-e0e0e0-q2 {
    color: #e0e0e0; }
  .color-ddd-q2 {
    color: #ddd; }
  .color-ccc-q2 {
    color: #ccc; }
  .color-bbb-q2 {
    color: #bbb; }
  .color-aaa-q2 {
    color: #aaa; }
  .color-999-q2 {
    color: #999; }
  .color-777-q2 {
    color: #777; }
  .color-666-q2 {
    color: #666; }
  .color-555-q2 {
    color: #555; }
  .color-444-q2 {
    color: #444; }
  .color-333-q2 {
    color: #333; }
  .color-222-q2 {
    color: #222; }
  .transparent-q2 {
    color: transparent; }
  .black-0125-q2 {
    color: rgba(0, 0, 0, 0.0125); }
  .black-025-q2 {
    color: rgba(0, 0, 0, 0.025); }
  .black-05-q2 {
    color: rgba(0, 0, 0, 0.05); }
  .black-10-q2 {
    color: rgba(0, 0, 0, 0.1); }
  .black-20-q2 {
    color: rgba(0, 0, 0, 0.2); }
  .black-30-q2 {
    color: rgba(0, 0, 0, 0.3); }
  .black-40-q2 {
    color: rgba(0, 0, 0, 0.4); }
  .black-50-q2 {
    color: rgba(0, 0, 0, 0.5); }
  .black-60-q2 {
    color: rgba(0, 0, 0, 0.6); }
  .black-70-q2 {
    color: rgba(0, 0, 0, 0.7); }
  .black-80-q2 {
    color: rgba(0, 0, 0, 0.8); }
  .black-90-q2 {
    color: rgba(0, 0, 0, 0.9); }
  .bg-highlight-q2 {
    background: #fc6d6d; }
  .bg-aig-blue-q2 {
    background: #00a4e4; }
  .bg-pcg-blue-q2 {
    background: #003467; }
  .bg-light-blue-q2 {
    background: #dee9f6; }
  .bg-blue-q2 {
    background: #0057b8; }
  .bg-dark-blue-q2 {
    background: #001e62; }
  .bg-light-green-q2 {
    background: #e0eed0; }
  .bg-green-q2 {
    background: #50d986; }
  .bg-dark-green-q2 {
    background: #13aa41; }
  .bg-darkest-green-q2 {
    background: #275d38; }
  .bg-light-magenta-q2 {
    background: #fdecef; }
  .bg-magenta-q2 {
    background: #e844ab; }
  .bg-dark-magenta-q2 {
    background: #af006e; }
  .bg-darkest-magenta-q2 {
    background: #5e2751; }
  .bg-light-red-q2 {
    background: #fde7db; }
  .bg-red-q2 {
    background: #e03c31; }
  .bg-dark-red-q2 {
    background: #862633; }
  .bg-light-orange-q2 {
    background: #ffe8c9; }
  .bg-orange-q2 {
    background: #fba137; }
  .bg-dark-orange-q2 {
    background: #e36f1e; }
  .bg-darkest-orange-q2 {
    background: #a9431e; }
  .bg-light-teal-q2 {
    background: #e9f1f0; }
  .bg-teal-q2 {
    background: #15c3da; }
  .bg-dark-teal-q2 {
    background: #009ca6; }
  .bg-darkest-teal-q2 {
    background: #004f59; }
  .bg-light-yellow-q2 {
    background: #fff6cb; }
  .bg-yellow-q2 {
    background: #ffd96c; }
  .bg-dark-yellow-q2 {
    background: #fdb813; }
  .bg-darkest-yellow-q2 {
    background: #a9662b; }
  .bg-lightest-steel-q2 {
    background: #f7f9fb; }
  .bg-light-steel-q2 {
    background: #d5e1ef; }
  .bg-steel-q2 {
    background: #8999b9; }
  .bg-white-0125-q2 {
    background: rgba(255, 255, 255, 0.0125); }
  .bg-white-025-q2 {
    background: rgba(255, 255, 255, 0.025); }
  .bg-white-05-q2 {
    background: rgba(255, 255, 255, 0.05); }
  .bg-white-10-q2 {
    background: rgba(255, 255, 255, 0.1); }
  .bg-white-20-q2 {
    background: rgba(255, 255, 255, 0.2); }
  .bg-white-30-q2 {
    background: rgba(255, 255, 255, 0.3); }
  .bg-white-40-q2 {
    background: rgba(255, 255, 255, 0.4); }
  .bg-white-50-q2 {
    background: rgba(255, 255, 255, 0.5); }
  .bg-white-60-q2 {
    background: rgba(255, 255, 255, 0.6); }
  .bg-white-70-q2 {
    background: rgba(255, 255, 255, 0.7); }
  .bg-white-80-q2 {
    background: rgba(255, 255, 255, 0.8); }
  .bg-white-90-q2 {
    background: rgba(255, 255, 255, 0.9); }
  .bg-white-q2 {
    background: #fff; }
  .bg-lightest-gray-q2 {
    background: #fbfbfb; }
  .bg-light-gray-q2 {
    background: #eee; }
  .bg-moon-gray-q2 {
    background: #ccc; }
  .bg-light-silver-q2 {
    background: #aaa; }
  .bg-silver-q2 {
    background: #999; }
  .bg-gray-q2 {
    background: #777; }
  .bg-mid-gray-q2 {
    background: #555; }
  .bg-dark-gray-q2 {
    background: #444; }
  .bg-darkest-gray-q2 {
    background: #333; }
  .bg-near-black-q2 {
    background: #111; }
  .bg-black-q2 {
    background: #000; }
  .bg-near-white-q2 {
    background: #f4f4f4; }
  .bg-fafafa-q2 {
    background: #fafafa; }
  .bg-f5f5f5-q2 {
    background: #f5f5f5; }
  .bg-eee-q2 {
    background: #eee; }
  .bg-e0e0e0-q2 {
    background: #e0e0e0; }
  .bg-ddd-q2 {
    background: #ddd; }
  .bg-ccc-q2 {
    background: #ccc; }
  .bg-bbb-q2 {
    background: #bbb; }
  .bg-aaa-q2 {
    background: #aaa; }
  .bg-999-q2 {
    background: #999; }
  .bg-777-q2 {
    background: #777; }
  .bg-666-q2 {
    background: #666; }
  .bg-555-q2 {
    background: #555; }
  .bg-444-q2 {
    background: #444; }
  .bg-333-q2 {
    background: #333; }
  .bg-222-q2 {
    background: #222; }
  .bg-transparent-q2 {
    background: transparent; }
  .bg-black-0125-q2 {
    background: rgba(0, 0, 0, 0.0125); }
  .bg-black-025-q2 {
    background: rgba(0, 0, 0, 0.025); }
  .bg-black-05-q2 {
    background: rgba(0, 0, 0, 0.05); }
  .bg-black-10-q2 {
    background: rgba(0, 0, 0, 0.1); }
  .bg-black-20-q2 {
    background: rgba(0, 0, 0, 0.2); }
  .bg-black-30-q2 {
    background: rgba(0, 0, 0, 0.3); }
  .bg-black-40-q2 {
    background: rgba(0, 0, 0, 0.4); }
  .bg-black-50-q2 {
    background: rgba(0, 0, 0, 0.5); }
  .bg-black-60-q2 {
    background: rgba(0, 0, 0, 0.6); }
  .bg-black-70-q2 {
    background: rgba(0, 0, 0, 0.7); }
  .bg-black-80-q2 {
    background: rgba(0, 0, 0, 0.8); }
  .bg-black-90-q2 {
    background: rgba(0, 0, 0, 0.9); }
  .h0-q2 {
    height: 0rem; }
  .h1-q2 {
    height: 0.5rem; }
  .h2-q2 {
    height: 1rem; }
  .h3-q2 {
    height: 1.5rem; }
  .h4-q2 {
    height: 2rem; }
  .h5-q2 {
    height: 2.5rem; }
  .h6-q2 {
    height: 3rem; }
  .h7-q2 {
    height: 3.5rem; }
  .h8-q2 {
    height: 4rem; }
  .h9-q2 {
    height: 4.5rem; }
  .h10-q2 {
    height: 5rem; }
  .h12-q2 {
    height: 6rem; }
  .h14-q2 {
    height: 7rem; }
  .h16-q2 {
    height: 8rem; }
  .h18-q2 {
    height: 9rem; }
  .h20-q2 {
    height: 10rem; }
  .h22-q2 {
    height: 11rem; }
  .h24-q2 {
    height: 12rem; }
  .h26-q2 {
    height: 13rem; }
  .h28-q2 {
    height: 14rem; }
  .h30-q2 {
    height: 15rem; }
  .h32-q2 {
    height: 16rem; }
  .h34-q2 {
    height: 17rem; }
  .h36-q2 {
    height: 18rem; }
  .h38-q2 {
    height: 19rem; }
  .h40-q2 {
    height: 20rem; }
  .h42-q2 {
    height: 21rem; }
  .h44-q2 {
    height: 22rem; }
  .h46-q2 {
    height: 23rem; }
  .h48-q2 {
    height: 24rem; }
  .h50-q2 {
    height: 25rem; }
  .h52-q2 {
    height: 26rem; }
  .h54-q2 {
    height: 27rem; }
  .h56-q2 {
    height: 28rem; }
  .h58-q2 {
    height: 29rem; }
  .h60-q2 {
    height: 30rem; }
  .h70-q2 {
    height: 35rem; }
  .h80-q2 {
    height: 40rem; }
  .h90-q2 {
    height: 45rem; }
  .h100-q2 {
    height: 50rem; }
  .h110-q2 {
    height: 55rem; }
  .h120-q2 {
    height: 60rem; }
  .h130-q2 {
    height: 65rem; }
  .h140-q2 {
    height: 70rem; }
  .h150-q2 {
    height: 75rem; }
  .h160-q2 {
    height: 80rem; }
  .h170-q2 {
    height: 85rem; }
  .h180-q2 {
    height: 90rem; }
  .ma0-q2 {
    margin: 0rem; }
  .ma1-q2 {
    margin: 0.5rem; }
  .ma2-q2 {
    margin: 1rem; }
  .ma3-q2 {
    margin: 1.5rem; }
  .ma4-q2 {
    margin: 2rem; }
  .ma5-q2 {
    margin: 2.5rem; }
  .ma6-q2 {
    margin: 3rem; }
  .ma7-q2 {
    margin: 3.5rem; }
  .ma8-q2 {
    margin: 4rem; }
  .ma9-q2 {
    margin: 4.5rem; }
  .ma10-q2 {
    margin: 5rem; }
  .mb0-q2 {
    margin-bottom: 0rem; }
  .mb1-q2 {
    margin-bottom: 0.5rem; }
  .mb2-q2 {
    margin-bottom: 1rem; }
  .mb3-q2 {
    margin-bottom: 1.5rem; }
  .mb4-q2 {
    margin-bottom: 2rem; }
  .mb5-q2 {
    margin-bottom: 2.5rem; }
  .mb6-q2 {
    margin-bottom: 3rem; }
  .mb7-q2 {
    margin-bottom: 3.5rem; }
  .mb8-q2 {
    margin-bottom: 4rem; }
  .mb9-q2 {
    margin-bottom: 4.5rem; }
  .mb10-q2 {
    margin-bottom: 5rem; }
  .mh0-q2 {
    margin-left: 0rem;
    margin-right: 0rem; }
  .mh1-q2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
  .mh2-q2 {
    margin-left: 1rem;
    margin-right: 1rem; }
  .mh3-q2 {
    margin-left: 1.5rem;
    margin-right: 1.5rem; }
  .mh4-q2 {
    margin-left: 2rem;
    margin-right: 2rem; }
  .mh5-q2 {
    margin-left: 2.5rem;
    margin-right: 2.5rem; }
  .mh6-q2 {
    margin-left: 3rem;
    margin-right: 3rem; }
  .mh7-q2 {
    margin-left: 3.5rem;
    margin-right: 3.5rem; }
  .mh8-q2 {
    margin-left: 4rem;
    margin-right: 4rem; }
  .mh9-q2 {
    margin-left: 4.5rem;
    margin-right: 4.5rem; }
  .mh10-q2 {
    margin-left: 5rem;
    margin-right: 5rem; }
  .min-h0-q2 {
    min-height: 0rem; }
  .min-h1-q2 {
    min-height: 0.5rem; }
  .min-h2-q2 {
    min-height: 1rem; }
  .min-h3-q2 {
    min-height: 1.5rem; }
  .min-h4-q2 {
    min-height: 2rem; }
  .min-h5-q2 {
    min-height: 2.5rem; }
  .min-h6-q2 {
    min-height: 3rem; }
  .min-h7-q2 {
    min-height: 3.5rem; }
  .min-h8-q2 {
    min-height: 4rem; }
  .min-h9-q2 {
    min-height: 4.5rem; }
  .min-h10-q2 {
    min-height: 5rem; }
  .min-h12-q2 {
    min-height: 6rem; }
  .min-h14-q2 {
    min-height: 7rem; }
  .min-h16-q2 {
    min-height: 8rem; }
  .min-h18-q2 {
    min-height: 9rem; }
  .min-h20-q2 {
    min-height: 10rem; }
  .min-h22-q2 {
    min-height: 11rem; }
  .min-h24-q2 {
    min-height: 12rem; }
  .min-h26-q2 {
    min-height: 13rem; }
  .min-h28-q2 {
    min-height: 14rem; }
  .min-h30-q2 {
    min-height: 15rem; }
  .min-h32-q2 {
    min-height: 16rem; }
  .min-h34-q2 {
    min-height: 17rem; }
  .min-h36-q2 {
    min-height: 18rem; }
  .min-h38-q2 {
    min-height: 19rem; }
  .min-h40-q2 {
    min-height: 20rem; }
  .min-h42-q2 {
    min-height: 21rem; }
  .min-h44-q2 {
    min-height: 22rem; }
  .min-h46-q2 {
    min-height: 23rem; }
  .min-h48-q2 {
    min-height: 24rem; }
  .min-h50-q2 {
    min-height: 25rem; }
  .min-h52-q2 {
    min-height: 26rem; }
  .min-h54-q2 {
    min-height: 27rem; }
  .min-h56-q2 {
    min-height: 28rem; }
  .min-h58-q2 {
    min-height: 29rem; }
  .min-h60-q2 {
    min-height: 30rem; }
  .min-h70-q2 {
    min-height: 35rem; }
  .min-h80-q2 {
    min-height: 40rem; }
  .min-h90-q2 {
    min-height: 45rem; }
  .min-w0-q2 {
    min-width: 0rem; }
  .min-w1-q2 {
    min-width: 0.5rem; }
  .min-w2-q2 {
    min-width: 1rem; }
  .min-w3-q2 {
    min-width: 1.5rem; }
  .min-w4-q2 {
    min-width: 2rem; }
  .min-w5-q2 {
    min-width: 2.5rem; }
  .min-w6-q2 {
    min-width: 3rem; }
  .min-w7-q2 {
    min-width: 3.5rem; }
  .min-w8-q2 {
    min-width: 4rem; }
  .min-w9-q2 {
    min-width: 4.5rem; }
  .min-w10-q2 {
    min-width: 5rem; }
  .min-w12-q2 {
    min-width: 6rem; }
  .min-w14-q2 {
    min-width: 7rem; }
  .min-w16-q2 {
    min-width: 8rem; }
  .min-w18-q2 {
    min-width: 9rem; }
  .min-w20-q2 {
    min-width: 10rem; }
  .min-w22-q2 {
    min-width: 11rem; }
  .min-w24-q2 {
    min-width: 12rem; }
  .min-w26-q2 {
    min-width: 13rem; }
  .min-w28-q2 {
    min-width: 14rem; }
  .min-w30-q2 {
    min-width: 15rem; }
  .min-w32-q2 {
    min-width: 16rem; }
  .min-w34-q2 {
    min-width: 17rem; }
  .min-w36-q2 {
    min-width: 18rem; }
  .min-w38-q2 {
    min-width: 19rem; }
  .min-w40-q2 {
    min-width: 20rem; }
  .min-w42-q2 {
    min-width: 21rem; }
  .min-w44-q2 {
    min-width: 22rem; }
  .min-w46-q2 {
    min-width: 23rem; }
  .min-w48-q2 {
    min-width: 24rem; }
  .min-w50-q2 {
    min-width: 25rem; }
  .min-w52-q2 {
    min-width: 26rem; }
  .min-w54-q2 {
    min-width: 27rem; }
  .min-w56-q2 {
    min-width: 28rem; }
  .min-w58-q2 {
    min-width: 29rem; }
  .min-w60-q2 {
    min-width: 30rem; }
  .min-w70-q2 {
    min-width: 35rem; }
  .min-w80-q2 {
    min-width: 40rem; }
  .min-w90-q2 {
    min-width: 45rem; }
  .ml0-q2 {
    margin-left: 0rem; }
  .ml1-q2 {
    margin-left: 0.5rem; }
  .ml2-q2 {
    margin-left: 1rem; }
  .ml3-q2 {
    margin-left: 1.5rem; }
  .ml4-q2 {
    margin-left: 2rem; }
  .ml5-q2 {
    margin-left: 2.5rem; }
  .ml6-q2 {
    margin-left: 3rem; }
  .ml7-q2 {
    margin-left: 3.5rem; }
  .ml8-q2 {
    margin-left: 4rem; }
  .ml9-q2 {
    margin-left: 4.5rem; }
  .ml10-q2 {
    margin-left: 5rem; }
  .mr0-q2 {
    margin-right: 0rem; }
  .mr1-q2 {
    margin-right: 0.5rem; }
  .mr2-q2 {
    margin-right: 1rem; }
  .mr3-q2 {
    margin-right: 1.5rem; }
  .mr4-q2 {
    margin-right: 2rem; }
  .mr5-q2 {
    margin-right: 2.5rem; }
  .mr6-q2 {
    margin-right: 3rem; }
  .mr7-q2 {
    margin-right: 3.5rem; }
  .mr8-q2 {
    margin-right: 4rem; }
  .mr9-q2 {
    margin-right: 4.5rem; }
  .mr10-q2 {
    margin-right: 5rem; }
  .mt0-q2 {
    margin-top: 0rem; }
  .mt1-q2 {
    margin-top: 0.5rem; }
  .mt2-q2 {
    margin-top: 1rem; }
  .mt3-q2 {
    margin-top: 1.5rem; }
  .mt4-q2 {
    margin-top: 2rem; }
  .mt5-q2 {
    margin-top: 2.5rem; }
  .mt6-q2 {
    margin-top: 3rem; }
  .mt7-q2 {
    margin-top: 3.5rem; }
  .mt8-q2 {
    margin-top: 4rem; }
  .mt9-q2 {
    margin-top: 4.5rem; }
  .mt10-q2 {
    margin-top: 5rem; }
  .mv0-q2 {
    margin-top: 0rem;
    margin-bottom: 0rem; }
  .mv1-q2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  .mv2-q2 {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .mv3-q2 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
  .mv4-q2 {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .mv5-q2 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem; }
  .mv6-q2 {
    margin-top: 3rem;
    margin-bottom: 3rem; }
  .mv7-q2 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem; }
  .mv8-q2 {
    margin-top: 4rem;
    margin-bottom: 4rem; }
  .mv9-q2 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem; }
  .mv10-q2 {
    margin-top: 5rem;
    margin-bottom: 5rem; }
  .mw0-q2 {
    max-width: 0rem; }
  .mw1-q2 {
    max-width: 0.5rem; }
  .mw2-q2 {
    max-width: 1rem; }
  .mw3-q2 {
    max-width: 1.5rem; }
  .mw4-q2 {
    max-width: 2rem; }
  .mw5-q2 {
    max-width: 2.5rem; }
  .mw6-q2 {
    max-width: 3rem; }
  .mw7-q2 {
    max-width: 3.5rem; }
  .mw8-q2 {
    max-width: 4rem; }
  .mw9-q2 {
    max-width: 4.5rem; }
  .mw10-q2 {
    max-width: 5rem; }
  .mw12-q2 {
    max-width: 6rem; }
  .mw14-q2 {
    max-width: 7rem; }
  .mw16-q2 {
    max-width: 8rem; }
  .mw18-q2 {
    max-width: 9rem; }
  .mw20-q2 {
    max-width: 10rem; }
  .mw22-q2 {
    max-width: 11rem; }
  .mw24-q2 {
    max-width: 12rem; }
  .mw26-q2 {
    max-width: 13rem; }
  .mw28-q2 {
    max-width: 14rem; }
  .mw30-q2 {
    max-width: 15rem; }
  .mw32-q2 {
    max-width: 16rem; }
  .mw34-q2 {
    max-width: 17rem; }
  .mw36-q2 {
    max-width: 18rem; }
  .mw38-q2 {
    max-width: 19rem; }
  .mw40-q2 {
    max-width: 20rem; }
  .mw42-q2 {
    max-width: 21rem; }
  .mw44-q2 {
    max-width: 22rem; }
  .mw46-q2 {
    max-width: 23rem; }
  .mw48-q2 {
    max-width: 24rem; }
  .mw50-q2 {
    max-width: 25rem; }
  .mw52-q2 {
    max-width: 26rem; }
  .mw54-q2 {
    max-width: 27rem; }
  .mw56-q2 {
    max-width: 28rem; }
  .mw58-q2 {
    max-width: 29rem; }
  .mw60-q2 {
    max-width: 30rem; }
  .mw70-q2 {
    max-width: 35rem; }
  .mw80-q2 {
    max-width: 40rem; }
  .mw90-q2 {
    max-width: 45rem; }
  .mw100-q2 {
    max-width: 50rem; }
  .mw110-q2 {
    max-width: 55rem; }
  .mw120-q2 {
    max-width: 60rem; }
  .mw130-q2 {
    max-width: 65rem; }
  .mw140-q2 {
    max-width: 70rem; }
  .mw150-q2 {
    max-width: 75rem; }
  .mw160-q2 {
    max-width: 80rem; }
  .mw170-q2 {
    max-width: 85rem; }
  .mw180-q2 {
    max-width: 90rem; }
  .na0-q2 {
    margin: -0rem; }
  .na1-q2 {
    margin: -0.5rem; }
  .na2-q2 {
    margin: -1rem; }
  .na3-q2 {
    margin: -1.5rem; }
  .na4-q2 {
    margin: -2rem; }
  .na5-q2 {
    margin: -2.5rem; }
  .na6-q2 {
    margin: -3rem; }
  .na7-q2 {
    margin: -3.5rem; }
  .na8-q2 {
    margin: -4rem; }
  .na9-q2 {
    margin: -4.5rem; }
  .na10-q2 {
    margin: -5rem; }
  .nb0-q2 {
    margin-bottom: -0rem; }
  .nb1-q2 {
    margin-bottom: -0.5rem; }
  .nb2-q2 {
    margin-bottom: -1rem; }
  .nb3-q2 {
    margin-bottom: -1.5rem; }
  .nb4-q2 {
    margin-bottom: -2rem; }
  .nb5-q2 {
    margin-bottom: -2.5rem; }
  .nb6-q2 {
    margin-bottom: -3rem; }
  .nb7-q2 {
    margin-bottom: -3.5rem; }
  .nb8-q2 {
    margin-bottom: -4rem; }
  .nb9-q2 {
    margin-bottom: -4.5rem; }
  .nb10-q2 {
    margin-bottom: -5rem; }
  .nh0-q2 {
    margin-left: -0rem;
    margin-right: -0rem; }
  .nh1-q2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem; }
  .nh2-q2 {
    margin-left: -1rem;
    margin-right: -1rem; }
  .nh3-q2 {
    margin-left: -1.5rem;
    margin-right: -1.5rem; }
  .nh4-q2 {
    margin-left: -2rem;
    margin-right: -2rem; }
  .nh5-q2 {
    margin-left: -2.5rem;
    margin-right: -2.5rem; }
  .nh6-q2 {
    margin-left: -3rem;
    margin-right: -3rem; }
  .nh7-q2 {
    margin-left: -3.5rem;
    margin-right: -3.5rem; }
  .nh8-q2 {
    margin-left: -4rem;
    margin-right: -4rem; }
  .nh9-q2 {
    margin-left: -4.5rem;
    margin-right: -4.5rem; }
  .nh10-q2 {
    margin-left: -5rem;
    margin-right: -5rem; }
  .nl0-q2 {
    margin-left: -0rem; }
  .nl1-q2 {
    margin-left: -0.5rem; }
  .nl2-q2 {
    margin-left: -1rem; }
  .nl3-q2 {
    margin-left: -1.5rem; }
  .nl4-q2 {
    margin-left: -2rem; }
  .nl5-q2 {
    margin-left: -2.5rem; }
  .nl6-q2 {
    margin-left: -3rem; }
  .nl7-q2 {
    margin-left: -3.5rem; }
  .nl8-q2 {
    margin-left: -4rem; }
  .nl9-q2 {
    margin-left: -4.5rem; }
  .nl10-q2 {
    margin-left: -5rem; }
  .nr0-q2 {
    margin-right: -0rem; }
  .nr1-q2 {
    margin-right: -0.5rem; }
  .nr2-q2 {
    margin-right: -1rem; }
  .nr3-q2 {
    margin-right: -1.5rem; }
  .nr4-q2 {
    margin-right: -2rem; }
  .nr5-q2 {
    margin-right: -2.5rem; }
  .nr6-q2 {
    margin-right: -3rem; }
  .nr7-q2 {
    margin-right: -3.5rem; }
  .nr8-q2 {
    margin-right: -4rem; }
  .nr9-q2 {
    margin-right: -4.5rem; }
  .nr10-q2 {
    margin-right: -5rem; }
  .nt0-q2 {
    margin-top: -0rem; }
  .nt1-q2 {
    margin-top: -0.5rem; }
  .nt2-q2 {
    margin-top: -1rem; }
  .nt3-q2 {
    margin-top: -1.5rem; }
  .nt4-q2 {
    margin-top: -2rem; }
  .nt5-q2 {
    margin-top: -2.5rem; }
  .nt6-q2 {
    margin-top: -3rem; }
  .nt7-q2 {
    margin-top: -3.5rem; }
  .nt8-q2 {
    margin-top: -4rem; }
  .nt9-q2 {
    margin-top: -4.5rem; }
  .nt10-q2 {
    margin-top: -5rem; }
  .nv0-q2 {
    margin-top: -0rem;
    margin-bottom: -0rem; }
  .nv1-q2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem; }
  .nv2-q2 {
    margin-top: -1rem;
    margin-bottom: -1rem; }
  .nv3-q2 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem; }
  .nv4-q2 {
    margin-top: -2rem;
    margin-bottom: -2rem; }
  .nv5-q2 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem; }
  .nv6-q2 {
    margin-top: -3rem;
    margin-bottom: -3rem; }
  .nv7-q2 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem; }
  .nv8-q2 {
    margin-top: -4rem;
    margin-bottom: -4rem; }
  .nv9-q2 {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem; }
  .nv10-q2 {
    margin-top: -5rem;
    margin-bottom: -5rem; }
  .pa0-q2 {
    padding: 0rem; }
  .pa1-q2 {
    padding: 0.5rem; }
  .pa2-q2 {
    padding: 1rem; }
  .pa3-q2 {
    padding: 1.5rem; }
  .pa4-q2 {
    padding: 2rem; }
  .pa5-q2 {
    padding: 2.5rem; }
  .pa6-q2 {
    padding: 3rem; }
  .pa7-q2 {
    padding: 3.5rem; }
  .pa8-q2 {
    padding: 4rem; }
  .pa9-q2 {
    padding: 4.5rem; }
  .pa10-q2 {
    padding: 5rem; }
  .pb0-q2 {
    padding-bottom: 0rem; }
  .pb1-q2 {
    padding-bottom: 0.5rem; }
  .pb2-q2 {
    padding-bottom: 1rem; }
  .pb3-q2 {
    padding-bottom: 1.5rem; }
  .pb4-q2 {
    padding-bottom: 2rem; }
  .pb5-q2 {
    padding-bottom: 2.5rem; }
  .pb6-q2 {
    padding-bottom: 3rem; }
  .pb7-q2 {
    padding-bottom: 3.5rem; }
  .pb8-q2 {
    padding-bottom: 4rem; }
  .pb9-q2 {
    padding-bottom: 4.5rem; }
  .pb10-q2 {
    padding-bottom: 5rem; }
  .ph0-q2 {
    padding-left: 0rem;
    padding-right: 0rem; }
  .ph1-q2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .ph2-q2 {
    padding-left: 1rem;
    padding-right: 1rem; }
  .ph3-q2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .ph4-q2 {
    padding-left: 2rem;
    padding-right: 2rem; }
  .ph5-q2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  .ph6-q2 {
    padding-left: 3rem;
    padding-right: 3rem; }
  .ph7-q2 {
    padding-left: 3.5rem;
    padding-right: 3.5rem; }
  .ph8-q2 {
    padding-left: 4rem;
    padding-right: 4rem; }
  .ph9-q2 {
    padding-left: 4.5rem;
    padding-right: 4.5rem; }
  .ph10-q2 {
    padding-left: 5rem;
    padding-right: 5rem; }
  .pl0-q2 {
    padding-left: 0rem; }
  .pl1-q2 {
    padding-left: 0.5rem; }
  .pl2-q2 {
    padding-left: 1rem; }
  .pl3-q2 {
    padding-left: 1.5rem; }
  .pl4-q2 {
    padding-left: 2rem; }
  .pl5-q2 {
    padding-left: 2.5rem; }
  .pl6-q2 {
    padding-left: 3rem; }
  .pl7-q2 {
    padding-left: 3.5rem; }
  .pl8-q2 {
    padding-left: 4rem; }
  .pl9-q2 {
    padding-left: 4.5rem; }
  .pl10-q2 {
    padding-left: 5rem; }
  .pr0-q2 {
    padding-right: 0rem; }
  .pr1-q2 {
    padding-right: 0.5rem; }
  .pr2-q2 {
    padding-right: 1rem; }
  .pr3-q2 {
    padding-right: 1.5rem; }
  .pr4-q2 {
    padding-right: 2rem; }
  .pr5-q2 {
    padding-right: 2.5rem; }
  .pr6-q2 {
    padding-right: 3rem; }
  .pr7-q2 {
    padding-right: 3.5rem; }
  .pr8-q2 {
    padding-right: 4rem; }
  .pr9-q2 {
    padding-right: 4.5rem; }
  .pr10-q2 {
    padding-right: 5rem; }
  .pt0-q2 {
    padding-top: 0rem; }
  .pt1-q2 {
    padding-top: 0.5rem; }
  .pt2-q2 {
    padding-top: 1rem; }
  .pt3-q2 {
    padding-top: 1.5rem; }
  .pt4-q2 {
    padding-top: 2rem; }
  .pt5-q2 {
    padding-top: 2.5rem; }
  .pt6-q2 {
    padding-top: 3rem; }
  .pt7-q2 {
    padding-top: 3.5rem; }
  .pt8-q2 {
    padding-top: 4rem; }
  .pt9-q2 {
    padding-top: 4.5rem; }
  .pt10-q2 {
    padding-top: 5rem; }
  .pv0-q2 {
    padding-top: 0rem;
    padding-bottom: 0rem; }
  .pv1-q2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .pv2-q2 {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .pv3-q2 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  .pv4-q2 {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .pv5-q2 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
  .pv6-q2 {
    padding-top: 3rem;
    padding-bottom: 3rem; }
  .pv7-q2 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem; }
  .pv8-q2 {
    padding-top: 4rem;
    padding-bottom: 4rem; }
  .pv9-q2 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem; }
  .pv10-q2 {
    padding-top: 5rem;
    padding-bottom: 5rem; }
  .w0-q2 {
    width: 0rem; }
  .w1-q2 {
    width: 0.5rem; }
  .w2-q2 {
    width: 1rem; }
  .w3-q2 {
    width: 1.5rem; }
  .w4-q2 {
    width: 2rem; }
  .w5-q2 {
    width: 2.5rem; }
  .w6-q2 {
    width: 3rem; }
  .w7-q2 {
    width: 3.5rem; }
  .w8-q2 {
    width: 4rem; }
  .w9-q2 {
    width: 4.5rem; }
  .w10-q2 {
    width: 5rem; }
  .w12-q2 {
    width: 6rem; }
  .w14-q2 {
    width: 7rem; }
  .w16-q2 {
    width: 8rem; }
  .w18-q2 {
    width: 9rem; }
  .w20-q2 {
    width: 10rem; }
  .w22-q2 {
    width: 11rem; }
  .w24-q2 {
    width: 12rem; }
  .w26-q2 {
    width: 13rem; }
  .w28-q2 {
    width: 14rem; }
  .w30-q2 {
    width: 15rem; }
  .w32-q2 {
    width: 16rem; }
  .w34-q2 {
    width: 17rem; }
  .w36-q2 {
    width: 18rem; }
  .w38-q2 {
    width: 19rem; }
  .w40-q2 {
    width: 20rem; }
  .w42-q2 {
    width: 21rem; }
  .w44-q2 {
    width: 22rem; }
  .w46-q2 {
    width: 23rem; }
  .w48-q2 {
    width: 24rem; }
  .w50-q2 {
    width: 25rem; }
  .w52-q2 {
    width: 26rem; }
  .w54-q2 {
    width: 27rem; }
  .w56-q2 {
    width: 28rem; }
  .w58-q2 {
    width: 29rem; }
  .w60-q2 {
    width: 30rem; }
  .w70-q2 {
    width: 35rem; }
  .w80-q2 {
    width: 40rem; }
  .w90-q2 {
    width: 45rem; }
  .w100-q2 {
    width: 50rem; }
  .w110-q2 {
    width: 55rem; }
  .w120-q2 {
    width: 60rem; }
  .w130-q2 {
    width: 65rem; }
  .w140-q2 {
    width: 70rem; }
  .w150-q2 {
    width: 75rem; }
  .w160-q2 {
    width: 80rem; }
  .w170-q2 {
    width: 85rem; }
  .w180-q2 {
    width: 90rem; }
  .tl-q2 {
    text-align: left; }
  .tr-q2 {
    text-align: right; }
  .tc-q2 {
    text-align: center; }
  .tj-q2 {
    text-align: justify; }
  .strike-q2 {
    text-decoration: line-through; }
  .underline-q2 {
    text-decoration: underline; }
  .no-underline-q2 {
    text-decoration: none; }
  .ttc-q2 {
    text-transform: capitalize; }
  .ttl-q2 {
    text-transform: lowercase; }
  .ttu-q2 {
    text-transform: uppercase; }
  .ttn-q2 {
    text-transform: none; }
  .measure-q2 {
    max-width: 30em; }
  .measure-wide-q2 {
    max-width: 34em; }
  .measure-narrow-q2 {
    max-width: 20em; }
  .indent-q2 {
    text-indent: 1em;
    margin-top: 0;
    margin-bottom: 0; }
  .small-caps-q2 {
    font-variant: small-caps; }
  .truncate-q2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .overflow-container-q2 {
    overflow-y: scroll; }
  .center-q2 {
    margin-right: auto;
    margin-left: auto; }
  .mr-auto-q2 {
    margin-right: auto; }
  .ml-auto-q2 {
    margin-left: auto; }
  .v-base-q2 {
    vertical-align: baseline; }
  .v-mid-q2 {
    vertical-align: middle; }
  .v-top-q2 {
    vertical-align: top; }
  .v-btm-q2 {
    vertical-align: bottom; }
  .clip-q2 {
    position: fixed !important;
    _position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); }
  .ws-normal-q2 {
    white-space: normal; }
  .nowrap-q2 {
    white-space: nowrap; }
  .pre-q2 {
    white-space: pre; }
  .w-10-q2 {
    width: 10%; }
  .w-20-q2 {
    width: 20%; }
  .w-25-q2 {
    width: 25%; }
  .w-30-q2 {
    width: 30%; }
  .w-33-q2 {
    width: 33%; }
  .w-34-q2 {
    width: 34%; }
  .w-40-q2 {
    width: 40%; }
  .w-50-q2 {
    width: 50%; }
  .w-60-q2 {
    width: 60%; }
  .w-70-q2 {
    width: 70%; }
  .w-75-q2 {
    width: 75%; }
  .w-80-q2 {
    width: 80%; }
  .w-90-q2 {
    width: 90%; }
  .w-100-q2 {
    width: 100%; }
  .w-third-q2 {
    width: 33.3333333333%; }
  .w-two-thirds-q2 {
    width: 66.6666666667%; }
  .w-auto-q2 {
    width: auto; } }

@media (min-width: 1050px) {
  .aspect-ratio-q2- {
    height: 0;
    position: relative; }
  .aspect-ratio--16x9-q2- {
    padding-bottom: 56.25%; }
  .aspect-ratio--9x16-q2- {
    padding-bottom: 177.77%; }
  .aspect-ratio--4x3-q2- {
    padding-bottom: 75%; }
  .aspect-ratio--3x4-q2- {
    padding-bottom: 133.33%; }
  .aspect-ratio--6x4-q2- {
    padding-bottom: 66.6%; }
  .aspect-ratio--4x6-q2- {
    padding-bottom: 150%; }
  .aspect-ratio--8x5-q2- {
    padding-bottom: 62.5%; }
  .aspect-ratio--5x8-q2- {
    padding-bottom: 160%; }
  .aspect-ratio--7x5-q2- {
    padding-bottom: 71.42%; }
  .aspect-ratio--5x7-q2- {
    padding-bottom: 140%; }
  .aspect-ratio--1x1-q2- {
    padding-bottom: 100%; }
  .aspect-ratio--object-q2- {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100; }
  .bg-center-q2- {
    background-repeat: no-repeat;
    background-position: center center; }
  .bg-top-q2- {
    background-repeat: no-repeat;
    background-position: top center; }
  .bg-right-q2- {
    background-repeat: no-repeat;
    background-position: center right; }
  .bg-bottom-q2- {
    background-repeat: no-repeat;
    background-position: bottom center; }
  .bg-left-q2- {
    background-repeat: no-repeat;
    background-position: center left; }
  .cover-q2- {
    background-size: cover !important; }
  .contain-q2- {
    background-size: contain !important; }
  .br0-q2- {
    border-radius: 0; }
  .br1-q2- {
    border-radius: 0.0625rem; }
  .br2-q2- {
    border-radius: 0.125rem; }
  .br3-q2- {
    border-radius: 0.1875rem; }
  .br4-q2- {
    border-radius: 0.25rem; }
  .br5-q2- {
    border-radius: 0.3125rem; }
  .br6-q2- {
    border-radius: 0.375rem; }
  .br7-q2- {
    border-radius: 0.4375rem; }
  .br8-q2- {
    border-radius: 0.5rem; }
  .br9-q2- {
    border-radius: 0.5625rem; }
  .br10-q2- {
    border-radius: 0.625rem; }
  .br11-q2- {
    border-radius: 0.6875rem; }
  .br12-q2- {
    border-radius: 0.75rem; }
  .br13-q2- {
    border-radius: 0.8125rem; }
  .br14-q2- {
    border-radius: 0.875rem; }
  .br15-q2- {
    border-radius: 0.9375rem; }
  .br16-q2- {
    border-radius: 1rem; }
  .br17-q2- {
    border-radius: 1.0625rem; }
  .br18-q2- {
    border-radius: 1.125rem; }
  .br19-q2- {
    border-radius: 1.1875rem; }
  .br20-q2- {
    border-radius: 1.25rem; }
  .br21-q2- {
    border-radius: 1.3125rem; }
  .br22-q2- {
    border-radius: 1.375rem; }
  .br23-q2- {
    border-radius: 1.4375rem; }
  .br24-q2- {
    border-radius: 1.5rem; }
  .br-100-q2- {
    border-radius: 100%; }
  .br-pill-q2- {
    border-radius: 9999px; }
  .br--bottom-q2- {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .br--top-q2- {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .br--right-q2- {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .br--left-q2- {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .b--dotted-q2- {
    border-style: dotted; }
  .b--dashed-q2- {
    border-style: dashed; }
  .b--solid-q2- {
    border-style: solid; }
  .b--none-q2- {
    border-style: none; }
  .bw0-q2- {
    border-width: 0; }
  .bw1-q2- {
    border-width: 1px; }
  .bw2-q2- {
    border-width: 2px; }
  .bw3-q2- {
    border-width: 3px; }
  .bw4-q2- {
    border-width: 4px; }
  .bw5-q2- {
    border-width: 5px; }
  .bw6-q2- {
    border-width: 6px; }
  .bw7-q2- {
    border-width: 7px; }
  .bw8-q2- {
    border-width: 8px; }
  .bw9-q2- {
    border-width: 9px; }
  .bw10-q2- {
    border-width: 10px; }
  /* Resets */
  .bt-0-q2- {
    border-top-width: 0; }
  .br-0-q2- {
    border-right-width: 0; }
  .bb-0-q2- {
    border-bottom-width: 0; }
  .bl-0-q2- {
    border-left-width: 0; }
  .ba-q2- {
    border-style: solid;
    border-width: 1px; }
  .bt-q2- {
    border-top-style: solid;
    border-top-width: 1px; }
  .br-q2- {
    border-right-style: solid;
    border-right-width: 1px; }
  .bb-q2- {
    border-bottom-style: solid;
    border-bottom-width: 1px; }
  .bl-q2- {
    border-left-style: solid;
    border-left-width: 1px; }
  .bn-q2- {
    border-style: none;
    border-width: 0; }
  .shadow-1-q2- {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .shadow-2-q2- {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .shadow-3-q2- {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
  .shadow-4-q2- {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
  .shadow-5-q2- {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); }
  .cf-q2- {
    *zoom: 1; }
    .cf-q2-:before, .cf-q2-:after {
      content: " ";
      display: table; }
    .cf-q2-:after {
      clear: both; }
  .cl-q2- {
    clear: left; }
  .cr-q2- {
    clear: right; }
  .cb-q2- {
    clear: both; }
  .cn-q2- {
    clear: none; }
  .cs1-q2- {
    width: 72px; }
  .cs2-q2- {
    width: 168px; }
  .cs3-q2- {
    width: 264px; }
  .cs4-q2- {
    width: 360px; }
  .cs5-q2- {
    width: 456px; }
  .cs6-q2- {
    width: 552px; }
  .cs7-q2- {
    width: 648px; }
  .cs8-q2- {
    width: 744px; }
  .cs9-q2- {
    width: 840px; }
  .cs10-q2- {
    width: 936px; }
  .cs11-q2- {
    width: 1032px; }
  .cs12-q2- {
    width: 1128px; }
  .cs13-q2- {
    width: 1224px; }
  .cs14-q2- {
    width: 1320px; }
  .cs15-q2- {
    width: 1416px; }
  .cs16-q2- {
    width: 1512px; }
  .debug-cs1-q2-:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 120px; }
  .debug-cs2-q2-:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 216px; }
  .debug-cs3-q2-:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 312px; }
  .debug-cs4-q2-:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 408px; }
  .debug-cs5-q2-:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 504px; }
  .debug-cs6-q2-:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 600px; }
  .debug-cs7-q2-:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 696px; }
  .debug-cs8-q2-:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 792px; }
  .debug-cs9-q2-:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 888px; }
  .debug-cs10-q2-:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 984px; }
  .debug-cs11-q2-:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 1080px; }
  .debug-cs12-q2-:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 1176px; }
  .debug-cs13-q2-:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 1272px; }
  .debug-cs14-q2-:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 1368px; }
  .debug-cs15-q2-:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 1464px; }
  .debug-cs16-q2-:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 1560px; }
  .top-0-q2- {
    top: 0; }
  .right-0-q2- {
    right: 0; }
  .bottom-0-q2- {
    bottom: 0; }
  .left-0-q2- {
    left: 0; }
  .top-1-q2- {
    top: 0.5rem; }
  .right-1-q2- {
    right: 0.5rem; }
  .bottom-1-q2- {
    bottom: 0.5rem; }
  .left-1-q2- {
    left: 0.5rem; }
  .top-2-q2- {
    top: 1rem; }
  .right-2-q2- {
    right: 1rem; }
  .bottom-2-q2- {
    bottom: 1rem; }
  .left-2-q2- {
    left: 1rem; }
  .top-3-q2- {
    top: 1.5rem; }
  .right-3-q2- {
    right: 1.5rem; }
  .bottom-3-q2- {
    bottom: 1.5rem; }
  .left-3-q2- {
    left: 1.5rem; }
  .top-4-q2- {
    top: 2rem; }
  .right-4-q2- {
    right: 2rem; }
  .bottom-4-q2- {
    bottom: 2rem; }
  .left-4-q2- {
    left: 2rem; }
  .top--1-q2- {
    top: -0.5rem; }
  .right--1-q2- {
    right: -0.5rem; }
  .bottom--1-q2- {
    bottom: -0.5rem; }
  .left--1-q2- {
    left: -0.5rem; }
  .top--2-q2- {
    top: -1rem; }
  .right--2-q2- {
    right: -1rem; }
  .bottom--2-q2- {
    bottom: -1rem; }
  .left--2-q2- {
    left: -1rem; }
  .top--3-q2- {
    top: -1.5rem; }
  .right--3-q2- {
    right: -1.5rem; }
  .bottom--3-q2- {
    bottom: -1.5rem; }
  .left--3-q2- {
    left: -1.5rem; }
  .top--4-q2- {
    top: -2rem; }
  .right--4-q2- {
    right: -2rem; }
  .bottom--4-q2- {
    bottom: -2rem; }
  .left--4-q2- {
    left: -2rem; }
  .absolute--fill-q2- {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .dn-q2- {
    display: none; }
  .di-q2- {
    display: inline; }
  .db-q2- {
    display: block; }
  .dib-q2- {
    display: inline-block; }
  .dit-q2- {
    display: inline-table; }
  .dt-q2- {
    display: table; }
  .dtc-q2- {
    display: table-cell; }
  .dt-row-q2- {
    display: table-row; }
  .dt-row-group-q2- {
    display: table-row-group; }
  .dt-header-group-q2- {
    display: table-header-group; }
  .dt-column-q2- {
    display: table-column; }
  .dt-column-group-q2- {
    display: table-column-group; }
  /*
  This will set table to full width and then
  all cells will be equal width
*/
  .dt--fixed-q2- {
    table-layout: fixed;
    width: 100%; }
  .flex-q2- {
    display: flex; }
  .inline-flex-q2- {
    display: inline-flex; }
  /* 1. Fix for Chrome 44 bug.
 * https://code.google.com/p/chromium/issues/detail?id=506893 */
  .flex-auto-q2- {
    flex: 1 1 auto;
    min-width: 0;
    /* 1 */
    min-height: 0;
    /* 1 */ }
  .flex-none-q2- {
    flex: none; }
  .flex-column-q2- {
    flex-direction: column; }
  .flex-row-q2- {
    flex-direction: row; }
  .flex-wrap-q2- {
    flex-wrap: wrap; }
  .flex-nowrap-q2- {
    flex-wrap: nowrap; }
  .flex-wrap-reverse-q2- {
    flex-wrap: wrap-reverse; }
  .flex-column-reverse-q2- {
    flex-direction: column-reverse; }
  .flex-row-reverse-q2- {
    flex-direction: row-reverse; }
  .items-start-q2- {
    align-items: flex-start; }
  .items-end-q2- {
    align-items: flex-end; }
  .items-center-q2- {
    align-items: center; }
  .items-baseline-q2- {
    align-items: baseline; }
  .items-stretch-q2- {
    align-items: stretch; }
  .self-start-q2- {
    align-self: flex-start; }
  .self-end-q2- {
    align-self: flex-end; }
  .self-center-q2- {
    align-self: center; }
  .self-baseline-q2- {
    align-self: baseline; }
  .self-stretch-q2- {
    align-self: stretch; }
  .justify-start-q2- {
    justify-content: flex-start; }
  .justify-end-q2- {
    justify-content: flex-end; }
  .justify-center-q2- {
    justify-content: center; }
  .justify-between-q2- {
    justify-content: space-between; }
  .justify-around-q2- {
    justify-content: space-around; }
  .content-start-q2- {
    align-content: flex-start; }
  .content-end-q2- {
    align-content: flex-end; }
  .content-center-q2- {
    align-content: center; }
  .content-between-q2- {
    align-content: space-between; }
  .content-around-q2- {
    align-content: space-around; }
  .content-stretch-q2- {
    align-content: stretch; }
  .order-0-q2- {
    order: 0; }
  .order-1-q2- {
    order: 1; }
  .order-2-q2- {
    order: 2; }
  .order-3-q2- {
    order: 3; }
  .order-4-q2- {
    order: 4; }
  .order-5-q2- {
    order: 5; }
  .order-6-q2- {
    order: 6; }
  .order-7-q2- {
    order: 7; }
  .order-8-q2- {
    order: 8; }
  .order-last-q2- {
    order: 99999; }
  .flex-grow-0-q2- {
    flex-grow: 0; }
  .flex-grow-1-q2- {
    flex-grow: 1; }
  .flex-shrink-0-q2- {
    flex-shrink: 0; }
  .flex-shrink-1-q2- {
    flex-shrink: 1; }
  .fl-q2- {
    float: left;
    _display: inline; }
  .fr-q2- {
    float: right;
    _display: inline; }
  .fn-q2- {
    float: none; }
  .i-q2- {
    font-style: italic; }
  .fs-normal-q2- {
    font-style: normal; }
  .h-25-q2- {
    height: 25%; }
  .h-50-q2- {
    height: 50%; }
  .h-75-q2- {
    height: 75%; }
  .h-100-q2- {
    height: 100%; }
  .min-h-100-q2- {
    min-height: 100%; }
  .vh-25-q2- {
    height: 25vh; }
  .vh-50-q2- {
    height: 50vh; }
  .vh-75-q2- {
    height: 75vh; }
  .vh-100-q2- {
    height: 100vh; }
  .min-vh-100-q2- {
    min-height: 100vh; }
  .h-auto-q2- {
    height: auto; }
  .h-inherit-q2- {
    height: inherit; }
  .mw-none-q2- {
    max-width: none; }
  .outline-q2- {
    outline: 1px solid; }
  .outline-transparent-q2- {
    outline: 1px solid transparent; }
  .outline-0-q2- {
    outline: 0; }
  .overflow-visible-q2- {
    overflow: visible; }
  .overflow-hidden-q2- {
    overflow: hidden; }
  .overflow-scroll-q2- {
    overflow: scroll; }
  .overflow-auto-q2- {
    overflow: auto; }
  .overflow-x-visible-q2- {
    overflow-x: visible; }
  .overflow-x-hidden-q2- {
    overflow-x: hidden; }
  .overflow-x-scroll-q2- {
    overflow-x: scroll; }
  .overflow-x-auto-q2- {
    overflow-x: auto; }
  .overflow-y-visible-q2- {
    overflow-y: visible; }
  .overflow-y-hidden-q2- {
    overflow-y: hidden; }
  .overflow-y-scroll-q2- {
    overflow-y: scroll; }
  .overflow-y-auto-q2- {
    overflow-y: auto; }
  .static-q2- {
    position: static; }
  .relative-q2- {
    position: relative; }
  .absolute-q2- {
    position: absolute; }
  .fixed-q2- {
    position: fixed; }
  .rotate-45-q2- {
    transform: rotate(45deg); }
  .rotate-90-q2- {
    transform: rotate(90deg); }
  .rotate-135-q2- {
    transform: rotate(135deg); }
  .rotate-180-q2- {
    transform: rotate(180deg); }
  .rotate-225-q2- {
    transform: rotate(225deg); }
  .rotate-270-q2- {
    transform: rotate(270deg); }
  .rotate-315-q2- {
    transform: rotate(315deg); }
  .hover-highlight-q2-:hover, .hover-highlight-q2-:focus {
    color: #fc6d6d; }
  .hover-bg-highlight-q2-:hover, .hover-bg-highlight-q2-:focus {
    background: #fc6d6d; }
  .hover-aig-blue-q2-:hover, .hover-aig-blue-q2-:focus {
    color: #00a4e4; }
  .hover-bg-aig-blue-q2-:hover, .hover-bg-aig-blue-q2-:focus {
    background: #00a4e4; }
  .hover-pcg-blue-q2-:hover, .hover-pcg-blue-q2-:focus {
    color: #003467; }
  .hover-bg-pcg-blue-q2-:hover, .hover-bg-pcg-blue-q2-:focus {
    background: #003467; }
  .hover-light-blue-q2-:hover, .hover-light-blue-q2-:focus {
    color: #dee9f6; }
  .hover-bg-light-blue-q2-:hover, .hover-bg-light-blue-q2-:focus {
    background: #dee9f6; }
  .hover-blue-q2-:hover, .hover-blue-q2-:focus {
    color: #0057b8; }
  .hover-bg-blue-q2-:hover, .hover-bg-blue-q2-:focus {
    background: #0057b8; }
  .hover-dark-blue-q2-:hover, .hover-dark-blue-q2-:focus {
    color: #001e62; }
  .hover-bg-dark-blue-q2-:hover, .hover-bg-dark-blue-q2-:focus {
    background: #001e62; }
  .hover-light-green-q2-:hover, .hover-light-green-q2-:focus {
    color: #e0eed0; }
  .hover-bg-light-green-q2-:hover, .hover-bg-light-green-q2-:focus {
    background: #e0eed0; }
  .hover-green-q2-:hover, .hover-green-q2-:focus {
    color: #50d986; }
  .hover-bg-green-q2-:hover, .hover-bg-green-q2-:focus {
    background: #50d986; }
  .hover-dark-green-q2-:hover, .hover-dark-green-q2-:focus {
    color: #13aa41; }
  .hover-bg-dark-green-q2-:hover, .hover-bg-dark-green-q2-:focus {
    background: #13aa41; }
  .hover-darkest-green-q2-:hover, .hover-darkest-green-q2-:focus {
    color: #275d38; }
  .hover-bg-darkest-green-q2-:hover, .hover-bg-darkest-green-q2-:focus {
    background: #275d38; }
  .hover-light-magenta-q2-:hover, .hover-light-magenta-q2-:focus {
    color: #fdecef; }
  .hover-bg-light-magenta-q2-:hover, .hover-bg-light-magenta-q2-:focus {
    background: #fdecef; }
  .hover-magenta-q2-:hover, .hover-magenta-q2-:focus {
    color: #e844ab; }
  .hover-bg-magenta-q2-:hover, .hover-bg-magenta-q2-:focus {
    background: #e844ab; }
  .hover-dark-magenta-q2-:hover, .hover-dark-magenta-q2-:focus {
    color: #af006e; }
  .hover-bg-dark-magenta-q2-:hover, .hover-bg-dark-magenta-q2-:focus {
    background: #af006e; }
  .hover-darkest-magenta-q2-:hover, .hover-darkest-magenta-q2-:focus {
    color: #5e2751; }
  .hover-bg-darkest-magenta-q2-:hover, .hover-bg-darkest-magenta-q2-:focus {
    background: #5e2751; }
  .hover-light-red-q2-:hover, .hover-light-red-q2-:focus {
    color: #fde7db; }
  .hover-bg-light-red-q2-:hover, .hover-bg-light-red-q2-:focus {
    background: #fde7db; }
  .hover-red-q2-:hover, .hover-red-q2-:focus {
    color: #e03c31; }
  .hover-bg-red-q2-:hover, .hover-bg-red-q2-:focus {
    background: #e03c31; }
  .hover-dark-red-q2-:hover, .hover-dark-red-q2-:focus {
    color: #862633; }
  .hover-bg-dark-red-q2-:hover, .hover-bg-dark-red-q2-:focus {
    background: #862633; }
  .hover-light-orange-q2-:hover, .hover-light-orange-q2-:focus {
    color: #ffe8c9; }
  .hover-bg-light-orange-q2-:hover, .hover-bg-light-orange-q2-:focus {
    background: #ffe8c9; }
  .hover-orange-q2-:hover, .hover-orange-q2-:focus {
    color: #fba137; }
  .hover-bg-orange-q2-:hover, .hover-bg-orange-q2-:focus {
    background: #fba137; }
  .hover-dark-orange-q2-:hover, .hover-dark-orange-q2-:focus {
    color: #e36f1e; }
  .hover-bg-dark-orange-q2-:hover, .hover-bg-dark-orange-q2-:focus {
    background: #e36f1e; }
  .hover-darkest-orange-q2-:hover, .hover-darkest-orange-q2-:focus {
    color: #a9431e; }
  .hover-bg-darkest-orange-q2-:hover, .hover-bg-darkest-orange-q2-:focus {
    background: #a9431e; }
  .hover-light-teal-q2-:hover, .hover-light-teal-q2-:focus {
    color: #e9f1f0; }
  .hover-bg-light-teal-q2-:hover, .hover-bg-light-teal-q2-:focus {
    background: #e9f1f0; }
  .hover-teal-q2-:hover, .hover-teal-q2-:focus {
    color: #15c3da; }
  .hover-bg-teal-q2-:hover, .hover-bg-teal-q2-:focus {
    background: #15c3da; }
  .hover-dark-teal-q2-:hover, .hover-dark-teal-q2-:focus {
    color: #009ca6; }
  .hover-bg-dark-teal-q2-:hover, .hover-bg-dark-teal-q2-:focus {
    background: #009ca6; }
  .hover-darkest-teal-q2-:hover, .hover-darkest-teal-q2-:focus {
    color: #004f59; }
  .hover-bg-darkest-teal-q2-:hover, .hover-bg-darkest-teal-q2-:focus {
    background: #004f59; }
  .hover-light-yellow-q2-:hover, .hover-light-yellow-q2-:focus {
    color: #fff6cb; }
  .hover-bg-light-yellow-q2-:hover, .hover-bg-light-yellow-q2-:focus {
    background: #fff6cb; }
  .hover-yellow-q2-:hover, .hover-yellow-q2-:focus {
    color: #ffd96c; }
  .hover-bg-yellow-q2-:hover, .hover-bg-yellow-q2-:focus {
    background: #ffd96c; }
  .hover-dark-yellow-q2-:hover, .hover-dark-yellow-q2-:focus {
    color: #fdb813; }
  .hover-bg-dark-yellow-q2-:hover, .hover-bg-dark-yellow-q2-:focus {
    background: #fdb813; }
  .hover-darkest-yellow-q2-:hover, .hover-darkest-yellow-q2-:focus {
    color: #a9662b; }
  .hover-bg-darkest-yellow-q2-:hover, .hover-bg-darkest-yellow-q2-:focus {
    background: #a9662b; }
  .hover-lightest-steel-q2-:hover, .hover-lightest-steel-q2-:focus {
    color: #f7f9fb; }
  .hover-bg-lightest-steel-q2-:hover, .hover-bg-lightest-steel-q2-:focus {
    background: #f7f9fb; }
  .hover-light-steel-q2-:hover, .hover-light-steel-q2-:focus {
    color: #d5e1ef; }
  .hover-bg-light-steel-q2-:hover, .hover-bg-light-steel-q2-:focus {
    background: #d5e1ef; }
  .hover-steel-q2-:hover, .hover-steel-q2-:focus {
    color: #8999b9; }
  .hover-bg-steel-q2-:hover, .hover-bg-steel-q2-:focus {
    background: #8999b9; }
  .hover-white-0125-q2-:hover, .hover-white-0125-q2-:focus {
    color: rgba(255, 255, 255, 0.0125); }
  .hover-bg-white-0125-q2-:hover, .hover-bg-white-0125-q2-:focus {
    background: rgba(255, 255, 255, 0.0125); }
  .hover-white-025-q2-:hover, .hover-white-025-q2-:focus {
    color: rgba(255, 255, 255, 0.025); }
  .hover-bg-white-025-q2-:hover, .hover-bg-white-025-q2-:focus {
    background: rgba(255, 255, 255, 0.025); }
  .hover-white-05-q2-:hover, .hover-white-05-q2-:focus {
    color: rgba(255, 255, 255, 0.05); }
  .hover-bg-white-05-q2-:hover, .hover-bg-white-05-q2-:focus {
    background: rgba(255, 255, 255, 0.05); }
  .hover-white-10-q2-:hover, .hover-white-10-q2-:focus {
    color: rgba(255, 255, 255, 0.1); }
  .hover-bg-white-10-q2-:hover, .hover-bg-white-10-q2-:focus {
    background: rgba(255, 255, 255, 0.1); }
  .hover-white-20-q2-:hover, .hover-white-20-q2-:focus {
    color: rgba(255, 255, 255, 0.2); }
  .hover-bg-white-20-q2-:hover, .hover-bg-white-20-q2-:focus {
    background: rgba(255, 255, 255, 0.2); }
  .hover-white-30-q2-:hover, .hover-white-30-q2-:focus {
    color: rgba(255, 255, 255, 0.3); }
  .hover-bg-white-30-q2-:hover, .hover-bg-white-30-q2-:focus {
    background: rgba(255, 255, 255, 0.3); }
  .hover-white-40-q2-:hover, .hover-white-40-q2-:focus {
    color: rgba(255, 255, 255, 0.4); }
  .hover-bg-white-40-q2-:hover, .hover-bg-white-40-q2-:focus {
    background: rgba(255, 255, 255, 0.4); }
  .hover-white-50-q2-:hover, .hover-white-50-q2-:focus {
    color: rgba(255, 255, 255, 0.5); }
  .hover-bg-white-50-q2-:hover, .hover-bg-white-50-q2-:focus {
    background: rgba(255, 255, 255, 0.5); }
  .hover-white-60-q2-:hover, .hover-white-60-q2-:focus {
    color: rgba(255, 255, 255, 0.6); }
  .hover-bg-white-60-q2-:hover, .hover-bg-white-60-q2-:focus {
    background: rgba(255, 255, 255, 0.6); }
  .hover-white-70-q2-:hover, .hover-white-70-q2-:focus {
    color: rgba(255, 255, 255, 0.7); }
  .hover-bg-white-70-q2-:hover, .hover-bg-white-70-q2-:focus {
    background: rgba(255, 255, 255, 0.7); }
  .hover-white-80-q2-:hover, .hover-white-80-q2-:focus {
    color: rgba(255, 255, 255, 0.8); }
  .hover-bg-white-80-q2-:hover, .hover-bg-white-80-q2-:focus {
    background: rgba(255, 255, 255, 0.8); }
  .hover-white-90-q2-:hover, .hover-white-90-q2-:focus {
    color: rgba(255, 255, 255, 0.9); }
  .hover-bg-white-90-q2-:hover, .hover-bg-white-90-q2-:focus {
    background: rgba(255, 255, 255, 0.9); }
  .hover-white-q2-:hover, .hover-white-q2-:focus {
    color: #fff; }
  .hover-bg-white-q2-:hover, .hover-bg-white-q2-:focus {
    background: #fff; }
  .hover-lightest-gray-q2-:hover, .hover-lightest-gray-q2-:focus {
    color: #fbfbfb; }
  .hover-bg-lightest-gray-q2-:hover, .hover-bg-lightest-gray-q2-:focus {
    background: #fbfbfb; }
  .hover-light-gray-q2-:hover, .hover-light-gray-q2-:focus {
    color: #eee; }
  .hover-bg-light-gray-q2-:hover, .hover-bg-light-gray-q2-:focus {
    background: #eee; }
  .hover-moon-gray-q2-:hover, .hover-moon-gray-q2-:focus {
    color: #ccc; }
  .hover-bg-moon-gray-q2-:hover, .hover-bg-moon-gray-q2-:focus {
    background: #ccc; }
  .hover-light-silver-q2-:hover, .hover-light-silver-q2-:focus {
    color: #aaa; }
  .hover-bg-light-silver-q2-:hover, .hover-bg-light-silver-q2-:focus {
    background: #aaa; }
  .hover-silver-q2-:hover, .hover-silver-q2-:focus {
    color: #999; }
  .hover-bg-silver-q2-:hover, .hover-bg-silver-q2-:focus {
    background: #999; }
  .hover-gray-q2-:hover, .hover-gray-q2-:focus {
    color: #777; }
  .hover-bg-gray-q2-:hover, .hover-bg-gray-q2-:focus {
    background: #777; }
  .hover-mid-gray-q2-:hover, .hover-mid-gray-q2-:focus {
    color: #555; }
  .hover-bg-mid-gray-q2-:hover, .hover-bg-mid-gray-q2-:focus {
    background: #555; }
  .hover-dark-gray-q2-:hover, .hover-dark-gray-q2-:focus {
    color: #444; }
  .hover-bg-dark-gray-q2-:hover, .hover-bg-dark-gray-q2-:focus {
    background: #444; }
  .hover-darkest-gray-q2-:hover, .hover-darkest-gray-q2-:focus {
    color: #333; }
  .hover-bg-darkest-gray-q2-:hover, .hover-bg-darkest-gray-q2-:focus {
    background: #333; }
  .hover-near-black-q2-:hover, .hover-near-black-q2-:focus {
    color: #111; }
  .hover-bg-near-black-q2-:hover, .hover-bg-near-black-q2-:focus {
    background: #111; }
  .hover-black-q2-:hover, .hover-black-q2-:focus {
    color: #000; }
  .hover-bg-black-q2-:hover, .hover-bg-black-q2-:focus {
    background: #000; }
  .hover-near-white-q2-:hover, .hover-near-white-q2-:focus {
    color: #f4f4f4; }
  .hover-bg-near-white-q2-:hover, .hover-bg-near-white-q2-:focus {
    background: #f4f4f4; }
  .hover-fafafa-q2-:hover, .hover-fafafa-q2-:focus {
    color: #fafafa; }
  .hover-bg-fafafa-q2-:hover, .hover-bg-fafafa-q2-:focus {
    background: #fafafa; }
  .hover-f5f5f5-q2-:hover, .hover-f5f5f5-q2-:focus {
    color: #f5f5f5; }
  .hover-bg-f5f5f5-q2-:hover, .hover-bg-f5f5f5-q2-:focus {
    background: #f5f5f5; }
  .hover-eee-q2-:hover, .hover-eee-q2-:focus {
    color: #eee; }
  .hover-bg-eee-q2-:hover, .hover-bg-eee-q2-:focus {
    background: #eee; }
  .hover-e0e0e0-q2-:hover, .hover-e0e0e0-q2-:focus {
    color: #e0e0e0; }
  .hover-bg-e0e0e0-q2-:hover, .hover-bg-e0e0e0-q2-:focus {
    background: #e0e0e0; }
  .hover-ddd-q2-:hover, .hover-ddd-q2-:focus {
    color: #ddd; }
  .hover-bg-ddd-q2-:hover, .hover-bg-ddd-q2-:focus {
    background: #ddd; }
  .hover-ccc-q2-:hover, .hover-ccc-q2-:focus {
    color: #ccc; }
  .hover-bg-ccc-q2-:hover, .hover-bg-ccc-q2-:focus {
    background: #ccc; }
  .hover-bbb-q2-:hover, .hover-bbb-q2-:focus {
    color: #bbb; }
  .hover-bg-bbb-q2-:hover, .hover-bg-bbb-q2-:focus {
    background: #bbb; }
  .hover-aaa-q2-:hover, .hover-aaa-q2-:focus {
    color: #aaa; }
  .hover-bg-aaa-q2-:hover, .hover-bg-aaa-q2-:focus {
    background: #aaa; }
  .hover-999-q2-:hover, .hover-999-q2-:focus {
    color: #999; }
  .hover-bg-999-q2-:hover, .hover-bg-999-q2-:focus {
    background: #999; }
  .hover-777-q2-:hover, .hover-777-q2-:focus {
    color: #777; }
  .hover-bg-777-q2-:hover, .hover-bg-777-q2-:focus {
    background: #777; }
  .hover-666-q2-:hover, .hover-666-q2-:focus {
    color: #666; }
  .hover-bg-666-q2-:hover, .hover-bg-666-q2-:focus {
    background: #666; }
  .hover-555-q2-:hover, .hover-555-q2-:focus {
    color: #555; }
  .hover-bg-555-q2-:hover, .hover-bg-555-q2-:focus {
    background: #555; }
  .hover-444-q2-:hover, .hover-444-q2-:focus {
    color: #444; }
  .hover-bg-444-q2-:hover, .hover-bg-444-q2-:focus {
    background: #444; }
  .hover-333-q2-:hover, .hover-333-q2-:focus {
    color: #333; }
  .hover-bg-333-q2-:hover, .hover-bg-333-q2-:focus {
    background: #333; }
  .hover-222-q2-:hover, .hover-222-q2-:focus {
    color: #222; }
  .hover-bg-222-q2-:hover, .hover-bg-222-q2-:focus {
    background: #222; }
  .hover-transparent-q2-:hover, .hover-transparent-q2-:focus {
    color: transparent; }
  .hover-bg-transparent-q2-:hover, .hover-bg-transparent-q2-:focus {
    background: transparent; }
  .hover-black-0125-q2-:hover, .hover-black-0125-q2-:focus {
    color: rgba(0, 0, 0, 0.0125); }
  .hover-bg-black-0125-q2-:hover, .hover-bg-black-0125-q2-:focus {
    background: rgba(0, 0, 0, 0.0125); }
  .hover-black-025-q2-:hover, .hover-black-025-q2-:focus {
    color: rgba(0, 0, 0, 0.025); }
  .hover-bg-black-025-q2-:hover, .hover-bg-black-025-q2-:focus {
    background: rgba(0, 0, 0, 0.025); }
  .hover-black-05-q2-:hover, .hover-black-05-q2-:focus {
    color: rgba(0, 0, 0, 0.05); }
  .hover-bg-black-05-q2-:hover, .hover-bg-black-05-q2-:focus {
    background: rgba(0, 0, 0, 0.05); }
  .hover-black-10-q2-:hover, .hover-black-10-q2-:focus {
    color: rgba(0, 0, 0, 0.1); }
  .hover-bg-black-10-q2-:hover, .hover-bg-black-10-q2-:focus {
    background: rgba(0, 0, 0, 0.1); }
  .hover-black-20-q2-:hover, .hover-black-20-q2-:focus {
    color: rgba(0, 0, 0, 0.2); }
  .hover-bg-black-20-q2-:hover, .hover-bg-black-20-q2-:focus {
    background: rgba(0, 0, 0, 0.2); }
  .hover-black-30-q2-:hover, .hover-black-30-q2-:focus {
    color: rgba(0, 0, 0, 0.3); }
  .hover-bg-black-30-q2-:hover, .hover-bg-black-30-q2-:focus {
    background: rgba(0, 0, 0, 0.3); }
  .hover-black-40-q2-:hover, .hover-black-40-q2-:focus {
    color: rgba(0, 0, 0, 0.4); }
  .hover-bg-black-40-q2-:hover, .hover-bg-black-40-q2-:focus {
    background: rgba(0, 0, 0, 0.4); }
  .hover-black-50-q2-:hover, .hover-black-50-q2-:focus {
    color: rgba(0, 0, 0, 0.5); }
  .hover-bg-black-50-q2-:hover, .hover-bg-black-50-q2-:focus {
    background: rgba(0, 0, 0, 0.5); }
  .hover-black-60-q2-:hover, .hover-black-60-q2-:focus {
    color: rgba(0, 0, 0, 0.6); }
  .hover-bg-black-60-q2-:hover, .hover-bg-black-60-q2-:focus {
    background: rgba(0, 0, 0, 0.6); }
  .hover-black-70-q2-:hover, .hover-black-70-q2-:focus {
    color: rgba(0, 0, 0, 0.7); }
  .hover-bg-black-70-q2-:hover, .hover-bg-black-70-q2-:focus {
    background: rgba(0, 0, 0, 0.7); }
  .hover-black-80-q2-:hover, .hover-black-80-q2-:focus {
    color: rgba(0, 0, 0, 0.8); }
  .hover-bg-black-80-q2-:hover, .hover-bg-black-80-q2-:focus {
    background: rgba(0, 0, 0, 0.8); }
  .hover-black-90-q2-:hover, .hover-black-90-q2-:focus {
    color: rgba(0, 0, 0, 0.9); }
  .hover-bg-black-90-q2-:hover, .hover-bg-black-90-q2-:focus {
    background: rgba(0, 0, 0, 0.9); }
  .highlight-q2- {
    color: #fc6d6d; }
  .aig-blue-q2- {
    color: #00a4e4; }
  .pcg-blue-q2- {
    color: #003467; }
  .light-blue-q2- {
    color: #dee9f6; }
  .blue-q2- {
    color: #0057b8; }
  .dark-blue-q2- {
    color: #001e62; }
  .light-green-q2- {
    color: #e0eed0; }
  .green-q2- {
    color: #50d986; }
  .dark-green-q2- {
    color: #13aa41; }
  .darkest-green-q2- {
    color: #275d38; }
  .light-magenta-q2- {
    color: #fdecef; }
  .magenta-q2- {
    color: #e844ab; }
  .dark-magenta-q2- {
    color: #af006e; }
  .darkest-magenta-q2- {
    color: #5e2751; }
  .light-red-q2- {
    color: #fde7db; }
  .red-q2- {
    color: #e03c31; }
  .dark-red-q2- {
    color: #862633; }
  .light-orange-q2- {
    color: #ffe8c9; }
  .orange-q2- {
    color: #fba137; }
  .dark-orange-q2- {
    color: #e36f1e; }
  .darkest-orange-q2- {
    color: #a9431e; }
  .light-teal-q2- {
    color: #e9f1f0; }
  .teal-q2- {
    color: #15c3da; }
  .dark-teal-q2- {
    color: #009ca6; }
  .darkest-teal-q2- {
    color: #004f59; }
  .light-yellow-q2- {
    color: #fff6cb; }
  .yellow-q2- {
    color: #ffd96c; }
  .dark-yellow-q2- {
    color: #fdb813; }
  .darkest-yellow-q2- {
    color: #a9662b; }
  .lightest-steel-q2- {
    color: #f7f9fb; }
  .light-steel-q2- {
    color: #d5e1ef; }
  .steel-q2- {
    color: #8999b9; }
  .white-0125-q2- {
    color: rgba(255, 255, 255, 0.0125); }
  .white-025-q2- {
    color: rgba(255, 255, 255, 0.025); }
  .white-05-q2- {
    color: rgba(255, 255, 255, 0.05); }
  .white-10-q2- {
    color: rgba(255, 255, 255, 0.1); }
  .white-20-q2- {
    color: rgba(255, 255, 255, 0.2); }
  .white-30-q2- {
    color: rgba(255, 255, 255, 0.3); }
  .white-40-q2- {
    color: rgba(255, 255, 255, 0.4); }
  .white-50-q2- {
    color: rgba(255, 255, 255, 0.5); }
  .white-60-q2- {
    color: rgba(255, 255, 255, 0.6); }
  .white-70-q2- {
    color: rgba(255, 255, 255, 0.7); }
  .white-80-q2- {
    color: rgba(255, 255, 255, 0.8); }
  .white-90-q2- {
    color: rgba(255, 255, 255, 0.9); }
  .white-q2- {
    color: #fff; }
  .lightest-gray-q2- {
    color: #fbfbfb; }
  .light-gray-q2- {
    color: #eee; }
  .moon-gray-q2- {
    color: #ccc; }
  .light-silver-q2- {
    color: #aaa; }
  .silver-q2- {
    color: #999; }
  .gray-q2- {
    color: #777; }
  .mid-gray-q2- {
    color: #555; }
  .dark-gray-q2- {
    color: #444; }
  .darkest-gray-q2- {
    color: #333; }
  .near-black-q2- {
    color: #111; }
  .black-q2- {
    color: #000; }
  .near-white-q2- {
    color: #f4f4f4; }
  .fafafa-q2- {
    color: #fafafa; }
  .f5f5f5-q2- {
    color: #f5f5f5; }
  .color-eee-q2- {
    color: #eee; }
  .color-e0e0e0-q2- {
    color: #e0e0e0; }
  .color-ddd-q2- {
    color: #ddd; }
  .color-ccc-q2- {
    color: #ccc; }
  .color-bbb-q2- {
    color: #bbb; }
  .color-aaa-q2- {
    color: #aaa; }
  .color-999-q2- {
    color: #999; }
  .color-777-q2- {
    color: #777; }
  .color-666-q2- {
    color: #666; }
  .color-555-q2- {
    color: #555; }
  .color-444-q2- {
    color: #444; }
  .color-333-q2- {
    color: #333; }
  .color-222-q2- {
    color: #222; }
  .transparent-q2- {
    color: transparent; }
  .black-0125-q2- {
    color: rgba(0, 0, 0, 0.0125); }
  .black-025-q2- {
    color: rgba(0, 0, 0, 0.025); }
  .black-05-q2- {
    color: rgba(0, 0, 0, 0.05); }
  .black-10-q2- {
    color: rgba(0, 0, 0, 0.1); }
  .black-20-q2- {
    color: rgba(0, 0, 0, 0.2); }
  .black-30-q2- {
    color: rgba(0, 0, 0, 0.3); }
  .black-40-q2- {
    color: rgba(0, 0, 0, 0.4); }
  .black-50-q2- {
    color: rgba(0, 0, 0, 0.5); }
  .black-60-q2- {
    color: rgba(0, 0, 0, 0.6); }
  .black-70-q2- {
    color: rgba(0, 0, 0, 0.7); }
  .black-80-q2- {
    color: rgba(0, 0, 0, 0.8); }
  .black-90-q2- {
    color: rgba(0, 0, 0, 0.9); }
  .bg-highlight-q2- {
    background: #fc6d6d; }
  .bg-aig-blue-q2- {
    background: #00a4e4; }
  .bg-pcg-blue-q2- {
    background: #003467; }
  .bg-light-blue-q2- {
    background: #dee9f6; }
  .bg-blue-q2- {
    background: #0057b8; }
  .bg-dark-blue-q2- {
    background: #001e62; }
  .bg-light-green-q2- {
    background: #e0eed0; }
  .bg-green-q2- {
    background: #50d986; }
  .bg-dark-green-q2- {
    background: #13aa41; }
  .bg-darkest-green-q2- {
    background: #275d38; }
  .bg-light-magenta-q2- {
    background: #fdecef; }
  .bg-magenta-q2- {
    background: #e844ab; }
  .bg-dark-magenta-q2- {
    background: #af006e; }
  .bg-darkest-magenta-q2- {
    background: #5e2751; }
  .bg-light-red-q2- {
    background: #fde7db; }
  .bg-red-q2- {
    background: #e03c31; }
  .bg-dark-red-q2- {
    background: #862633; }
  .bg-light-orange-q2- {
    background: #ffe8c9; }
  .bg-orange-q2- {
    background: #fba137; }
  .bg-dark-orange-q2- {
    background: #e36f1e; }
  .bg-darkest-orange-q2- {
    background: #a9431e; }
  .bg-light-teal-q2- {
    background: #e9f1f0; }
  .bg-teal-q2- {
    background: #15c3da; }
  .bg-dark-teal-q2- {
    background: #009ca6; }
  .bg-darkest-teal-q2- {
    background: #004f59; }
  .bg-light-yellow-q2- {
    background: #fff6cb; }
  .bg-yellow-q2- {
    background: #ffd96c; }
  .bg-dark-yellow-q2- {
    background: #fdb813; }
  .bg-darkest-yellow-q2- {
    background: #a9662b; }
  .bg-lightest-steel-q2- {
    background: #f7f9fb; }
  .bg-light-steel-q2- {
    background: #d5e1ef; }
  .bg-steel-q2- {
    background: #8999b9; }
  .bg-white-0125-q2- {
    background: rgba(255, 255, 255, 0.0125); }
  .bg-white-025-q2- {
    background: rgba(255, 255, 255, 0.025); }
  .bg-white-05-q2- {
    background: rgba(255, 255, 255, 0.05); }
  .bg-white-10-q2- {
    background: rgba(255, 255, 255, 0.1); }
  .bg-white-20-q2- {
    background: rgba(255, 255, 255, 0.2); }
  .bg-white-30-q2- {
    background: rgba(255, 255, 255, 0.3); }
  .bg-white-40-q2- {
    background: rgba(255, 255, 255, 0.4); }
  .bg-white-50-q2- {
    background: rgba(255, 255, 255, 0.5); }
  .bg-white-60-q2- {
    background: rgba(255, 255, 255, 0.6); }
  .bg-white-70-q2- {
    background: rgba(255, 255, 255, 0.7); }
  .bg-white-80-q2- {
    background: rgba(255, 255, 255, 0.8); }
  .bg-white-90-q2- {
    background: rgba(255, 255, 255, 0.9); }
  .bg-white-q2- {
    background: #fff; }
  .bg-lightest-gray-q2- {
    background: #fbfbfb; }
  .bg-light-gray-q2- {
    background: #eee; }
  .bg-moon-gray-q2- {
    background: #ccc; }
  .bg-light-silver-q2- {
    background: #aaa; }
  .bg-silver-q2- {
    background: #999; }
  .bg-gray-q2- {
    background: #777; }
  .bg-mid-gray-q2- {
    background: #555; }
  .bg-dark-gray-q2- {
    background: #444; }
  .bg-darkest-gray-q2- {
    background: #333; }
  .bg-near-black-q2- {
    background: #111; }
  .bg-black-q2- {
    background: #000; }
  .bg-near-white-q2- {
    background: #f4f4f4; }
  .bg-fafafa-q2- {
    background: #fafafa; }
  .bg-f5f5f5-q2- {
    background: #f5f5f5; }
  .bg-eee-q2- {
    background: #eee; }
  .bg-e0e0e0-q2- {
    background: #e0e0e0; }
  .bg-ddd-q2- {
    background: #ddd; }
  .bg-ccc-q2- {
    background: #ccc; }
  .bg-bbb-q2- {
    background: #bbb; }
  .bg-aaa-q2- {
    background: #aaa; }
  .bg-999-q2- {
    background: #999; }
  .bg-777-q2- {
    background: #777; }
  .bg-666-q2- {
    background: #666; }
  .bg-555-q2- {
    background: #555; }
  .bg-444-q2- {
    background: #444; }
  .bg-333-q2- {
    background: #333; }
  .bg-222-q2- {
    background: #222; }
  .bg-transparent-q2- {
    background: transparent; }
  .bg-black-0125-q2- {
    background: rgba(0, 0, 0, 0.0125); }
  .bg-black-025-q2- {
    background: rgba(0, 0, 0, 0.025); }
  .bg-black-05-q2- {
    background: rgba(0, 0, 0, 0.05); }
  .bg-black-10-q2- {
    background: rgba(0, 0, 0, 0.1); }
  .bg-black-20-q2- {
    background: rgba(0, 0, 0, 0.2); }
  .bg-black-30-q2- {
    background: rgba(0, 0, 0, 0.3); }
  .bg-black-40-q2- {
    background: rgba(0, 0, 0, 0.4); }
  .bg-black-50-q2- {
    background: rgba(0, 0, 0, 0.5); }
  .bg-black-60-q2- {
    background: rgba(0, 0, 0, 0.6); }
  .bg-black-70-q2- {
    background: rgba(0, 0, 0, 0.7); }
  .bg-black-80-q2- {
    background: rgba(0, 0, 0, 0.8); }
  .bg-black-90-q2- {
    background: rgba(0, 0, 0, 0.9); }
  .h0-q2- {
    height: 0rem; }
  .h1-q2- {
    height: 0.5rem; }
  .h2-q2- {
    height: 1rem; }
  .h3-q2- {
    height: 1.5rem; }
  .h4-q2- {
    height: 2rem; }
  .h5-q2- {
    height: 2.5rem; }
  .h6-q2- {
    height: 3rem; }
  .h7-q2- {
    height: 3.5rem; }
  .h8-q2- {
    height: 4rem; }
  .h9-q2- {
    height: 4.5rem; }
  .h10-q2- {
    height: 5rem; }
  .h12-q2- {
    height: 6rem; }
  .h14-q2- {
    height: 7rem; }
  .h16-q2- {
    height: 8rem; }
  .h18-q2- {
    height: 9rem; }
  .h20-q2- {
    height: 10rem; }
  .h22-q2- {
    height: 11rem; }
  .h24-q2- {
    height: 12rem; }
  .h26-q2- {
    height: 13rem; }
  .h28-q2- {
    height: 14rem; }
  .h30-q2- {
    height: 15rem; }
  .h32-q2- {
    height: 16rem; }
  .h34-q2- {
    height: 17rem; }
  .h36-q2- {
    height: 18rem; }
  .h38-q2- {
    height: 19rem; }
  .h40-q2- {
    height: 20rem; }
  .h42-q2- {
    height: 21rem; }
  .h44-q2- {
    height: 22rem; }
  .h46-q2- {
    height: 23rem; }
  .h48-q2- {
    height: 24rem; }
  .h50-q2- {
    height: 25rem; }
  .h52-q2- {
    height: 26rem; }
  .h54-q2- {
    height: 27rem; }
  .h56-q2- {
    height: 28rem; }
  .h58-q2- {
    height: 29rem; }
  .h60-q2- {
    height: 30rem; }
  .h70-q2- {
    height: 35rem; }
  .h80-q2- {
    height: 40rem; }
  .h90-q2- {
    height: 45rem; }
  .h100-q2- {
    height: 50rem; }
  .h110-q2- {
    height: 55rem; }
  .h120-q2- {
    height: 60rem; }
  .h130-q2- {
    height: 65rem; }
  .h140-q2- {
    height: 70rem; }
  .h150-q2- {
    height: 75rem; }
  .h160-q2- {
    height: 80rem; }
  .h170-q2- {
    height: 85rem; }
  .h180-q2- {
    height: 90rem; }
  .ma0-q2- {
    margin: 0rem; }
  .ma1-q2- {
    margin: 0.5rem; }
  .ma2-q2- {
    margin: 1rem; }
  .ma3-q2- {
    margin: 1.5rem; }
  .ma4-q2- {
    margin: 2rem; }
  .ma5-q2- {
    margin: 2.5rem; }
  .ma6-q2- {
    margin: 3rem; }
  .ma7-q2- {
    margin: 3.5rem; }
  .ma8-q2- {
    margin: 4rem; }
  .ma9-q2- {
    margin: 4.5rem; }
  .ma10-q2- {
    margin: 5rem; }
  .mb0-q2- {
    margin-bottom: 0rem; }
  .mb1-q2- {
    margin-bottom: 0.5rem; }
  .mb2-q2- {
    margin-bottom: 1rem; }
  .mb3-q2- {
    margin-bottom: 1.5rem; }
  .mb4-q2- {
    margin-bottom: 2rem; }
  .mb5-q2- {
    margin-bottom: 2.5rem; }
  .mb6-q2- {
    margin-bottom: 3rem; }
  .mb7-q2- {
    margin-bottom: 3.5rem; }
  .mb8-q2- {
    margin-bottom: 4rem; }
  .mb9-q2- {
    margin-bottom: 4.5rem; }
  .mb10-q2- {
    margin-bottom: 5rem; }
  .mh0-q2- {
    margin-left: 0rem;
    margin-right: 0rem; }
  .mh1-q2- {
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
  .mh2-q2- {
    margin-left: 1rem;
    margin-right: 1rem; }
  .mh3-q2- {
    margin-left: 1.5rem;
    margin-right: 1.5rem; }
  .mh4-q2- {
    margin-left: 2rem;
    margin-right: 2rem; }
  .mh5-q2- {
    margin-left: 2.5rem;
    margin-right: 2.5rem; }
  .mh6-q2- {
    margin-left: 3rem;
    margin-right: 3rem; }
  .mh7-q2- {
    margin-left: 3.5rem;
    margin-right: 3.5rem; }
  .mh8-q2- {
    margin-left: 4rem;
    margin-right: 4rem; }
  .mh9-q2- {
    margin-left: 4.5rem;
    margin-right: 4.5rem; }
  .mh10-q2- {
    margin-left: 5rem;
    margin-right: 5rem; }
  .min-h0-q2- {
    min-height: 0rem; }
  .min-h1-q2- {
    min-height: 0.5rem; }
  .min-h2-q2- {
    min-height: 1rem; }
  .min-h3-q2- {
    min-height: 1.5rem; }
  .min-h4-q2- {
    min-height: 2rem; }
  .min-h5-q2- {
    min-height: 2.5rem; }
  .min-h6-q2- {
    min-height: 3rem; }
  .min-h7-q2- {
    min-height: 3.5rem; }
  .min-h8-q2- {
    min-height: 4rem; }
  .min-h9-q2- {
    min-height: 4.5rem; }
  .min-h10-q2- {
    min-height: 5rem; }
  .min-h12-q2- {
    min-height: 6rem; }
  .min-h14-q2- {
    min-height: 7rem; }
  .min-h16-q2- {
    min-height: 8rem; }
  .min-h18-q2- {
    min-height: 9rem; }
  .min-h20-q2- {
    min-height: 10rem; }
  .min-h22-q2- {
    min-height: 11rem; }
  .min-h24-q2- {
    min-height: 12rem; }
  .min-h26-q2- {
    min-height: 13rem; }
  .min-h28-q2- {
    min-height: 14rem; }
  .min-h30-q2- {
    min-height: 15rem; }
  .min-h32-q2- {
    min-height: 16rem; }
  .min-h34-q2- {
    min-height: 17rem; }
  .min-h36-q2- {
    min-height: 18rem; }
  .min-h38-q2- {
    min-height: 19rem; }
  .min-h40-q2- {
    min-height: 20rem; }
  .min-h42-q2- {
    min-height: 21rem; }
  .min-h44-q2- {
    min-height: 22rem; }
  .min-h46-q2- {
    min-height: 23rem; }
  .min-h48-q2- {
    min-height: 24rem; }
  .min-h50-q2- {
    min-height: 25rem; }
  .min-h52-q2- {
    min-height: 26rem; }
  .min-h54-q2- {
    min-height: 27rem; }
  .min-h56-q2- {
    min-height: 28rem; }
  .min-h58-q2- {
    min-height: 29rem; }
  .min-h60-q2- {
    min-height: 30rem; }
  .min-h70-q2- {
    min-height: 35rem; }
  .min-h80-q2- {
    min-height: 40rem; }
  .min-h90-q2- {
    min-height: 45rem; }
  .min-w0-q2- {
    min-width: 0rem; }
  .min-w1-q2- {
    min-width: 0.5rem; }
  .min-w2-q2- {
    min-width: 1rem; }
  .min-w3-q2- {
    min-width: 1.5rem; }
  .min-w4-q2- {
    min-width: 2rem; }
  .min-w5-q2- {
    min-width: 2.5rem; }
  .min-w6-q2- {
    min-width: 3rem; }
  .min-w7-q2- {
    min-width: 3.5rem; }
  .min-w8-q2- {
    min-width: 4rem; }
  .min-w9-q2- {
    min-width: 4.5rem; }
  .min-w10-q2- {
    min-width: 5rem; }
  .min-w12-q2- {
    min-width: 6rem; }
  .min-w14-q2- {
    min-width: 7rem; }
  .min-w16-q2- {
    min-width: 8rem; }
  .min-w18-q2- {
    min-width: 9rem; }
  .min-w20-q2- {
    min-width: 10rem; }
  .min-w22-q2- {
    min-width: 11rem; }
  .min-w24-q2- {
    min-width: 12rem; }
  .min-w26-q2- {
    min-width: 13rem; }
  .min-w28-q2- {
    min-width: 14rem; }
  .min-w30-q2- {
    min-width: 15rem; }
  .min-w32-q2- {
    min-width: 16rem; }
  .min-w34-q2- {
    min-width: 17rem; }
  .min-w36-q2- {
    min-width: 18rem; }
  .min-w38-q2- {
    min-width: 19rem; }
  .min-w40-q2- {
    min-width: 20rem; }
  .min-w42-q2- {
    min-width: 21rem; }
  .min-w44-q2- {
    min-width: 22rem; }
  .min-w46-q2- {
    min-width: 23rem; }
  .min-w48-q2- {
    min-width: 24rem; }
  .min-w50-q2- {
    min-width: 25rem; }
  .min-w52-q2- {
    min-width: 26rem; }
  .min-w54-q2- {
    min-width: 27rem; }
  .min-w56-q2- {
    min-width: 28rem; }
  .min-w58-q2- {
    min-width: 29rem; }
  .min-w60-q2- {
    min-width: 30rem; }
  .min-w70-q2- {
    min-width: 35rem; }
  .min-w80-q2- {
    min-width: 40rem; }
  .min-w90-q2- {
    min-width: 45rem; }
  .ml0-q2- {
    margin-left: 0rem; }
  .ml1-q2- {
    margin-left: 0.5rem; }
  .ml2-q2- {
    margin-left: 1rem; }
  .ml3-q2- {
    margin-left: 1.5rem; }
  .ml4-q2- {
    margin-left: 2rem; }
  .ml5-q2- {
    margin-left: 2.5rem; }
  .ml6-q2- {
    margin-left: 3rem; }
  .ml7-q2- {
    margin-left: 3.5rem; }
  .ml8-q2- {
    margin-left: 4rem; }
  .ml9-q2- {
    margin-left: 4.5rem; }
  .ml10-q2- {
    margin-left: 5rem; }
  .mr0-q2- {
    margin-right: 0rem; }
  .mr1-q2- {
    margin-right: 0.5rem; }
  .mr2-q2- {
    margin-right: 1rem; }
  .mr3-q2- {
    margin-right: 1.5rem; }
  .mr4-q2- {
    margin-right: 2rem; }
  .mr5-q2- {
    margin-right: 2.5rem; }
  .mr6-q2- {
    margin-right: 3rem; }
  .mr7-q2- {
    margin-right: 3.5rem; }
  .mr8-q2- {
    margin-right: 4rem; }
  .mr9-q2- {
    margin-right: 4.5rem; }
  .mr10-q2- {
    margin-right: 5rem; }
  .mt0-q2- {
    margin-top: 0rem; }
  .mt1-q2- {
    margin-top: 0.5rem; }
  .mt2-q2- {
    margin-top: 1rem; }
  .mt3-q2- {
    margin-top: 1.5rem; }
  .mt4-q2- {
    margin-top: 2rem; }
  .mt5-q2- {
    margin-top: 2.5rem; }
  .mt6-q2- {
    margin-top: 3rem; }
  .mt7-q2- {
    margin-top: 3.5rem; }
  .mt8-q2- {
    margin-top: 4rem; }
  .mt9-q2- {
    margin-top: 4.5rem; }
  .mt10-q2- {
    margin-top: 5rem; }
  .mv0-q2- {
    margin-top: 0rem;
    margin-bottom: 0rem; }
  .mv1-q2- {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  .mv2-q2- {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .mv3-q2- {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
  .mv4-q2- {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .mv5-q2- {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem; }
  .mv6-q2- {
    margin-top: 3rem;
    margin-bottom: 3rem; }
  .mv7-q2- {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem; }
  .mv8-q2- {
    margin-top: 4rem;
    margin-bottom: 4rem; }
  .mv9-q2- {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem; }
  .mv10-q2- {
    margin-top: 5rem;
    margin-bottom: 5rem; }
  .mw0-q2- {
    max-width: 0rem; }
  .mw1-q2- {
    max-width: 0.5rem; }
  .mw2-q2- {
    max-width: 1rem; }
  .mw3-q2- {
    max-width: 1.5rem; }
  .mw4-q2- {
    max-width: 2rem; }
  .mw5-q2- {
    max-width: 2.5rem; }
  .mw6-q2- {
    max-width: 3rem; }
  .mw7-q2- {
    max-width: 3.5rem; }
  .mw8-q2- {
    max-width: 4rem; }
  .mw9-q2- {
    max-width: 4.5rem; }
  .mw10-q2- {
    max-width: 5rem; }
  .mw12-q2- {
    max-width: 6rem; }
  .mw14-q2- {
    max-width: 7rem; }
  .mw16-q2- {
    max-width: 8rem; }
  .mw18-q2- {
    max-width: 9rem; }
  .mw20-q2- {
    max-width: 10rem; }
  .mw22-q2- {
    max-width: 11rem; }
  .mw24-q2- {
    max-width: 12rem; }
  .mw26-q2- {
    max-width: 13rem; }
  .mw28-q2- {
    max-width: 14rem; }
  .mw30-q2- {
    max-width: 15rem; }
  .mw32-q2- {
    max-width: 16rem; }
  .mw34-q2- {
    max-width: 17rem; }
  .mw36-q2- {
    max-width: 18rem; }
  .mw38-q2- {
    max-width: 19rem; }
  .mw40-q2- {
    max-width: 20rem; }
  .mw42-q2- {
    max-width: 21rem; }
  .mw44-q2- {
    max-width: 22rem; }
  .mw46-q2- {
    max-width: 23rem; }
  .mw48-q2- {
    max-width: 24rem; }
  .mw50-q2- {
    max-width: 25rem; }
  .mw52-q2- {
    max-width: 26rem; }
  .mw54-q2- {
    max-width: 27rem; }
  .mw56-q2- {
    max-width: 28rem; }
  .mw58-q2- {
    max-width: 29rem; }
  .mw60-q2- {
    max-width: 30rem; }
  .mw70-q2- {
    max-width: 35rem; }
  .mw80-q2- {
    max-width: 40rem; }
  .mw90-q2- {
    max-width: 45rem; }
  .mw100-q2- {
    max-width: 50rem; }
  .mw110-q2- {
    max-width: 55rem; }
  .mw120-q2- {
    max-width: 60rem; }
  .mw130-q2- {
    max-width: 65rem; }
  .mw140-q2- {
    max-width: 70rem; }
  .mw150-q2- {
    max-width: 75rem; }
  .mw160-q2- {
    max-width: 80rem; }
  .mw170-q2- {
    max-width: 85rem; }
  .mw180-q2- {
    max-width: 90rem; }
  .na0-q2- {
    margin: -0rem; }
  .na1-q2- {
    margin: -0.5rem; }
  .na2-q2- {
    margin: -1rem; }
  .na3-q2- {
    margin: -1.5rem; }
  .na4-q2- {
    margin: -2rem; }
  .na5-q2- {
    margin: -2.5rem; }
  .na6-q2- {
    margin: -3rem; }
  .na7-q2- {
    margin: -3.5rem; }
  .na8-q2- {
    margin: -4rem; }
  .na9-q2- {
    margin: -4.5rem; }
  .na10-q2- {
    margin: -5rem; }
  .nb0-q2- {
    margin-bottom: -0rem; }
  .nb1-q2- {
    margin-bottom: -0.5rem; }
  .nb2-q2- {
    margin-bottom: -1rem; }
  .nb3-q2- {
    margin-bottom: -1.5rem; }
  .nb4-q2- {
    margin-bottom: -2rem; }
  .nb5-q2- {
    margin-bottom: -2.5rem; }
  .nb6-q2- {
    margin-bottom: -3rem; }
  .nb7-q2- {
    margin-bottom: -3.5rem; }
  .nb8-q2- {
    margin-bottom: -4rem; }
  .nb9-q2- {
    margin-bottom: -4.5rem; }
  .nb10-q2- {
    margin-bottom: -5rem; }
  .nh0-q2- {
    margin-left: -0rem;
    margin-right: -0rem; }
  .nh1-q2- {
    margin-left: -0.5rem;
    margin-right: -0.5rem; }
  .nh2-q2- {
    margin-left: -1rem;
    margin-right: -1rem; }
  .nh3-q2- {
    margin-left: -1.5rem;
    margin-right: -1.5rem; }
  .nh4-q2- {
    margin-left: -2rem;
    margin-right: -2rem; }
  .nh5-q2- {
    margin-left: -2.5rem;
    margin-right: -2.5rem; }
  .nh6-q2- {
    margin-left: -3rem;
    margin-right: -3rem; }
  .nh7-q2- {
    margin-left: -3.5rem;
    margin-right: -3.5rem; }
  .nh8-q2- {
    margin-left: -4rem;
    margin-right: -4rem; }
  .nh9-q2- {
    margin-left: -4.5rem;
    margin-right: -4.5rem; }
  .nh10-q2- {
    margin-left: -5rem;
    margin-right: -5rem; }
  .nl0-q2- {
    margin-left: -0rem; }
  .nl1-q2- {
    margin-left: -0.5rem; }
  .nl2-q2- {
    margin-left: -1rem; }
  .nl3-q2- {
    margin-left: -1.5rem; }
  .nl4-q2- {
    margin-left: -2rem; }
  .nl5-q2- {
    margin-left: -2.5rem; }
  .nl6-q2- {
    margin-left: -3rem; }
  .nl7-q2- {
    margin-left: -3.5rem; }
  .nl8-q2- {
    margin-left: -4rem; }
  .nl9-q2- {
    margin-left: -4.5rem; }
  .nl10-q2- {
    margin-left: -5rem; }
  .nr0-q2- {
    margin-right: -0rem; }
  .nr1-q2- {
    margin-right: -0.5rem; }
  .nr2-q2- {
    margin-right: -1rem; }
  .nr3-q2- {
    margin-right: -1.5rem; }
  .nr4-q2- {
    margin-right: -2rem; }
  .nr5-q2- {
    margin-right: -2.5rem; }
  .nr6-q2- {
    margin-right: -3rem; }
  .nr7-q2- {
    margin-right: -3.5rem; }
  .nr8-q2- {
    margin-right: -4rem; }
  .nr9-q2- {
    margin-right: -4.5rem; }
  .nr10-q2- {
    margin-right: -5rem; }
  .nt0-q2- {
    margin-top: -0rem; }
  .nt1-q2- {
    margin-top: -0.5rem; }
  .nt2-q2- {
    margin-top: -1rem; }
  .nt3-q2- {
    margin-top: -1.5rem; }
  .nt4-q2- {
    margin-top: -2rem; }
  .nt5-q2- {
    margin-top: -2.5rem; }
  .nt6-q2- {
    margin-top: -3rem; }
  .nt7-q2- {
    margin-top: -3.5rem; }
  .nt8-q2- {
    margin-top: -4rem; }
  .nt9-q2- {
    margin-top: -4.5rem; }
  .nt10-q2- {
    margin-top: -5rem; }
  .nv0-q2- {
    margin-top: -0rem;
    margin-bottom: -0rem; }
  .nv1-q2- {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem; }
  .nv2-q2- {
    margin-top: -1rem;
    margin-bottom: -1rem; }
  .nv3-q2- {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem; }
  .nv4-q2- {
    margin-top: -2rem;
    margin-bottom: -2rem; }
  .nv5-q2- {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem; }
  .nv6-q2- {
    margin-top: -3rem;
    margin-bottom: -3rem; }
  .nv7-q2- {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem; }
  .nv8-q2- {
    margin-top: -4rem;
    margin-bottom: -4rem; }
  .nv9-q2- {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem; }
  .nv10-q2- {
    margin-top: -5rem;
    margin-bottom: -5rem; }
  .pa0-q2- {
    padding: 0rem; }
  .pa1-q2- {
    padding: 0.5rem; }
  .pa2-q2- {
    padding: 1rem; }
  .pa3-q2- {
    padding: 1.5rem; }
  .pa4-q2- {
    padding: 2rem; }
  .pa5-q2- {
    padding: 2.5rem; }
  .pa6-q2- {
    padding: 3rem; }
  .pa7-q2- {
    padding: 3.5rem; }
  .pa8-q2- {
    padding: 4rem; }
  .pa9-q2- {
    padding: 4.5rem; }
  .pa10-q2- {
    padding: 5rem; }
  .pb0-q2- {
    padding-bottom: 0rem; }
  .pb1-q2- {
    padding-bottom: 0.5rem; }
  .pb2-q2- {
    padding-bottom: 1rem; }
  .pb3-q2- {
    padding-bottom: 1.5rem; }
  .pb4-q2- {
    padding-bottom: 2rem; }
  .pb5-q2- {
    padding-bottom: 2.5rem; }
  .pb6-q2- {
    padding-bottom: 3rem; }
  .pb7-q2- {
    padding-bottom: 3.5rem; }
  .pb8-q2- {
    padding-bottom: 4rem; }
  .pb9-q2- {
    padding-bottom: 4.5rem; }
  .pb10-q2- {
    padding-bottom: 5rem; }
  .ph0-q2- {
    padding-left: 0rem;
    padding-right: 0rem; }
  .ph1-q2- {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .ph2-q2- {
    padding-left: 1rem;
    padding-right: 1rem; }
  .ph3-q2- {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .ph4-q2- {
    padding-left: 2rem;
    padding-right: 2rem; }
  .ph5-q2- {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  .ph6-q2- {
    padding-left: 3rem;
    padding-right: 3rem; }
  .ph7-q2- {
    padding-left: 3.5rem;
    padding-right: 3.5rem; }
  .ph8-q2- {
    padding-left: 4rem;
    padding-right: 4rem; }
  .ph9-q2- {
    padding-left: 4.5rem;
    padding-right: 4.5rem; }
  .ph10-q2- {
    padding-left: 5rem;
    padding-right: 5rem; }
  .pl0-q2- {
    padding-left: 0rem; }
  .pl1-q2- {
    padding-left: 0.5rem; }
  .pl2-q2- {
    padding-left: 1rem; }
  .pl3-q2- {
    padding-left: 1.5rem; }
  .pl4-q2- {
    padding-left: 2rem; }
  .pl5-q2- {
    padding-left: 2.5rem; }
  .pl6-q2- {
    padding-left: 3rem; }
  .pl7-q2- {
    padding-left: 3.5rem; }
  .pl8-q2- {
    padding-left: 4rem; }
  .pl9-q2- {
    padding-left: 4.5rem; }
  .pl10-q2- {
    padding-left: 5rem; }
  .pr0-q2- {
    padding-right: 0rem; }
  .pr1-q2- {
    padding-right: 0.5rem; }
  .pr2-q2- {
    padding-right: 1rem; }
  .pr3-q2- {
    padding-right: 1.5rem; }
  .pr4-q2- {
    padding-right: 2rem; }
  .pr5-q2- {
    padding-right: 2.5rem; }
  .pr6-q2- {
    padding-right: 3rem; }
  .pr7-q2- {
    padding-right: 3.5rem; }
  .pr8-q2- {
    padding-right: 4rem; }
  .pr9-q2- {
    padding-right: 4.5rem; }
  .pr10-q2- {
    padding-right: 5rem; }
  .pt0-q2- {
    padding-top: 0rem; }
  .pt1-q2- {
    padding-top: 0.5rem; }
  .pt2-q2- {
    padding-top: 1rem; }
  .pt3-q2- {
    padding-top: 1.5rem; }
  .pt4-q2- {
    padding-top: 2rem; }
  .pt5-q2- {
    padding-top: 2.5rem; }
  .pt6-q2- {
    padding-top: 3rem; }
  .pt7-q2- {
    padding-top: 3.5rem; }
  .pt8-q2- {
    padding-top: 4rem; }
  .pt9-q2- {
    padding-top: 4.5rem; }
  .pt10-q2- {
    padding-top: 5rem; }
  .pv0-q2- {
    padding-top: 0rem;
    padding-bottom: 0rem; }
  .pv1-q2- {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .pv2-q2- {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .pv3-q2- {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  .pv4-q2- {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .pv5-q2- {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
  .pv6-q2- {
    padding-top: 3rem;
    padding-bottom: 3rem; }
  .pv7-q2- {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem; }
  .pv8-q2- {
    padding-top: 4rem;
    padding-bottom: 4rem; }
  .pv9-q2- {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem; }
  .pv10-q2- {
    padding-top: 5rem;
    padding-bottom: 5rem; }
  .w0-q2- {
    width: 0rem; }
  .w1-q2- {
    width: 0.5rem; }
  .w2-q2- {
    width: 1rem; }
  .w3-q2- {
    width: 1.5rem; }
  .w4-q2- {
    width: 2rem; }
  .w5-q2- {
    width: 2.5rem; }
  .w6-q2- {
    width: 3rem; }
  .w7-q2- {
    width: 3.5rem; }
  .w8-q2- {
    width: 4rem; }
  .w9-q2- {
    width: 4.5rem; }
  .w10-q2- {
    width: 5rem; }
  .w12-q2- {
    width: 6rem; }
  .w14-q2- {
    width: 7rem; }
  .w16-q2- {
    width: 8rem; }
  .w18-q2- {
    width: 9rem; }
  .w20-q2- {
    width: 10rem; }
  .w22-q2- {
    width: 11rem; }
  .w24-q2- {
    width: 12rem; }
  .w26-q2- {
    width: 13rem; }
  .w28-q2- {
    width: 14rem; }
  .w30-q2- {
    width: 15rem; }
  .w32-q2- {
    width: 16rem; }
  .w34-q2- {
    width: 17rem; }
  .w36-q2- {
    width: 18rem; }
  .w38-q2- {
    width: 19rem; }
  .w40-q2- {
    width: 20rem; }
  .w42-q2- {
    width: 21rem; }
  .w44-q2- {
    width: 22rem; }
  .w46-q2- {
    width: 23rem; }
  .w48-q2- {
    width: 24rem; }
  .w50-q2- {
    width: 25rem; }
  .w52-q2- {
    width: 26rem; }
  .w54-q2- {
    width: 27rem; }
  .w56-q2- {
    width: 28rem; }
  .w58-q2- {
    width: 29rem; }
  .w60-q2- {
    width: 30rem; }
  .w70-q2- {
    width: 35rem; }
  .w80-q2- {
    width: 40rem; }
  .w90-q2- {
    width: 45rem; }
  .w100-q2- {
    width: 50rem; }
  .w110-q2- {
    width: 55rem; }
  .w120-q2- {
    width: 60rem; }
  .w130-q2- {
    width: 65rem; }
  .w140-q2- {
    width: 70rem; }
  .w150-q2- {
    width: 75rem; }
  .w160-q2- {
    width: 80rem; }
  .w170-q2- {
    width: 85rem; }
  .w180-q2- {
    width: 90rem; }
  .tl-q2- {
    text-align: left; }
  .tr-q2- {
    text-align: right; }
  .tc-q2- {
    text-align: center; }
  .tj-q2- {
    text-align: justify; }
  .strike-q2- {
    text-decoration: line-through; }
  .underline-q2- {
    text-decoration: underline; }
  .no-underline-q2- {
    text-decoration: none; }
  .ttc-q2- {
    text-transform: capitalize; }
  .ttl-q2- {
    text-transform: lowercase; }
  .ttu-q2- {
    text-transform: uppercase; }
  .ttn-q2- {
    text-transform: none; }
  .measure-q2- {
    max-width: 30em; }
  .measure-wide-q2- {
    max-width: 34em; }
  .measure-narrow-q2- {
    max-width: 20em; }
  .indent-q2- {
    text-indent: 1em;
    margin-top: 0;
    margin-bottom: 0; }
  .small-caps-q2- {
    font-variant: small-caps; }
  .truncate-q2- {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .overflow-container-q2- {
    overflow-y: scroll; }
  .center-q2- {
    margin-right: auto;
    margin-left: auto; }
  .mr-auto-q2- {
    margin-right: auto; }
  .ml-auto-q2- {
    margin-left: auto; }
  .v-base-q2- {
    vertical-align: baseline; }
  .v-mid-q2- {
    vertical-align: middle; }
  .v-top-q2- {
    vertical-align: top; }
  .v-btm-q2- {
    vertical-align: bottom; }
  .clip-q2- {
    position: fixed !important;
    _position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); }
  .ws-normal-q2- {
    white-space: normal; }
  .nowrap-q2- {
    white-space: nowrap; }
  .pre-q2- {
    white-space: pre; }
  .w-10-q2- {
    width: 10%; }
  .w-20-q2- {
    width: 20%; }
  .w-25-q2- {
    width: 25%; }
  .w-30-q2- {
    width: 30%; }
  .w-33-q2- {
    width: 33%; }
  .w-34-q2- {
    width: 34%; }
  .w-40-q2- {
    width: 40%; }
  .w-50-q2- {
    width: 50%; }
  .w-60-q2- {
    width: 60%; }
  .w-70-q2- {
    width: 70%; }
  .w-75-q2- {
    width: 75%; }
  .w-80-q2- {
    width: 80%; }
  .w-90-q2- {
    width: 90%; }
  .w-100-q2- {
    width: 100%; }
  .w-third-q2- {
    width: 33.3333333333%; }
  .w-two-thirds-q2- {
    width: 66.6666666667%; }
  .w-auto-q2- {
    width: auto; } }

@media (min-width: 1200px) {
  .aspect-ratio-q3 {
    height: 0;
    position: relative; }
  .aspect-ratio--16x9-q3 {
    padding-bottom: 56.25%; }
  .aspect-ratio--9x16-q3 {
    padding-bottom: 177.77%; }
  .aspect-ratio--4x3-q3 {
    padding-bottom: 75%; }
  .aspect-ratio--3x4-q3 {
    padding-bottom: 133.33%; }
  .aspect-ratio--6x4-q3 {
    padding-bottom: 66.6%; }
  .aspect-ratio--4x6-q3 {
    padding-bottom: 150%; }
  .aspect-ratio--8x5-q3 {
    padding-bottom: 62.5%; }
  .aspect-ratio--5x8-q3 {
    padding-bottom: 160%; }
  .aspect-ratio--7x5-q3 {
    padding-bottom: 71.42%; }
  .aspect-ratio--5x7-q3 {
    padding-bottom: 140%; }
  .aspect-ratio--1x1-q3 {
    padding-bottom: 100%; }
  .aspect-ratio--object-q3 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100; }
  .bg-center-q3 {
    background-repeat: no-repeat;
    background-position: center center; }
  .bg-top-q3 {
    background-repeat: no-repeat;
    background-position: top center; }
  .bg-right-q3 {
    background-repeat: no-repeat;
    background-position: center right; }
  .bg-bottom-q3 {
    background-repeat: no-repeat;
    background-position: bottom center; }
  .bg-left-q3 {
    background-repeat: no-repeat;
    background-position: center left; }
  .cover-q3 {
    background-size: cover !important; }
  .contain-q3 {
    background-size: contain !important; }
  .br0-q3 {
    border-radius: 0; }
  .br1-q3 {
    border-radius: 0.0625rem; }
  .br2-q3 {
    border-radius: 0.125rem; }
  .br3-q3 {
    border-radius: 0.1875rem; }
  .br4-q3 {
    border-radius: 0.25rem; }
  .br5-q3 {
    border-radius: 0.3125rem; }
  .br6-q3 {
    border-radius: 0.375rem; }
  .br7-q3 {
    border-radius: 0.4375rem; }
  .br8-q3 {
    border-radius: 0.5rem; }
  .br9-q3 {
    border-radius: 0.5625rem; }
  .br10-q3 {
    border-radius: 0.625rem; }
  .br11-q3 {
    border-radius: 0.6875rem; }
  .br12-q3 {
    border-radius: 0.75rem; }
  .br13-q3 {
    border-radius: 0.8125rem; }
  .br14-q3 {
    border-radius: 0.875rem; }
  .br15-q3 {
    border-radius: 0.9375rem; }
  .br16-q3 {
    border-radius: 1rem; }
  .br17-q3 {
    border-radius: 1.0625rem; }
  .br18-q3 {
    border-radius: 1.125rem; }
  .br19-q3 {
    border-radius: 1.1875rem; }
  .br20-q3 {
    border-radius: 1.25rem; }
  .br21-q3 {
    border-radius: 1.3125rem; }
  .br22-q3 {
    border-radius: 1.375rem; }
  .br23-q3 {
    border-radius: 1.4375rem; }
  .br24-q3 {
    border-radius: 1.5rem; }
  .br-100-q3 {
    border-radius: 100%; }
  .br-pill-q3 {
    border-radius: 9999px; }
  .br--bottom-q3 {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .br--top-q3 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .br--right-q3 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .br--left-q3 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .b--dotted-q3 {
    border-style: dotted; }
  .b--dashed-q3 {
    border-style: dashed; }
  .b--solid-q3 {
    border-style: solid; }
  .b--none-q3 {
    border-style: none; }
  .bw0-q3 {
    border-width: 0; }
  .bw1-q3 {
    border-width: 1px; }
  .bw2-q3 {
    border-width: 2px; }
  .bw3-q3 {
    border-width: 3px; }
  .bw4-q3 {
    border-width: 4px; }
  .bw5-q3 {
    border-width: 5px; }
  .bw6-q3 {
    border-width: 6px; }
  .bw7-q3 {
    border-width: 7px; }
  .bw8-q3 {
    border-width: 8px; }
  .bw9-q3 {
    border-width: 9px; }
  .bw10-q3 {
    border-width: 10px; }
  /* Resets */
  .bt-0-q3 {
    border-top-width: 0; }
  .br-0-q3 {
    border-right-width: 0; }
  .bb-0-q3 {
    border-bottom-width: 0; }
  .bl-0-q3 {
    border-left-width: 0; }
  .ba-q3 {
    border-style: solid;
    border-width: 1px; }
  .bt-q3 {
    border-top-style: solid;
    border-top-width: 1px; }
  .br-q3 {
    border-right-style: solid;
    border-right-width: 1px; }
  .bb-q3 {
    border-bottom-style: solid;
    border-bottom-width: 1px; }
  .bl-q3 {
    border-left-style: solid;
    border-left-width: 1px; }
  .bn-q3 {
    border-style: none;
    border-width: 0; }
  .shadow-1-q3 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .shadow-2-q3 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .shadow-3-q3 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
  .shadow-4-q3 {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
  .shadow-5-q3 {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); }
  .cf-q3 {
    *zoom: 1; }
    .cf-q3:before, .cf-q3:after {
      content: " ";
      display: table; }
    .cf-q3:after {
      clear: both; }
  .cl-q3 {
    clear: left; }
  .cr-q3 {
    clear: right; }
  .cb-q3 {
    clear: both; }
  .cn-q3 {
    clear: none; }
  .cs1-q3 {
    width: 72px; }
  .cs2-q3 {
    width: 168px; }
  .cs3-q3 {
    width: 264px; }
  .cs4-q3 {
    width: 360px; }
  .cs5-q3 {
    width: 456px; }
  .cs6-q3 {
    width: 552px; }
  .cs7-q3 {
    width: 648px; }
  .cs8-q3 {
    width: 744px; }
  .cs9-q3 {
    width: 840px; }
  .cs10-q3 {
    width: 936px; }
  .cs11-q3 {
    width: 1032px; }
  .cs12-q3 {
    width: 1128px; }
  .cs13-q3 {
    width: 1224px; }
  .cs14-q3 {
    width: 1320px; }
  .cs15-q3 {
    width: 1416px; }
  .cs16-q3 {
    width: 1512px; }
  .debug-cs1-q3:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 120px; }
  .debug-cs2-q3:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 216px; }
  .debug-cs3-q3:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 312px; }
  .debug-cs4-q3:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 408px; }
  .debug-cs5-q3:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 504px; }
  .debug-cs6-q3:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 600px; }
  .debug-cs7-q3:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 696px; }
  .debug-cs8-q3:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 792px; }
  .debug-cs9-q3:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 888px; }
  .debug-cs10-q3:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 984px; }
  .debug-cs11-q3:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 1080px; }
  .debug-cs12-q3:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 1176px; }
  .debug-cs13-q3:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 1272px; }
  .debug-cs14-q3:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 1368px; }
  .debug-cs15-q3:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 1464px; }
  .debug-cs16-q3:before {
    pointer-events: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: fixed;
    background-position: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 0, 45, 0.1) 16px 96px);
    width: 1560px; }
  .top-0-q3 {
    top: 0; }
  .right-0-q3 {
    right: 0; }
  .bottom-0-q3 {
    bottom: 0; }
  .left-0-q3 {
    left: 0; }
  .top-1-q3 {
    top: 0.5rem; }
  .right-1-q3 {
    right: 0.5rem; }
  .bottom-1-q3 {
    bottom: 0.5rem; }
  .left-1-q3 {
    left: 0.5rem; }
  .top-2-q3 {
    top: 1rem; }
  .right-2-q3 {
    right: 1rem; }
  .bottom-2-q3 {
    bottom: 1rem; }
  .left-2-q3 {
    left: 1rem; }
  .top-3-q3 {
    top: 1.5rem; }
  .right-3-q3 {
    right: 1.5rem; }
  .bottom-3-q3 {
    bottom: 1.5rem; }
  .left-3-q3 {
    left: 1.5rem; }
  .top-4-q3 {
    top: 2rem; }
  .right-4-q3 {
    right: 2rem; }
  .bottom-4-q3 {
    bottom: 2rem; }
  .left-4-q3 {
    left: 2rem; }
  .top--1-q3 {
    top: -0.5rem; }
  .right--1-q3 {
    right: -0.5rem; }
  .bottom--1-q3 {
    bottom: -0.5rem; }
  .left--1-q3 {
    left: -0.5rem; }
  .top--2-q3 {
    top: -1rem; }
  .right--2-q3 {
    right: -1rem; }
  .bottom--2-q3 {
    bottom: -1rem; }
  .left--2-q3 {
    left: -1rem; }
  .top--3-q3 {
    top: -1.5rem; }
  .right--3-q3 {
    right: -1.5rem; }
  .bottom--3-q3 {
    bottom: -1.5rem; }
  .left--3-q3 {
    left: -1.5rem; }
  .top--4-q3 {
    top: -2rem; }
  .right--4-q3 {
    right: -2rem; }
  .bottom--4-q3 {
    bottom: -2rem; }
  .left--4-q3 {
    left: -2rem; }
  .absolute--fill-q3 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .dn-q3 {
    display: none; }
  .di-q3 {
    display: inline; }
  .db-q3 {
    display: block; }
  .dib-q3 {
    display: inline-block; }
  .dit-q3 {
    display: inline-table; }
  .dt-q3 {
    display: table; }
  .dtc-q3 {
    display: table-cell; }
  .dt-row-q3 {
    display: table-row; }
  .dt-row-group-q3 {
    display: table-row-group; }
  .dt-header-group-q3 {
    display: table-header-group; }
  .dt-column-q3 {
    display: table-column; }
  .dt-column-group-q3 {
    display: table-column-group; }
  /*
  This will set table to full width and then
  all cells will be equal width
*/
  .dt--fixed-q3 {
    table-layout: fixed;
    width: 100%; }
  .flex-q3 {
    display: flex; }
  .inline-flex-q3 {
    display: inline-flex; }
  /* 1. Fix for Chrome 44 bug.
 * https://code.google.com/p/chromium/issues/detail?id=506893 */
  .flex-auto-q3 {
    flex: 1 1 auto;
    min-width: 0;
    /* 1 */
    min-height: 0;
    /* 1 */ }
  .flex-none-q3 {
    flex: none; }
  .flex-column-q3 {
    flex-direction: column; }
  .flex-row-q3 {
    flex-direction: row; }
  .flex-wrap-q3 {
    flex-wrap: wrap; }
  .flex-nowrap-q3 {
    flex-wrap: nowrap; }
  .flex-wrap-reverse-q3 {
    flex-wrap: wrap-reverse; }
  .flex-column-reverse-q3 {
    flex-direction: column-reverse; }
  .flex-row-reverse-q3 {
    flex-direction: row-reverse; }
  .items-start-q3 {
    align-items: flex-start; }
  .items-end-q3 {
    align-items: flex-end; }
  .items-center-q3 {
    align-items: center; }
  .items-baseline-q3 {
    align-items: baseline; }
  .items-stretch-q3 {
    align-items: stretch; }
  .self-start-q3 {
    align-self: flex-start; }
  .self-end-q3 {
    align-self: flex-end; }
  .self-center-q3 {
    align-self: center; }
  .self-baseline-q3 {
    align-self: baseline; }
  .self-stretch-q3 {
    align-self: stretch; }
  .justify-start-q3 {
    justify-content: flex-start; }
  .justify-end-q3 {
    justify-content: flex-end; }
  .justify-center-q3 {
    justify-content: center; }
  .justify-between-q3 {
    justify-content: space-between; }
  .justify-around-q3 {
    justify-content: space-around; }
  .content-start-q3 {
    align-content: flex-start; }
  .content-end-q3 {
    align-content: flex-end; }
  .content-center-q3 {
    align-content: center; }
  .content-between-q3 {
    align-content: space-between; }
  .content-around-q3 {
    align-content: space-around; }
  .content-stretch-q3 {
    align-content: stretch; }
  .order-0-q3 {
    order: 0; }
  .order-1-q3 {
    order: 1; }
  .order-2-q3 {
    order: 2; }
  .order-3-q3 {
    order: 3; }
  .order-4-q3 {
    order: 4; }
  .order-5-q3 {
    order: 5; }
  .order-6-q3 {
    order: 6; }
  .order-7-q3 {
    order: 7; }
  .order-8-q3 {
    order: 8; }
  .order-last-q3 {
    order: 99999; }
  .flex-grow-0-q3 {
    flex-grow: 0; }
  .flex-grow-1-q3 {
    flex-grow: 1; }
  .flex-shrink-0-q3 {
    flex-shrink: 0; }
  .flex-shrink-1-q3 {
    flex-shrink: 1; }
  .fl-q3 {
    float: left;
    _display: inline; }
  .fr-q3 {
    float: right;
    _display: inline; }
  .fn-q3 {
    float: none; }
  .i-q3 {
    font-style: italic; }
  .fs-normal-q3 {
    font-style: normal; }
  .h-25-q3 {
    height: 25%; }
  .h-50-q3 {
    height: 50%; }
  .h-75-q3 {
    height: 75%; }
  .h-100-q3 {
    height: 100%; }
  .min-h-100-q3 {
    min-height: 100%; }
  .vh-25-q3 {
    height: 25vh; }
  .vh-50-q3 {
    height: 50vh; }
  .vh-75-q3 {
    height: 75vh; }
  .vh-100-q3 {
    height: 100vh; }
  .min-vh-100-q3 {
    min-height: 100vh; }
  .h-auto-q3 {
    height: auto; }
  .h-inherit-q3 {
    height: inherit; }
  .mw-none-q3 {
    max-width: none; }
  .outline-q3 {
    outline: 1px solid; }
  .outline-transparent-q3 {
    outline: 1px solid transparent; }
  .outline-0-q3 {
    outline: 0; }
  .overflow-visible-q3 {
    overflow: visible; }
  .overflow-hidden-q3 {
    overflow: hidden; }
  .overflow-scroll-q3 {
    overflow: scroll; }
  .overflow-auto-q3 {
    overflow: auto; }
  .overflow-x-visible-q3 {
    overflow-x: visible; }
  .overflow-x-hidden-q3 {
    overflow-x: hidden; }
  .overflow-x-scroll-q3 {
    overflow-x: scroll; }
  .overflow-x-auto-q3 {
    overflow-x: auto; }
  .overflow-y-visible-q3 {
    overflow-y: visible; }
  .overflow-y-hidden-q3 {
    overflow-y: hidden; }
  .overflow-y-scroll-q3 {
    overflow-y: scroll; }
  .overflow-y-auto-q3 {
    overflow-y: auto; }
  .static-q3 {
    position: static; }
  .relative-q3 {
    position: relative; }
  .absolute-q3 {
    position: absolute; }
  .fixed-q3 {
    position: fixed; }
  .rotate-45-q3 {
    transform: rotate(45deg); }
  .rotate-90-q3 {
    transform: rotate(90deg); }
  .rotate-135-q3 {
    transform: rotate(135deg); }
  .rotate-180-q3 {
    transform: rotate(180deg); }
  .rotate-225-q3 {
    transform: rotate(225deg); }
  .rotate-270-q3 {
    transform: rotate(270deg); }
  .rotate-315-q3 {
    transform: rotate(315deg); }
  .hover-highlight-q3:hover, .hover-highlight-q3:focus {
    color: #fc6d6d; }
  .hover-bg-highlight-q3:hover, .hover-bg-highlight-q3:focus {
    background: #fc6d6d; }
  .hover-aig-blue-q3:hover, .hover-aig-blue-q3:focus {
    color: #00a4e4; }
  .hover-bg-aig-blue-q3:hover, .hover-bg-aig-blue-q3:focus {
    background: #00a4e4; }
  .hover-pcg-blue-q3:hover, .hover-pcg-blue-q3:focus {
    color: #003467; }
  .hover-bg-pcg-blue-q3:hover, .hover-bg-pcg-blue-q3:focus {
    background: #003467; }
  .hover-light-blue-q3:hover, .hover-light-blue-q3:focus {
    color: #dee9f6; }
  .hover-bg-light-blue-q3:hover, .hover-bg-light-blue-q3:focus {
    background: #dee9f6; }
  .hover-blue-q3:hover, .hover-blue-q3:focus {
    color: #0057b8; }
  .hover-bg-blue-q3:hover, .hover-bg-blue-q3:focus {
    background: #0057b8; }
  .hover-dark-blue-q3:hover, .hover-dark-blue-q3:focus {
    color: #001e62; }
  .hover-bg-dark-blue-q3:hover, .hover-bg-dark-blue-q3:focus {
    background: #001e62; }
  .hover-light-green-q3:hover, .hover-light-green-q3:focus {
    color: #e0eed0; }
  .hover-bg-light-green-q3:hover, .hover-bg-light-green-q3:focus {
    background: #e0eed0; }
  .hover-green-q3:hover, .hover-green-q3:focus {
    color: #50d986; }
  .hover-bg-green-q3:hover, .hover-bg-green-q3:focus {
    background: #50d986; }
  .hover-dark-green-q3:hover, .hover-dark-green-q3:focus {
    color: #13aa41; }
  .hover-bg-dark-green-q3:hover, .hover-bg-dark-green-q3:focus {
    background: #13aa41; }
  .hover-darkest-green-q3:hover, .hover-darkest-green-q3:focus {
    color: #275d38; }
  .hover-bg-darkest-green-q3:hover, .hover-bg-darkest-green-q3:focus {
    background: #275d38; }
  .hover-light-magenta-q3:hover, .hover-light-magenta-q3:focus {
    color: #fdecef; }
  .hover-bg-light-magenta-q3:hover, .hover-bg-light-magenta-q3:focus {
    background: #fdecef; }
  .hover-magenta-q3:hover, .hover-magenta-q3:focus {
    color: #e844ab; }
  .hover-bg-magenta-q3:hover, .hover-bg-magenta-q3:focus {
    background: #e844ab; }
  .hover-dark-magenta-q3:hover, .hover-dark-magenta-q3:focus {
    color: #af006e; }
  .hover-bg-dark-magenta-q3:hover, .hover-bg-dark-magenta-q3:focus {
    background: #af006e; }
  .hover-darkest-magenta-q3:hover, .hover-darkest-magenta-q3:focus {
    color: #5e2751; }
  .hover-bg-darkest-magenta-q3:hover, .hover-bg-darkest-magenta-q3:focus {
    background: #5e2751; }
  .hover-light-red-q3:hover, .hover-light-red-q3:focus {
    color: #fde7db; }
  .hover-bg-light-red-q3:hover, .hover-bg-light-red-q3:focus {
    background: #fde7db; }
  .hover-red-q3:hover, .hover-red-q3:focus {
    color: #e03c31; }
  .hover-bg-red-q3:hover, .hover-bg-red-q3:focus {
    background: #e03c31; }
  .hover-dark-red-q3:hover, .hover-dark-red-q3:focus {
    color: #862633; }
  .hover-bg-dark-red-q3:hover, .hover-bg-dark-red-q3:focus {
    background: #862633; }
  .hover-light-orange-q3:hover, .hover-light-orange-q3:focus {
    color: #ffe8c9; }
  .hover-bg-light-orange-q3:hover, .hover-bg-light-orange-q3:focus {
    background: #ffe8c9; }
  .hover-orange-q3:hover, .hover-orange-q3:focus {
    color: #fba137; }
  .hover-bg-orange-q3:hover, .hover-bg-orange-q3:focus {
    background: #fba137; }
  .hover-dark-orange-q3:hover, .hover-dark-orange-q3:focus {
    color: #e36f1e; }
  .hover-bg-dark-orange-q3:hover, .hover-bg-dark-orange-q3:focus {
    background: #e36f1e; }
  .hover-darkest-orange-q3:hover, .hover-darkest-orange-q3:focus {
    color: #a9431e; }
  .hover-bg-darkest-orange-q3:hover, .hover-bg-darkest-orange-q3:focus {
    background: #a9431e; }
  .hover-light-teal-q3:hover, .hover-light-teal-q3:focus {
    color: #e9f1f0; }
  .hover-bg-light-teal-q3:hover, .hover-bg-light-teal-q3:focus {
    background: #e9f1f0; }
  .hover-teal-q3:hover, .hover-teal-q3:focus {
    color: #15c3da; }
  .hover-bg-teal-q3:hover, .hover-bg-teal-q3:focus {
    background: #15c3da; }
  .hover-dark-teal-q3:hover, .hover-dark-teal-q3:focus {
    color: #009ca6; }
  .hover-bg-dark-teal-q3:hover, .hover-bg-dark-teal-q3:focus {
    background: #009ca6; }
  .hover-darkest-teal-q3:hover, .hover-darkest-teal-q3:focus {
    color: #004f59; }
  .hover-bg-darkest-teal-q3:hover, .hover-bg-darkest-teal-q3:focus {
    background: #004f59; }
  .hover-light-yellow-q3:hover, .hover-light-yellow-q3:focus {
    color: #fff6cb; }
  .hover-bg-light-yellow-q3:hover, .hover-bg-light-yellow-q3:focus {
    background: #fff6cb; }
  .hover-yellow-q3:hover, .hover-yellow-q3:focus {
    color: #ffd96c; }
  .hover-bg-yellow-q3:hover, .hover-bg-yellow-q3:focus {
    background: #ffd96c; }
  .hover-dark-yellow-q3:hover, .hover-dark-yellow-q3:focus {
    color: #fdb813; }
  .hover-bg-dark-yellow-q3:hover, .hover-bg-dark-yellow-q3:focus {
    background: #fdb813; }
  .hover-darkest-yellow-q3:hover, .hover-darkest-yellow-q3:focus {
    color: #a9662b; }
  .hover-bg-darkest-yellow-q3:hover, .hover-bg-darkest-yellow-q3:focus {
    background: #a9662b; }
  .hover-lightest-steel-q3:hover, .hover-lightest-steel-q3:focus {
    color: #f7f9fb; }
  .hover-bg-lightest-steel-q3:hover, .hover-bg-lightest-steel-q3:focus {
    background: #f7f9fb; }
  .hover-light-steel-q3:hover, .hover-light-steel-q3:focus {
    color: #d5e1ef; }
  .hover-bg-light-steel-q3:hover, .hover-bg-light-steel-q3:focus {
    background: #d5e1ef; }
  .hover-steel-q3:hover, .hover-steel-q3:focus {
    color: #8999b9; }
  .hover-bg-steel-q3:hover, .hover-bg-steel-q3:focus {
    background: #8999b9; }
  .hover-white-0125-q3:hover, .hover-white-0125-q3:focus {
    color: rgba(255, 255, 255, 0.0125); }
  .hover-bg-white-0125-q3:hover, .hover-bg-white-0125-q3:focus {
    background: rgba(255, 255, 255, 0.0125); }
  .hover-white-025-q3:hover, .hover-white-025-q3:focus {
    color: rgba(255, 255, 255, 0.025); }
  .hover-bg-white-025-q3:hover, .hover-bg-white-025-q3:focus {
    background: rgba(255, 255, 255, 0.025); }
  .hover-white-05-q3:hover, .hover-white-05-q3:focus {
    color: rgba(255, 255, 255, 0.05); }
  .hover-bg-white-05-q3:hover, .hover-bg-white-05-q3:focus {
    background: rgba(255, 255, 255, 0.05); }
  .hover-white-10-q3:hover, .hover-white-10-q3:focus {
    color: rgba(255, 255, 255, 0.1); }
  .hover-bg-white-10-q3:hover, .hover-bg-white-10-q3:focus {
    background: rgba(255, 255, 255, 0.1); }
  .hover-white-20-q3:hover, .hover-white-20-q3:focus {
    color: rgba(255, 255, 255, 0.2); }
  .hover-bg-white-20-q3:hover, .hover-bg-white-20-q3:focus {
    background: rgba(255, 255, 255, 0.2); }
  .hover-white-30-q3:hover, .hover-white-30-q3:focus {
    color: rgba(255, 255, 255, 0.3); }
  .hover-bg-white-30-q3:hover, .hover-bg-white-30-q3:focus {
    background: rgba(255, 255, 255, 0.3); }
  .hover-white-40-q3:hover, .hover-white-40-q3:focus {
    color: rgba(255, 255, 255, 0.4); }
  .hover-bg-white-40-q3:hover, .hover-bg-white-40-q3:focus {
    background: rgba(255, 255, 255, 0.4); }
  .hover-white-50-q3:hover, .hover-white-50-q3:focus {
    color: rgba(255, 255, 255, 0.5); }
  .hover-bg-white-50-q3:hover, .hover-bg-white-50-q3:focus {
    background: rgba(255, 255, 255, 0.5); }
  .hover-white-60-q3:hover, .hover-white-60-q3:focus {
    color: rgba(255, 255, 255, 0.6); }
  .hover-bg-white-60-q3:hover, .hover-bg-white-60-q3:focus {
    background: rgba(255, 255, 255, 0.6); }
  .hover-white-70-q3:hover, .hover-white-70-q3:focus {
    color: rgba(255, 255, 255, 0.7); }
  .hover-bg-white-70-q3:hover, .hover-bg-white-70-q3:focus {
    background: rgba(255, 255, 255, 0.7); }
  .hover-white-80-q3:hover, .hover-white-80-q3:focus {
    color: rgba(255, 255, 255, 0.8); }
  .hover-bg-white-80-q3:hover, .hover-bg-white-80-q3:focus {
    background: rgba(255, 255, 255, 0.8); }
  .hover-white-90-q3:hover, .hover-white-90-q3:focus {
    color: rgba(255, 255, 255, 0.9); }
  .hover-bg-white-90-q3:hover, .hover-bg-white-90-q3:focus {
    background: rgba(255, 255, 255, 0.9); }
  .hover-white-q3:hover, .hover-white-q3:focus {
    color: #fff; }
  .hover-bg-white-q3:hover, .hover-bg-white-q3:focus {
    background: #fff; }
  .hover-lightest-gray-q3:hover, .hover-lightest-gray-q3:focus {
    color: #fbfbfb; }
  .hover-bg-lightest-gray-q3:hover, .hover-bg-lightest-gray-q3:focus {
    background: #fbfbfb; }
  .hover-light-gray-q3:hover, .hover-light-gray-q3:focus {
    color: #eee; }
  .hover-bg-light-gray-q3:hover, .hover-bg-light-gray-q3:focus {
    background: #eee; }
  .hover-moon-gray-q3:hover, .hover-moon-gray-q3:focus {
    color: #ccc; }
  .hover-bg-moon-gray-q3:hover, .hover-bg-moon-gray-q3:focus {
    background: #ccc; }
  .hover-light-silver-q3:hover, .hover-light-silver-q3:focus {
    color: #aaa; }
  .hover-bg-light-silver-q3:hover, .hover-bg-light-silver-q3:focus {
    background: #aaa; }
  .hover-silver-q3:hover, .hover-silver-q3:focus {
    color: #999; }
  .hover-bg-silver-q3:hover, .hover-bg-silver-q3:focus {
    background: #999; }
  .hover-gray-q3:hover, .hover-gray-q3:focus {
    color: #777; }
  .hover-bg-gray-q3:hover, .hover-bg-gray-q3:focus {
    background: #777; }
  .hover-mid-gray-q3:hover, .hover-mid-gray-q3:focus {
    color: #555; }
  .hover-bg-mid-gray-q3:hover, .hover-bg-mid-gray-q3:focus {
    background: #555; }
  .hover-dark-gray-q3:hover, .hover-dark-gray-q3:focus {
    color: #444; }
  .hover-bg-dark-gray-q3:hover, .hover-bg-dark-gray-q3:focus {
    background: #444; }
  .hover-darkest-gray-q3:hover, .hover-darkest-gray-q3:focus {
    color: #333; }
  .hover-bg-darkest-gray-q3:hover, .hover-bg-darkest-gray-q3:focus {
    background: #333; }
  .hover-near-black-q3:hover, .hover-near-black-q3:focus {
    color: #111; }
  .hover-bg-near-black-q3:hover, .hover-bg-near-black-q3:focus {
    background: #111; }
  .hover-black-q3:hover, .hover-black-q3:focus {
    color: #000; }
  .hover-bg-black-q3:hover, .hover-bg-black-q3:focus {
    background: #000; }
  .hover-near-white-q3:hover, .hover-near-white-q3:focus {
    color: #f4f4f4; }
  .hover-bg-near-white-q3:hover, .hover-bg-near-white-q3:focus {
    background: #f4f4f4; }
  .hover-fafafa-q3:hover, .hover-fafafa-q3:focus {
    color: #fafafa; }
  .hover-bg-fafafa-q3:hover, .hover-bg-fafafa-q3:focus {
    background: #fafafa; }
  .hover-f5f5f5-q3:hover, .hover-f5f5f5-q3:focus {
    color: #f5f5f5; }
  .hover-bg-f5f5f5-q3:hover, .hover-bg-f5f5f5-q3:focus {
    background: #f5f5f5; }
  .hover-eee-q3:hover, .hover-eee-q3:focus {
    color: #eee; }
  .hover-bg-eee-q3:hover, .hover-bg-eee-q3:focus {
    background: #eee; }
  .hover-e0e0e0-q3:hover, .hover-e0e0e0-q3:focus {
    color: #e0e0e0; }
  .hover-bg-e0e0e0-q3:hover, .hover-bg-e0e0e0-q3:focus {
    background: #e0e0e0; }
  .hover-ddd-q3:hover, .hover-ddd-q3:focus {
    color: #ddd; }
  .hover-bg-ddd-q3:hover, .hover-bg-ddd-q3:focus {
    background: #ddd; }
  .hover-ccc-q3:hover, .hover-ccc-q3:focus {
    color: #ccc; }
  .hover-bg-ccc-q3:hover, .hover-bg-ccc-q3:focus {
    background: #ccc; }
  .hover-bbb-q3:hover, .hover-bbb-q3:focus {
    color: #bbb; }
  .hover-bg-bbb-q3:hover, .hover-bg-bbb-q3:focus {
    background: #bbb; }
  .hover-aaa-q3:hover, .hover-aaa-q3:focus {
    color: #aaa; }
  .hover-bg-aaa-q3:hover, .hover-bg-aaa-q3:focus {
    background: #aaa; }
  .hover-999-q3:hover, .hover-999-q3:focus {
    color: #999; }
  .hover-bg-999-q3:hover, .hover-bg-999-q3:focus {
    background: #999; }
  .hover-777-q3:hover, .hover-777-q3:focus {
    color: #777; }
  .hover-bg-777-q3:hover, .hover-bg-777-q3:focus {
    background: #777; }
  .hover-666-q3:hover, .hover-666-q3:focus {
    color: #666; }
  .hover-bg-666-q3:hover, .hover-bg-666-q3:focus {
    background: #666; }
  .hover-555-q3:hover, .hover-555-q3:focus {
    color: #555; }
  .hover-bg-555-q3:hover, .hover-bg-555-q3:focus {
    background: #555; }
  .hover-444-q3:hover, .hover-444-q3:focus {
    color: #444; }
  .hover-bg-444-q3:hover, .hover-bg-444-q3:focus {
    background: #444; }
  .hover-333-q3:hover, .hover-333-q3:focus {
    color: #333; }
  .hover-bg-333-q3:hover, .hover-bg-333-q3:focus {
    background: #333; }
  .hover-222-q3:hover, .hover-222-q3:focus {
    color: #222; }
  .hover-bg-222-q3:hover, .hover-bg-222-q3:focus {
    background: #222; }
  .hover-transparent-q3:hover, .hover-transparent-q3:focus {
    color: transparent; }
  .hover-bg-transparent-q3:hover, .hover-bg-transparent-q3:focus {
    background: transparent; }
  .hover-black-0125-q3:hover, .hover-black-0125-q3:focus {
    color: rgba(0, 0, 0, 0.0125); }
  .hover-bg-black-0125-q3:hover, .hover-bg-black-0125-q3:focus {
    background: rgba(0, 0, 0, 0.0125); }
  .hover-black-025-q3:hover, .hover-black-025-q3:focus {
    color: rgba(0, 0, 0, 0.025); }
  .hover-bg-black-025-q3:hover, .hover-bg-black-025-q3:focus {
    background: rgba(0, 0, 0, 0.025); }
  .hover-black-05-q3:hover, .hover-black-05-q3:focus {
    color: rgba(0, 0, 0, 0.05); }
  .hover-bg-black-05-q3:hover, .hover-bg-black-05-q3:focus {
    background: rgba(0, 0, 0, 0.05); }
  .hover-black-10-q3:hover, .hover-black-10-q3:focus {
    color: rgba(0, 0, 0, 0.1); }
  .hover-bg-black-10-q3:hover, .hover-bg-black-10-q3:focus {
    background: rgba(0, 0, 0, 0.1); }
  .hover-black-20-q3:hover, .hover-black-20-q3:focus {
    color: rgba(0, 0, 0, 0.2); }
  .hover-bg-black-20-q3:hover, .hover-bg-black-20-q3:focus {
    background: rgba(0, 0, 0, 0.2); }
  .hover-black-30-q3:hover, .hover-black-30-q3:focus {
    color: rgba(0, 0, 0, 0.3); }
  .hover-bg-black-30-q3:hover, .hover-bg-black-30-q3:focus {
    background: rgba(0, 0, 0, 0.3); }
  .hover-black-40-q3:hover, .hover-black-40-q3:focus {
    color: rgba(0, 0, 0, 0.4); }
  .hover-bg-black-40-q3:hover, .hover-bg-black-40-q3:focus {
    background: rgba(0, 0, 0, 0.4); }
  .hover-black-50-q3:hover, .hover-black-50-q3:focus {
    color: rgba(0, 0, 0, 0.5); }
  .hover-bg-black-50-q3:hover, .hover-bg-black-50-q3:focus {
    background: rgba(0, 0, 0, 0.5); }
  .hover-black-60-q3:hover, .hover-black-60-q3:focus {
    color: rgba(0, 0, 0, 0.6); }
  .hover-bg-black-60-q3:hover, .hover-bg-black-60-q3:focus {
    background: rgba(0, 0, 0, 0.6); }
  .hover-black-70-q3:hover, .hover-black-70-q3:focus {
    color: rgba(0, 0, 0, 0.7); }
  .hover-bg-black-70-q3:hover, .hover-bg-black-70-q3:focus {
    background: rgba(0, 0, 0, 0.7); }
  .hover-black-80-q3:hover, .hover-black-80-q3:focus {
    color: rgba(0, 0, 0, 0.8); }
  .hover-bg-black-80-q3:hover, .hover-bg-black-80-q3:focus {
    background: rgba(0, 0, 0, 0.8); }
  .hover-black-90-q3:hover, .hover-black-90-q3:focus {
    color: rgba(0, 0, 0, 0.9); }
  .hover-bg-black-90-q3:hover, .hover-bg-black-90-q3:focus {
    background: rgba(0, 0, 0, 0.9); }
  .highlight-q3 {
    color: #fc6d6d; }
  .aig-blue-q3 {
    color: #00a4e4; }
  .pcg-blue-q3 {
    color: #003467; }
  .light-blue-q3 {
    color: #dee9f6; }
  .blue-q3 {
    color: #0057b8; }
  .dark-blue-q3 {
    color: #001e62; }
  .light-green-q3 {
    color: #e0eed0; }
  .green-q3 {
    color: #50d986; }
  .dark-green-q3 {
    color: #13aa41; }
  .darkest-green-q3 {
    color: #275d38; }
  .light-magenta-q3 {
    color: #fdecef; }
  .magenta-q3 {
    color: #e844ab; }
  .dark-magenta-q3 {
    color: #af006e; }
  .darkest-magenta-q3 {
    color: #5e2751; }
  .light-red-q3 {
    color: #fde7db; }
  .red-q3 {
    color: #e03c31; }
  .dark-red-q3 {
    color: #862633; }
  .light-orange-q3 {
    color: #ffe8c9; }
  .orange-q3 {
    color: #fba137; }
  .dark-orange-q3 {
    color: #e36f1e; }
  .darkest-orange-q3 {
    color: #a9431e; }
  .light-teal-q3 {
    color: #e9f1f0; }
  .teal-q3 {
    color: #15c3da; }
  .dark-teal-q3 {
    color: #009ca6; }
  .darkest-teal-q3 {
    color: #004f59; }
  .light-yellow-q3 {
    color: #fff6cb; }
  .yellow-q3 {
    color: #ffd96c; }
  .dark-yellow-q3 {
    color: #fdb813; }
  .darkest-yellow-q3 {
    color: #a9662b; }
  .lightest-steel-q3 {
    color: #f7f9fb; }
  .light-steel-q3 {
    color: #d5e1ef; }
  .steel-q3 {
    color: #8999b9; }
  .white-0125-q3 {
    color: rgba(255, 255, 255, 0.0125); }
  .white-025-q3 {
    color: rgba(255, 255, 255, 0.025); }
  .white-05-q3 {
    color: rgba(255, 255, 255, 0.05); }
  .white-10-q3 {
    color: rgba(255, 255, 255, 0.1); }
  .white-20-q3 {
    color: rgba(255, 255, 255, 0.2); }
  .white-30-q3 {
    color: rgba(255, 255, 255, 0.3); }
  .white-40-q3 {
    color: rgba(255, 255, 255, 0.4); }
  .white-50-q3 {
    color: rgba(255, 255, 255, 0.5); }
  .white-60-q3 {
    color: rgba(255, 255, 255, 0.6); }
  .white-70-q3 {
    color: rgba(255, 255, 255, 0.7); }
  .white-80-q3 {
    color: rgba(255, 255, 255, 0.8); }
  .white-90-q3 {
    color: rgba(255, 255, 255, 0.9); }
  .white-q3 {
    color: #fff; }
  .lightest-gray-q3 {
    color: #fbfbfb; }
  .light-gray-q3 {
    color: #eee; }
  .moon-gray-q3 {
    color: #ccc; }
  .light-silver-q3 {
    color: #aaa; }
  .silver-q3 {
    color: #999; }
  .gray-q3 {
    color: #777; }
  .mid-gray-q3 {
    color: #555; }
  .dark-gray-q3 {
    color: #444; }
  .darkest-gray-q3 {
    color: #333; }
  .near-black-q3 {
    color: #111; }
  .black-q3 {
    color: #000; }
  .near-white-q3 {
    color: #f4f4f4; }
  .fafafa-q3 {
    color: #fafafa; }
  .f5f5f5-q3 {
    color: #f5f5f5; }
  .color-eee-q3 {
    color: #eee; }
  .color-e0e0e0-q3 {
    color: #e0e0e0; }
  .color-ddd-q3 {
    color: #ddd; }
  .color-ccc-q3 {
    color: #ccc; }
  .color-bbb-q3 {
    color: #bbb; }
  .color-aaa-q3 {
    color: #aaa; }
  .color-999-q3 {
    color: #999; }
  .color-777-q3 {
    color: #777; }
  .color-666-q3 {
    color: #666; }
  .color-555-q3 {
    color: #555; }
  .color-444-q3 {
    color: #444; }
  .color-333-q3 {
    color: #333; }
  .color-222-q3 {
    color: #222; }
  .transparent-q3 {
    color: transparent; }
  .black-0125-q3 {
    color: rgba(0, 0, 0, 0.0125); }
  .black-025-q3 {
    color: rgba(0, 0, 0, 0.025); }
  .black-05-q3 {
    color: rgba(0, 0, 0, 0.05); }
  .black-10-q3 {
    color: rgba(0, 0, 0, 0.1); }
  .black-20-q3 {
    color: rgba(0, 0, 0, 0.2); }
  .black-30-q3 {
    color: rgba(0, 0, 0, 0.3); }
  .black-40-q3 {
    color: rgba(0, 0, 0, 0.4); }
  .black-50-q3 {
    color: rgba(0, 0, 0, 0.5); }
  .black-60-q3 {
    color: rgba(0, 0, 0, 0.6); }
  .black-70-q3 {
    color: rgba(0, 0, 0, 0.7); }
  .black-80-q3 {
    color: rgba(0, 0, 0, 0.8); }
  .black-90-q3 {
    color: rgba(0, 0, 0, 0.9); }
  .bg-highlight-q3 {
    background: #fc6d6d; }
  .bg-aig-blue-q3 {
    background: #00a4e4; }
  .bg-pcg-blue-q3 {
    background: #003467; }
  .bg-light-blue-q3 {
    background: #dee9f6; }
  .bg-blue-q3 {
    background: #0057b8; }
  .bg-dark-blue-q3 {
    background: #001e62; }
  .bg-light-green-q3 {
    background: #e0eed0; }
  .bg-green-q3 {
    background: #50d986; }
  .bg-dark-green-q3 {
    background: #13aa41; }
  .bg-darkest-green-q3 {
    background: #275d38; }
  .bg-light-magenta-q3 {
    background: #fdecef; }
  .bg-magenta-q3 {
    background: #e844ab; }
  .bg-dark-magenta-q3 {
    background: #af006e; }
  .bg-darkest-magenta-q3 {
    background: #5e2751; }
  .bg-light-red-q3 {
    background: #fde7db; }
  .bg-red-q3 {
    background: #e03c31; }
  .bg-dark-red-q3 {
    background: #862633; }
  .bg-light-orange-q3 {
    background: #ffe8c9; }
  .bg-orange-q3 {
    background: #fba137; }
  .bg-dark-orange-q3 {
    background: #e36f1e; }
  .bg-darkest-orange-q3 {
    background: #a9431e; }
  .bg-light-teal-q3 {
    background: #e9f1f0; }
  .bg-teal-q3 {
    background: #15c3da; }
  .bg-dark-teal-q3 {
    background: #009ca6; }
  .bg-darkest-teal-q3 {
    background: #004f59; }
  .bg-light-yellow-q3 {
    background: #fff6cb; }
  .bg-yellow-q3 {
    background: #ffd96c; }
  .bg-dark-yellow-q3 {
    background: #fdb813; }
  .bg-darkest-yellow-q3 {
    background: #a9662b; }
  .bg-lightest-steel-q3 {
    background: #f7f9fb; }
  .bg-light-steel-q3 {
    background: #d5e1ef; }
  .bg-steel-q3 {
    background: #8999b9; }
  .bg-white-0125-q3 {
    background: rgba(255, 255, 255, 0.0125); }
  .bg-white-025-q3 {
    background: rgba(255, 255, 255, 0.025); }
  .bg-white-05-q3 {
    background: rgba(255, 255, 255, 0.05); }
  .bg-white-10-q3 {
    background: rgba(255, 255, 255, 0.1); }
  .bg-white-20-q3 {
    background: rgba(255, 255, 255, 0.2); }
  .bg-white-30-q3 {
    background: rgba(255, 255, 255, 0.3); }
  .bg-white-40-q3 {
    background: rgba(255, 255, 255, 0.4); }
  .bg-white-50-q3 {
    background: rgba(255, 255, 255, 0.5); }
  .bg-white-60-q3 {
    background: rgba(255, 255, 255, 0.6); }
  .bg-white-70-q3 {
    background: rgba(255, 255, 255, 0.7); }
  .bg-white-80-q3 {
    background: rgba(255, 255, 255, 0.8); }
  .bg-white-90-q3 {
    background: rgba(255, 255, 255, 0.9); }
  .bg-white-q3 {
    background: #fff; }
  .bg-lightest-gray-q3 {
    background: #fbfbfb; }
  .bg-light-gray-q3 {
    background: #eee; }
  .bg-moon-gray-q3 {
    background: #ccc; }
  .bg-light-silver-q3 {
    background: #aaa; }
  .bg-silver-q3 {
    background: #999; }
  .bg-gray-q3 {
    background: #777; }
  .bg-mid-gray-q3 {
    background: #555; }
  .bg-dark-gray-q3 {
    background: #444; }
  .bg-darkest-gray-q3 {
    background: #333; }
  .bg-near-black-q3 {
    background: #111; }
  .bg-black-q3 {
    background: #000; }
  .bg-near-white-q3 {
    background: #f4f4f4; }
  .bg-fafafa-q3 {
    background: #fafafa; }
  .bg-f5f5f5-q3 {
    background: #f5f5f5; }
  .bg-eee-q3 {
    background: #eee; }
  .bg-e0e0e0-q3 {
    background: #e0e0e0; }
  .bg-ddd-q3 {
    background: #ddd; }
  .bg-ccc-q3 {
    background: #ccc; }
  .bg-bbb-q3 {
    background: #bbb; }
  .bg-aaa-q3 {
    background: #aaa; }
  .bg-999-q3 {
    background: #999; }
  .bg-777-q3 {
    background: #777; }
  .bg-666-q3 {
    background: #666; }
  .bg-555-q3 {
    background: #555; }
  .bg-444-q3 {
    background: #444; }
  .bg-333-q3 {
    background: #333; }
  .bg-222-q3 {
    background: #222; }
  .bg-transparent-q3 {
    background: transparent; }
  .bg-black-0125-q3 {
    background: rgba(0, 0, 0, 0.0125); }
  .bg-black-025-q3 {
    background: rgba(0, 0, 0, 0.025); }
  .bg-black-05-q3 {
    background: rgba(0, 0, 0, 0.05); }
  .bg-black-10-q3 {
    background: rgba(0, 0, 0, 0.1); }
  .bg-black-20-q3 {
    background: rgba(0, 0, 0, 0.2); }
  .bg-black-30-q3 {
    background: rgba(0, 0, 0, 0.3); }
  .bg-black-40-q3 {
    background: rgba(0, 0, 0, 0.4); }
  .bg-black-50-q3 {
    background: rgba(0, 0, 0, 0.5); }
  .bg-black-60-q3 {
    background: rgba(0, 0, 0, 0.6); }
  .bg-black-70-q3 {
    background: rgba(0, 0, 0, 0.7); }
  .bg-black-80-q3 {
    background: rgba(0, 0, 0, 0.8); }
  .bg-black-90-q3 {
    background: rgba(0, 0, 0, 0.9); }
  .h0-q3 {
    height: 0rem; }
  .h1-q3 {
    height: 0.5rem; }
  .h2-q3 {
    height: 1rem; }
  .h3-q3 {
    height: 1.5rem; }
  .h4-q3 {
    height: 2rem; }
  .h5-q3 {
    height: 2.5rem; }
  .h6-q3 {
    height: 3rem; }
  .h7-q3 {
    height: 3.5rem; }
  .h8-q3 {
    height: 4rem; }
  .h9-q3 {
    height: 4.5rem; }
  .h10-q3 {
    height: 5rem; }
  .h12-q3 {
    height: 6rem; }
  .h14-q3 {
    height: 7rem; }
  .h16-q3 {
    height: 8rem; }
  .h18-q3 {
    height: 9rem; }
  .h20-q3 {
    height: 10rem; }
  .h22-q3 {
    height: 11rem; }
  .h24-q3 {
    height: 12rem; }
  .h26-q3 {
    height: 13rem; }
  .h28-q3 {
    height: 14rem; }
  .h30-q3 {
    height: 15rem; }
  .h32-q3 {
    height: 16rem; }
  .h34-q3 {
    height: 17rem; }
  .h36-q3 {
    height: 18rem; }
  .h38-q3 {
    height: 19rem; }
  .h40-q3 {
    height: 20rem; }
  .h42-q3 {
    height: 21rem; }
  .h44-q3 {
    height: 22rem; }
  .h46-q3 {
    height: 23rem; }
  .h48-q3 {
    height: 24rem; }
  .h50-q3 {
    height: 25rem; }
  .h52-q3 {
    height: 26rem; }
  .h54-q3 {
    height: 27rem; }
  .h56-q3 {
    height: 28rem; }
  .h58-q3 {
    height: 29rem; }
  .h60-q3 {
    height: 30rem; }
  .h70-q3 {
    height: 35rem; }
  .h80-q3 {
    height: 40rem; }
  .h90-q3 {
    height: 45rem; }
  .h100-q3 {
    height: 50rem; }
  .h110-q3 {
    height: 55rem; }
  .h120-q3 {
    height: 60rem; }
  .h130-q3 {
    height: 65rem; }
  .h140-q3 {
    height: 70rem; }
  .h150-q3 {
    height: 75rem; }
  .h160-q3 {
    height: 80rem; }
  .h170-q3 {
    height: 85rem; }
  .h180-q3 {
    height: 90rem; }
  .ma0-q3 {
    margin: 0rem; }
  .ma1-q3 {
    margin: 0.5rem; }
  .ma2-q3 {
    margin: 1rem; }
  .ma3-q3 {
    margin: 1.5rem; }
  .ma4-q3 {
    margin: 2rem; }
  .ma5-q3 {
    margin: 2.5rem; }
  .ma6-q3 {
    margin: 3rem; }
  .ma7-q3 {
    margin: 3.5rem; }
  .ma8-q3 {
    margin: 4rem; }
  .ma9-q3 {
    margin: 4.5rem; }
  .ma10-q3 {
    margin: 5rem; }
  .mb0-q3 {
    margin-bottom: 0rem; }
  .mb1-q3 {
    margin-bottom: 0.5rem; }
  .mb2-q3 {
    margin-bottom: 1rem; }
  .mb3-q3 {
    margin-bottom: 1.5rem; }
  .mb4-q3 {
    margin-bottom: 2rem; }
  .mb5-q3 {
    margin-bottom: 2.5rem; }
  .mb6-q3 {
    margin-bottom: 3rem; }
  .mb7-q3 {
    margin-bottom: 3.5rem; }
  .mb8-q3 {
    margin-bottom: 4rem; }
  .mb9-q3 {
    margin-bottom: 4.5rem; }
  .mb10-q3 {
    margin-bottom: 5rem; }
  .mh0-q3 {
    margin-left: 0rem;
    margin-right: 0rem; }
  .mh1-q3 {
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
  .mh2-q3 {
    margin-left: 1rem;
    margin-right: 1rem; }
  .mh3-q3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem; }
  .mh4-q3 {
    margin-left: 2rem;
    margin-right: 2rem; }
  .mh5-q3 {
    margin-left: 2.5rem;
    margin-right: 2.5rem; }
  .mh6-q3 {
    margin-left: 3rem;
    margin-right: 3rem; }
  .mh7-q3 {
    margin-left: 3.5rem;
    margin-right: 3.5rem; }
  .mh8-q3 {
    margin-left: 4rem;
    margin-right: 4rem; }
  .mh9-q3 {
    margin-left: 4.5rem;
    margin-right: 4.5rem; }
  .mh10-q3 {
    margin-left: 5rem;
    margin-right: 5rem; }
  .min-h0-q3 {
    min-height: 0rem; }
  .min-h1-q3 {
    min-height: 0.5rem; }
  .min-h2-q3 {
    min-height: 1rem; }
  .min-h3-q3 {
    min-height: 1.5rem; }
  .min-h4-q3 {
    min-height: 2rem; }
  .min-h5-q3 {
    min-height: 2.5rem; }
  .min-h6-q3 {
    min-height: 3rem; }
  .min-h7-q3 {
    min-height: 3.5rem; }
  .min-h8-q3 {
    min-height: 4rem; }
  .min-h9-q3 {
    min-height: 4.5rem; }
  .min-h10-q3 {
    min-height: 5rem; }
  .min-h12-q3 {
    min-height: 6rem; }
  .min-h14-q3 {
    min-height: 7rem; }
  .min-h16-q3 {
    min-height: 8rem; }
  .min-h18-q3 {
    min-height: 9rem; }
  .min-h20-q3 {
    min-height: 10rem; }
  .min-h22-q3 {
    min-height: 11rem; }
  .min-h24-q3 {
    min-height: 12rem; }
  .min-h26-q3 {
    min-height: 13rem; }
  .min-h28-q3 {
    min-height: 14rem; }
  .min-h30-q3 {
    min-height: 15rem; }
  .min-h32-q3 {
    min-height: 16rem; }
  .min-h34-q3 {
    min-height: 17rem; }
  .min-h36-q3 {
    min-height: 18rem; }
  .min-h38-q3 {
    min-height: 19rem; }
  .min-h40-q3 {
    min-height: 20rem; }
  .min-h42-q3 {
    min-height: 21rem; }
  .min-h44-q3 {
    min-height: 22rem; }
  .min-h46-q3 {
    min-height: 23rem; }
  .min-h48-q3 {
    min-height: 24rem; }
  .min-h50-q3 {
    min-height: 25rem; }
  .min-h52-q3 {
    min-height: 26rem; }
  .min-h54-q3 {
    min-height: 27rem; }
  .min-h56-q3 {
    min-height: 28rem; }
  .min-h58-q3 {
    min-height: 29rem; }
  .min-h60-q3 {
    min-height: 30rem; }
  .min-h70-q3 {
    min-height: 35rem; }
  .min-h80-q3 {
    min-height: 40rem; }
  .min-h90-q3 {
    min-height: 45rem; }
  .min-w0-q3 {
    min-width: 0rem; }
  .min-w1-q3 {
    min-width: 0.5rem; }
  .min-w2-q3 {
    min-width: 1rem; }
  .min-w3-q3 {
    min-width: 1.5rem; }
  .min-w4-q3 {
    min-width: 2rem; }
  .min-w5-q3 {
    min-width: 2.5rem; }
  .min-w6-q3 {
    min-width: 3rem; }
  .min-w7-q3 {
    min-width: 3.5rem; }
  .min-w8-q3 {
    min-width: 4rem; }
  .min-w9-q3 {
    min-width: 4.5rem; }
  .min-w10-q3 {
    min-width: 5rem; }
  .min-w12-q3 {
    min-width: 6rem; }
  .min-w14-q3 {
    min-width: 7rem; }
  .min-w16-q3 {
    min-width: 8rem; }
  .min-w18-q3 {
    min-width: 9rem; }
  .min-w20-q3 {
    min-width: 10rem; }
  .min-w22-q3 {
    min-width: 11rem; }
  .min-w24-q3 {
    min-width: 12rem; }
  .min-w26-q3 {
    min-width: 13rem; }
  .min-w28-q3 {
    min-width: 14rem; }
  .min-w30-q3 {
    min-width: 15rem; }
  .min-w32-q3 {
    min-width: 16rem; }
  .min-w34-q3 {
    min-width: 17rem; }
  .min-w36-q3 {
    min-width: 18rem; }
  .min-w38-q3 {
    min-width: 19rem; }
  .min-w40-q3 {
    min-width: 20rem; }
  .min-w42-q3 {
    min-width: 21rem; }
  .min-w44-q3 {
    min-width: 22rem; }
  .min-w46-q3 {
    min-width: 23rem; }
  .min-w48-q3 {
    min-width: 24rem; }
  .min-w50-q3 {
    min-width: 25rem; }
  .min-w52-q3 {
    min-width: 26rem; }
  .min-w54-q3 {
    min-width: 27rem; }
  .min-w56-q3 {
    min-width: 28rem; }
  .min-w58-q3 {
    min-width: 29rem; }
  .min-w60-q3 {
    min-width: 30rem; }
  .min-w70-q3 {
    min-width: 35rem; }
  .min-w80-q3 {
    min-width: 40rem; }
  .min-w90-q3 {
    min-width: 45rem; }
  .ml0-q3 {
    margin-left: 0rem; }
  .ml1-q3 {
    margin-left: 0.5rem; }
  .ml2-q3 {
    margin-left: 1rem; }
  .ml3-q3 {
    margin-left: 1.5rem; }
  .ml4-q3 {
    margin-left: 2rem; }
  .ml5-q3 {
    margin-left: 2.5rem; }
  .ml6-q3 {
    margin-left: 3rem; }
  .ml7-q3 {
    margin-left: 3.5rem; }
  .ml8-q3 {
    margin-left: 4rem; }
  .ml9-q3 {
    margin-left: 4.5rem; }
  .ml10-q3 {
    margin-left: 5rem; }
  .mr0-q3 {
    margin-right: 0rem; }
  .mr1-q3 {
    margin-right: 0.5rem; }
  .mr2-q3 {
    margin-right: 1rem; }
  .mr3-q3 {
    margin-right: 1.5rem; }
  .mr4-q3 {
    margin-right: 2rem; }
  .mr5-q3 {
    margin-right: 2.5rem; }
  .mr6-q3 {
    margin-right: 3rem; }
  .mr7-q3 {
    margin-right: 3.5rem; }
  .mr8-q3 {
    margin-right: 4rem; }
  .mr9-q3 {
    margin-right: 4.5rem; }
  .mr10-q3 {
    margin-right: 5rem; }
  .mt0-q3 {
    margin-top: 0rem; }
  .mt1-q3 {
    margin-top: 0.5rem; }
  .mt2-q3 {
    margin-top: 1rem; }
  .mt3-q3 {
    margin-top: 1.5rem; }
  .mt4-q3 {
    margin-top: 2rem; }
  .mt5-q3 {
    margin-top: 2.5rem; }
  .mt6-q3 {
    margin-top: 3rem; }
  .mt7-q3 {
    margin-top: 3.5rem; }
  .mt8-q3 {
    margin-top: 4rem; }
  .mt9-q3 {
    margin-top: 4.5rem; }
  .mt10-q3 {
    margin-top: 5rem; }
  .mv0-q3 {
    margin-top: 0rem;
    margin-bottom: 0rem; }
  .mv1-q3 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  .mv2-q3 {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .mv3-q3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
  .mv4-q3 {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .mv5-q3 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem; }
  .mv6-q3 {
    margin-top: 3rem;
    margin-bottom: 3rem; }
  .mv7-q3 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem; }
  .mv8-q3 {
    margin-top: 4rem;
    margin-bottom: 4rem; }
  .mv9-q3 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem; }
  .mv10-q3 {
    margin-top: 5rem;
    margin-bottom: 5rem; }
  .mw0-q3 {
    max-width: 0rem; }
  .mw1-q3 {
    max-width: 0.5rem; }
  .mw2-q3 {
    max-width: 1rem; }
  .mw3-q3 {
    max-width: 1.5rem; }
  .mw4-q3 {
    max-width: 2rem; }
  .mw5-q3 {
    max-width: 2.5rem; }
  .mw6-q3 {
    max-width: 3rem; }
  .mw7-q3 {
    max-width: 3.5rem; }
  .mw8-q3 {
    max-width: 4rem; }
  .mw9-q3 {
    max-width: 4.5rem; }
  .mw10-q3 {
    max-width: 5rem; }
  .mw12-q3 {
    max-width: 6rem; }
  .mw14-q3 {
    max-width: 7rem; }
  .mw16-q3 {
    max-width: 8rem; }
  .mw18-q3 {
    max-width: 9rem; }
  .mw20-q3 {
    max-width: 10rem; }
  .mw22-q3 {
    max-width: 11rem; }
  .mw24-q3 {
    max-width: 12rem; }
  .mw26-q3 {
    max-width: 13rem; }
  .mw28-q3 {
    max-width: 14rem; }
  .mw30-q3 {
    max-width: 15rem; }
  .mw32-q3 {
    max-width: 16rem; }
  .mw34-q3 {
    max-width: 17rem; }
  .mw36-q3 {
    max-width: 18rem; }
  .mw38-q3 {
    max-width: 19rem; }
  .mw40-q3 {
    max-width: 20rem; }
  .mw42-q3 {
    max-width: 21rem; }
  .mw44-q3 {
    max-width: 22rem; }
  .mw46-q3 {
    max-width: 23rem; }
  .mw48-q3 {
    max-width: 24rem; }
  .mw50-q3 {
    max-width: 25rem; }
  .mw52-q3 {
    max-width: 26rem; }
  .mw54-q3 {
    max-width: 27rem; }
  .mw56-q3 {
    max-width: 28rem; }
  .mw58-q3 {
    max-width: 29rem; }
  .mw60-q3 {
    max-width: 30rem; }
  .mw70-q3 {
    max-width: 35rem; }
  .mw80-q3 {
    max-width: 40rem; }
  .mw90-q3 {
    max-width: 45rem; }
  .mw100-q3 {
    max-width: 50rem; }
  .mw110-q3 {
    max-width: 55rem; }
  .mw120-q3 {
    max-width: 60rem; }
  .mw130-q3 {
    max-width: 65rem; }
  .mw140-q3 {
    max-width: 70rem; }
  .mw150-q3 {
    max-width: 75rem; }
  .mw160-q3 {
    max-width: 80rem; }
  .mw170-q3 {
    max-width: 85rem; }
  .mw180-q3 {
    max-width: 90rem; }
  .na0-q3 {
    margin: -0rem; }
  .na1-q3 {
    margin: -0.5rem; }
  .na2-q3 {
    margin: -1rem; }
  .na3-q3 {
    margin: -1.5rem; }
  .na4-q3 {
    margin: -2rem; }
  .na5-q3 {
    margin: -2.5rem; }
  .na6-q3 {
    margin: -3rem; }
  .na7-q3 {
    margin: -3.5rem; }
  .na8-q3 {
    margin: -4rem; }
  .na9-q3 {
    margin: -4.5rem; }
  .na10-q3 {
    margin: -5rem; }
  .nb0-q3 {
    margin-bottom: -0rem; }
  .nb1-q3 {
    margin-bottom: -0.5rem; }
  .nb2-q3 {
    margin-bottom: -1rem; }
  .nb3-q3 {
    margin-bottom: -1.5rem; }
  .nb4-q3 {
    margin-bottom: -2rem; }
  .nb5-q3 {
    margin-bottom: -2.5rem; }
  .nb6-q3 {
    margin-bottom: -3rem; }
  .nb7-q3 {
    margin-bottom: -3.5rem; }
  .nb8-q3 {
    margin-bottom: -4rem; }
  .nb9-q3 {
    margin-bottom: -4.5rem; }
  .nb10-q3 {
    margin-bottom: -5rem; }
  .nh0-q3 {
    margin-left: -0rem;
    margin-right: -0rem; }
  .nh1-q3 {
    margin-left: -0.5rem;
    margin-right: -0.5rem; }
  .nh2-q3 {
    margin-left: -1rem;
    margin-right: -1rem; }
  .nh3-q3 {
    margin-left: -1.5rem;
    margin-right: -1.5rem; }
  .nh4-q3 {
    margin-left: -2rem;
    margin-right: -2rem; }
  .nh5-q3 {
    margin-left: -2.5rem;
    margin-right: -2.5rem; }
  .nh6-q3 {
    margin-left: -3rem;
    margin-right: -3rem; }
  .nh7-q3 {
    margin-left: -3.5rem;
    margin-right: -3.5rem; }
  .nh8-q3 {
    margin-left: -4rem;
    margin-right: -4rem; }
  .nh9-q3 {
    margin-left: -4.5rem;
    margin-right: -4.5rem; }
  .nh10-q3 {
    margin-left: -5rem;
    margin-right: -5rem; }
  .nl0-q3 {
    margin-left: -0rem; }
  .nl1-q3 {
    margin-left: -0.5rem; }
  .nl2-q3 {
    margin-left: -1rem; }
  .nl3-q3 {
    margin-left: -1.5rem; }
  .nl4-q3 {
    margin-left: -2rem; }
  .nl5-q3 {
    margin-left: -2.5rem; }
  .nl6-q3 {
    margin-left: -3rem; }
  .nl7-q3 {
    margin-left: -3.5rem; }
  .nl8-q3 {
    margin-left: -4rem; }
  .nl9-q3 {
    margin-left: -4.5rem; }
  .nl10-q3 {
    margin-left: -5rem; }
  .nr0-q3 {
    margin-right: -0rem; }
  .nr1-q3 {
    margin-right: -0.5rem; }
  .nr2-q3 {
    margin-right: -1rem; }
  .nr3-q3 {
    margin-right: -1.5rem; }
  .nr4-q3 {
    margin-right: -2rem; }
  .nr5-q3 {
    margin-right: -2.5rem; }
  .nr6-q3 {
    margin-right: -3rem; }
  .nr7-q3 {
    margin-right: -3.5rem; }
  .nr8-q3 {
    margin-right: -4rem; }
  .nr9-q3 {
    margin-right: -4.5rem; }
  .nr10-q3 {
    margin-right: -5rem; }
  .nt0-q3 {
    margin-top: -0rem; }
  .nt1-q3 {
    margin-top: -0.5rem; }
  .nt2-q3 {
    margin-top: -1rem; }
  .nt3-q3 {
    margin-top: -1.5rem; }
  .nt4-q3 {
    margin-top: -2rem; }
  .nt5-q3 {
    margin-top: -2.5rem; }
  .nt6-q3 {
    margin-top: -3rem; }
  .nt7-q3 {
    margin-top: -3.5rem; }
  .nt8-q3 {
    margin-top: -4rem; }
  .nt9-q3 {
    margin-top: -4.5rem; }
  .nt10-q3 {
    margin-top: -5rem; }
  .nv0-q3 {
    margin-top: -0rem;
    margin-bottom: -0rem; }
  .nv1-q3 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem; }
  .nv2-q3 {
    margin-top: -1rem;
    margin-bottom: -1rem; }
  .nv3-q3 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem; }
  .nv4-q3 {
    margin-top: -2rem;
    margin-bottom: -2rem; }
  .nv5-q3 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem; }
  .nv6-q3 {
    margin-top: -3rem;
    margin-bottom: -3rem; }
  .nv7-q3 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem; }
  .nv8-q3 {
    margin-top: -4rem;
    margin-bottom: -4rem; }
  .nv9-q3 {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem; }
  .nv10-q3 {
    margin-top: -5rem;
    margin-bottom: -5rem; }
  .pa0-q3 {
    padding: 0rem; }
  .pa1-q3 {
    padding: 0.5rem; }
  .pa2-q3 {
    padding: 1rem; }
  .pa3-q3 {
    padding: 1.5rem; }
  .pa4-q3 {
    padding: 2rem; }
  .pa5-q3 {
    padding: 2.5rem; }
  .pa6-q3 {
    padding: 3rem; }
  .pa7-q3 {
    padding: 3.5rem; }
  .pa8-q3 {
    padding: 4rem; }
  .pa9-q3 {
    padding: 4.5rem; }
  .pa10-q3 {
    padding: 5rem; }
  .pb0-q3 {
    padding-bottom: 0rem; }
  .pb1-q3 {
    padding-bottom: 0.5rem; }
  .pb2-q3 {
    padding-bottom: 1rem; }
  .pb3-q3 {
    padding-bottom: 1.5rem; }
  .pb4-q3 {
    padding-bottom: 2rem; }
  .pb5-q3 {
    padding-bottom: 2.5rem; }
  .pb6-q3 {
    padding-bottom: 3rem; }
  .pb7-q3 {
    padding-bottom: 3.5rem; }
  .pb8-q3 {
    padding-bottom: 4rem; }
  .pb9-q3 {
    padding-bottom: 4.5rem; }
  .pb10-q3 {
    padding-bottom: 5rem; }
  .ph0-q3 {
    padding-left: 0rem;
    padding-right: 0rem; }
  .ph1-q3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .ph2-q3 {
    padding-left: 1rem;
    padding-right: 1rem; }
  .ph3-q3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .ph4-q3 {
    padding-left: 2rem;
    padding-right: 2rem; }
  .ph5-q3 {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  .ph6-q3 {
    padding-left: 3rem;
    padding-right: 3rem; }
  .ph7-q3 {
    padding-left: 3.5rem;
    padding-right: 3.5rem; }
  .ph8-q3 {
    padding-left: 4rem;
    padding-right: 4rem; }
  .ph9-q3 {
    padding-left: 4.5rem;
    padding-right: 4.5rem; }
  .ph10-q3 {
    padding-left: 5rem;
    padding-right: 5rem; }
  .pl0-q3 {
    padding-left: 0rem; }
  .pl1-q3 {
    padding-left: 0.5rem; }
  .pl2-q3 {
    padding-left: 1rem; }
  .pl3-q3 {
    padding-left: 1.5rem; }
  .pl4-q3 {
    padding-left: 2rem; }
  .pl5-q3 {
    padding-left: 2.5rem; }
  .pl6-q3 {
    padding-left: 3rem; }
  .pl7-q3 {
    padding-left: 3.5rem; }
  .pl8-q3 {
    padding-left: 4rem; }
  .pl9-q3 {
    padding-left: 4.5rem; }
  .pl10-q3 {
    padding-left: 5rem; }
  .pr0-q3 {
    padding-right: 0rem; }
  .pr1-q3 {
    padding-right: 0.5rem; }
  .pr2-q3 {
    padding-right: 1rem; }
  .pr3-q3 {
    padding-right: 1.5rem; }
  .pr4-q3 {
    padding-right: 2rem; }
  .pr5-q3 {
    padding-right: 2.5rem; }
  .pr6-q3 {
    padding-right: 3rem; }
  .pr7-q3 {
    padding-right: 3.5rem; }
  .pr8-q3 {
    padding-right: 4rem; }
  .pr9-q3 {
    padding-right: 4.5rem; }
  .pr10-q3 {
    padding-right: 5rem; }
  .pt0-q3 {
    padding-top: 0rem; }
  .pt1-q3 {
    padding-top: 0.5rem; }
  .pt2-q3 {
    padding-top: 1rem; }
  .pt3-q3 {
    padding-top: 1.5rem; }
  .pt4-q3 {
    padding-top: 2rem; }
  .pt5-q3 {
    padding-top: 2.5rem; }
  .pt6-q3 {
    padding-top: 3rem; }
  .pt7-q3 {
    padding-top: 3.5rem; }
  .pt8-q3 {
    padding-top: 4rem; }
  .pt9-q3 {
    padding-top: 4.5rem; }
  .pt10-q3 {
    padding-top: 5rem; }
  .pv0-q3 {
    padding-top: 0rem;
    padding-bottom: 0rem; }
  .pv1-q3 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .pv2-q3 {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .pv3-q3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  .pv4-q3 {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .pv5-q3 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
  .pv6-q3 {
    padding-top: 3rem;
    padding-bottom: 3rem; }
  .pv7-q3 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem; }
  .pv8-q3 {
    padding-top: 4rem;
    padding-bottom: 4rem; }
  .pv9-q3 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem; }
  .pv10-q3 {
    padding-top: 5rem;
    padding-bottom: 5rem; }
  .w0-q3 {
    width: 0rem; }
  .w1-q3 {
    width: 0.5rem; }
  .w2-q3 {
    width: 1rem; }
  .w3-q3 {
    width: 1.5rem; }
  .w4-q3 {
    width: 2rem; }
  .w5-q3 {
    width: 2.5rem; }
  .w6-q3 {
    width: 3rem; }
  .w7-q3 {
    width: 3.5rem; }
  .w8-q3 {
    width: 4rem; }
  .w9-q3 {
    width: 4.5rem; }
  .w10-q3 {
    width: 5rem; }
  .w12-q3 {
    width: 6rem; }
  .w14-q3 {
    width: 7rem; }
  .w16-q3 {
    width: 8rem; }
  .w18-q3 {
    width: 9rem; }
  .w20-q3 {
    width: 10rem; }
  .w22-q3 {
    width: 11rem; }
  .w24-q3 {
    width: 12rem; }
  .w26-q3 {
    width: 13rem; }
  .w28-q3 {
    width: 14rem; }
  .w30-q3 {
    width: 15rem; }
  .w32-q3 {
    width: 16rem; }
  .w34-q3 {
    width: 17rem; }
  .w36-q3 {
    width: 18rem; }
  .w38-q3 {
    width: 19rem; }
  .w40-q3 {
    width: 20rem; }
  .w42-q3 {
    width: 21rem; }
  .w44-q3 {
    width: 22rem; }
  .w46-q3 {
    width: 23rem; }
  .w48-q3 {
    width: 24rem; }
  .w50-q3 {
    width: 25rem; }
  .w52-q3 {
    width: 26rem; }
  .w54-q3 {
    width: 27rem; }
  .w56-q3 {
    width: 28rem; }
  .w58-q3 {
    width: 29rem; }
  .w60-q3 {
    width: 30rem; }
  .w70-q3 {
    width: 35rem; }
  .w80-q3 {
    width: 40rem; }
  .w90-q3 {
    width: 45rem; }
  .w100-q3 {
    width: 50rem; }
  .w110-q3 {
    width: 55rem; }
  .w120-q3 {
    width: 60rem; }
  .w130-q3 {
    width: 65rem; }
  .w140-q3 {
    width: 70rem; }
  .w150-q3 {
    width: 75rem; }
  .w160-q3 {
    width: 80rem; }
  .w170-q3 {
    width: 85rem; }
  .w180-q3 {
    width: 90rem; }
  .tl-q3 {
    text-align: left; }
  .tr-q3 {
    text-align: right; }
  .tc-q3 {
    text-align: center; }
  .tj-q3 {
    text-align: justify; }
  .strike-q3 {
    text-decoration: line-through; }
  .underline-q3 {
    text-decoration: underline; }
  .no-underline-q3 {
    text-decoration: none; }
  .ttc-q3 {
    text-transform: capitalize; }
  .ttl-q3 {
    text-transform: lowercase; }
  .ttu-q3 {
    text-transform: uppercase; }
  .ttn-q3 {
    text-transform: none; }
  .measure-q3 {
    max-width: 30em; }
  .measure-wide-q3 {
    max-width: 34em; }
  .measure-narrow-q3 {
    max-width: 20em; }
  .indent-q3 {
    text-indent: 1em;
    margin-top: 0;
    margin-bottom: 0; }
  .small-caps-q3 {
    font-variant: small-caps; }
  .truncate-q3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .overflow-container-q3 {
    overflow-y: scroll; }
  .center-q3 {
    margin-right: auto;
    margin-left: auto; }
  .mr-auto-q3 {
    margin-right: auto; }
  .ml-auto-q3 {
    margin-left: auto; }
  .v-base-q3 {
    vertical-align: baseline; }
  .v-mid-q3 {
    vertical-align: middle; }
  .v-top-q3 {
    vertical-align: top; }
  .v-btm-q3 {
    vertical-align: bottom; }
  .clip-q3 {
    position: fixed !important;
    _position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); }
  .ws-normal-q3 {
    white-space: normal; }
  .nowrap-q3 {
    white-space: nowrap; }
  .pre-q3 {
    white-space: pre; }
  .w-10-q3 {
    width: 10%; }
  .w-20-q3 {
    width: 20%; }
  .w-25-q3 {
    width: 25%; }
  .w-30-q3 {
    width: 30%; }
  .w-33-q3 {
    width: 33%; }
  .w-34-q3 {
    width: 34%; }
  .w-40-q3 {
    width: 40%; }
  .w-50-q3 {
    width: 50%; }
  .w-60-q3 {
    width: 60%; }
  .w-70-q3 {
    width: 70%; }
  .w-75-q3 {
    width: 75%; }
  .w-80-q3 {
    width: 80%; }
  .w-90-q3 {
    width: 90%; }
  .w-100-q3 {
    width: 100%; }
  .w-third-q3 {
    width: 33.3333333333%; }
  .w-two-thirds-q3 {
    width: 66.6666666667%; }
  .w-auto-q3 {
    width: auto; } }

.com-checkbox {
  padding-bottom: 2rem; }
  .com-checkbox .has-error-text {
    display: none; }
  .com-checkbox input[type='checkbox'] {
    opacity: 0;
    visibility: hidden;
    position: absolute; }
  .com-checkbox input[type='checkbox'] ~ label {
    margin: 0;
    padding: 0;
    display: inline-block;
    padding-left: 2.5rem;
    color: #4a4a49;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative; }
    .com-checkbox input[type='checkbox'] ~ label:before, .com-checkbox input[type='checkbox'] ~ label:after {
      width: calc(1.5rem - 1px);
      height: calc(1.5rem - 1px);
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      margin-top: -1px; }
    .com-checkbox input[type='checkbox'] ~ label:before {
      box-shadow: 0 0 0 1px #b9c6d4 inset;
      background-color: #fff; }
    .com-checkbox input[type='checkbox'] ~ label:hover:before {
      box-shadow: 0 0 0 1px #0057b8 inset; }
  .com-checkbox input[type='checkbox']:checked + label:before {
    content: '';
    background: -webkit-linear-gradient(225deg, #0697fe, #0057b8);
    background: -moz-linear-gradient(225deg, #0697fe, #0057b8);
    background: -o-linear-gradient(225deg, #0697fe, #0057b8);
    background: linear-gradient(225deg, #0697fe, #0057b8);
    box-shadow: none; }
  .com-checkbox input[type='checkbox']:checked + label:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBmaWxsPSIjRkZGIiBkPSJNMTEuMyAxNS41NzVMMTcuMjA2IDUgMTkgNi4wMzIgMTEuNzU4IDE5IDUgMTIuMTQybDEuNDU4LTEuNDh6Ii8+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; }
  .com-checkbox input[type='checkbox']:disabled + label {
    pointer-events: none; }
    .com-checkbox input[type='checkbox']:disabled + label:before {
      content: '';
      box-shadow: none;
      box-shadow: 0 0 0 1px #b9c6d4 inset;
      background: #f6f9fd; }
  .com-checkbox.has-error input[type='checkbox'] + label:before {
    padding-top: 0.5rem;
    display: block;
    box-shadow: 0 0 0 1px #e03c31 inset; }
  .com-checkbox.has-error input[type='checkbox']:checked + label:before {
    background: #e03c31;
    box-shadow: 0 0 0 1px #e03c31 inset; }

.x-mod-veil {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  height: 100vh;
  width: 100%; }

.x-mod-veil-white {
  background: rgba(255, 255, 255, 0.5); }

.modal .modal-box {
  border-radius: 6px;
  box-shadow: 0 12px 24px 5px rgba(61, 76, 92, 0.3);
  border: 1px solid #e0e5eb;
  position: relative;
  padding: 1.5rem; }
  @media (min-width: 600px) {
    .modal .modal-box {
      padding: 2rem; } }
  .modal .modal-box .close {
    position: absolute;
    right: 1rem;
    top: 1rem; }

.modal .x-note-icon {
  color: #001e62;
  background-color: #fdb813;
  font-style: normal;
  font-weight: 700;
  font-size: 0.875rem;
  width: 1.125rem;
  height: 1.125rem;
  display: inline-flex;
  margin-right: 0.5rem;
  align-items: center;
  border-radius: 20px;
  justify-content: center; }

.modal.verify-address-complete-modal {
  width: 40%; }

.x-dbp-textbox label {
  color: #001e62; }

@media (min-width: 600px) {
  #regAddress .x-radiobox .dbp-radio {
    margin-left: -1.5rem; } }

.x-radiobox .dbp-radio .horizontal-group {    
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap; }
  @media (min-width: 600px) {
    .x-radiobox .dbp-radio .horizontal-group {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;  } }

.x-radiobox .dbp-radio .item {
  margin-bottom: 1.5rem;
  position: relative; }
  @media (min-width: 600px) {
    .x-radiobox .dbp-radio .item {
      margin-left: 1.5rem;
      width: 50%; } }

.x-radiobox .dbp-radio label {
  text-align: left;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 100%;
  padding: 1.5rem;
  border-radius: 6px;
  box-shadow: 0 4px 8px 0 rgba(0, 87, 184, 0.06);
  border: 1px solid #e0e5eb;
  display: block;
  font-weight: 500; }
  .has-error .x-radiobox .dbp-radio label:before {
    border-color: #d60018; }
  .x-radiobox .dbp-radio label:hover:before {
    border-color: #0057b8; }

.x-radiobox .dbp-radio span {
  display: block; }

.x-radiobox .dbp-radio input[type='radio'] {
  /* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem; }
  .x-radiobox .dbp-radio input[type='radio'] ~ label {
    display: block;
    padding: 1.5rem 1.5rem 4rem 1.5rem; }
    .x-radiobox .dbp-radio input[type='radio'] ~ label:before, .x-radiobox .dbp-radio input[type='radio'] ~ label:after {
      top: auto;
      left: 1.5rem;
      bottom: 26px;
      margin-top: -1px; }

.x-radiobox .dbp-radio input[type='radio']:checked ~ label {
  border-color: 2px solid #00a4e4;
  box-shadow: 0 0 0 2px #00a4e4; }
  .x-radiobox .dbp-radio input[type='radio']:checked ~ label:before {
    content: '';
    border-color: #b9c6d4; }
  .x-radiobox .dbp-radio input[type='radio']:checked ~ label:after {
    background: linear-gradient(45deg, #e36f1e 0%, #fba137 100%);
    bottom: 30px;
    left: 28px;
    top: auto;
    width: calc(1rem - 1px);
    height: calc(1rem - 1px); }

.x-radiobox .dbp-radio .x-radiobox-title {
  font-size: 0.875rem;
  color: #0057b8;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1rem; }

.x-radiobox .dbp-radio .x-radiobox-address {
  margin-bottom: 0.5rem; }

.x-radiobox .dbp-radio .x-faux-label {
  display: block;
  margin-top: 0.5rem;
  position: absolute;
  bottom: 1.625rem;
  left: 3.5rem; }

.x-radiobox .dbp-radio.has-error input[type='radio'] ~ label {
  border-color: #d60018; }

.x-radiobox .dbp-radio.has-error .has-error-text {
  text-align: left; }
  @media (min-width: 600px) {
    .x-radiobox .dbp-radio.has-error .has-error-text {
      margin-left: 1.5rem; } }

.address-box {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 100%;
  padding: 1.5rem;
  border-radius: 6px;
  box-shadow: 0 4px 8px 0 rgba(0, 87, 184, 0.06);
  border: 1px solid #e0e5eb;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.5rem;
  text-align: left }
  @media (min-width: 750px) {
    .address-box {
      width: 40%; } }

.radio-btn-option {
  position: relative;
  margin-bottom: 0.5rem;
  text-align: left; }
  .radio-btn-option input[type='radio'] {
    /* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    bottom: 1.5rem;
    left: 1.5rem; }
    .radio-btn-option input[type='radio']:focus ~ label {
      outline: #5e9ed7 auto 5px; }
  .radio-btn-option label {
    display: block;
    font-weight: 500;
    padding-left: 2.5rem; }
    .radio-btn-option label:before, .radio-btn-option label:after {
      border-radius: 24px;
      -webkit-border-radius: 24px;
      -moz-border-radius: 24px;
      -ms-border-radius: 24px;
      -o-border-radius: 24px;
      content: '';
      position: absolute;
      left: 0; }
    .radio-btn-option label:before {
      width: calc(1.5rem - 1px);
      height: calc(1.5rem - 1px);
      border: 1px solid #b9c6d4; }
      .has-error .radio-btn-option label:before {
        border-color: #d60018; }
    .radio-btn-option label:hover:before {
      border-color: #0057b8; }
  .radio-btn-option input[type='radio']:checked ~ label:before {
    content: '';
    border-color: #b9c6d4; }
  .radio-btn-option input[type='radio']:checked ~ label:after {
    background: linear-gradient(45deg, #e36f1e 0%, #fba137 100%);
    top: 4px;
    left: 4px;
    width: calc(1rem - 1px);
    height: calc(1rem - 1px); }

.has-error-text {
  display: none; }

.has-error .has-error-text {
  display: block;
  color: #d60018; }

.x-loading-veil {
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  height: 100vh;
  width: 100%;
  z-index: 100; }

.x-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 101; }
  .x-loading h1 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding-bottom: 2rem;
    font-weight: 600;
    color: #001e62; }
    @media (min-width: 600px) {
      .x-loading h1 {
        padding-bottom: 3rem; } }
  .x-loading .x-loading-content {
    margin-right: auto;
    margin-left: auto;
    padding-left: 1rem;
    padding-right: 1rem; }

.pdf-form-download {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 100%;
  padding: 1.5rem;
  border-radius: 6px;
  box-shadow: 0 4px 8px 0 rgba(0, 87, 184, 0.06);
  border: 1px solid #e0e5eb;
  display: block;
  display: flex;
  margin-bottom: 1.5rem;
  padding: 1rem;
  text-decoration: none;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between; }
  .pdf-form-download:hover {
    border: 2px solid #00a4e4;
    padding: 15px; }

.x-file-upload {
  margin-bottom: 1rem; }
  .x-file-upload input[type='file'] {
    /* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); }
  .x-file-upload label {
    border-radius: 0.375rem;
    background-color: #fbfbfb;
    border: 1px dashed #B1B6BE;
    display: block;
    padding: 1.5rem; }
    .x-file-upload label:hover {
      background-color: #fff; }
  .x-file-upload.has-error label {
    background-color: #fdecef;
    border-color: #d60018; }

.file-added {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 100%;
  padding: 1.5rem;
  border-radius: 6px;
  box-shadow: 0 4px 8px 0 rgba(0, 87, 184, 0.06);
  border: 1px solid #e0e5eb;
  display: block;
  display: flex;
  margin-bottom: 1.5rem;
  padding: 1rem;
  text-decoration: none;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between; }

.loading-spinner {
  width: 1.5rem;
  animation: spin 1s infinite linear; }
  .loading-spinner:after {
    content: "";
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCI\agaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Im\ah0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vc\amcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUyLjYgKDY3NDkxKSAt\aIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT7impv\avuI8gQXRvbSAvIExvYWRlciAvIERlZmF1bHQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aX\aRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9I\ajAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSIgaWQ9ImxpbmVhckdyYWRpZW50LTEiPgog\aICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjMDA1N0I4IiBvZmZzZXQ9IjAlIj48L3N0b3A\a+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiMwMTdBRDAiIG9mZnNldD0iMTAwJSI+PC\a 9zdG9wPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0iR\aGVza3RvcC1TcHJpbnQtMyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5v\a bmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IjAuMC4yLjBMLUFkZHJlc3M\atVmVyaWZpY2F0aW9uLVN1Ym1pc3Npb24tVXBsb2FkaW5nLTIiIHRyYW5zZm9ybT0idHJhbnNsYX\aRlKC04NjguMDAwMDAwLCAtMjk4LjAwMDAwMCkiIGZpbGw9InVybCgjbGluZWFyR3JhZGllbnQtM\aSkiPgogICAgICAgICAgICA8ZyBpZD0iQXRvbS0vLU1vZGFsIiB0cmFuc2Zvcm09InRyYW5zbGF0\aZSgxNzIuMDAwMDAwLCAxMzMuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0ib2xkLWZ\apbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5Mi4wMDAwMDAsIDEzNy4wMDAwMDApIj4KICAgIC\a AgICAgICAgICAgICAgICA8ZyBpZD0i4pqb77iPLUF0b20tLy1Mb2FkZXItLy1TdWNjZXNzIiB0c\amFuc2Zvcm09InRyYW5zbGF0ZSg1MDQuMDAwMDAwLCAyOC4wMDAwMDApIj4KICAgICAgICAgICAg\aICAgICAgICAgICAgPHBhdGggZD0iTTEyLDI0IEM1LjM3MjU4MywyNCAwLDE4LjYyNzQxNyAwLDE\ayIEMwLDUuMzcyNTgzIDUuMzcyNTgzLDAgMTIsMCBDMTguNjI3NDE3LDAgMjQsNS4zNzI1ODMgMj\aQsMTIgQzI0LDE4LjYyNzQxNyAxOC42Mjc0MTcsMjQgMTIsMjQgWiBNMTIsMjIuNSBDMTcuNzk4O\aTg5OSwyMi41IDIyLjUsMTcuNzk4OTg5OSAyMi41LDEyIEMyMi41LDYuMjAxMDEwMTMgMTcuNzk4\aOTg5OSwxLjUgMTIsMS41IEM2LjIwMTAxMDEzLDEuNSAxLjUsNi4yMDEwMTAxMyAxLjUsMTIgQzE\auNSwxNy43OTg5ODk5IDYuMjAxMDEwMTMsMjIuNSAxMiwyMi41IFogTTEwLjM4MzYyNjEsMTMuND\agyOTA1MiBMMTUuMTkyMDQ0MSw4LjcwMDE0ODk4IEMxNS4yOTI2OTksOC42MDAwMzEyIDE1LjQ1N\a DE5OTQsOC41OTk5Mzg4IDE1LjU1NDk2NjUsOC42OTk5NDEzNSBMMTYuMjIyNTMzMiw5LjM2MjQ0\aMzA3IEMxNi4zMjU4MjIzLDkuNDY0OTQ4NDcgMTYuMzI1ODIyMyw5LjYzMzEzMTg5IDE2LjIyMjU\azMzIsOS43MzU2MzczIEwxMC41NjUxODgzLDE1LjM1MDA1ODcgQzEwLjQ2NDUwMjYsMTUuNDQ5OT\agwNCAxMC4zMDMxNjA2LDE1LjQ0OTk4MDQgMTAuMjAyNDc0OSwxNS4zNTAwNTg3IEw3LjU3NzQ2N\ajgzLDEyLjc0NDk2NzEgQzcuNDc0Nzk1ODYsMTIuNjQzMDc1MiA3LjQ3NDA4OTgsMTIuNDc2MTIw\aOSA3LjU3NTg5NTIzLDEyLjM3MzM0NiBMOC4yMzIxNDcyNCwxMS43MTA4NDQzIEM4LjMzMjU5MzU\a 2LDExLjYwOTQ0MTMgOC40OTUxMzE5NiwxMS42MDg3Mzk1IDguNTk2NDMyMjcsMTEuNzA5MjcxMi\a BMMTAuMzgzNjI2MSwxMy40ODI5MDUyIFoiIGlkPSJMb2FkZXItU3VjY2VzcyI+PC9wYXRoPgogI\a CAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAg\aPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    opacity: 0;
    transition: opacity .5s ease-in; }
  .loading-spinner.loading-complete {
    animation: none; }
    .loading-spinner.loading-complete img {
      display: none; }
    .loading-spinner.loading-complete:after {
      transform-origin: left top;
      opacity: 1; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.user-info-box {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 100%;
  padding: 1.5rem;
  border-radius: 6px;
  box-shadow: 0 4px 8px 0 rgba(0, 87, 184, 0.06);
  border: 1px solid #e0e5eb;
  display: block;
  display: flex;
  margin: auto;
  width: 25%; }
  .user-info-box img {
    margin-right: 2rem; }

.has-error select {
  background-color: #fff5f6;
  border: 1px solid #d60018;
  color: #d60018; }

.registration-address-modal .modal-title,
.verify-address-modal .modal-title {
  font-kerning: normal;
  letter-spacing: 0.009px;
  line-height: 1.333494538;
  font-size: 1.497375rem;
  font-weight: 600; }
  .registration-address-modal .modal-title.ls-tight,
  .verify-address-modal .modal-title.ls-tight {
    letter-spacing: -0.291px; }
  .registration-address-modal .modal-title.ls-loose,
  .verify-address-modal .modal-title.ls-loose {
    letter-spacing: 0.309px; }
  .registration-address-modal .modal-title.lh-tight,
  .verify-address-modal .modal-title.lh-tight {
    line-height: 1.111245448; }
  .registration-address-modal .modal-title.lh-loose,
  .verify-address-modal .modal-title.lh-loose {
    line-height: 1.600193446; }
  .force-baseline .registration-address-modal .modal-title, .force-baseline
  .verify-address-modal .modal-title {
    line-height: 2rem; }
    .force-baseline .registration-address-modal .modal-title.lh-tight, .force-baseline
    .verify-address-modal .modal-title.lh-tight {
      line-height: 1.5rem; }
    .force-baseline .registration-address-modal .modal-title.lh-loose, .force-baseline
    .verify-address-modal .modal-title.lh-loose {
      line-height: 2.5rem; }

.registration-address-modal .modal-body,
.verify-address-modal .modal-body {
  padding: 0; }

.registration-address-modal button,
.verify-address-modal button {
  max-width: 30%;
  width: 100%; }

.registration-address-modal .modal-footer .dbp-note,
.verify-address-modal .modal-footer .dbp-note {
  display: inherit;
  max-width: 60%;
  margin: auto; }
  .verify-address-modal .address-box {
    width: 50%; }
    .verify-address-modal .address-box .x-radiobox-address {
      word-break: break-word; }
  