/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.site-header__inner-wrapper, .site-footer__inner, .site-main__header-inner {
  max-width: 94%;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .site-header__inner-wrapper, .site-footer__inner, .site-main__header-inner {
    max-width: 96%;
  }
}
@media (min-width: 64em) {
  .site-header__inner-wrapper, .site-footer__inner, .site-main__header-inner {
    max-width: 925px;
  }
}

.site-main__header-inner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  overflow: hidden;
}

p:first-child, p:first-of-type {
  margin-top: 0;
}
p:last-child, p:last-of-type {
  margin-bottom: 0;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4d4d4d;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.75;
}
@media (min-width: 48em) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (min-width: 64em) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

a {
  color: #236082;
  text-decoration: none;
  -webkit-transition: color 0.25s ease;
          transition: color 0.25s ease;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  color: #1e516e;
}
a:active {
  color: #236082;
}
a:focus {
  color: #236082;
}
a:hover, a:focus {
  text-decoration: underline;
}

h1, .h1,
h2, .h2,
h3, .h3, .module-slides__title, .site-main.home .page-header__text,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-bottom: 12px;
  margin-top: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.55;
  font-weight: 900;
}

h1, .h1 {
  font-size: 25px;
  font-size: 2.47059rem;
}
@media (min-width: 48em) {
  h1, .h1 {
    font-size: 34px;
    font-size: 3.36rem;
  }
}
@media (min-width: 64em) {
  h1, .h1 {
    font-size: 42px;
    font-size: 4.2rem;
  }
}

