/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
.page-wrap {
  /* Reset box-model and set borders */
  /* ============================================ */
}
.page-wrap *,
.page-wrap ::before,
.page-wrap ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
.page-wrap {
  /* Document */
  /* ============================================ */
  /**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in iOS.
   * 3. Remove gray overlay on links for iOS.
   */
}
.page-wrap html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
.page-wrap {
  /* Sections */
  /* ============================================ */
  /**
   * Remove the margin in all browsers.
   */
}
.page-wrap body {
  margin: 0;
}
.page-wrap {
  /**
   * Render the `main` element consistently in IE.
   */
}
.page-wrap main {
  display: block;
}
.page-wrap {
  /* Vertical rhythm */
  /* ============================================ */
}
.page-wrap p,
.page-wrap table,
.page-wrap blockquote,
.page-wrap address,
.page-wrap pre,
.page-wrap iframe,
.page-wrap form,
.page-wrap figure,
.page-wrap dl {
  margin: 0;
}
.page-wrap {
  /* Headings */
  /* ============================================ */
}
.page-wrap h1,
.page-wrap h2,
.page-wrap h3,
.page-wrap h4,
.page-wrap h5,
.page-wrap h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
.page-wrap {
  /* Lists (enumeration) */
  /* ============================================ */
}
.page-wrap ul,
.page-wrap ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-wrap {
  /* Lists (definition) */
  /* ============================================ */
}
.page-wrap dt {
  font-weight: bold;
}
.page-wrap dd {
  margin-left: 0;
}
.page-wrap {
  /* Grouping content */
  /* ============================================ */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
}
.page-wrap hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
.page-wrap {
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
}
.page-wrap pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
.page-wrap address {
  font-style: inherit;
}
.page-wrap {
  /* Text-level semantics */
  /* ============================================ */
  /**
   * Remove the gray background on active links in IE 10.
   */
}
.page-wrap a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
.page-wrap {
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
}
.page-wrap abbr[title] {
  text-decoration: underline dotted; /* 2 */
}
.page-wrap {
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
}
.page-wrap b,
.page-wrap strong {
  font-weight: bolder;
}
.page-wrap {
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
}
.page-wrap code,
.page-wrap kbd,
.page-wrap samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
.page-wrap {
  /**
   * Add the correct font size in all browsers.
   */
}
.page-wrap small {
  font-size: 80%;
}
.page-wrap {
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
}
.page-wrap sub,
.page-wrap sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.page-wrap sub {
  bottom: -0.25em;
}
.page-wrap sup {
  top: -0.5em;
}
.page-wrap {
  /* Replaced content */
  /* ============================================ */
  /**
   * Prevent vertical alignment issues.
   */
}
.page-wrap svg,
.page-wrap img,
.page-wrap embed,
.page-wrap object,
.page-wrap iframe {
  vertical-align: bottom;
}
.page-wrap {
  /* Forms */
  /* ============================================ */
  /**
   * Reset form fields to make them styleable.
   * 1. Make form elements stylable across systems iOS especially.
   * 2. Inherit text-transform from parent.
   */
}
.page-wrap button,
.page-wrap input,
.page-wrap optgroup,
.page-wrap select,
.page-wrap textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}
.page-wrap {
  /**
   * Correct cursors for clickable elements.
   */
}
.page-wrap button,
.page-wrap [type=button],
.page-wrap [type=reset],
.page-wrap [type=submit] {
  cursor: pointer;
}
.page-wrap button:disabled,
.page-wrap [type=button]:disabled,
.page-wrap [type=reset]:disabled,
.page-wrap [type=submit]:disabled {
  cursor: default;
}
.page-wrap {
  /**
   * Improve outlines for Firefox and unify style with input elements & buttons.
   */
}
.page-wrap :-moz-focusring {
  outline: auto;
}
.page-wrap select:disabled {
  opacity: inherit;
}
.page-wrap {
  /**
   * Remove padding
   */
}
.page-wrap option {
  padding: 0;
}
.page-wrap {
  /**
   * Reset to invisible
   */
}
.page-wrap fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
.page-wrap legend {
  padding: 0;
}
.page-wrap {
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
}
.page-wrap progress {
  vertical-align: baseline;
}
.page-wrap {
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
}
.page-wrap textarea {
  overflow: auto;
}
.page-wrap {
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
}
.page-wrap [type=number]::-webkit-inner-spin-button,
.page-wrap [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.page-wrap {
  /**
   * Correct the outline style in Safari.
   */
}
.page-wrap [type=search] {
  outline-offset: -2px; /* 1 */
}
.page-wrap {
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
}
.page-wrap [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.page-wrap {
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Fix font inheritance.
   */
}
.page-wrap ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
.page-wrap {
  /**
   * Fix appearance for Firefox
   */
}
.page-wrap [type=number] {
  -moz-appearance: textfield;
}
.page-wrap {
  /**
   * Clickable labels
   */
}
.page-wrap label[for] {
  cursor: pointer;
}
.page-wrap {
  /* Interactive */
  /* ============================================ */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
}
.page-wrap details {
  display: block;
}
.page-wrap {
  /*
   * Add the correct display in all browsers.
   */
}
.page-wrap summary {
  display: list-item;
}
.page-wrap {
  /*
   * Remove outline for editable content.
   */
}
.page-wrap [contenteditable]:focus {
  outline: auto;
}
.page-wrap {
  /* Tables */
  /* ============================================ */
  /**
  1. Correct table border color inheritance in all Chrome and Safari.
  */
}
.page-wrap table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}
.page-wrap caption {
  text-align: left;
}
.page-wrap td,
.page-wrap th {
  vertical-align: top;
  padding: 0;
}
.page-wrap th {
  text-align: left;
  font-weight: bold;
}/*# sourceMappingURL=destyle.css.map */