/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * 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;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * 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 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Chrome 57- and 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;
}

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

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

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

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

/**
 * 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 and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
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;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 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;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Basscss Type Scale */
.h1 {
  font-size: 2rem;
}

.h2 {
  font-size: 1.5rem;
}

.h3 {
  font-size: 1.25rem;
}

.h4 {
  font-size: 1rem;
}

.h5 {
  font-size: 0.875rem;
}

.h6 {
  font-size: 0.75rem;
}

/* Basscss Typography */
.font-family-inherit {
  font-family: inherit;
}

.font-size-inherit {
  font-size: inherit;
}

.text-decoration-none {
  text-decoration: none;
}

.bold {
  font-weight: bold;
}

.regular {
  font-weight: normal;
}

.italic {
  font-style: italic;
}

.caps {
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

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

.center {
  text-align: center;
}

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

.justify {
  text-align: justify;
}

.nowrap {
  white-space: nowrap;
}

.break-word {
  word-wrap: break-word;
}

.line-height-1 {
  line-height: 1;
}

.line-height-2 {
  line-height: 1.125;
}

.line-height-3 {
  line-height: 1.25;
}

.line-height-4 {
  line-height: 1.5;
}

.list-style-none {
  list-style: none;
}

.underline {
  text-decoration: underline;
}

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

.list-reset {
  list-style: none;
  padding-left: 0;
}

/* Basscss Layout */
.inline {
  display: inline;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.table {
  display: table;
}

.table-cell {
  display: table-cell;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.fit {
  max-width: 100%;
}

.max-width-1 {
  max-width: 24rem;
}

.max-width-2 {
  max-width: 32rem;
}

.max-width-3 {
  max-width: 48rem;
}

.max-width-4 {
  max-width: 64rem;
}

.border-box {
  box-sizing: border-box;
}

/* Basscss Align */
.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

/* Basscss Margin */
.m0 {
  margin: 0;
}

.mt0 {
  margin-top: 0;
}

.mr0 {
  margin-right: 0;
}

.mb0 {
  margin-bottom: 0;
}

.ml0 {
  margin-left: 0;
}

.mx0 {
  margin-left: 0;
  margin-right: 0;
}

.my0 {
  margin-top: 0;
  margin-bottom: 0;
}

.m1 {
  margin: 0.5rem;
}

.mt1 {
  margin-top: 0.5rem;
}

.mr1 {
  margin-right: 0.5rem;
}

.mb1 {
  margin-bottom: 0.5rem;
}

.ml1 {
  margin-left: 0.5rem;
}

.mx1 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.m2 {
  margin: 1rem;
}

.mt2 {
  margin-top: 1rem;
}

.mr2 {
  margin-right: 1rem;
}

.mb2 {
  margin-bottom: 1rem;
}

.ml2 {
  margin-left: 1rem;
}

.mx2 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.m3 {
  margin: 2rem;
}

.mt3 {
  margin-top: 2rem;
}

.mr3 {
  margin-right: 2rem;
}

.mb3 {
  margin-bottom: 2rem;
}

.ml3 {
  margin-left: 2rem;
}

.mx3 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my3 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.m4 {
  margin: 4rem;
}

.mt4 {
  margin-top: 4rem;
}

.mr4 {
  margin-right: 4rem;
}

.mb4 {
  margin-bottom: 4rem;
}

.ml4 {
  margin-left: 4rem;
}

.mx4 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.my4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mxn1 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.mxn2 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.mxn3 {
  margin-left: -2rem;
  margin-right: -2rem;
}

.mxn4 {
  margin-left: -4rem;
  margin-right: -4rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

/* Basscss Padding */
.p0 {
  padding: 0;
}

.pt0 {
  padding-top: 0;
}

.pr0 {
  padding-right: 0;
}

.pb0 {
  padding-bottom: 0;
}

.pl0 {
  padding-left: 0;
}

.px0 {
  padding-left: 0;
  padding-right: 0;
}

.py0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p1 {
  padding: 0.5rem;
}

.pt1 {
  padding-top: 0.5rem;
}

.pr1 {
  padding-right: 0.5rem;
}

.pb1 {
  padding-bottom: 0.5rem;
}

.pl1 {
  padding-left: 0.5rem;
}

.py1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.p2 {
  padding: 1rem;
}

.pt2 {
  padding-top: 1rem;
}

.pr2 {
  padding-right: 1rem;
}

.pb2 {
  padding-bottom: 1rem;
}

.pl2 {
  padding-left: 1rem;
}

.py2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px2 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.p3 {
  padding: 2rem;
}

.pt3 {
  padding-top: 2rem;
}

.pr3 {
  padding-right: 2rem;
}

.pb3 {
  padding-bottom: 2rem;
}

.pl3 {
  padding-left: 2rem;
}

.py3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.p4 {
  padding: 4rem;
}

.pt4 {
  padding-top: 4rem;
}

.pr4 {
  padding-right: 4rem;
}

.pb4 {
  padding-bottom: 4rem;
}

.pl4 {
  padding-left: 4rem;
}

.py4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px4 {
  padding-left: 4rem;
  padding-right: 4rem;
}

/* Basscss Grid */
.col {
  float: left;
  box-sizing: border-box;
}

.col-right {
  float: right;
  box-sizing: border-box;
}

.col-1 {
  width: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

@media (min-width: 40em) {
  .sm-col {
    float: left;
    box-sizing: border-box;
  }
  .sm-col-right {
    float: right;
    box-sizing: border-box;
  }
  .sm-col-1 {
    width: 8.3333333333%;
  }
  .sm-col-2 {
    width: 16.6666666667%;
  }
  .sm-col-3 {
    width: 25%;
  }
  .sm-col-4 {
    width: 33.3333333333%;
  }
  .sm-col-5 {
    width: 41.6666666667%;
  }
  .sm-col-6 {
    width: 50%;
  }
  .sm-col-7 {
    width: 58.3333333333%;
  }
  .sm-col-8 {
    width: 66.6666666667%;
  }
  .sm-col-9 {
    width: 75%;
  }
  .sm-col-10 {
    width: 83.3333333333%;
  }
  .sm-col-11 {
    width: 91.6666666667%;
  }
  .sm-col-12 {
    width: 100%;
  }
}
@media (min-width: 52em) {
  .md-col {
    float: left;
    box-sizing: border-box;
  }
  .md-col-right {
    float: right;
    box-sizing: border-box;
  }
  .md-col-1 {
    width: 8.3333333333%;
  }
  .md-col-2 {
    width: 16.6666666667%;
  }
  .md-col-3 {
    width: 25%;
  }
  .md-col-4 {
    width: 33.3333333333%;
  }
  .md-col-5 {
    width: 41.6666666667%;
  }
  .md-col-6 {
    width: 50%;
  }
  .md-col-7 {
    width: 58.3333333333%;
  }
  .md-col-8 {
    width: 66.6666666667%;
  }
  .md-col-9 {
    width: 75%;
  }
  .md-col-10 {
    width: 83.3333333333%;
  }
  .md-col-11 {
    width: 91.6666666667%;
  }
  .md-col-12 {
    width: 100%;
  }
}
@media (min-width: 64em) {
  .lg-col {
    float: left;
    box-sizing: border-box;
  }
  .lg-col-right {
    float: right;
    box-sizing: border-box;
  }
  .lg-col-1 {
    width: 8.3333333333%;
  }
  .lg-col-2 {
    width: 16.6666666667%;
  }
  .lg-col-3 {
    width: 25%;
  }
  .lg-col-4 {
    width: 33.3333333333%;
  }
  .lg-col-5 {
    width: 41.6666666667%;
  }
  .lg-col-6 {
    width: 50%;
  }
  .lg-col-7 {
    width: 58.3333333333%;
  }
  .lg-col-8 {
    width: 66.6666666667%;
  }
  .lg-col-9 {
    width: 75%;
  }
  .lg-col-10 {
    width: 83.3333333333%;
  }
  .lg-col-11 {
    width: 91.6666666667%;
  }
  .lg-col-12 {
    width: 100%;
  }
}
.flex {
  display: flex;
}

@media (min-width: 40em) {
  .sm-flex {
    display: flex;
  }
}
@media (min-width: 52em) {
  .md-flex {
    display: flex;
  }
}
@media (min-width: 64em) {
  .lg-flex {
    display: flex;
  }
}
.flex-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.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;
}

/* 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;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-last {
  order: 99999;
}

/* Basscss Position */
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

.z4 {
  z-index: 4;
}

/* Basscss Border */
.border {
  border-style: solid;
  border-width: 1px;
}

.border-top {
  border-top-style: solid;
  border-top-width: 1px;
}

.border-right {
  border-right-style: solid;
  border-right-width: 1px;
}

.border-bottom {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.border-left {
  border-left-style: solid;
  border-left-width: 1px;
}

.border-none {
  border: 0;
}

.rounded {
  border-radius: 3px;
}

.circle {
  border-radius: 50%;
}

.rounded-top {
  border-radius: 3px 3px 0 0;
}

.rounded-right {
  border-radius: 0 3px 3px 0;
}

.rounded-bottom {
  border-radius: 0 0 3px 3px;
}

.rounded-left {
  border-radius: 3px 0 0 3px;
}

.not-rounded {
  border-radius: 0;
}

/* Basscss Hide */
.hide {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

@media (max-width: 40em) {
  .xs-hide {
    display: none !important;
  }
}
@media (min-width: 40em) and (max-width: 52em) {
  .sm-hide {
    display: none !important;
  }
}
@media (min-width: 52em) and (max-width: 64em) {
  .md-hide {
    display: none !important;
  }
}
@media (min-width: 64em) {
  .lg-hide {
    display: none !important;
  }
}
.display-none {
  display: none !important;
}

/* FIXME: Remove this file once the issue in basscss (see: https://github.com/basscss/basscss/issues/257) is solved via this PR (https://github.com/basscss/basscss/pull/258) */
/* Basscss Border (basscss/modules/border/index.css) */
:root {
  --border-width: 1px;
  --border-radius: 3px;
}

/* Basscss Layout (basscss/modules/layout/index.css) */
:root {
  --width-1: 24rem;
  --width-2: 32rem;
  --width-3: 48rem;
  --width-4: 64rem;
}

/* Basscss Margin (basscss/modules/margin/index.css) */
:root {
  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 2rem;
  --space-4: 4rem;
}

/* Basscss Padding (basscss/modules/padding/index.css) */
:root {
  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 2rem;
  --space-4: 4rem;
}

/* Basscss Position (basscss/modules/position/index.css) */
:root {
  --z1: 1;
  --z2: 2;
  --z3: 3;
  --z4: 4;
}

/* Basscss Type Scale (basscss/modules/type-scale/index.css) */
:root {
  --h00: 4rem;
  --h0: 3rem;
  --h1: 2rem;
  --h2: 1.5rem;
  --h3: 1.25rem;
  --h4: 1rem;
  --h5: 0.875rem;
  --h6: 0.75rem;
}

/* Basscss Typography (basscss/modules/typography/index.css) */
:root {
  --line-height-1: 1;
  --line-height-2: 1.125;
  --line-height-3: 1.25;
  --line-height-4: 1.5;
  --caps-letter-spacing: 0.2em;
  --bold-font-weight: bold;
}

/*** basscss overide ***/
:root {
  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 1.75rem;
  --space-4: 2.5rem;
  --space-8: 5rem;
}

@font-face {
  font-family: MatterLight;
  src: url("../fonts/Matter-Light.0be57cc7.ttf");
  src: url("../fonts/Matter-Light.b9a8a224.otf") format("opentype"), url("../fonts/Matter-Light.a6d5c23a.woff") format("woff"), url("../fonts/Matter-Light.8089a520.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: MatterMed;
  src: url("../fonts/Matter-Medium.427d1bbd.ttf");
  src: url("../fonts/Matter-Medium.9ae27cc4.otf") format("opentype"), url("../fonts/Matter-Medium.9cb9bb00.woff") format("woff"), url("../fonts/Matter-Medium.7e4f0097.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: SpaceMonoReg;
  src: url("../fonts/SpaceMono-Regular.c0835f06.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: SpaceMonoBld;
  src: url("../fonts/SpaceMono-Bold.d4d5be07.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: SpaceMonoItal;
  src: url("../fonts/SpaceMono-Italic.abcdb25b.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: SpaceMonoBldItal;
  src: url("../fonts/SpaceMono-BoldItalic.bd13325b.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html {
  box-sizing: border-box;
}

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

h1, h2, h3, h4, h5, h6, ul, li, p, blockquote {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

@viewport {
  width: device-width;
}
input[type=text],
input[type=email],
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: 0;
  border: 0;
}
input[type=text]:hover, input[type=text]:active, input[type=text]:focus,
input[type=email]:hover,
input[type=email]:active,
input[type=email]:focus,
textarea:hover,
textarea:active,
textarea:focus,
button:hover,
button:active,
button:focus {
  outline: 0;
  border: 0;
}

embed,
iframe,
img,
object,
video {
  max-width: 100%;
}

img {
  height: auto;
  width: auto;
}

address {
  font-style: normal;
}

html {
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1;
}

body {
  font-family: "MatterLight", sans-serif;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.8125rem;
  letter-spacing: 0;
  min-height: 100vh;
  background-color: var(--blue-dark) !important;
  background: var(--primary);
  color: var(--black);
}
body .t1,
body .t2,
body h1 {
  color: var(--blue);
}
body a {
  color: var(--black);
}
body a:hover {
  color: var(--black);
}

#main {
  background-color: var(--primary);
}

p + p,
p + img,
img + p {
  margin-top: rhythm(1);
}

figure {
  margin: 0;
  padding: 0;
}

body:not(.page-template-contact) .grecaptcha-badge {
  display: none;
}

:root {
  --primary: #fff9f1; /*** Beige ***/
  --secondary: #00314D; /*** Navy ***/
  --blue: #6a72da;
  --blue-dark: #191e38;
  --black: #000;
  --grey: #3d3d3d;
  --white: #fff;
}

.container, .container--xs, .container--sm-xs, .container--sm, .container--md, .container--xl-full, .container--full {
  clear: both;
  margin: 0 auto;
  max-width: 1280px;
}
@media (max-width: 1390px) {
  .container, .container--xs, .container--sm-xs, .container--sm, .container--md, .container--xl-full, .container--full {
    padding: 0 2%;
  }
}
@media (max-width: 575px) {
  .container, .container--xs, .container--sm-xs, .container--sm, .container--md, .container--xl-full, .container--full {
    padding: 0 15px;
  }
}

.container--full {
  max-width: 1280px;
  padding: 0;
}

.container--xl-full {
  max-width: 1680px;
  padding: 0;
}

.container--md {
  max-width: 1060px;
}

.container--sm {
  max-width: 860px;
}

.container--sm-xs {
  max-width: 695px;
}

.container--xs {
  max-width: 586px;
}

.l-side-col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 50px;
}
.l-side-col > div:nth-child(2) {
  grid-column: span 3;
}
@media (max-width: 889px) {
  .l-side-col {
    grid-template-columns: repeat(1, 1fr);
  }
  .l-side-col > div:nth-child(2) {
    grid-column: span 1;
  }
}

.title {
  padding-bottom: 10px;
  border-bottom: 2px solid var(--blue);
  margin-bottom: 40px;
}

.c-content .container--sm {
  max-width: 620px;
}

.c-content .container--xs {
  max-width: 550px;
}

.c-intro {
  font-size: 30px;
  line-height: 32px;
}

.l-theme1 {
  background: var(--primary);
  color: var(--black);
}
.l-theme1 .t1,
.l-theme1 .t2,
.l-theme1 h1 {
  color: var(--blue);
}
.l-theme1 a {
  color: var(--black);
}
.l-theme1 a:hover {
  color: var(--black);
}

.c-background-svg {
  position: absolute;
  top: -350px;
  right: -600px;
  bottom: 0;
  left: 550px;
  pointer-events: none;
}
.c-background-svg svg {
  fill: var(--blue);
  opacity: 0.1;
}

.btn, .btn--alt {
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  width: auto;
  color: var(--blue) !important;
  display: inline-block;
  background: transparent;
  align-items: center;
  border: 1px solid var(--blue);
  border-radius: 30px;
  line-height: 1.125rem;
  letter-spacing: 0.67px;
  padding: 4px 16px;
  font-family: SpaceMonoReg, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  min-width: 175px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:hover, .btn--alt:hover, .btn:active, .btn--alt:active, .btn:focus, .btn--alt:focus, .btn.active, .active.btn--alt {
  background-color: var(--blue);
  color: #fff !important;
  outline: none;
  text-decoration: none;
}

.btn--alt {
  border-color: #fff;
  color: #fff !important;
}
.btn--alt:hover, .btn--alt:active, .btn--alt:focus, .btn--alt.active {
  background-color: #fff;
  color: #000 !important;
}

.t1 {
  font-family: "MatterLight", sans-serif;
  font-weight: 400;
  font-size: 3.5rem;
  line-height: 3.9rem;
  word-spacing: 0.05rem;
  letter-spacing: -0.019rem;
}
@media (max-width: 689px) {
  .t1 {
    font-size: 60px;
    line-height: 52px;
  }
}

.t2, h1 {
  font-family: "MatterLight", sans-serif;
  font-weight: bold;
  margin-bottom: 0.25em;
  font-size: 2.5rem;
  line-height: 2.8rem;
}

.t3, h2 {
  color: var(--grey);
  font-family: "MatterLight", sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: 0;
}
.t3 span, h2 span {
  display: block;
}

.t4, h3 {
  font-family: "MatterLight", sans-serif;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.t5 {
  font-family: "MatterLight", sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.s1 {
  font-size: 14px;
  line-height: 18px;
}

.s2 {
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.03rem;
}

p {
  margin-bottom: 1.15em;
}
p:last-child {
  margin-bottom: 0;
}

a,
a:hover {
  text-decoration: none;
}

.c-contact-form {
  padding-bottom: 30px;
}

.c-contact-form__row {
  padding-bottom: 15px;
}
.c-contact-form__row label {
  display: block;
  padding: 5px;
}
.c-contact-form__row textarea,
.c-contact-form__row input {
  display: block;
  border: 1px solid var(--blue);
  border-radius: 50px;
  font-family: SpaceMonoReg, Helvetica, Arial, sans-serif;
  background-color: var(--primary);
  outline: none;
  box-shadow: none;
  padding: 6px 16px 6px 16px;
  color: var(--grey) !important;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  max-width: calc(100% - 60px);
  width: 100%;
}
.c-contact-form__row textarea:hover, .c-contact-form__row textarea:focus,
.c-contact-form__row input:hover,
.c-contact-form__row input:focus {
  border: 1px solid var(--blue-dark);
}
.c-contact-form__row textarea {
  border-radius: 15px;
}

.c-contact-form__button-row {
  padding-top: 15px;
}

.wpcf7-not-valid-tip {
  font-weight: bold;
}

.wpcf7-submit {
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  width: auto;
  color: var(--blue) !important;
  display: inline-block;
  background: var(--primary);
  align-items: center;
  border: 1px solid var(--blue);
  border-radius: 30px;
  line-height: 1.125rem;
  letter-spacing: 0.67px;
  padding: 4px 16px;
  font-family: SpaceMonoReg, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  min-width: 175px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wpcf7-submit:hover, .wpcf7-submit:active, .wpcf7-submit:focus, .wpcf7-submit.active {
  background-color: var(--blue);
  color: #fff !important;
  outline: none;
  text-decoration: none;
}

.c-content h1 {
  padding-bottom: 20px;
}
.c-content h2 {
  padding-bottom: 10px;
  border-bottom: 2px solid var(--blue);
  margin-bottom: 40px;
  display: inline-block;
}
.c-content ul {
  margin-bottom: 1.15em;
}
.c-content ul li {
  list-style: disc;
  padding: 0 0 0.5em 0;
  margin: 0 0 0 16px;
}
.c-content a {
  color: var(--blue);
}
.c-content a:hover {
  color: var(--blue);
  opacity: 0.9;
}

.c-featured-content {
  background: linear-gradient(1turn, #764ba2 5%, #6b6dd2 100%, #667eea 0);
  color: var(--white);
  padding: 90px 0;
}
.c-featured-content h1 {
  padding: 0 0 20px 0;
  color: var(--white);
}
.c-featured-content p {
  font-size: 2rem;
  line-height: 2.75rem;
  margin: 0;
  padding: 0 0 30px 0;
}
.c-featured-content p:last-child {
  padding-bottom: 0;
}

.c-featured-content__buttons {
  padding-top: 50px;
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
}
.c-featured-content__buttons a {
  margin: 10px 20px 10px 0;
}

@media (max-width: 589px) {
  .c-featured-content {
    padding: 30px 0;
  }
  .c-featured-content p {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
footer {
  background-color: var(--blue-dark);
  color: var(--white);
  padding: 30px 0;
}
footer a {
  color: var(--white);
}
footer a:hover {
  opacity: 0.5;
  color: var(--white);
}

.c-footer-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  padding-bottom: 90px;
}
.c-footer-inner h2 {
  font-weight: normal;
  color: var(--white);
  text-transform: uppercase;
  font-family: SpaceMonoReg, Helvetica, Arial, sans-serif;
  font-size: 1.9375rem;
  line-height: 3.0625rem;
  letter-spacing: 0;
  padding-bottom: 10px;
}

.c-footer-inner__address {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  letter-spacing: 0;
}
.c-footer-inner__address > div:first-child {
  padding-right: 30px;
}
.c-footer-inner__address p {
  padding: 0;
  margin: 0;
}

.c-footer-inner__content p {
  max-width: 500px;
}

.c-footer-inner__content-contacts {
  font-family: SpaceMonoReg, Helvetica, Arial, sans-serif;
}

.c-footer-lower {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  line-height: 1.3125rem;
  letter-spacing: 0;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

@media (max-width: 789px) {
  .c-footer-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 589px) {
  .c-footer-inner__content p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .c-footer-inner__content-contacts {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .c-footer-inner__content-contacts a {
    display: block;
    padding-bottom: 10px;
  }
}
@media (max-width: 389px) {
  .c-footer-inner__content-contacts {
    font-size: 0.8rem;
    line-height: 1.25rem;
  }
}
header {
  background-color: var(--primary);
  position: sticky;
  top: 0;
  z-index: 7;
  width: 100%;
}

.c-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.c-header > div:nth-child(2) {
  display: flex;
  flex-direction: column;
}

button {
  cursor: pointer;
}

.c-header__logo svg {
  display: block;
  width: 230px;
}

.c-header__search {
  margin-left: auto;
  padding-top: 10px;
}

.c-header__search > div {
  display: inline-flex;
  position: relative;
}
.c-header__search > div input {
  border: 1px solid #090909;
  border-radius: 50px;
  font-family: SpaceMonoReg, Helvetica, Arial, sans-serif;
  background-color: transparent;
  outline: none;
  box-shadow: none;
  padding: 6px 40px 6px 16px;
  color: var(--grey);
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  width: 425px;
}
.c-header__search > div button {
  height: 35px;
  width: 35px;
  background-color: transparent;
  box-shadow: none;
  outline: none;
  position: absolute;
  right: 10px;
  top: 3px;
}

.c-header-mobile-icons {
  display: flex;
  align-items: center;
  justify-content: end;
}
.c-header-mobile-icons a {
  width: 24px;
  height: 27px;
  display: block;
  margin-right: 20px;
  margin-top: 7px;
}

@media (min-width: 988px) {
  .c-header-mobile-icons {
    display: none;
  }
}
@media (max-width: 989px) {
  .c-header {
    padding: 10px 0;
  }
  .c-header__logo svg {
    width: 175px;
  }
  .c-header__search {
    display: none;
  }
}
.hamburger {
  position: relative;
  display: block;
  float: right;
  z-index: 3;
  width: 24px;
  height: 18px;
  background: 0 0;
  line-height: 30px;
  outline: none;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  padding: 0;
  margin: 0;
  border-radius: 9px;
  border: none;
}
.hamburger span {
  display: block;
  pointer-events: none;
  position: absolute;
  height: 3px;
  width: 100%;
  opacity: 1;
  border-radius: 10px;
  background: #3d3d3d;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  top: 8px;
}
.hamburger span:nth-child(3) {
  top: 16px;
}

body.menu-open .c-header-mobile-icons a svg {
  fill: var(--white);
}
body.menu-open .hamburger span {
  background: #efefef;
}
body.menu-open .hamburger span:nth-child(1) {
  width: 0;
}
body.menu-open .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  top: 10px;
}
body.menu-open .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  top: 10px;
}

.c-hero {
  position: relative;
}
.c-hero img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  display: block;
}
.c-hero.narrow img {
  max-height: 350px;
}

.c-hero__content {
  position: absolute;
  max-width: 500px;
  left: 30px;
  top: 30px;
}
.c-hero__content h1 {
  font-family: "MatterLight", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 2.75rem;
  letter-spacing: 0;
  color: var(--grey);
  background-color: rgba(255, 255, 255, 0.3);
  padding: 20px;
}

@media (max-width: 789px) {
  .c-hero {
    position: relative;
  }
  .c-hero img {
    min-height: 200px;
  }
  .c-hero__content {
    padding: 10px;
    left: 10px;
    top: 10px;
  }
  .c-hero__content h1 {
    font-size: 1.95rem;
    line-height: 2.25rem;
  }
}
@media (max-width: 589px) {
  .c-hero__content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .c-hero__content h1 {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media (max-width: 389px) {
  .c-hero__content {
    padding: 10px;
  }
  .c-hero__content h1 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-align: center;
  }
}
@media (max-width: 289px) {
  .c-hero img {
    min-height: 300px;
  }
}
.c-product-hero {
  position: relative;
}
.c-product-hero img {
  width: 100%;
  max-height: 245px;
  object-fit: cover;
  display: block;
}

.c-product-hero__overlay {
  background: linear-gradient(180deg, #764ba2 -30%, #667eea 105%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 1;
}

.c-product-hero__content {
  color: var(--white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}
.c-product-hero__content h1 {
  color: var(--white);
  font-size: 2.1875rem;
  line-height: 3rem;
  letter-spacing: 0;
  max-width: 500px;
  margin: 0 auto;
}

@media only screen and (max-width: 789px) {
  .c-product-hero__content h1 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
@media only screen and (max-width: 589px) {
  .c-product-hero__content {
    width: 100%;
  }
  .c-product-hero__content h1 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 389px) {
  .c-product-hero img {
    min-height: 350px;
  }
}
.c-main-nav ul#menu-header-navigation {
  display: flex;
  justify-content: end;
  text-transform: uppercase;
}
.c-main-nav ul#menu-header-navigation > li {
  padding: 0 30px 0 0;
  margin: 0;
  position: relative;
}
.c-main-nav ul#menu-header-navigation > li:hover .sub-menu {
  display: block;
}
.c-main-nav ul#menu-header-navigation > li:hover a {
  color: var(--blue);
}
.c-main-nav ul#menu-header-navigation > li .sub-menu {
  display: none;
  position: absolute;
  z-index: 1;
  padding: 10px 10px 5px 10px;
  background-color: var(--blue);
}
.c-main-nav ul#menu-header-navigation > li .sub-menu li a {
  color: var(--white);
  display: block;
  padding: 5px 5px;
  line-height: 20px;
  width: 300px;
}
.c-main-nav ul#menu-header-navigation > li .sub-menu li a:hover {
  color: var(--black);
}
.c-main-nav ul#menu-header-navigation > li:last-child {
  padding-right: 0;
}
.c-main-nav ul#menu-header-navigation > li a {
  font-size: 0.875rem;
}
@media (max-width: 989px) {
  .c-main-nav {
    display: none;
  }
}

.c-main-nav__contacts {
  display: none;
}

body.menu-open .c-main-nav {
  position: fixed;
  z-index: 6;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--blue);
  background-attachment: fixed;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 100px;
  min-height: 100vh;
}
body.menu-open .c-main-nav ul#menu-header-navigation {
  flex-wrap: wrap;
}
body.menu-open .c-main-nav ul#menu-header-navigation > li {
  width: 100%;
  padding-bottom: 16px;
}
body.menu-open .c-main-nav ul#menu-header-navigation > li .sub-menu {
  position: initial;
  display: block;
  padding-bottom: 0;
  margin-bottom: 0;
}
body.menu-open .c-main-nav ul#menu-header-navigation > li .sub-menu > li {
  width: 100%;
  padding-bottom: 5px;
}
body.menu-open .c-main-nav ul#menu-header-navigation > li .sub-menu > li a {
  font-size: 19px;
}
body.menu-open .c-main-nav ul#menu-header-navigation > li .sub-menu > li:last-child {
  padding-bottom: 0;
}
body.menu-open .c-main-nav ul#menu-header-navigation > li a {
  font-family: MatterMed, Helvetica, Arial, sans-serif;
  font-size: 1.3125rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  color: #fff;
  text-decoration: none;
  text-transform: none;
  display: block;
}
body.menu-open .c-main-nav ul#menu-header-navigation > li a:hover {
  color: var(--black);
}
@media (max-height: 589px) {
  body.menu-open .c-main-nav {
    overflow-y: scroll;
  }
}

body.menu-open .c-main-nav__contacts {
  display: block;
  padding-bottom: 20px;
  font-family: SpaceMonoReg, Helvetica, Arial, sans-serif;
}
body.menu-open .c-main-nav__contacts a {
  color: var(--white);
  font-size: 1rem;
  line-height: 1.6875rem;
}

body.menu-open .c-header-mobile-icons {
  position: fixed;
  z-index: 7;
  width: calc(100% - 32px);
}

.c-pagination {
  text-align: center;
  padding: 30px 0 10px;
}
.c-pagination ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.c-pagination ul li {
  padding: 5px;
}
.c-pagination ul li span,
.c-pagination ul li a {
  border: none;
  background-color: transparent;
  font-family: SpaceMonoReg, Helvetica, Arial, sans-serif;
  font-size: 25px;
  height: auto;
  width: auto;
  margin: 0 20px;
}
.c-pagination ul li a {
  color: var(--blue);
}

@media (max-width: 689px) {
  .c-pagination li {
    display: none;
  }
  .c-pagination li:first-child {
    display: block;
  }
  .c-pagination li:last-child {
    display: block;
  }
}
.c-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

@media (max-width: 889px) {
  .c-posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 689px) {
  .c-posts {
    grid-gap: 15px;
  }
}
@media (max-width: 589px) {
  .c-posts {
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-post-card {
  background-color: var(--white);
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.c-post-card h2 {
  font-size: 1.375rem;
  line-height: 2rem;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.c-post-card h2 a {
  word-break: break-word;
}
.c-post-card > div:nth-child(2) {
  padding-top: 20px;
  border-top: 1px solid var(--blue);
  margin-top: auto;
}

.c-post-card__buttons {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.c-post-card__buttons > div {
  width: 100%;
  text-align: right;
}
.c-post-card__buttons > div:first-child {
  padding-bottom: 10px;
}

@media (max-width: 689px) {
  .post-card {
    padding: 10px;
  }
  .post-card h2 {
    font-size: 18px;
    line-height: 25px;
  }
  .post-card .btn, .post-card .btn--alt {
    font-size: 15px;
    padding: 4px 8px;
    width: 100%;
  }
}
.c-product-cat-toolbar {
  display: flex;
  justify-content: flex-end;
}

.c-product-cat-button {
  width: 350px;
  max-width: 100%;
  position: relative;
}
.c-product-cat-button button {
  background-color: transparent;
  border: 1px solid var(--blue);
  border-radius: 20px;
  outline: none;
  width: 100%;
  text-align: left;
  padding: 15px 18px;
  font-family: SpaceMonoReg, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-product-cat-button button svg {
  width: 20px;
  height: 20px;
  fill: var(--blue);
}
.c-product-cat-button button.active {
  border-radius: 20px 20px 0 0;
  border-bottom-color: transparent;
}
.c-product-cat-button button.active svg {
  transform: rotate(180deg);
}
.c-product-cat-button #product-cat-links {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 10;
  border-radius: 0 0 20px 20px;
  border: 1px solid var(--blue);
  border-top: none;
}
.c-product-cat-button #product-cat-links.active {
  display: block;
}
.c-product-cat-button ul li {
  display: block;
  padding: 15px 18px;
  text-transform: uppercase;
  font-family: SpaceMonoReg, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0;
  background-color: var(--primary);
}
.c-product-cat-button ul li:last-child {
  border-radius: 0 0 20px 20px;
}
.c-product-cat-button ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-product-cat-button ul li a span {
  display: block;
  border-radius: 50%;
  border: 1px solid var(--blue);
  background-color: transparent;
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.c-product-cat-button ul li a:hover span, .c-product-cat-button ul li a.active span {
  background-color: var(--blue);
}
.c-product-cat-button ul li:nth-child(odd) {
  background-color: var(--white);
}

.c-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

@media (max-width: 889px) {
  .c-products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 689px) {
  .c-product-cat-button {
    width: 100%;
    max-width: 100%;
  }
  .c-products {
    grid-gap: 15px;
  }
}
@media (max-width: 389px) {
  .c-products {
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-product-card {
  background-color: var(--white);
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.c-product-card h2 {
  font-size: 1.375rem;
  line-height: 2rem;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.c-product-card h2 a {
  word-break: break-word;
}
.c-product-card > div:nth-child(2) {
  padding-top: 20px;
  border-top: 1px solid var(--blue);
  margin-top: auto;
}

.c-product-card__image {
  display: block;
  margin-bottom: 20px;
}
.c-product-card__image > div {
  position: relative;
}
.c-product-card__image > div img,
.c-product-card__image > div svg {
  max-width: 100%;
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-product-card__image > div:after {
  content: "";
  display: block;
  padding-bottom: 50%;
}

.c-product-card__no {
  font-family: SpaceMonoReg, Helvetica, Arial, sans-serif;
  color: var(--grey);
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 25px;
}

.c-product-card__buttons {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.c-product-card__buttons > div {
  width: 100%;
  text-align: right;
}
.c-product-card__buttons > div:first-child {
  padding-bottom: 10px;
}

@media (max-width: 689px) {
  .c-product-card {
    padding: 10px;
  }
  .c-product-card h2 {
    font-size: 18px;
    line-height: 25px;
  }
  .c-product-card .btn, .c-product-card .btn--alt {
    font-size: 15px;
    padding: 4px 8px;
    width: 100%;
  }
}
.c-slider-outer {
  background: linear-gradient(1turn, #764ba2 5%, #6b6dd2 100%, #667eea 0);
  color: var(--white);
  padding: 90px 0;
}
.c-slider-outer h2 {
  color: var(--white);
  margin: 0;
  padding: 0 0 30px 0;
}

.c-slider p {
  font-size: 30px;
  line-height: 32px;
  text-align: center;
}
.c-slider .slider-container {
  padding-bottom: 30px;
}
.c-slider .slider-container li {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-slider .slider-indicators {
  display: flex !important;
}
.c-slider .slider-indicators button {
  border: none;
  background-color: transparent;
  font-family: SpaceMonoReg, Helvetica, Arial, sans-serif;
  font-size: 35px;
  color: var(--white);
  height: auto;
  width: auto;
  margin: 0 20px;
}

@media (max-width: 689px) {
  .c-slider .slider-indicators button {
    font-size: 25px;
    margin: 0 5px;
  }
}
@media (max-width: 489px) {
  .c-slider .slider-indicators button {
    font-size: 20px;
  }
}
.c-search-hero {
  position: relative;
}
.c-search-hero h1 {
  color: var(--white);
  margin: 0;
  padding: 0 0 20px 0;
}
.c-search-hero img {
  width: 100%;
  max-height: 345px;
  object-fit: cover;
  display: block;
}
.c-search-hero .c-search-hero__overlay {
  background: linear-gradient(180deg, #764ba2 -30%, #667eea 105%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 1;
}

.c-search-hero__form {
  position: absolute;
  bottom: 30px;
  z-index: 2;
  left: 5%;
}
.c-search-hero__form form > div {
  display: inline-flex;
  position: relative;
}
.c-search-hero__form form input {
  border: 1px solid var(--white);
  border-radius: 50px;
  font-family: SpaceMonoReg, Helvetica, Arial, sans-serif;
  background-color: transparent;
  outline: none;
  box-shadow: none;
  padding: 10px 40px 10px 16px;
  color: var(--white);
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  width: 500px;
  max-width: calc(100% - 110px);
}
.c-search-hero__form form input::placeholder {
  color: var(--white);
  opacity: 1; /* Firefox */
}
.c-search-hero__form form input::-ms-input-placeholder { /* Edge 12 -18 */
  color: var(--white);
}
.c-search-hero__form form button {
  height: 38px;
  width: 38px;
  background-color: transparent;
  box-shadow: none;
  outline: none;
  position: absolute;
  right: 10px;
  top: 5px;
}
.c-search-hero__form form button svg {
  fill: var(--white);
}

.c-text-img-cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  padding: 30px 0;
}
.c-text-img-cols h2 {
  padding-bottom: 10px;
  border-bottom: 2px solid var(--blue);
  margin-bottom: 40px;
}
.c-text-img-cols img {
  width: 100%;
  border-radius: 25px;
  max-width: 400px;
  margin: 0 auto;
  display: block;
}
.c-text-img-cols.reverse > div:nth-child(2) {
  order: -1;
}

.c-text-img-cols__buttons {
  display: flex;
  justify-content: end;
  padding-top: 30px;
  flex-wrap: wrap;
}
.c-text-img-cols__buttons a {
  margin: 10px 0 10px 20px;
}

@media (max-width: 789px) {
  .c-text-img-cols {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-text-img-cols.reverse > div:nth-child(2) {
    order: initial;
  }
}
.c-text-cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 60px 100px;
  position: relative;
}
.c-text-cols h3 {
  color: var(--blue);
  font-size: 25px;
  margin: 0;
  padding-bottom: 20px;
  font-weight: bolder;
}

.c-text-cols__v-line {
  width: 1px;
  background-color: var(--blue);
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 789px) {
  .c-text-cols {
    grid-gap: 60px;
  }
}
@media (max-width: 589px) {
  .c-text-cols {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-text-cols > div:nth-child(1) {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--blue);
  }
  .c-text-cols__v-line {
    display: none;
  }
}
#contact-main {
  background: linear-gradient(180deg, #764ba2 15%, #6b6dd2 100%, #667eea 145%);
  color: var(--white);
  overflow: hidden;
  position: relative;
}
#contact-main h1 {
  color: var(--white);
  margin: 0;
  padding: 0 0 20px 0;
}
#contact-main .contact-intro {
  font-size: 30px;
  line-height: 35px;
}
#contact-main .contact-links {
  padding: 14px 0 60px 0;
  font-size: 22px;
}
#contact-main .contact-links a {
  display: block;
  color: var(--white);
}
#contact-main .c-background-svg {
  top: 170px;
  right: 660px;
  bottom: 0;
  left: -486px;
}
#contact-main .c-background-svg svg {
  fill: #efefef;
  opacity: 0.1;
}

.contact-cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

@media (max-width: 889px) {
  .contact-cols {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 389px) {
  #contact-main .contact-links a {
    font-size: 18px;
    line-height: 25px;
  }
}
.c-product-main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  padding: 40px 0;
}
.c-product-main h1 {
  font-size: 1.575rem;
  line-height: 2.125rem;
  letter-spacing: 0;
  margin: 0;
  padding: 20px 0 20px 0;
}
.c-product-main img {
  width: 100%;
  max-width: 450px;
  display: block;
  margin: 0 auto;
}

.c-product-code {
  font-family: SpaceMonoReg, Helvetica, Arial, sans-serif;
  color: var(--grey);
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid var(--blue);
}

.product-tabs {
  margin: 1em 0 0 0;
}

.product-tabs__buttons {
  display: flex;
}

.product-tabs__buttons button {
  background-color: transparent !important;
  color: var(--black) !important;
  border: none !important;
  width: 100%;
  margin-right: 0.75em;
  transition: 0.15s ease-in-out;
  max-width: 210px;
  padding: 20px 8px 19px 8px !important;
  font-weight: 700;
  cursor: pointer;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.product-tabs__buttons button:focus,
.product-tabs__buttons button:hover {
  color: var(--white) !important;
  background: var(--blue-dark) !important;
}

.product-tabs__buttons button:last-child {
  margin-right: 0;
}

.product-tabs__buttons button.active {
  color: var(--white) !important;
  background: var(--blue-dark) !important;
}

.product-tabs__content {
  background: var(--blue-dark);
  color: var(--white);
  padding: 30px;
  margin-bottom: 20px;
}
.product-tabs__content a {
  text-decoration: underline;
  color: var(--white);
}

.product-tabs__content table th,
.product-tabs__content table td {
  text-align: left;
  padding: 10px 10px 0 0;
  vertical-align: top;
}

.product-tab, .product-tabs__heading {
  display: none;
}

.product-tabs__content-icons {
  display: flex;
}
.product-tabs__content-icons li {
  list-style: none;
  display: inline;
  padding: 5px 5px 5px 0;
}
.product-tabs__content-icons li img {
  display: block;
  height: 50px;
  width: auto;
}

@media only screen and (max-width: 1300px) {
  .product-tabs__buttons button {
    font-size: 18px;
    min-width: auto;
  }
}
@media only screen and (max-width: 1200px) {
  .product-tabs__buttons button {
    font-size: 16px;
    margin-right: 5px;
  }
}
@media only screen and (min-width: 901px) {
  .product-tab.active {
    display: block;
  }
}
@media only screen and (max-width: 900px) {
  .product-tab.mobile-active {
    display: block;
    background-color: var(--blue-dark);
    border-bottom: 1px solid var(--primary);
  }
  .product-tabs__buttons {
    display: none;
  }
  .product-tabs__heading {
    display: block;
    background-color: var(--blue-dark) !important;
    color: var(--white);
    text-transform: uppercase;
    font-size: 17px;
  }
  .product-tabs__content {
    padding: 0;
  }
  .product-tab, .product-tabs__heading {
    background: var(--blue-dark);
    padding: 10px 20px;
  }
  .product-tabs__heading {
    margin-top: 0;
    margin-bottom: 0;
    cursor: pointer;
    border-bottom: 1px solid var(--primary);
  }
  .product-tabs__heading:after {
    font-size: 30px;
    content: "+" !important;
    float: right;
    border-bottom: none !important;
    width: auto !important;
    margin: 0 !important;
    padding-bottom: 0 !important;
  }
  .product-tabs__heading.mobile-active {
    background-color: var(--blue-dark) !important;
    border-bottom: 1px solid var(--blue-dark);
  }
  .product-tabs__heading.mobile-active:after {
    content: "-" !important;
    font-size: 34px;
  }
}
@media only screen and (max-width: 62rem) {
  .related-products-slider {
    --swiffy-slider-item-count: 2;
  }
}
@media only screen and (max-width: 589px) {
  .related-products-slider {
    --swiffy-slider-item-count: 1;
  }
  .c-product-main {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*# sourceMappingURL=style.css.map */