h2, .h2 {
  font-size: 21px;
  font-size: 2.13333rem;
}
@media (min-width: 48em) {
  h2, .h2 {
    font-size: 27px;
    font-size: 2.66667rem;
  }
}
@media (min-width: 64em) {
  h2, .h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

h3, .h3, .module-slides__title, .site-main.home .page-header__text {
  font-size: 16px;
  font-size: 1.6rem;
}
@media (min-width: 48em) {
  h3, .h3, .module-slides__title, .site-main.home .page-header__text {
    font-size: 18px;
    font-size: 1.81818rem;
  }
}
@media (min-width: 64em) {
  h3, .h3, .module-slides__title, .site-main.home .page-header__text {
    font-size: 20px;
    font-size: 2rem;
  }
}

h4, .h4 {
  font-size: 12px;
  font-size: 1.22667rem;
}
@media (min-width: 48em) {
  h4, .h4 {
    font-size: 15px;
    font-size: 1.472rem;
  }
}
@media (min-width: 64em) {
  h4, .h4 {
    font-size: 18px;
    font-size: 1.84rem;
  }
}

h5, .h5 {
  font-size: 9px;
  font-size: 0.88533rem;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  h5, .h5 {
    font-size: 11px;
    font-size: 1.0624rem;
  }
}
@media (min-width: 64em) {
  h5, .h5 {
    font-size: 13px;
    font-size: 1.328rem;
  }
}

h6, .h6 {
  font-size: 8px;
  font-size: 0.8rem;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  h6, .h6 {
    font-size: 10px;
    font-size: 0.96rem;
  }
}
@media (min-width: 64em) {
  h6, .h6 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

p {
  margin-bottom: 1.5em;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

.skip-link {
  position: absolute !important;
  height: 0;
  width: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.skip-link:active, .skip-link:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

.u-hidden {
  position: absolute !important;
  height: 0;
  width: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

form {
  width: 100%;
}

input, textarea {
  padding: 15px;
  width: 100%;
  border: 1px solid #236082;
  border-left: 5px solid #236082;
  background-color: #F7F7F7;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: #236082;
  color: white;
  text-transform: uppercase;
}

.contact-form {
  width: 100%;
  margin: 30px auto;
}
@media (min-width: 48em) {
  .contact-form {
    max-width: 75%;
  }
}
@media (min-width: 64em) {
  .contact-form {
    max-width: 65%;
  }
}
@media (min-width: 75em) {
  .contact-form {
    max-width: 50%;
  }
}

.site-header {
  color: #4d4d4d;
  height: 80px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.site-header__inner-wrapper {
  position: relative;
  height: 80px;
}
@media (min-width: 64em) {
  .site-header__inner-wrapper {
    max-width: 1200px;
  }
}
.site-header__bar {
  position: relative;
  z-index: 300;
  width: 100%;
  height: 80px;
  background: transparent;
}
.site-header__logo {
  display: block;
  width: 175px;
  height: 92px;
  position: absolute;
  top: 30px;
  left: 25px;
  z-index: 300;
  color: #4d4d4d;
}
.site-header__toggle {
  padding: 45px 24px 25px 48px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 80px;
  width: 100px;
  cursor: pointer;
  z-index: 300;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.site-header__hamburger {
  background-color: #4d4d4d;
  width: 25px;
  height: 5px;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.36, 0.63);
          transition: all 0.3s cubic-bezier(0.7, 0, 0.36, 0.63);
}
.site-header__hamburger:before, .site-header__hamburger:after {
  background-color: #4d4d4d;
  display: block;
  content: "";
  width: 25px;
  height: 5px;
  position: absolute;
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.36, 0.63);
          transition: all 0.3s cubic-bezier(0.7, 0, 0.36, 0.63);
}
.site-header__hamburger:before {
  top: -8px;
}
.site-header__hamburger:after {
  top: 8px;
}
.site-header__navigation {
  display: table;
  z-index: 200;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
  max-width: 100%;
}
.site-header .main-menu {
  position: absolute !important;
  height: 0;
  width: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-transform: perspective(400px) rotateX(20deg);
          transform: perspective(400px) rotateX(20deg);
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.36, 0.63);
          transition: all 0.3s cubic-bezier(0.7, 0, 0.36, 0.63);
}
.site-header.is-opening .main-menu {
  -webkit-transform: perspective(350px) rotateX(30deg) scale(0.6);
          transform: perspective(350px) rotateX(30deg) scale(0.6);
  opacity: 0;
}
.site-header.open {
  height: 100%;
}
.site-header.open .site-header__logo {
  color: white;
}
.site-header.open .region--navigation {
  background-color: rgba(35, 96, 130, 0.95);
}
.site-header.open .main-menu {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
  display: table-cell;
  opacity: 1;
  background-color: rgba(35, 96, 130, 0.95);
  width: 100%;
  padding-top: 80px;
  -webkit-transform: perspective(400px) rotateX(0deg) scale(1);
          transform: perspective(400px) rotateX(0deg) scale(1);
  -webkit-transition: all 0.5s cubic-bezier(0.63, 0.64, 0.3, 1);
          transition: all 0.5s cubic-bezier(0.63, 0.64, 0.3, 1);
}
.site-header.open .site-header__hamburger {
  background-color: #F7F7F7;
  background-color: transparent;
}
.site-header.open .site-header__hamburger:before, .site-header.open .site-header__hamburger:after {
  background-color: #F7F7F7;
}
.site-header.open .site-header__hamburger:before, .site-header.open .site-header__hamburger:after {
  top: 0;
}
.site-header.open .site-header__hamburger:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.site-header.open .site-header__hamburger:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.site-header.is-closing {
  height: 100%;
}
.site-header.is-closing .region--navigation {
  background-color: transparent;
}
.site-header.is-closing .main-menu {
  opacity: 0;
  -webkit-transform: perspective(600px) rotateX(-30deg) scale(0.6);
          transform: perspective(600px) rotateX(-30deg) scale(0.6);
  -webkit-transition: all 0.5s cubic-bezier(0.63, 0.64, 0.3, 1);
          transition: all 0.5s cubic-bezier(0.63, 0.64, 0.3, 1);
}

body.solid-main-menu .site-header:not(.open) .site-header__bar {
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
  opacity: .95;
  -webkit-filter: drop-shadow(0 3px 2px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 3px 2px rgba(0, 0, 0, 0.1));
  background: #fff;
}
body.solid-main-menu .site-header:not(.open) .site-header__hamburger {
  background-color: #4d4d4d;
}
body.solid-main-menu .site-header:not(.open) .site-header__hamburger:before, body.solid-main-menu .site-header:not(.open) .site-header__hamburger:after {
  background-color: #4d4d4d;
}

.site-footer {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 50px 0;
  background-color: #4d4d4d;
  color: #F7F7F7;
}
@media (min-width: 75em) {
  .site-footer__inner {
    max-width: 1200px;
  }
}

.module-details {
  display: table;
  width: 100%;
  padding: 10px 20px;
}
@media (min-width: 48em) {
  .module-details__image {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    padding: 10px 10px 10px 20px;
  }
}
.module-details__image img {
  max-width: 100% !important;
  height: auto !important;
}
.module-details__features {
  margin: 0;
  padding: 0;
}
@media (min-width: 48em) {
  .module-details__features {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    padding: 10px 20px 10px 10px;
  }
}
.module-details__feature {
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0.5em;
}

.module-slides {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.module-slides__slide {
  width: 50%;
  height: 47vw;
  overflow: hidden;
}
@media (min-width: 30em) {
  .module-slides__slide {
    width: 33.33333%;
    height: 30vw;
  }
}
@media (min-width: 48em) {
  .module-slides__slide {
    width: 25%;
    height: 20vw;
  }
}
@media (min-width: 64em) {
  .module-slides__slide {
    width: 20%;
    height: 18vw;
  }
}
@media (min-width: 75em) {
  .module-slides__slide {
    width: 200px;
    height: 200px;
  }
}
.module-slides__slide:hover .module-slides__front {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.module-slides__slide:hover .module-slides__back {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  z-index: 2;
}
.module-slides__slide .module-slides__front,
.module-slides__slide .module-slides__back {
  background-color: rgba(35, 96, 130, 0.9);
}
.module-slides__slide:nth-child(8n + 2) .module-slides__front,
.module-slides__slide:nth-child(8n + 2) .module-slides__back {
  background-color: rgba(199, 177, 0, 0.9);
}
.module-slides__slide:nth-child(8n + 3) .module-slides__front,
.module-slides__slide:nth-child(8n + 3) .module-slides__back {
  background-color: rgba(93, 150, 116, 0.9);
}
.module-slides__slide:nth-child(8n + 4) .module-slides__front,
.module-slides__slide:nth-child(8n + 4) .module-slides__back {
  background-color: rgba(133, 172, 179, 0.9);
}
.module-slides__slide:nth-child(8n + 5) .module-slides__front,
.module-slides__slide:nth-child(8n + 5) .module-slides__back {
  background-color: rgba(110, 108, 128, 0.9);
}
.module-slides__slide:nth-child(8n + 6) .module-slides__front,
.module-slides__slide:nth-child(8n + 6) .module-slides__back {
  background-color: rgba(60, 158, 171, 0.9);
}
.module-slides__slide:nth-child(8n + 7) .module-slides__front,
.module-slides__slide:nth-child(8n + 7) .module-slides__back {
  background-color: rgba(216, 85, 24, 0.9);
}
.module-slides__slide:nth-child(8n + 8) .module-slides__front,
.module-slides__slide:nth-child(8n + 8) .module-slides__back {
  background-color: rgba(57, 59, 71, 0.9);
}
.module-slides__title {
  display: block;
  text-align: center;
  z-index: 5;
  padding: 0 25px;
  color: white;
  margin: 0;
  font-weight: 400;
}
@media (min-width: 75em) {
  .module-slides__title {
    padding: 0 25px;
    margin-bottom: 10px;
  }
}
.module-slides__feature {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  text-align: center;
}
.module-slides__image {
  display: none;
  width: 50%;
  height: 47vw;
}
@media (min-width: 30em) {
  .module-slides__image {
    width: 33.33333%;
    height: 30vw;
  }
}
@media (min-width: 48em) {
  .module-slides__image {
    width: 25%;
    height: 20vw;
  }
}
@media (min-width: 64em) {
  .module-slides__image {
    width: 20%;
    height: 18vw;
  }
}
@media (min-width: 75em) {
  .module-slides__image {
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 75em) {
  .module-slides__image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100% !important;
    -webkit-transition: all 0.5s;
            transition: all 0.5s;
    -webkit-filter: blur(4px);
            filter: blur(4px);
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.module-slides__link {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-perspective: 1000;
          perspective: 1000;
  position: relative;
  overflow: hidden;
}
.module-slides__icon {
  margin: 10px 0;
}
.module-slides__front {
  width: 50%;
  height: 47vw;
  width: 100% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 0;
}
@media (min-width: 30em) {
  .module-slides__front {
    width: 33.33333%;
    height: 30vw;
  }
}
@media (min-width: 48em) {
  .module-slides__front {
    width: 25%;
    height: 20vw;
  }
}
@media (min-width: 64em) {
  .module-slides__front {
    width: 20%;
    height: 18vw;
  }
}
@media (min-width: 75em) {
  .module-slides__front {
    width: 200px;
    height: 200px;
  }
}
.module-slides__back {
  width: 50%;
  height: 47vw;
  width: 100% !important;
  color: white;
  padding: 0 10px 10px;
  text-align: center;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
  opacity: 0;
}
@media (min-width: 30em) {
  .module-slides__back {
    width: 33.33333%;
    height: 30vw;
  }
}
@media (min-width: 48em) {
  .module-slides__back {
    width: 25%;
    height: 20vw;
  }
}
@media (min-width: 64em) {
  .module-slides__back {
    width: 20%;
    height: 18vw;
  }
}
@media (min-width: 75em) {
  .module-slides__back {
    width: 200px;
    height: 200px;
  }
}
.module-slides.desktop .module-slides__link:hover {
  text-decoration: none;
}
.module-slides.desktop .module-slides__link:hover .module-slides__back {
  opacity: 1 !important;
}
.module-slides.desktop .module-slides__link:hover .module-slides__front {
  opacity: 0 !important;
}

.module-filters {
  text-align: center;
  margin: 15px 0 0;
  padding: 0;
}
.module-filters li {
  padding: 5px 20px;
  margin: 5px;
  list-style-type: none;
  font-weight: bold;
  -webkit-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;
  background-color: #ccc;
  cursor: pointer;
}
.module-filters li:hover {
  background-color: #bbb;
}
@media (min-width: 48em) {
  .module-filters {
    max-width: 1200px;
    margin: 0 auto;
    padding: 5px 10px;
  }
  .module-filters li {
    display: inline-block;
    margin: 5px 10px 5px 0;
  }
}

.main-menu {
  text-align: center;
}
.main-menu .menu ul {
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(247, 247, 247, 0.25);
}
.main-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.45s cubic-bezier(0.7, 0, 0.36, 0.63);
          transition: all 0.45s cubic-bezier(0.7, 0, 0.36, 0.63);
}
@media (min-width: 30em) {
  .main-menu li {
    padding: 12px 0;
  }
}
.main-menu li:hover {
  background: rgba(255, 255, 255, 0.4);
}
.main-menu a {
  color: white;
  font-size: 5vh;
  letter-spacing: 0.03em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 2vh 8vw;
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.main-menu a:hover {
  text-decoration: none;
  color: white;
}
@media (min-width: 30em) {
  .main-menu a {
    font-size: 3vh;
    padding: 1vh 4vw;
  }
}

.page-header__title {
  color: black;
}
.page-header__text {
  color: black;
}
.page-header__text ul {
  margin: 0;
  padding: 0;
}
.page-header__text ul li {
  display: inline-block;
  list-style-type: none;
  font-style: italic;
}
.page-header__text a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #393B47;
  text-decoration: none;
  color: #393B47;
}

body * {
  box-sizing: border-box;
}

.site-main__inner {
  max-width: 94%;
  margin: 0 auto;
  background-color: rgba(247, 247, 247, 0.9);
  padding: 20px 0;
}
@media (min-width: 48em) {
  .site-main__inner {
    max-width: 96%;
  }
}
@media (min-width: 64em) {
  .site-main__inner {
    padding: 30px;
  }
}

.page-content {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 64em) {
  .page-content {
    padding: 0;
  }
}

canvas {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}

@media (min-width: 48em) {
  .background-image {
    display: block;
    width: 100vw;
    z-index: -1;
    height: 100vh;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("../../images/characters-cropped.png") center 260px no-repeat transparent;
    background-size: 800px;
  }
}

.site-main {
  padding-top: 80px;
  position: relative;
}
.site-main__header-inner {
  text-align: center;
}
@media (min-width: 48em) {
  .site-main__header-inner {
    height: 200px;
  }
}
@media (min-width: 48em) {
  .site-main__header {
    height: 200px;
  }
}
.site-main canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.7;
}
.site-main.home .site-main__inner {
  background-color: rgba(255, 255, 255, 0.5);
}
.site-main.home .page-header__title {
  text-align: center;
  margin-bottom: 0;
}
.site-main.home .page-header__text {
  text-align: center;
  font-weight: normal;
  padding: 0 30px;
}
@media (min-width: 48em) {
  .site-main.home .page-header__text {
    margin-bottom: 200px;
  }
}
.site-main.home .page-header__text p {
  margin: 10px 0;
}
.site-main.home .page-header__text a {
  -webkit-transition: all .5s linear;
          transition: all .5s linear;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #393B47;
  text-decoration: none;
  margin: 0;
  color: #393B47;
}
.site-main.home .page-header__text a:hover {
  background-color: rgba(57, 59, 71, 0.2);
}

body {
  background: #F7F7F7;
}


