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

/* 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-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  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 */ }

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

/* Text-level semantics
   ========================================================================== */
/**
 * 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 */ }

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

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

/**
 * 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.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  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 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-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 */ }

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

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

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

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

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

/* ================================================================== */
/* This file has a small-to-medium, and medium-to-large breakpoint */
/* ================================================================== */
@media (max-width: 400px) {
  @-ms-viewport {
    width: 320px; } }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.grid-container:before, .small-grid-5:before, .small-grid-10:before, .small-grid-15:before, .small-grid-20:before, .small-grid-25:before, .small-grid-30:before, .small-grid-35:before, .small-grid-40:before, .small-grid-45:before, .small-grid-50:before, .small-grid-55:before, .small-grid-60:before, .small-grid-65:before, .small-grid-70:before, .small-grid-75:before, .small-grid-80:before, .small-grid-85:before, .small-grid-90:before, .small-grid-95:before, .small-grid-100:before, .small-grid-33:before, .small-grid-66:before, .medium-grid-5:before, .medium-grid-10:before, .medium-grid-15:before, .medium-grid-20:before, .medium-grid-25:before, .medium-grid-30:before, .medium-grid-35:before, .medium-grid-40:before, .medium-grid-45:before, .medium-grid-50:before, .medium-grid-55:before, .medium-grid-60:before, .medium-grid-65:before, .medium-grid-70:before, .medium-grid-75:before, .medium-grid-80:before, .medium-grid-85:before, .medium-grid-90:before, .medium-grid-95:before, .medium-grid-100:before, .medium-grid-33:before, .medium-grid-66:before, .grid-5:before, .grid-10:before, .grid-15:before, .grid-20:before, .grid-25:before, .grid-30:before, .grid-35:before, .grid-40:before, .grid-45:before, .grid-50:before, .grid-55:before, .grid-60:before, .grid-65:before, .grid-70:before, .grid-75:before, .grid-80:before, .grid-85:before, .grid-90:before, .grid-95:before, .grid-100:before, .grid-33:before, .grid-66:before, .grid-offset:before, .clearfix:before,
.grid-container:after,
.small-grid-5:after,
.small-grid-10:after,
.small-grid-15:after,
.small-grid-20:after,
.small-grid-25:after,
.small-grid-30:after,
.small-grid-35:after,
.small-grid-40:after,
.small-grid-45:after,
.small-grid-50:after,
.small-grid-55:after,
.small-grid-60:after,
.small-grid-65:after,
.small-grid-70:after,
.small-grid-75:after,
.small-grid-80:after,
.small-grid-85:after,
.small-grid-90:after,
.small-grid-95:after,
.small-grid-100:after,
.small-grid-33:after,
.small-grid-66:after,
.medium-grid-5:after,
.medium-grid-10:after,
.medium-grid-15:after,
.medium-grid-20:after,
.medium-grid-25:after,
.medium-grid-30:after,
.medium-grid-35:after,
.medium-grid-40:after,
.medium-grid-45:after,
.medium-grid-50:after,
.medium-grid-55:after,
.medium-grid-60:after,
.medium-grid-65:after,
.medium-grid-70:after,
.medium-grid-75:after,
.medium-grid-80:after,
.medium-grid-85:after,
.medium-grid-90:after,
.medium-grid-95:after,
.medium-grid-100:after,
.medium-grid-33:after,
.medium-grid-66:after,
.grid-5:after,
.grid-10:after,
.grid-15:after,
.grid-20:after,
.grid-25:after,
.grid-30:after,
.grid-35:after,
.grid-40:after,
.grid-45:after,
.grid-50:after,
.grid-55:after,
.grid-60:after,
.grid-65:after,
.grid-70:after,
.grid-75:after,
.grid-80:after,
.grid-85:after,
.grid-90:after,
.grid-95:after,
.grid-100:after,
.grid-33:after,
.grid-66:after,
.grid-offset:after,
.clearfix:after {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0; }

