<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
/* line 2, ../../../../resource/compass/lib/_reset_skeleton.scss */
* {
  text-decoration: none;
  outline: none;
}

/* line 7, ../../../../resource/compass/lib/_reset_skeleton.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

/* line 16, ../../../../resource/compass/lib/_reset_skeleton.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 20, ../../../../resource/compass/lib/_reset_skeleton.scss */
body {
  line-height: 1;
}

/* line 24, ../../../../resource/compass/lib/_reset_skeleton.scss */
ol, ul {
  list-style: none;
}

/* line 28, ../../../../resource/compass/lib/_reset_skeleton.scss */
blockquote, q {
  quotes: none;
}

/* line 32, ../../../../resource/compass/lib/_reset_skeleton.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

/* line 36, ../../../../resource/compass/lib/_reset_skeleton.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 41, ../../../../resource/compass/lib/_reset_skeleton.scss */
:link {
  color: #000000;
}

/* line 42, ../../../../resource/compass/lib/_reset_skeleton.scss */
:visited {
  color: #000000;
}

/*for button*/
/* Reset `button` and button-style `input` default styles */
/* line 46, ../../../../resource/compass/lib/_reset_skeleton.scss */
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  background: none;
  border: 0;
  color: inherit;
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
}

/* line 63, ../../../../resource/compass/lib/_reset_skeleton.scss */
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Make `a` like a button */
/* line 70, ../../../../resource/compass/lib/_reset_skeleton.scss */
[role="button"] {
  color: inherit;
  cursor: default;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  white-space: pre;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
</pre></body></html>