/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit; }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible; }

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0; }

/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; }

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

.container {
  max-width: 1080px;
  margin: auto; }
  .container.container-full {
    max-width: 100%; }
  .container.container-fluid {
    max-width: 90%; }

.row {
  max-width: 100%;
  margin: auto; }
  .row:after {
    content: ' ';
    clear: both;
    display: table; }
  .row.row-full .column:first-child, .row.row-full .columns:first-child {
    padding-left: 0; }
  .row.row-full .column:last-child, .row.row-full .columns:last-child {
    padding-right: 0; }

.column, .columns {
  width: 100%;
  float: left;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .column.no-gutter, .columns.no-gutter {
    padding: 0; }
  .column.columns-centered, .columns.columns-centered {
    margin: auto;
    float: none; }

.large-0 {
  width: 0%; }

.large-offset-0 {
  margin-left: 0%; }

.large-1 {
  width: 8.3333333333%; }

.large-offset-1 {
  margin-left: 8.3333333333%; }

.large-2 {
  width: 16.6666666667%; }

.large-offset-2 {
  margin-left: 16.6666666667%; }

.large-3 {
  width: 25%; }

.large-offset-3 {
  margin-left: 25%; }

.large-4 {
  width: 33.3333333333%; }

.large-offset-4 {
  margin-left: 33.3333333333%; }

.large-5 {
  width: 41.6666666667%; }

.large-offset-5 {
  margin-left: 41.6666666667%; }

.large-6 {
  width: 50%; }

.large-offset-6 {
  margin-left: 50%; }

.large-7 {
  width: 58.3333333333%; }

.large-offset-7 {
  margin-left: 58.3333333333%; }

.large-8 {
  width: 66.6666666667%; }

.large-offset-8 {
  margin-left: 66.6666666667%; }

.large-9 {
  width: 75%; }

.large-offset-9 {
  margin-left: 75%; }

.large-10 {
  width: 83.3333333333%; }

.large-offset-10 {
  margin-left: 83.3333333333%; }

.large-11 {
  width: 91.6666666667%; }

.large-offset-11 {
  margin-left: 91.6666666667%; }

.large-12 {
  width: 100%; }

.large-offset-12 {
  margin-left: 100%; }

@media all and (max-width: 800px) {
  .medium-0 {
    width: 0%; }

  .medium-offset-0 {
    margin-left: 0%; }

  .medium-1 {
    width: 8.3333333333%; }

  .medium-offset-1 {
    margin-left: 8.3333333333%; }

  .medium-2 {
    width: 16.6666666667%; }

  .medium-offset-2 {
    margin-left: 16.6666666667%; }

  .medium-3 {
    width: 25%; }

  .medium-offset-3 {
    margin-left: 25%; }

  .medium-4 {
    width: 33.3333333333%; }

  .medium-offset-4 {
    margin-left: 33.3333333333%; }

  .medium-5 {
    width: 41.6666666667%; }

  .medium-offset-5 {
    margin-left: 41.6666666667%; }

  .medium-6 {
    width: 50%; }

  .medium-offset-6 {
    margin-left: 50%; }

  .medium-7 {
    width: 58.3333333333%; }

  .medium-offset-7 {
    margin-left: 58.3333333333%; }

  .medium-8 {
    width: 66.6666666667%; }

  .medium-offset-8 {
    margin-left: 66.6666666667%; }

  .medium-9 {
    width: 75%; }

  .medium-offset-9 {
    margin-left: 75%; }

  .medium-10 {
    width: 83.3333333333%; }

  .medium-offset-10 {
    margin-left: 83.3333333333%; }

  .medium-11 {
    width: 91.6666666667%; }

  .medium-offset-11 {
    margin-left: 91.6666666667%; }

  .medium-12 {
    width: 100%; }

  .medium-offset-12 {
    margin-left: 100%; } }
@media all and (max-width: 600px) {
  .small-0 {
    width: 0%; }

  .small-offset-0 {
    margin-left: 0%; }

  .small-1 {
    width: 8.3333333333%; }

  .small-offset-1 {
    margin-left: 8.3333333333%; }

  .small-2 {
    width: 16.6666666667%; }

  .small-offset-2 {
    margin-left: 16.6666666667%; }

  .small-3 {
    width: 25%; }

  .small-offset-3 {
    margin-left: 25%; }

  .small-4 {
    width: 33.3333333333%; }

  .small-offset-4 {
    margin-left: 33.3333333333%; }

  .small-5 {
    width: 41.6666666667%; }

  .small-offset-5 {
    margin-left: 41.6666666667%; }

  .small-6 {
    width: 50%; }

  .small-offset-6 {
    margin-left: 50%; }

  .small-7 {
    width: 58.3333333333%; }

  .small-offset-7 {
    margin-left: 58.3333333333%; }

  .small-8 {
    width: 66.6666666667%; }

  .small-offset-8 {
    margin-left: 66.6666666667%; }

  .small-9 {
    width: 75%; }

  .small-offset-9 {
    margin-left: 75%; }

  .small-10 {
    width: 83.3333333333%; }

  .small-offset-10 {
    margin-left: 83.3333333333%; }

  .small-11 {
    width: 91.6666666667%; }

  .small-offset-11 {
    margin-left: 91.6666666667%; }

  .small-12 {
    width: 100%; }

  .small-offset-12 {
    margin-left: 100%; } }
.top-0 {
  margin-top: 0px; }

.top-padding-0 {
  padding-top: 0px; }

.top-1 {
  margin-top: 10px; }

.top-padding-1 {
  padding-top: 10px; }

.top-2 {
  margin-top: 20px; }

.top-padding-2 {
  padding-top: 20px; }

.top-3 {
  margin-top: 30px; }

.top-padding-3 {
  padding-top: 30px; }

.top-4 {
  margin-top: 40px; }

.top-padding-4 {
  padding-top: 40px; }

.top-5 {
  margin-top: 50px; }

.top-padding-5 {
  padding-top: 50px; }

.top-6 {
  margin-top: 60px; }

.top-padding-6 {
  padding-top: 60px; }

.top-7 {
  margin-top: 70px; }

.top-padding-7 {
  padding-top: 70px; }

.top-8 {
  margin-top: 80px; }

.top-padding-8 {
  padding-top: 80px; }

.top-9 {
  margin-top: 90px; }

.top-padding-9 {
  padding-top: 90px; }

.top-10 {
  margin-top: 100px; }

.top-padding-10 {
  padding-top: 100px; }

.top-11 {
  margin-top: 110px; }

.top-padding-11 {
  padding-top: 110px; }

.top-12 {
  margin-top: 120px; }

.top-padding-12 {
  padding-top: 120px; }

.top-13 {
  margin-top: 130px; }

.top-padding-13 {
  padding-top: 130px; }

.top-14 {
  margin-top: 140px; }

.top-padding-14 {
  padding-top: 140px; }

.top-15 {
  margin-top: 150px; }

.top-padding-15 {
  padding-top: 150px; }

.top-16 {
  margin-top: 160px; }

.top-padding-16 {
  padding-top: 160px; }

.top-17 {
  margin-top: 170px; }

.top-padding-17 {
  padding-top: 170px; }

.top-18 {
  margin-top: 180px; }

.top-padding-18 {
  padding-top: 180px; }

.top-19 {
  margin-top: 190px; }

.top-padding-19 {
  padding-top: 190px; }

.top-20 {
  margin-top: 200px; }

.top-padding-20 {
  padding-top: 200px; }

.bottom-0 {
  margin-bottom: 0px; }

.bottom-padding-0 {
  padding-bottom: 0px; }

.bottom-1 {
  margin-bottom: 10px; }

.bottom-padding-1 {
  padding-bottom: 10px; }

.bottom-2 {
  margin-bottom: 20px; }

.bottom-padding-2 {
  padding-bottom: 20px; }

.bottom-3 {
  margin-bottom: 30px; }

.bottom-padding-3 {
  padding-bottom: 30px; }

.bottom-4 {
  margin-bottom: 40px; }

.bottom-padding-4 {
  padding-bottom: 40px; }

.bottom-5 {
  margin-bottom: 50px; }

.bottom-padding-5 {
  padding-bottom: 50px; }

.bottom-6 {
  margin-bottom: 60px; }

.bottom-padding-6 {
  padding-bottom: 60px; }

.bottom-7 {
  margin-bottom: 70px; }

.bottom-padding-7 {
  padding-bottom: 70px; }

.bottom-8 {
  margin-bottom: 80px; }

.bottom-padding-8 {
  padding-bottom: 80px; }

.bottom-9 {
  margin-bottom: 90px; }

.bottom-padding-9 {
  padding-bottom: 90px; }

.bottom-10 {
  margin-bottom: 100px; }

.bottom-padding-10 {
  padding-bottom: 100px; }

.bottom-11 {
  margin-bottom: 110px; }

.bottom-padding-11 {
  padding-bottom: 110px; }

.bottom-12 {
  margin-bottom: 120px; }

.bottom-padding-12 {
  padding-bottom: 120px; }

.bottom-13 {
  margin-bottom: 130px; }

.bottom-padding-13 {
  padding-bottom: 130px; }

.bottom-14 {
  margin-bottom: 140px; }

.bottom-padding-14 {
  padding-bottom: 140px; }

.bottom-15 {
  margin-bottom: 150px; }

.bottom-padding-15 {
  padding-bottom: 150px; }

.bottom-16 {
  margin-bottom: 160px; }

.bottom-padding-16 {
  padding-bottom: 160px; }

.bottom-17 {
  margin-bottom: 170px; }

.bottom-padding-17 {
  padding-bottom: 170px; }

.bottom-18 {
  margin-bottom: 180px; }

.bottom-padding-18 {
  padding-bottom: 180px; }

.bottom-19 {
  margin-bottom: 190px; }

.bottom-padding-19 {
  padding-bottom: 190px; }

.bottom-20 {
  margin-bottom: 200px; }

.bottom-padding-20 {
  padding-bottom: 200px; }

.left-0 {
  margin-left: 0px; }

.left-padding-0 {
  padding-left: 0px; }

.left-1 {
  margin-left: 10px; }

.left-padding-1 {
  padding-left: 10px; }

.left-2 {
  margin-left: 20px; }

.left-padding-2 {
  padding-left: 20px; }

.left-3 {
  margin-left: 30px; }

.left-padding-3 {
  padding-left: 30px; }

.left-4 {
  margin-left: 40px; }

.left-padding-4 {
  padding-left: 40px; }

.left-5 {
  margin-left: 50px; }

.left-padding-5 {
  padding-left: 50px; }

.left-6 {
  margin-left: 60px; }

.left-padding-6 {
  padding-left: 60px; }

.left-7 {
  margin-left: 70px; }

.left-padding-7 {
  padding-left: 70px; }

.left-8 {
  margin-left: 80px; }

.left-padding-8 {
  padding-left: 80px; }

.left-9 {
  margin-left: 90px; }

.left-padding-9 {
  padding-left: 90px; }

.left-10 {
  margin-left: 100px; }

.left-padding-10 {
  padding-left: 100px; }

.left-11 {
  margin-left: 110px; }

.left-padding-11 {
  padding-left: 110px; }

.left-12 {
  margin-left: 120px; }

.left-padding-12 {
  padding-left: 120px; }

.left-13 {
  margin-left: 130px; }

.left-padding-13 {
  padding-left: 130px; }

.left-14 {
  margin-left: 140px; }

.left-padding-14 {
  padding-left: 140px; }

.left-15 {
  margin-left: 150px; }

.left-padding-15 {
  padding-left: 150px; }

.left-16 {
  margin-left: 160px; }

.left-padding-16 {
  padding-left: 160px; }

.left-17 {
  margin-left: 170px; }

.left-padding-17 {
  padding-left: 170px; }

.left-18 {
  margin-left: 180px; }

.left-padding-18 {
  padding-left: 180px; }

.left-19 {
  margin-left: 190px; }

.left-padding-19 {
  padding-left: 190px; }

.left-20 {
  margin-left: 200px; }

.left-padding-20 {
  padding-left: 200px; }

.right-0 {
  margin-right: 0px; }

.right-padding-0 {
  padding-right: 0px; }

.right-1 {
  margin-right: 10px; }

.right-padding-1 {
  padding-right: 10px; }

.right-2 {
  margin-right: 20px; }

.right-padding-2 {
  padding-right: 20px; }

.right-3 {
  margin-right: 30px; }

.right-padding-3 {
  padding-right: 30px; }

.right-4 {
  margin-right: 40px; }

.right-padding-4 {
  padding-right: 40px; }

.right-5 {
  margin-right: 50px; }

.right-padding-5 {
  padding-right: 50px; }

.right-6 {
  margin-right: 60px; }

.right-padding-6 {
  padding-right: 60px; }

.right-7 {
  margin-right: 70px; }

.right-padding-7 {
  padding-right: 70px; }

.right-8 {
  margin-right: 80px; }

.right-padding-8 {
  padding-right: 80px; }

.right-9 {
  margin-right: 90px; }

.right-padding-9 {
  padding-right: 90px; }

.right-10 {
  margin-right: 100px; }

.right-padding-10 {
  padding-right: 100px; }

.right-11 {
  margin-right: 110px; }

.right-padding-11 {
  padding-right: 110px; }

.right-12 {
  margin-right: 120px; }

.right-padding-12 {
  padding-right: 120px; }

.right-13 {
  margin-right: 130px; }

.right-padding-13 {
  padding-right: 130px; }

.right-14 {
  margin-right: 140px; }

.right-padding-14 {
  padding-right: 140px; }

.right-15 {
  margin-right: 150px; }

.right-padding-15 {
  padding-right: 150px; }

.right-16 {
  margin-right: 160px; }

.right-padding-16 {
  padding-right: 160px; }

.right-17 {
  margin-right: 170px; }

.right-padding-17 {
  padding-right: 170px; }

.right-18 {
  margin-right: 180px; }

.right-padding-18 {
  padding-right: 180px; }

.right-19 {
  margin-right: 190px; }

.right-padding-19 {
  padding-right: 190px; }

.right-20 {
  margin-right: 200px; }

.right-padding-20 {
  padding-right: 200px; }

.aspect-ratio-4-3 {
  position: relative; }
  .aspect-ratio-4-3:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%; }
  .aspect-ratio-4-3 > .inside {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.aspect-ratio-1-1 {
  position: relative; }
  .aspect-ratio-1-1:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%; }
  .aspect-ratio-1-1 > .inside {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.aspect-ratio-16-9 {
  position: relative; }
  .aspect-ratio-16-9:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  .aspect-ratio-16-9 > .inside {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.float-center {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.clear, .issue-compilation .product:nth-child(2n)::after {
  clear: both;
  overflow: hidden; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

.relative {
  position: relative; }

@media all and (max-width: 800px) {
  .show-medium {
    display: block !important; }

  .hide-medium {
    display: none !important; } }
@media all and (max-width: 600px) {
  .show-small {
    display: block !important; }

  .hide-small {
    display: none !important; } }
.circle {
  border-radius: 500px; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.capitalize {
  text-transform: capitalize; }

.uppercase {
  text-transform: uppercase; }

.bold {
  font-weight: 700; }

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.vertical-center {
  position: relative;
  top: 50%;
  transform: translate(0, -50%); }

.all-center {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%; }

.vertical-center-flex {
  display: flex;
  align-items: center;
  height: 100%; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.scroll {
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100; }

.full {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10; }

.z-top {
  z-index: 9999;
  position: relative; }

.scroll-x {
  overflow: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  color: inherit; }

.h0 {
  font-size: 100px;
  font-weight: 700; }

h1, .h1 {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px; }

h2, .h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 35px; }

h3, .h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px; }

h4, .h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px; }

h5, .h5 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; }

h6, .h6 {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px; }

.text-muted {
  color: #7A8F99; }

.text-color-alt {
  color: #ffffff; }

.text-bold {
  font-weight: 600; }

.text-medium {
  font-weight: 500; }

* {
  box-sizing: border-box; }

html, body {
  min-width: 100%;
  min-height: 100%; }

a {
  text-decoration: none;
  color: inherit;
  outline: none; }

a.link, span.link {
  border-bottom: 1px solid rgba(184, 197, 204, 0.2);
  padding: 5px 0; }
  a.link:hover, span.link:hover {
    border-color: rgba(184, 197, 204, 0.5); }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  background: #152126; }
  body.body-light {
    background: white;
    color: #3A4F59; }

input, button {
  -webkit-appearance: none;
  border-radius: 0; }

button {
  outline: none; }

header.site-header {
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100; }

.logo {
  display: block;
  flex: 0 0 auto; }

.home, .issues-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative; }

.home {
  height: calc(100vh - 150px);
  min-height: 600px; }
  @media all and (max-width: 800px) {
    .home {
      min-height: 460px;
      height: calc(100vh - 260px); } }

.link-block:hover .overlay {
  background: rgba(21, 33, 38, 0.7); }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(21, 33, 38, 0.6);
  transition: background .1s ease-in-out; }

.overlay-content {
  text-align: center;
  color: inherit; }
  .overlay-content .number {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: .5;
    font-weight: bold;
    margin-bottom: 20px; }
  .overlay-content .title {
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    margin-bottom: 20px; }
    @media all and (max-width: 800px) {
      .overlay-content .title {
        font-size: 30px; } }
  .overlay-content .link {
    font-weight: 600; }
  .overlay-content .date {
    font-size: 16px;
    line-height: 20px;
    opacity: .5;
    font-weight: 500; }

.issues {
  margin-top: 100px; }

.issues-item {
  width: 100%;
  height: 400px; }
  @media all and (max-width: 800px) {
    .issues-item {
      height: 300px; } }

.issue {
  margin: 100px 0 60px 0; }
  .issue .issue-header {
    padding: 80px 0; }
  .issue .overlay-content {
    color: #152126; }
  .issue .issue-content {
    font-size: 16px;
    line-height: 25px; }
    .issue .issue-content img {
      max-width: 100%; }
    .issue .issue-content p:not(:last-of-type) {
      margin-bottom: 25px; }
    .issue .issue-content .product {
      margin-top: 60px; }
    .issue .issue-content .product-link {
      margin-top: 10px;
      display: inline-block;
      color: #3FA7D6; }
    .issue .issue-content .product-data {
      table-layout: fixed;
      width: 100%;
      margin-top: 10px; }
      .issue .issue-content .product-data tr {
        box-shadow: 0 1px 0 0 #DBE2E5; }
      .issue .issue-content .product-data td {
        padding: 15px 0; }
        .issue .issue-content .product-data td.product-data-feature {
          color: #7A8F99; }

.issue-compilation .issue-content .product {
  text-align: center;
  margin-top: 40px; }
.issue-compilation .product:nth-child(2n)::after {
  content: '';
  display: block; }

footer.site-footer, .subscribe {
  padding: 40px 0; }
  footer.site-footer .pretitle, .subscribe .pretitle {
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #7A8F99;
    font-weight: bold;
    margin-bottom: 5px; }
  footer.site-footer .title, .subscribe .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 5px; }
  footer.site-footer .newsletter, .subscribe .newsletter {
    display: flex;
    font-size: 14px;
    margin-top: 10px; }
    footer.site-footer .newsletter input, .subscribe .newsletter input {
      outline: none; }
    footer.site-footer .newsletter input[type="email"], .subscribe .newsletter input[type="email"] {
      flex: 1 1 auto;
      background: transparent;
      border: none;
      box-shadow: inset 0 0 0 2px #3A4F59;
      padding: 0 15px;
      color: inherit;
      font-size: 14px;
      min-width: 100px; }
      footer.site-footer .newsletter input[type="email"]::-webkit-input-placeholder, .subscribe .newsletter input[type="email"]::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #7A8F99; }
      footer.site-footer .newsletter input[type="email"]::-moz-placeholder, .subscribe .newsletter input[type="email"]::-moz-placeholder {
        /* Firefox 19+ */
        color: #7A8F99; }
      footer.site-footer .newsletter input[type="email"]:-ms-input-placeholder, .subscribe .newsletter input[type="email"]:-ms-input-placeholder {
        /* IE 10+ */
        color: #7A8F99; }
      footer.site-footer .newsletter input[type="email"]:-moz-placeholder, .subscribe .newsletter input[type="email"]:-moz-placeholder {
        /* Firefox 18- */
        color: #7A8F99; }
    footer.site-footer .newsletter input[type="submit"], .subscribe .newsletter input[type="submit"] {
      flex: 0 0 auto;
      background: #3A4F59;
      font-weight: bold;
      border: none;
      color: white;
      padding: 15px 25px; }
  @media all and (max-width: 800px) {
    footer.site-footer, .subscribe {
      padding: 40px 20px; }
      footer.site-footer .newsletter, .subscribe .newsletter {
        margin-top: 30px; } }

footer.subfooter {
  padding: 20px 0 60px 0; }
  footer.subfooter ul, footer.subfooter li {
    list-style: none;
    padding: 0;
    margin: 0; }
  footer.subfooter li:not(:last-child) {
    margin-bottom: 15px; }
  footer.subfooter .subfooter-link {
    color: #B8C5CC;
    font-size: 14px;
    line-height: 20px; }
    footer.subfooter .subfooter-link:hover {
      color: inherit; }
  @media all and (max-width: 800px) {
    footer.subfooter {
      padding: 0 20px 60px 20px; } }