.grid-container:after, .small-grid-5:after, .small-grid-10:after, .small-grid-15:after, .small-grid-20:after, .small-grid-25:after, .small-grid-30:after, .small-grid-35:after, .small-grid-40:after, .small-grid-45:after, .small-grid-50:after, .small-grid-55:after, .small-grid-60:after, .small-grid-65:after, .small-grid-70:after, .small-grid-75:after, .small-grid-80:after, .small-grid-85:after, .small-grid-90:after, .small-grid-95:after, .small-grid-100:after, .small-grid-33:after, .small-grid-66:after, .medium-grid-5:after, .medium-grid-10:after, .medium-grid-15:after, .medium-grid-20:after, .medium-grid-25:after, .medium-grid-30:after, .medium-grid-35:after, .medium-grid-40:after, .medium-grid-45:after, .medium-grid-50:after, .medium-grid-55:after, .medium-grid-60:after, .medium-grid-65:after, .medium-grid-70:after, .medium-grid-75:after, .medium-grid-80:after, .medium-grid-85:after, .medium-grid-90:after, .medium-grid-95:after, .medium-grid-100:after, .medium-grid-33:after, .medium-grid-66:after, .grid-5:after, .grid-10:after, .grid-15:after, .grid-20:after, .grid-25:after, .grid-30:after, .grid-35:after, .grid-40:after, .grid-45:after, .grid-50:after, .grid-55:after, .grid-60:after, .grid-65:after, .grid-70:after, .grid-75:after, .grid-80:after, .grid-85:after, .grid-90:after, .grid-95:after, .grid-100:after, .grid-33:after, .grid-66:after, .grid-offset:after, .clearfix:after {
  clear: both; }

.grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px; }

.small-grid-5, .small-grid-10, .small-grid-15, .small-grid-20, .small-grid-25, .small-grid-30, .small-grid-35, .small-grid-40, .small-grid-45, .small-grid-50, .small-grid-55, .small-grid-60, .small-grid-65, .small-grid-70, .small-grid-75, .small-grid-80, .small-grid-85, .small-grid-90, .small-grid-95, .small-grid-100, .small-grid-33, .small-grid-66, .medium-grid-5, .medium-grid-10, .medium-grid-15, .medium-grid-20, .medium-grid-25, .medium-grid-30, .medium-grid-35, .medium-grid-40, .medium-grid-45, .medium-grid-50, .medium-grid-55, .medium-grid-60, .medium-grid-65, .medium-grid-70, .medium-grid-75, .medium-grid-80, .medium-grid-85, .medium-grid-90, .medium-grid-95, .medium-grid-100, .medium-grid-33, .medium-grid-66, .grid-5, .grid-10, .grid-15, .grid-20, .grid-25, .grid-30, .grid-35, .grid-40, .grid-45, .grid-50, .grid-55, .grid-60, .grid-65, .grid-70, .grid-75, .grid-80, .grid-85, .grid-90, .grid-95, .grid-100, .grid-33, .grid-66 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px; }

.grid-parent, .grid-zero {
  padding-left: 0;
  padding-right: 0; }

.grid-offset {
  clear: both;
  margin-left: -10px;
  margin-right: -10px; }

@media (max-width: 767px) {
  .small-push-5, .small-pull-5, .small-push-10, .small-pull-10, .small-push-15, .small-pull-15, .small-push-20, .small-pull-20, .small-push-25, .small-pull-25, .small-push-30, .small-pull-30, .small-push-35, .small-pull-35, .small-push-40, .small-pull-40, .small-push-45, .small-pull-45, .small-push-50, .small-pull-50, .small-push-55, .small-pull-55, .small-push-60, .small-pull-60, .small-push-65, .small-pull-65, .small-push-70, .small-pull-70, .small-push-75, .small-pull-75, .small-push-80, .small-pull-80, .small-push-85, .small-pull-85, .small-push-90, .small-pull-90, .small-push-95, .small-pull-95, .small-push-33, .small-pull-33, .small-push-66, .small-pull-66 {
    position: relative; }
  .hide-on-small {
    display: none !important; }
  .small-grid-5 {
    float: left;
    width: 5%; }
  .small-prefix-5 {
    margin-left: 5%; }
  .small-suffix-5 {
    margin-right: 5%; }
  .small-push-5 {
    left: 5%; }
  .small-pull-5 {
    left: -5%; }
  .small-grid-10 {
    float: left;
    width: 10%; }
  .small-prefix-10 {
    margin-left: 10%; }
  .small-suffix-10 {
    margin-right: 10%; }
  .small-push-10 {
    left: 10%; }
  .small-pull-10 {
    left: -10%; }
  .small-grid-15 {
    float: left;
    width: 15%; }
  .small-prefix-15 {
    margin-left: 15%; }
  .small-suffix-15 {
    margin-right: 15%; }
  .small-push-15 {
    left: 15%; }
  .small-pull-15 {
    left: -15%; }
  .small-grid-20 {
    float: left;
    width: 20%; }
  .small-prefix-20 {
    margin-left: 20%; }
  .small-suffix-20 {
    margin-right: 20%; }
  .small-push-20 {
    left: 20%; }
  .small-pull-20 {
    left: -20%; }
  .small-grid-25 {
    float: left;
    width: 25%; }
  .small-prefix-25 {
    margin-left: 25%; }
  .small-suffix-25 {
    margin-right: 25%; }
  .small-push-25 {
    left: 25%; }
  .small-pull-25 {
    left: -25%; }
  .small-grid-30 {
    float: left;
    width: 30%; }
  .small-prefix-30 {
    margin-left: 30%; }
  .small-suffix-30 {
    margin-right: 30%; }
  .small-push-30 {
    left: 30%; }
  .small-pull-30 {
    left: -30%; }
  .small-grid-35 {
    float: left;
    width: 35%; }
  .small-prefix-35 {
    margin-left: 35%; }
  .small-suffix-35 {
    margin-right: 35%; }
  .small-push-35 {
    left: 35%; }
  .small-pull-35 {
    left: -35%; }
  .small-grid-40 {
    float: left;
    width: 40%; }
  .small-prefix-40 {
    margin-left: 40%; }
  .small-suffix-40 {
    margin-right: 40%; }
  .small-push-40 {
    left: 40%; }
  .small-pull-40 {
    left: -40%; }
  .small-grid-45 {
    float: left;
    width: 45%; }
  .small-prefix-45 {
    margin-left: 45%; }
  .small-suffix-45 {
    margin-right: 45%; }
  .small-push-45 {
    left: 45%; }
  .small-pull-45 {
    left: -45%; }
  .small-grid-50 {
    float: left;
    width: 50%; }
  .small-prefix-50 {
    margin-left: 50%; }
  .small-suffix-50 {
    margin-right: 50%; }
  .small-push-50 {
    left: 50%; }
  .small-pull-50 {
    left: -50%; }
  .small-grid-55 {
    float: left;
    width: 55%; }
  .small-prefix-55 {
    margin-left: 55%; }
  .small-suffix-55 {
    margin-right: 55%; }
  .small-push-55 {
    left: 55%; }
  .small-pull-55 {
    left: -55%; }
  .small-grid-60 {
    float: left;
    width: 60%; }
  .small-prefix-60 {
    margin-left: 60%; }
  .small-suffix-60 {
    margin-right: 60%; }
  .small-push-60 {
    left: 60%; }
  .small-pull-60 {
    left: -60%; }
  .small-grid-65 {
    float: left;
    width: 65%; }
  .small-prefix-65 {
    margin-left: 65%; }
  .small-suffix-65 {
    margin-right: 65%; }
  .small-push-65 {
    left: 65%; }
  .small-pull-65 {
    left: -65%; }
  .small-grid-70 {
    float: left;
    width: 70%; }
  .small-prefix-70 {
    margin-left: 70%; }
  .small-suffix-70 {
    margin-right: 70%; }
  .small-push-70 {
    left: 70%; }
  .small-pull-70 {
    left: -70%; }
  .small-grid-75 {
    float: left;
    width: 75%; }
  .small-prefix-75 {
    margin-left: 75%; }
  .small-suffix-75 {
    margin-right: 75%; }
  .small-push-75 {
    left: 75%; }
  .small-pull-75 {
    left: -75%; }
  .small-grid-80 {
    float: left;
    width: 80%; }
  .small-prefix-80 {
    margin-left: 80%; }
  .small-suffix-80 {
    margin-right: 80%; }
  .small-push-80 {
    left: 80%; }
  .small-pull-80 {
    left: -80%; }
  .small-grid-85 {
    float: left;
    width: 85%; }
  .small-prefix-85 {
    margin-left: 85%; }
  .small-suffix-85 {
    margin-right: 85%; }
  .small-push-85 {
    left: 85%; }
  .small-pull-85 {
    left: -85%; }
  .small-grid-90 {
    float: left;
    width: 90%; }
  .small-prefix-90 {
    margin-left: 90%; }
  .small-suffix-90 {
    margin-right: 90%; }
  .small-push-90 {
    left: 90%; }
  .small-pull-90 {
    left: -90%; }
  .small-grid-95 {
    float: left;
    width: 95%; }
  .small-prefix-95 {
    margin-left: 95%; }
  .small-suffix-95 {
    margin-right: 95%; }
  .small-push-95 {
    left: 95%; }
  .small-pull-95 {
    left: -95%; }
  .small-grid-33 {
    float: left;
    width: 33.33333%; }
  .small-prefix-33 {
    margin-left: 33.33333%; }
  .small-suffix-33 {
    margin-right: 33.33333%; }
  .small-push-33 {
    left: 33.33333%; }
  .small-pull-33 {
    left: -33.33333%; }
  .small-grid-66 {
    float: left;
    width: 66.66667%; }
  .small-prefix-66 {
    margin-left: 66.66667%; }
  .small-suffix-66 {
    margin-right: 66.66667%; }
  .small-push-66 {
    left: 66.66667%; }
  .small-pull-66 {
    left: -66.66667%; }
  .small-grid-100 {
    clear: both;
    width: 100%; } }

@media (min-width: 768px) and (max-width: 1029px) {
  .medium-push-5, .medium-pull-5, .medium-push-10, .medium-pull-10, .medium-push-15, .medium-pull-15, .medium-push-20, .medium-pull-20, .medium-push-25, .medium-pull-25, .medium-push-30, .medium-pull-30, .medium-push-35, .medium-pull-35, .medium-push-40, .medium-pull-40, .medium-push-45, .medium-pull-45, .medium-push-50, .medium-pull-50, .medium-push-55, .medium-pull-55, .medium-push-60, .medium-pull-60, .medium-push-65, .medium-pull-65, .medium-push-70, .medium-pull-70, .medium-push-75, .medium-pull-75, .medium-push-80, .medium-pull-80, .medium-push-85, .medium-pull-85, .medium-push-90, .medium-pull-90, .medium-push-95, .medium-pull-95, .medium-push-33, .medium-pull-33, .medium-push-66, .medium-pull-66 {
    position: relative; }
  .hide-on-medium {
    display: none !important; }
  .medium-grid-5 {
    float: left;
    width: 5%; }
  .medium-prefix-5 {
    margin-left: 5%; }
  .medium-suffix-5 {
    margin-right: 5%; }
  .medium-push-5 {
    left: 5%; }
  .medium-pull-5 {
    left: -5%; }
  .medium-grid-10 {
    float: left;
    width: 10%; }
  .medium-prefix-10 {
    margin-left: 10%; }
  .medium-suffix-10 {
    margin-right: 10%; }
  .medium-push-10 {
    left: 10%; }
  .medium-pull-10 {
    left: -10%; }
  .medium-grid-15 {
    float: left;
    width: 15%; }
  .medium-prefix-15 {
    margin-left: 15%; }
  .medium-suffix-15 {
    margin-right: 15%; }
  .medium-push-15 {
    left: 15%; }
  .medium-pull-15 {
    left: -15%; }
  .medium-grid-20 {
    float: left;
    width: 20%; }
  .medium-prefix-20 {
    margin-left: 20%; }
  .medium-suffix-20 {
    margin-right: 20%; }
  .medium-push-20 {
    left: 20%; }
  .medium-pull-20 {
    left: -20%; }
  .medium-grid-25 {
    float: left;
    width: 25%; }
  .medium-prefix-25 {
    margin-left: 25%; }
  .medium-suffix-25 {
    margin-right: 25%; }
  .medium-push-25 {
    left: 25%; }
  .medium-pull-25 {
    left: -25%; }
  .medium-grid-30 {
    float: left;
    width: 30%; }
  .medium-prefix-30 {
    margin-left: 30%; }
  .medium-suffix-30 {
    margin-right: 30%; }
  .medium-push-30 {
    left: 30%; }
  .medium-pull-30 {
    left: -30%; }
  .medium-grid-35 {
    float: left;
    width: 35%; }
  .medium-prefix-35 {
    margin-left: 35%; }
  .medium-suffix-35 {
    margin-right: 35%; }
  .medium-push-35 {
    left: 35%; }
  .medium-pull-35 {
    left: -35%; }
  .medium-grid-40 {
    float: left;
    width: 40%; }
  .medium-prefix-40 {
    margin-left: 40%; }
  .medium-suffix-40 {
    margin-right: 40%; }
  .medium-push-40 {
    left: 40%; }
  .medium-pull-40 {
    left: -40%; }
  .medium-grid-45 {
    float: left;
    width: 45%; }
  .medium-prefix-45 {
    margin-left: 45%; }
  .medium-suffix-45 {
    margin-right: 45%; }
  .medium-push-45 {
    left: 45%; }
  .medium-pull-45 {
    left: -45%; }
  .medium-grid-50 {
    float: left;
    width: 50%; }
  .medium-prefix-50 {
    margin-left: 50%; }
  .medium-suffix-50 {
    margin-right: 50%; }
  .medium-push-50 {
    left: 50%; }
  .medium-pull-50 {
    left: -50%; }
  .medium-grid-55 {
    float: left;
    width: 55%; }
  .medium-prefix-55 {
    margin-left: 55%; }
  .medium-suffix-55 {
    margin-right: 55%; }
  .medium-push-55 {
    left: 55%; }
  .medium-pull-55 {
    left: -55%; }
  .medium-grid-60 {
    float: left;
    width: 60%; }
  .medium-prefix-60 {
    margin-left: 60%; }
  .medium-suffix-60 {
    margin-right: 60%; }
  .medium-push-60 {
    left: 60%; }
  .medium-pull-60 {
    left: -60%; }
  .medium-grid-65 {
    float: left;
    width: 65%; }
  .medium-prefix-65 {
    margin-left: 65%; }
  .medium-suffix-65 {
    margin-right: 65%; }
  .medium-push-65 {
    left: 65%; }
  .medium-pull-65 {
    left: -65%; }
  .medium-grid-70 {
    float: left;
    width: 70%; }
  .medium-prefix-70 {
    margin-left: 70%; }
  .medium-suffix-70 {
    margin-right: 70%; }
  .medium-push-70 {
    left: 70%; }
  .medium-pull-70 {
    left: -70%; }
  .medium-grid-75 {
    float: left;
    width: 75%; }
  .medium-prefix-75 {
    margin-left: 75%; }
  .medium-suffix-75 {
    margin-right: 75%; }
  .medium-push-75 {
    left: 75%; }
  .medium-pull-75 {
    left: -75%; }
  .medium-grid-80 {
    float: left;
    width: 80%; }
  .medium-prefix-80 {
    margin-left: 80%; }
  .medium-suffix-80 {
    margin-right: 80%; }
  .medium-push-80 {
    left: 80%; }
  .medium-pull-80 {
    left: -80%; }
  .medium-grid-85 {
    float: left;
    width: 85%; }
  .medium-prefix-85 {
    margin-left: 85%; }
  .medium-suffix-85 {
    margin-right: 85%; }
  .medium-push-85 {
    left: 85%; }
  .medium-pull-85 {
    left: -85%; }
  .medium-grid-90 {
    float: left;
    width: 90%; }
  .medium-prefix-90 {
    margin-left: 90%; }
  .medium-suffix-90 {
    margin-right: 90%; }
  .medium-push-90 {
    left: 90%; }
  .medium-pull-90 {
    left: -90%; }
  .medium-grid-95 {
    float: left;
    width: 95%; }
  .medium-prefix-95 {
    margin-left: 95%; }
  .medium-suffix-95 {
    margin-right: 95%; }
  .medium-push-95 {
    left: 95%; }
  .medium-pull-95 {
    left: -95%; }
  .medium-grid-33 {
    float: left;
    width: 33.33333%; }
  .medium-prefix-33 {
    margin-left: 33.33333%; }
  .medium-suffix-33 {
    margin-right: 33.33333%; }
  .medium-push-33 {
    left: 33.33333%; }
  .medium-pull-33 {
    left: -33.33333%; }
  .medium-grid-66 {
    float: left;
    width: 66.66667%; }
  .medium-prefix-66 {
    margin-left: 66.66667%; }
  .medium-suffix-66 {
    margin-right: 66.66667%; }
  .medium-push-66 {
    left: 66.66667%; }
  .medium-pull-66 {
    left: -66.66667%; }
  .medium-grid-100 {
    clear: both;
    width: 100%; } }

@media (min-width: 1030px) {
  .push-5, .pull-5, .push-10, .pull-10, .push-15, .pull-15, .push-20, .pull-20, .push-25, .pull-25, .push-30, .pull-30, .push-35, .pull-35, .push-40, .pull-40, .push-45, .pull-45, .push-50, .pull-50, .push-55, .pull-55, .push-60, .pull-60, .push-65, .pull-65, .push-70, .pull-70, .push-75, .pull-75, .push-80, .pull-80, .push-85, .pull-85, .push-90, .pull-90, .push-95, .pull-95, .push-33, .pull-33, .push-66, .pull-66 {
    position: relative; }
  .hide-on-large {
    display: none !important; }
  .grid-5 {
    float: left;
    width: 5%; }
  .prefix-5 {
    margin-left: 5%; }
  .suffix-5 {
    margin-right: 5%; }
  .push-5 {
    left: 5%; }
  .pull-5 {
    left: -5%; }
  .grid-10 {
    float: left;
    width: 10%; }
  .prefix-10 {
    margin-left: 10%; }
  .suffix-10 {
    margin-right: 10%; }
  .push-10 {
    left: 10%; }
  .pull-10 {
    left: -10%; }
  .grid-15 {
    float: left;
    width: 15%; }
  .prefix-15 {
    margin-left: 15%; }
  .suffix-15 {
    margin-right: 15%; }
  .push-15 {
    left: 15%; }
  .pull-15 {
    left: -15%; }
  .grid-20 {
    float: left;
    width: 20%; }
  .prefix-20 {
    margin-left: 20%; }
  .suffix-20 {
    margin-right: 20%; }
  .push-20 {
    left: 20%; }
  .pull-20 {
    left: -20%; }
  .grid-25 {
    float: left;
    width: 25%; }
  .prefix-25 {
    margin-left: 25%; }
  .suffix-25 {
    margin-right: 25%; }
  .push-25 {
    left: 25%; }
  .pull-25 {
    left: -25%; }
  .grid-30 {
    float: left;
    width: 30%; }
  .prefix-30 {
    margin-left: 30%; }
  .suffix-30 {
    margin-right: 30%; }
  .push-30 {
    left: 30%; }
  .pull-30 {
    left: -30%; }
  .grid-35 {
    float: left;
    width: 35%; }
  .prefix-35 {
    margin-left: 35%; }
  .suffix-35 {
    margin-right: 35%; }
  .push-35 {
    left: 35%; }
  .pull-35 {
    left: -35%; }
  .grid-40 {
    float: left;
    width: 40%; }
  .prefix-40 {
    margin-left: 40%; }
  .suffix-40 {
    margin-right: 40%; }
  .push-40 {
    left: 40%; }
  .pull-40 {
    left: -40%; }
  .grid-45 {
    float: left;
    width: 45%; }
  .prefix-45 {
    margin-left: 45%; }
  .suffix-45 {
    margin-right: 45%; }
  .push-45 {
    left: 45%; }
  .pull-45 {
    left: -45%; }
  .grid-50 {
    float: left;
    width: 50%; }
  .prefix-50 {
    margin-left: 50%; }
  .suffix-50 {
    margin-right: 50%; }
  .push-50 {
    left: 50%; }
  .pull-50 {
    left: -50%; }
  .grid-55 {
    float: left;
    width: 55%; }
  .prefix-55 {
    margin-left: 55%; }
  .suffix-55 {
    margin-right: 55%; }
  .push-55 {
    left: 55%; }
  .pull-55 {
    left: -55%; }
  .grid-60 {
    float: left;
    width: 60%; }
  .prefix-60 {
    margin-left: 60%; }
  .suffix-60 {
    margin-right: 60%; }
  .push-60 {
    left: 60%; }
  .pull-60 {
    left: -60%; }
  .grid-65 {
    float: left;
    width: 65%; }
  .prefix-65 {
    margin-left: 65%; }
  .suffix-65 {
    margin-right: 65%; }
  .push-65 {
    left: 65%; }
  .pull-65 {
    left: -65%; }
  .grid-70 {
    float: left;
    width: 70%; }
  .prefix-70 {
    margin-left: 70%; }
  .suffix-70 {
    margin-right: 70%; }
  .push-70 {
    left: 70%; }
  .pull-70 {
    left: -70%; }
  .grid-75 {
    float: left;
    width: 75%; }
  .prefix-75 {
    margin-left: 75%; }
  .suffix-75 {
    margin-right: 75%; }
  .push-75 {
    left: 75%; }
  .pull-75 {
    left: -75%; }
  .grid-80 {
    float: left;
    width: 80%; }
  .prefix-80 {
    margin-left: 80%; }
  .suffix-80 {
    margin-right: 80%; }
  .push-80 {
    left: 80%; }
  .pull-80 {
    left: -80%; }
  .grid-85 {
    float: left;
    width: 85%; }
  .prefix-85 {
    margin-left: 85%; }
  .suffix-85 {
    margin-right: 85%; }
  .push-85 {
    left: 85%; }
  .pull-85 {
    left: -85%; }
  .grid-90 {
    float: left;
    width: 90%; }
  .prefix-90 {
    margin-left: 90%; }
  .suffix-90 {
    margin-right: 90%; }
  .push-90 {
    left: 90%; }
  .pull-90 {
    left: -90%; }
  .grid-95 {
    float: left;
    width: 95%; }
  .prefix-95 {
    margin-left: 95%; }
  .suffix-95 {
    margin-right: 95%; }
  .push-95 {
    left: 95%; }
  .pull-95 {
    left: -95%; }
  .grid-33 {
    float: left;
    width: 33.33333%; }
  .prefix-33 {
    margin-left: 33.33333%; }
  .suffix-33 {
    margin-right: 33.33333%; }
  .push-33 {
    left: 33.33333%; }
  .pull-33 {
    left: -33.33333%; }
  .grid-66 {
    float: left;
    width: 66.66667%; }
  .prefix-66 {
    margin-left: 66.66667%; }
  .suffix-66 {
    margin-right: 66.66667%; }
  .push-66 {
    left: 66.66667%; }
  .pull-66 {
    left: -66.66667%; }
  .grid-100 {
    clear: both;
    width: 100%; } }

@font-face {
  font-family: 'Calibre';
  src: url("../fonts/Atlas-Grotesk-Web-Regular.woff2") format("woff2"), url("../fonts/Atlas-Grotesk-Web-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform,height; }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px; }

.swiper-container-cube, .swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

/*****
menu
*****/
/* global*/
* {
  margin: 0;
  padding: 0; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.8rem;
  /* base font size*/
  line-height: 1.5;
  font-weight: 400;
  font-family: "Calibre", monospaced;
  color: #73727b;
  background: #0213CC; }

html, body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

ul, li {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

img {
  max-width: 100%;
  height: auto !important;
  vertical-align: top; }

a {
  text-decoration: none; }

/* grid*/
.grid-container {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px; }

/* typography*/
h1, h2, h3, h4, h5, h6, p {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
  font-weight: 400; }

h1 {
  font-size: 2.4rem; }

h2, h3 {
  font-size: 1.8rem; }

/* nav*/
nav {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #0213CC; }
  nav a {
    color: #505ffd; }
  nav ul {
    display: none; }

.nav-ctrls a {
  color: #ffffff; }
  .nav-ctrls a.close {
    display: none; }

/* header */
header {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff; }
  header img {
    /* margin-top: $gutter;*/ }
  header p {
    color: #0213CC; }

/* home*/
main .introduction .grid-container {
  padding-top: 40px;
  padding-bottom: 40px; }

/* slider*/
.swiper-slide {
  height: 500px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: scroll;
  background-size: cover; }
  .swiper-slide .swiper-slide-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
    .swiper-slide .swiper-slide-inner .grid-container {
      background: transparent;
      max-width: 1240px;
      padding: 0; }
      .swiper-slide .swiper-slide-inner .grid-container .slide-content {
        background: #f4f4f4;
        padding: 5px 20px; }
        .swiper-slide .swiper-slide-inner .grid-container .slide-content h2 span {
          color: #0213CC; }
        .swiper-slide .swiper-slide-inner .grid-container .slide-content h2 {
          padding-bottom: 0; }
        .swiper-slide .swiper-slide-inner .grid-container .slide-content a, .swiper-slide .swiper-slide-inner .grid-container .slide-content a:focus {
          color: #b4b3b9;
          display: block;
          padding-top: 20px;
          font-size: 1.4rem; }

.swiper-button-prev, .swiper-button-next {
  display: none; }

.home-tiles {
  display: block;
  width: 100%;
  background: #f4f4f4; }
  .home-tiles .grid-container {
    padding-left: 0;
    padding-right: 0;
    max-width: 1240px; }
  .home-tiles .home-tile {
    position: relative;
    padding: 0;
    height: 430px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: scroll;
    background-size: cover; }
  .home-tiles .home-tile-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    min-height: 200px;
    background: #ffffff;
    box-sizing: border-box; }
    .home-tiles .home-tile-text .home-tile-text-inner {
      padding: 30px; }
    .home-tiles .home-tile-text h2, .home-tiles .home-tile-text p {
      padding: 0 15% 0 0; }
    .home-tiles .home-tile-text h2 {
      color: #0213CC; }
    .home-tiles .home-tile-text a, .home-tiles .home-tile-text a:focus {
      display: block;
      color: #b4b3b9;
      padding-top: 20px;
      font-size: 1.4rem; }

/* global*/
main {
  background: #f4f4f4; }
  main .grid-container {
    background: #ffffff; }
  main .page-title {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: scroll;
    background-size: cover; }
    main .page-title h1 {
      font-size: 4.8rem;
      color: #ffffff;
      padding-left: 20px;
      padding-right: 20px; }
  main .page-content {
    padding-top: 40px;
    padding-bottom: 40px; }
    main .page-content a, main .page-content a:focus {
      color: #0213CC; }
  main .page-child {
    padding-bottom: 40px; }
    main .page-child img {
      padding-bottom: 20px; }
    main .page-child h2 {
      padding-top: 0;
      color: #0213CC; }
      main .page-child h2 span {
        color: #73727b; }
    main .page-child p {
      padding-top: 0; }

/* templates*/
body.services .page-child {
  padding-top: 60px;
  border-bottom: 1px #ececec solid; }
  body.services .page-child:nth-last-child(1) {
    border: 0; }
  body.services .page-child a {
    color: #0213CC; }

body.cloud-accounting .page-child-break {
  height: 272px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: scroll;
  background-size: cover; }

body.cloud-accounting .app-download {
  padding-top: 20px;
  padding-bottom: 40px;
  background: #ececec;
  text-align: center; }
  body.cloud-accounting .app-download h2 {
    padding-bottom: 20px;
    font-size: 2.1rem; }

body.news .page-child {
  padding-top: 60px;
  border-bottom: 1px #ececec solid; }
  body.news .page-child:nth-last-child(1) {
    border: 0; }
  body.news .page-child a {
    color: #b4b3b9;
    font-size: 1.4rem; }

/* more */
.more {
  background: #1626d0;
  /* border-bottom: 1px $primary-color solid;*/
  /* border-top: 1px $gray solid;*/
  /* text-align: center;*/ }
  .more .grid-container {
    background: transparent; }
    .more .grid-container a {
      padding-top: 20px;
      padding-bottom: 20px;
      display: block;
      color: #ffffff; }

/* footer*/
.prefooter {
  padding-top: 40px;
  padding-bottom: 60px;
  background: #0f1fcf;
  color: #ffffff;
  text-align: center; }

footer {
  padding-top: 60px;
  padding-bottom: 40px;
  color: #ffffff;
  background: #0213CC; }
  footer a {
    color: #ffffff; }
    footer a.subscribe-button {
      display: block;
      /* max-width: 250px;*/
      padding: 10px 15px;
      margin: 20px 0;
      color: #505ffd;
      border: 1px #505ffd solid; }
  footer ul {
    padding-bottom: 20px; }

/* forms*/
.contact-form-container .contact-form {
  padding-bottom: 20px; }

.contact-form-container .contact-form-results {
  display: none;
  text-align: center;
  padding-bottom: 40px; }
  .contact-form-container .contact-form-results.error {
    display: block;
    color: #e74c3c; }
  .contact-form-container .contact-form-results.success {
    display: block;
    color: #0213CC; }

input:not([type=submit]):not([type=file]), textarea {
  display: block;
  padding: 10px;
  margin: 0 0 20px;
  border: 1px #0213CC solid;
  color: #0213CC;
  background: transparent;
  font-family: "Calibre", monospaced;
  width: 100%;
  font-size: 1.5rem;
  box-sizing: border-box; }

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #0213CC; }

.button, .button:focus {
  padding: 20px 0 20px 0;
  margin: 0;
  border: 0px #0213CC solid;
  border-radius: 0;
  background: transparent;
  color: #0213CC;
  font-family: "Calibre", monospaced;
  font-weight: normal;
  font-size: 1.8rem;
  box-sizing: border-box;
  width: 100%;
  box-shadow: none;
  text-align: center;
  /* text-transform: uppercase;*/
  /* letter-spacing: 1px;*/
  outline: 0; }
  .button:hover, .button:focus:hover {
    color: #505ffd;
    cursor: pointer;
    background: none;
    border: 0px #0213CC solid;
    cursor: pointer; }

@media only screen and (min-width: 768px) {
  .swiper-slide {
    height: 500px; } }

@media only screen and (min-width: 1030px) {
  a {
    transition: all .2s ease-out; }
  main .introduction .grid-container {
    padding-top: 100px;
    padding-bottom: 100px; }
  main .page-content a:hover {
    color: #505ffd; }
  header img {
    margin-top: 20px; }
  nav ul li {
    float: left;
    padding-right: 20px; }
    nav ul li a {
      color: #ffffff; }
      nav ul li a:hover {
        color: #505ffd; }
  nav ul {
    display: block; }
  .swiper-slide .swiper-slide-inner .grid-container .slide-content h2 {
    padding-bottom: 20px; }
  .swiper-slide .swiper-slide-inner .grid-container .slide-content a:hover {
    color: #73727b; }
  .home-tiles .home-tile {
    height: 500px; }
  .home-tiles .home-tile-text {
    width: calc(100% - 100px); }
    .home-tiles .home-tile-text a:hover {
      color: #73727b; }
  .swiper-button-prev, .swiper-button-next {
    display: block;
    background: transparent;
    top: 0;
    width: 100px;
    height: 100%;
    margin: 0;
    padding: 0; }
    .swiper-button-prev span, .swiper-button-next span {
      opacity: 0;
      transition: all .2s ease-out; }
    .swiper-button-prev:hover > span, .swiper-button-next:hover > span {
      opacity: 1; }
  .swiper-button-prev {
    left: 0; }
    .swiper-button-prev .arrow-left {
      display: block;
      position: absolute;
      top: 50%;
      left: 20px;
      width: 0;
      height: 0;
      margin-top: -10px;
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
      border-right: 20px solid #ffffff; }
  .swiper-button-next {
    right: 0; }
    .swiper-button-next .arrow-right {
      display: block;
      position: absolute;
      top: 50%;
      right: 20px;
      width: 0;
      height: 0;
      margin-top: -10px;
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
      border-left: 20px solid #ffffff; }
  body.news .page-child a:hover {
    color: #73727b; }
  footer a:hover {
    color: #505ffd; }
  footer a.subscribe-button:hover {
    color: #ffffff;
    border-color: #ffffff; }
  .contact-form-container .contact-form {
    padding-top: 54px;
    padding-bottom: 20px; } }
