<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@import url(../bower_components/swiper/dist/css/swiper.min.css);
#g-recaptcha-response {
  display: block !important;
  position: absolute;
  margin: -78px 0 0 0 !important;
  width: 302px !important;
  height: 76px !important;
  z-index: -999999;
  opacity: 0;
}
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 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.
     */
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-.
     */
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 */ }

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

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

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

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

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

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

.foundation-mq {
  font-family: "small=0em&amp;medium=40em&amp;large=64em&amp;xlarge=75em&amp;xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.grid-container {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  max-width: 81.25rem;
  margin: 0 auto; }
  @media print, screen and (min-width: 40em) {
    .grid-container {
      padding-right: 3.125rem;
      padding-left: 3.125rem; } }
  .grid-container.fluid {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    max-width: 100%;
    margin: 0 auto; }
    @media print, screen and (min-width: 40em) {
      .grid-container.fluid {
        padding-right: 3.125rem;
        padding-left: 3.125rem; } }
  .grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin: 0 auto; }

.grid-x {
  display: flex;
  flex-flow: row wrap; }

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%; }
  .cell.auto {
    flex: 1 1 0px; }
  .cell.shrink {
    flex: 0 0 auto; }

.grid-x &gt; .auto {
  width: auto; }

.grid-x &gt; .shrink {
  width: auto; }

.grid-x &gt; .small-shrink, .grid-x &gt; .small-full, .grid-x &gt; .small-1, .grid-x &gt; .small-2, .grid-x &gt; .small-3, .grid-x &gt; .small-4, .grid-x &gt; .small-5, .grid-x &gt; .small-6, .grid-x &gt; .small-7, .grid-x &gt; .small-8, .grid-x &gt; .small-9, .grid-x &gt; .small-10, .grid-x &gt; .small-11, .grid-x &gt; .small-12 {
  flex-basis: auto; }

@media print, screen and (min-width: 40em) {
  .grid-x &gt; .medium-shrink, .grid-x &gt; .medium-full, .grid-x &gt; .medium-1, .grid-x &gt; .medium-2, .grid-x &gt; .medium-3, .grid-x &gt; .medium-4, .grid-x &gt; .medium-5, .grid-x &gt; .medium-6, .grid-x &gt; .medium-7, .grid-x &gt; .medium-8, .grid-x &gt; .medium-9, .grid-x &gt; .medium-10, .grid-x &gt; .medium-11, .grid-x &gt; .medium-12 {
    flex-basis: auto; } }

@media print, screen and (min-width: 64em) {
  .grid-x &gt; .large-shrink, .grid-x &gt; .large-full, .grid-x &gt; .large-1, .grid-x &gt; .large-2, .grid-x &gt; .large-3, .grid-x &gt; .large-4, .grid-x &gt; .large-5, .grid-x &gt; .large-6, .grid-x &gt; .large-7, .grid-x &gt; .large-8, .grid-x &gt; .large-9, .grid-x &gt; .large-10, .grid-x &gt; .large-11, .grid-x &gt; .large-12 {
    flex-basis: auto; } }

.grid-x &gt; .small-1 {
  width: 8.3333333333%; }

.grid-x &gt; .small-2 {
  width: 16.6666666667%; }

.grid-x &gt; .small-3 {
  width: 25%; }

.grid-x &gt; .small-4 {
  width: 33.3333333333%; }

.grid-x &gt; .small-5 {
  width: 41.6666666667%; }

.grid-x &gt; .small-6 {
  width: 50%; }

.grid-x &gt; .small-7 {
  width: 58.3333333333%; }

.grid-x &gt; .small-8 {
  width: 66.6666666667%; }

.grid-x &gt; .small-9 {
  width: 75%; }

.grid-x &gt; .small-10 {
  width: 83.3333333333%; }

.grid-x &gt; .small-11 {
  width: 91.6666666667%; }

.grid-x &gt; .small-12 {
  width: 100%; }

@media print, screen and (min-width: 40em) {
  .grid-x &gt; .medium-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x &gt; .medium-shrink {
    flex: 0 0 auto;
    width: auto; }
  .grid-x &gt; .medium-1 {
    width: 8.3333333333%; }
  .grid-x &gt; .medium-2 {
    width: 16.6666666667%; }
  .grid-x &gt; .medium-3 {
    width: 25%; }
  .grid-x &gt; .medium-4 {
    width: 33.3333333333%; }
  .grid-x &gt; .medium-5 {
    width: 41.6666666667%; }
  .grid-x &gt; .medium-6 {
    width: 50%; }
  .grid-x &gt; .medium-7 {
    width: 58.3333333333%; }
  .grid-x &gt; .medium-8 {
    width: 66.6666666667%; }
  .grid-x &gt; .medium-9 {
    width: 75%; }
  .grid-x &gt; .medium-10 {
    width: 83.3333333333%; }
  .grid-x &gt; .medium-11 {
    width: 91.6666666667%; }
  .grid-x &gt; .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .grid-x &gt; .large-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x &gt; .large-shrink {
    flex: 0 0 auto;
    width: auto; }
  .grid-x &gt; .large-1 {
    width: 8.3333333333%; }
  .grid-x &gt; .large-2 {
    width: 16.6666666667%; }
  .grid-x &gt; .large-3 {
    width: 25%; }
  .grid-x &gt; .large-4 {
    width: 33.3333333333%; }
  .grid-x &gt; .large-5 {
    width: 41.6666666667%; }
  .grid-x &gt; .large-6 {
    width: 50%; }
  .grid-x &gt; .large-7 {
    width: 58.3333333333%; }
  .grid-x &gt; .large-8 {
    width: 66.6666666667%; }
  .grid-x &gt; .large-9 {
    width: 75%; }
  .grid-x &gt; .large-10 {
    width: 83.3333333333%; }
  .grid-x &gt; .large-11 {
    width: 91.6666666667%; }
  .grid-x &gt; .large-12 {
    width: 100%; } }

.grid-margin-x:not(.grid-x) &gt; .cell {
  width: auto; }

.grid-margin-y:not(.grid-y) &gt; .cell {
  height: auto; }

.grid-margin-x {
  margin-left: -1.25rem;
  margin-right: -1.25rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x {
      margin-left: -3.125rem;
      margin-right: -3.125rem; } }
  .grid-margin-x &gt; .cell {
    width: calc(100% - 2.5rem);
    margin-left: 1.25rem;
    margin-right: 1.25rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x &gt; .cell {
      width: calc(100% - 6.25rem);
      margin-left: 3.125rem;
      margin-right: 3.125rem; } }
  .grid-margin-x &gt; .auto {
    width: auto; }
  .grid-margin-x &gt; .shrink {
    width: auto; }
  .grid-margin-x &gt; .small-1 {
    width: calc(8.3333333333% - 2.5rem); }
  .grid-margin-x &gt; .small-2 {
    width: calc(16.6666666667% - 2.5rem); }
  .grid-margin-x &gt; .small-3 {
    width: calc(25% - 2.5rem); }
  .grid-margin-x &gt; .small-4 {
    width: calc(33.3333333333% - 2.5rem); }
  .grid-margin-x &gt; .small-5 {
    width: calc(41.6666666667% - 2.5rem); }
  .grid-margin-x &gt; .small-6 {
    width: calc(50% - 2.5rem); }
  .grid-margin-x &gt; .small-7 {
    width: calc(58.3333333333% - 2.5rem); }
  .grid-margin-x &gt; .small-8 {
    width: calc(66.6666666667% - 2.5rem); }
  .grid-margin-x &gt; .small-9 {
    width: calc(75% - 2.5rem); }
  .grid-margin-x &gt; .small-10 {
    width: calc(83.3333333333% - 2.5rem); }
  .grid-margin-x &gt; .small-11 {
    width: calc(91.6666666667% - 2.5rem); }
  .grid-margin-x &gt; .small-12 {
    width: calc(100% - 2.5rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x &gt; .auto {
      width: auto; }
    .grid-margin-x &gt; .shrink {
      width: auto; }
    .grid-margin-x &gt; .small-1 {
      width: calc(8.3333333333% - 6.25rem); }
    .grid-margin-x &gt; .small-2 {
      width: calc(16.6666666667% - 6.25rem); }
    .grid-margin-x &gt; .small-3 {
      width: calc(25% - 6.25rem); }
    .grid-margin-x &gt; .small-4 {
      width: calc(33.3333333333% - 6.25rem); }
    .grid-margin-x &gt; .small-5 {
      width: calc(41.6666666667% - 6.25rem); }
    .grid-margin-x &gt; .small-6 {
      width: calc(50% - 6.25rem); }
    .grid-margin-x &gt; .small-7 {
      width: calc(58.3333333333% - 6.25rem); }
    .grid-margin-x &gt; .small-8 {
      width: calc(66.6666666667% - 6.25rem); }
    .grid-margin-x &gt; .small-9 {
      width: calc(75% - 6.25rem); }
    .grid-margin-x &gt; .small-10 {
      width: calc(83.3333333333% - 6.25rem); }
    .grid-margin-x &gt; .small-11 {
      width: calc(91.6666666667% - 6.25rem); }
    .grid-margin-x &gt; .small-12 {
      width: calc(100% - 6.25rem); }
    .grid-margin-x &gt; .medium-auto {
      width: auto; }
    .grid-margin-x &gt; .medium-shrink {
      width: auto; }
    .grid-margin-x &gt; .medium-1 {
      width: calc(8.3333333333% - 6.25rem); }
    .grid-margin-x &gt; .medium-2 {
      width: calc(16.6666666667% - 6.25rem); }
    .grid-margin-x &gt; .medium-3 {
      width: calc(25% - 6.25rem); }
    .grid-margin-x &gt; .medium-4 {
      width: calc(33.3333333333% - 6.25rem); }
    .grid-margin-x &gt; .medium-5 {
      width: calc(41.6666666667% - 6.25rem); }
    .grid-margin-x &gt; .medium-6 {
      width: calc(50% - 6.25rem); }
    .grid-margin-x &gt; .medium-7 {
      width: calc(58.3333333333% - 6.25rem); }
    .grid-margin-x &gt; .medium-8 {
      width: calc(66.6666666667% - 6.25rem); }
    .grid-margin-x &gt; .medium-9 {
      width: calc(75% - 6.25rem); }
    .grid-margin-x &gt; .medium-10 {
      width: calc(83.3333333333% - 6.25rem); }
    .grid-margin-x &gt; .medium-11 {
      width: calc(91.6666666667% - 6.25rem); }
    .grid-margin-x &gt; .medium-12 {
      width: calc(100% - 6.25rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x &gt; .large-auto {
      width: auto; }
    .grid-margin-x &gt; .large-shrink {
      width: auto; }
    .grid-margin-x &gt; .large-1 {
      width: calc(8.3333333333% - 6.25rem); }
    .grid-margin-x &gt; .large-2 {
      width: calc(16.6666666667% - 6.25rem); }
    .grid-margin-x &gt; .large-3 {
      width: calc(25% - 6.25rem); }
    .grid-margin-x &gt; .large-4 {
      width: calc(33.3333333333% - 6.25rem); }
    .grid-margin-x &gt; .large-5 {
      width: calc(41.6666666667% - 6.25rem); }
    .grid-margin-x &gt; .large-6 {
      width: calc(50% - 6.25rem); }
    .grid-margin-x &gt; .large-7 {
      width: calc(58.3333333333% - 6.25rem); }
    .grid-margin-x &gt; .large-8 {
      width: calc(66.6666666667% - 6.25rem); }
    .grid-margin-x &gt; .large-9 {
      width: calc(75% - 6.25rem); }
    .grid-margin-x &gt; .large-10 {
      width: calc(83.3333333333% - 6.25rem); }
    .grid-margin-x &gt; .large-11 {
      width: calc(91.6666666667% - 6.25rem); }
    .grid-margin-x &gt; .large-12 {
      width: calc(100% - 6.25rem); } }

.grid-padding-x .grid-padding-x {
  margin-right: -1.25rem;
  margin-left: -1.25rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -3.125rem;
      margin-left: -3.125rem; } }

.grid-container:not(.full) &gt; .grid-padding-x {
  margin-right: -1.25rem;
  margin-left: -1.25rem; }
  @media print, screen and (min-width: 40em) {
    .grid-container:not(.full) &gt; .grid-padding-x {
      margin-right: -3.125rem;
      margin-left: -3.125rem; } }

.grid-padding-x &gt; .cell {
  padding-right: 1.25rem;
  padding-left: 1.25rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x &gt; .cell {
      padding-right: 3.125rem;
      padding-left: 3.125rem; } }

.small-up-1 &gt; .cell {
  width: 100%; }

.small-up-2 &gt; .cell {
  width: 50%; }

.small-up-3 &gt; .cell {
  width: 33.3333333333%; }

.small-up-4 &gt; .cell {
  width: 25%; }

.small-up-5 &gt; .cell {
  width: 20%; }

.small-up-6 &gt; .cell {
  width: 16.6666666667%; }

.small-up-7 &gt; .cell {
  width: 14.2857142857%; }

.small-up-8 &gt; .cell {
  width: 12.5%; }

@media print, screen and (min-width: 40em) {
  .medium-up-1 &gt; .cell {
    width: 100%; }
  .medium-up-2 &gt; .cell {
    width: 50%; }
  .medium-up-3 &gt; .cell {
    width: 33.3333333333%; }
  .medium-up-4 &gt; .cell {
    width: 25%; }
  .medium-up-5 &gt; .cell {
    width: 20%; }
  .medium-up-6 &gt; .cell {
    width: 16.6666666667%; }
  .medium-up-7 &gt; .cell {
    width: 14.2857142857%; }
  .medium-up-8 &gt; .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 64em) {
  .large-up-1 &gt; .cell {
    width: 100%; }
  .large-up-2 &gt; .cell {
    width: 50%; }
  .large-up-3 &gt; .cell {
    width: 33.3333333333%; }
  .large-up-4 &gt; .cell {
    width: 25%; }
  .large-up-5 &gt; .cell {
    width: 20%; }
  .large-up-6 &gt; .cell {
    width: 16.6666666667%; }
  .large-up-7 &gt; .cell {
    width: 14.2857142857%; }
  .large-up-8 &gt; .cell {
    width: 12.5%; } }

.grid-margin-x.small-up-1 &gt; .cell {
  width: calc(100% - 2.5rem); }

.grid-margin-x.small-up-2 &gt; .cell {
  width: calc(50% - 2.5rem); }

.grid-margin-x.small-up-3 &gt; .cell {
  width: calc(33.3333333333% - 2.5rem); }

.grid-margin-x.small-up-4 &gt; .cell {
  width: calc(25% - 2.5rem); }

.grid-margin-x.small-up-5 &gt; .cell {
  width: calc(20% - 2.5rem); }

.grid-margin-x.small-up-6 &gt; .cell {
  width: calc(16.6666666667% - 2.5rem); }

.grid-margin-x.small-up-7 &gt; .cell {
  width: calc(14.2857142857% - 2.5rem); }

.grid-margin-x.small-up-8 &gt; .cell {
  width: calc(12.5% - 2.5rem); }

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 &gt; .cell {
    width: calc(100% - 2.5rem); }
  .grid-margin-x.small-up-2 &gt; .cell {
    width: calc(50% - 2.5rem); }
  .grid-margin-x.small-up-3 &gt; .cell {
    width: calc(33.3333333333% - 2.5rem); }
  .grid-margin-x.small-up-4 &gt; .cell {
    width: calc(25% - 2.5rem); }
  .grid-margin-x.small-up-5 &gt; .cell {
    width: calc(20% - 2.5rem); }
  .grid-margin-x.small-up-6 &gt; .cell {
    width: calc(16.6666666667% - 2.5rem); }
  .grid-margin-x.small-up-7 &gt; .cell {
    width: calc(14.2857142857% - 2.5rem); }
  .grid-margin-x.small-up-8 &gt; .cell {
    width: calc(12.5% - 2.5rem); }
  .grid-margin-x.medium-up-1 &gt; .cell {
    width: calc(100% - 6.25rem); }
  .grid-margin-x.medium-up-2 &gt; .cell {
    width: calc(50% - 6.25rem); }
  .grid-margin-x.medium-up-3 &gt; .cell {
    width: calc(33.3333333333% - 6.25rem); }
  .grid-margin-x.medium-up-4 &gt; .cell {
    width: calc(25% - 6.25rem); }
  .grid-margin-x.medium-up-5 &gt; .cell {
    width: calc(20% - 6.25rem); }
  .grid-margin-x.medium-up-6 &gt; .cell {
    width: calc(16.6666666667% - 6.25rem); }
  .grid-margin-x.medium-up-7 &gt; .cell {
    width: calc(14.2857142857% - 6.25rem); }
  .grid-margin-x.medium-up-8 &gt; .cell {
    width: calc(12.5% - 6.25rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 &gt; .cell {
    width: calc(100% - 6.25rem); }
  .grid-margin-x.large-up-2 &gt; .cell {
    width: calc(50% - 6.25rem); }
  .grid-margin-x.large-up-3 &gt; .cell {
    width: calc(33.3333333333% - 6.25rem); }
  .grid-margin-x.large-up-4 &gt; .cell {
    width: calc(25% - 6.25rem); }
  .grid-margin-x.large-up-5 &gt; .cell {
    width: calc(20% - 6.25rem); }
  .grid-margin-x.large-up-6 &gt; .cell {
    width: calc(16.6666666667% - 6.25rem); }
  .grid-margin-x.large-up-7 &gt; .cell {
    width: calc(14.2857142857% - 6.25rem); }
  .grid-margin-x.large-up-8 &gt; .cell {
    width: calc(12.5% - 6.25rem); } }

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-margin-collapse &gt; .cell {
    margin-right: 0;
    margin-left: 0; }
  .small-margin-collapse &gt; .small-1 {
    width: 8.3333333333%; }
  .small-margin-collapse &gt; .small-2 {
    width: 16.6666666667%; }
  .small-margin-collapse &gt; .small-3 {
    width: 25%; }
  .small-margin-collapse &gt; .small-4 {
    width: 33.3333333333%; }
  .small-margin-collapse &gt; .small-5 {
    width: 41.6666666667%; }
  .small-margin-collapse &gt; .small-6 {
    width: 50%; }
  .small-margin-collapse &gt; .small-7 {
    width: 58.3333333333%; }
  .small-margin-collapse &gt; .small-8 {
    width: 66.6666666667%; }
  .small-margin-collapse &gt; .small-9 {
    width: 75%; }
  .small-margin-collapse &gt; .small-10 {
    width: 83.3333333333%; }
  .small-margin-collapse &gt; .small-11 {
    width: 91.6666666667%; }
  .small-margin-collapse &gt; .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .small-margin-collapse &gt; .medium-1 {
      width: 8.3333333333%; }
    .small-margin-collapse &gt; .medium-2 {
      width: 16.6666666667%; }
    .small-margin-collapse &gt; .medium-3 {
      width: 25%; }
    .small-margin-collapse &gt; .medium-4 {
      width: 33.3333333333%; }
    .small-margin-collapse &gt; .medium-5 {
      width: 41.6666666667%; }
    .small-margin-collapse &gt; .medium-6 {
      width: 50%; }
    .small-margin-collapse &gt; .medium-7 {
      width: 58.3333333333%; }
    .small-margin-collapse &gt; .medium-8 {
      width: 66.6666666667%; }
    .small-margin-collapse &gt; .medium-9 {
      width: 75%; }
    .small-margin-collapse &gt; .medium-10 {
      width: 83.3333333333%; }
    .small-margin-collapse &gt; .medium-11 {
      width: 91.6666666667%; }
    .small-margin-collapse &gt; .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .small-margin-collapse &gt; .large-1 {
      width: 8.3333333333%; }
    .small-margin-collapse &gt; .large-2 {
      width: 16.6666666667%; }
    .small-margin-collapse &gt; .large-3 {
      width: 25%; }
    .small-margin-collapse &gt; .large-4 {
      width: 33.3333333333%; }
    .small-margin-collapse &gt; .large-5 {
      width: 41.6666666667%; }
    .small-margin-collapse &gt; .large-6 {
      width: 50%; }
    .small-margin-collapse &gt; .large-7 {
      width: 58.3333333333%; }
    .small-margin-collapse &gt; .large-8 {
      width: 66.6666666667%; }
    .small-margin-collapse &gt; .large-9 {
      width: 75%; }
    .small-margin-collapse &gt; .large-10 {
      width: 83.3333333333%; }
    .small-margin-collapse &gt; .large-11 {
      width: 91.6666666667%; }
    .small-margin-collapse &gt; .large-12 {
      width: 100%; } }

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-padding-collapse &gt; .cell {
    padding-right: 0;
    padding-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-margin-collapse &gt; .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse &gt; .small-1 {
    width: 8.3333333333%; }
  .medium-margin-collapse &gt; .small-2 {
    width: 16.6666666667%; }
  .medium-margin-collapse &gt; .small-3 {
    width: 25%; }
  .medium-margin-collapse &gt; .small-4 {
    width: 33.3333333333%; }
  .medium-margin-collapse &gt; .small-5 {
    width: 41.6666666667%; }
  .medium-margin-collapse &gt; .small-6 {
    width: 50%; }
  .medium-margin-collapse &gt; .small-7 {
    width: 58.3333333333%; }
  .medium-margin-collapse &gt; .small-8 {
    width: 66.6666666667%; }
  .medium-margin-collapse &gt; .small-9 {
    width: 75%; }
  .medium-margin-collapse &gt; .small-10 {
    width: 83.3333333333%; }
  .medium-margin-collapse &gt; .small-11 {
    width: 91.6666666667%; }
  .medium-margin-collapse &gt; .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse &gt; .medium-1 {
    width: 8.3333333333%; }
  .medium-margin-collapse &gt; .medium-2 {
    width: 16.6666666667%; }
  .medium-margin-collapse &gt; .medium-3 {
    width: 25%; }
  .medium-margin-collapse &gt; .medium-4 {
    width: 33.3333333333%; }
  .medium-margin-collapse &gt; .medium-5 {
    width: 41.6666666667%; }
  .medium-margin-collapse &gt; .medium-6 {
    width: 50%; }
  .medium-margin-collapse &gt; .medium-7 {
    width: 58.3333333333%; }
  .medium-margin-collapse &gt; .medium-8 {
    width: 66.6666666667%; }
  .medium-margin-collapse &gt; .medium-9 {
    width: 75%; }
  .medium-margin-collapse &gt; .medium-10 {
    width: 83.3333333333%; }
  .medium-margin-collapse &gt; .medium-11 {
    width: 91.6666666667%; }
  .medium-margin-collapse &gt; .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse &gt; .large-1 {
    width: 8.3333333333%; }
  .medium-margin-collapse &gt; .large-2 {
    width: 16.6666666667%; }
  .medium-margin-collapse &gt; .large-3 {
    width: 25%; }
  .medium-margin-collapse &gt; .large-4 {
    width: 33.3333333333%; }
  .medium-margin-collapse &gt; .large-5 {
    width: 41.6666666667%; }
  .medium-margin-collapse &gt; .large-6 {
    width: 50%; }
  .medium-margin-collapse &gt; .large-7 {
    width: 58.3333333333%; }
  .medium-margin-collapse &gt; .large-8 {
    width: 66.6666666667%; }
  .medium-margin-collapse &gt; .large-9 {
    width: 75%; }
  .medium-margin-collapse &gt; .large-10 {
    width: 83.3333333333%; }
  .medium-margin-collapse &gt; .large-11 {
    width: 91.6666666667%; }
  .medium-margin-collapse &gt; .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-padding-collapse &gt; .cell {
      padding-right: 0;
      padding-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-margin-collapse &gt; .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse &gt; .small-1 {
    width: 8.3333333333%; }
  .large-margin-collapse &gt; .small-2 {
    width: 16.6666666667%; }
  .large-margin-collapse &gt; .small-3 {
    width: 25%; }
  .large-margin-collapse &gt; .small-4 {
    width: 33.3333333333%; }
  .large-margin-collapse &gt; .small-5 {
    width: 41.6666666667%; }
  .large-margin-collapse &gt; .small-6 {
    width: 50%; }
  .large-margin-collapse &gt; .small-7 {
    width: 58.3333333333%; }
  .large-margin-collapse &gt; .small-8 {
    width: 66.6666666667%; }
  .large-margin-collapse &gt; .small-9 {
    width: 75%; }
  .large-margin-collapse &gt; .small-10 {
    width: 83.3333333333%; }
  .large-margin-collapse &gt; .small-11 {
    width: 91.6666666667%; }
  .large-margin-collapse &gt; .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse &gt; .medium-1 {
    width: 8.3333333333%; }
  .large-margin-collapse &gt; .medium-2 {
    width: 16.6666666667%; }
  .large-margin-collapse &gt; .medium-3 {
    width: 25%; }
  .large-margin-collapse &gt; .medium-4 {
    width: 33.3333333333%; }
  .large-margin-collapse &gt; .medium-5 {
    width: 41.6666666667%; }
  .large-margin-collapse &gt; .medium-6 {
    width: 50%; }
  .large-margin-collapse &gt; .medium-7 {
    width: 58.3333333333%; }
  .large-margin-collapse &gt; .medium-8 {
    width: 66.6666666667%; }
  .large-margin-collapse &gt; .medium-9 {
    width: 75%; }
  .large-margin-collapse &gt; .medium-10 {
    width: 83.3333333333%; }
  .large-margin-collapse &gt; .medium-11 {
    width: 91.6666666667%; }
  .large-margin-collapse &gt; .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse &gt; .large-1 {
    width: 8.3333333333%; }
  .large-margin-collapse &gt; .large-2 {
    width: 16.6666666667%; }
  .large-margin-collapse &gt; .large-3 {
    width: 25%; }
  .large-margin-collapse &gt; .large-4 {
    width: 33.3333333333%; }
  .large-margin-collapse &gt; .large-5 {
    width: 41.6666666667%; }
  .large-margin-collapse &gt; .large-6 {
    width: 50%; }
  .large-margin-collapse &gt; .large-7 {
    width: 58.3333333333%; }
  .large-margin-collapse &gt; .large-8 {
    width: 66.6666666667%; }
  .large-margin-collapse &gt; .large-9 {
    width: 75%; }
  .large-margin-collapse &gt; .large-10 {
    width: 83.3333333333%; }
  .large-margin-collapse &gt; .large-11 {
    width: 91.6666666667%; }
  .large-margin-collapse &gt; .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-padding-collapse &gt; .cell {
      padding-right: 0;
      padding-left: 0; } }

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

.grid-margin-x &gt; .small-offset-0 {
  margin-left: calc(0% + 1.25rem); }

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

.grid-margin-x &gt; .small-offset-1 {
  margin-left: calc(8.3333333333% + 1.25rem); }

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

.grid-margin-x &gt; .small-offset-2 {
  margin-left: calc(16.6666666667% + 1.25rem); }

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

.grid-margin-x &gt; .small-offset-3 {
  margin-left: calc(25% + 1.25rem); }

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

.grid-margin-x &gt; .small-offset-4 {
  margin-left: calc(33.3333333333% + 1.25rem); }

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

.grid-margin-x &gt; .small-offset-5 {
  margin-left: calc(41.6666666667% + 1.25rem); }

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

.grid-margin-x &gt; .small-offset-6 {
  margin-left: calc(50% + 1.25rem); }

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

.grid-margin-x &gt; .small-offset-7 {
  margin-left: calc(58.3333333333% + 1.25rem); }

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

.grid-margin-x &gt; .small-offset-8 {
  margin-left: calc(66.6666666667% + 1.25rem); }

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

.grid-margin-x &gt; .small-offset-9 {
  margin-left: calc(75% + 1.25rem); }

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

.grid-margin-x &gt; .small-offset-10 {
  margin-left: calc(83.3333333333% + 1.25rem); }

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

.grid-margin-x &gt; .small-offset-11 {
  margin-left: calc(91.6666666667% + 1.25rem); }

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x &gt; .medium-offset-0 {
    margin-left: calc(0% + 3.125rem); }
  .medium-offset-1 {
    margin-left: 8.3333333333%; }
  .grid-margin-x &gt; .medium-offset-1 {
    margin-left: calc(8.3333333333% + 3.125rem); }
  .medium-offset-2 {
    margin-left: 16.6666666667%; }
  .grid-margin-x &gt; .medium-offset-2 {
    margin-left: calc(16.6666666667% + 3.125rem); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x &gt; .medium-offset-3 {
    margin-left: calc(25% + 3.125rem); }
  .medium-offset-4 {
    margin-left: 33.3333333333%; }
  .grid-margin-x &gt; .medium-offset-4 {
    margin-left: calc(33.3333333333% + 3.125rem); }
  .medium-offset-5 {
    margin-left: 41.6666666667%; }
  .grid-margin-x &gt; .medium-offset-5 {
    margin-left: calc(41.6666666667% + 3.125rem); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x &gt; .medium-offset-6 {
    margin-left: calc(50% + 3.125rem); }
  .medium-offset-7 {
    margin-left: 58.3333333333%; }
  .grid-margin-x &gt; .medium-offset-7 {
    margin-left: calc(58.3333333333% + 3.125rem); }
  .medium-offset-8 {
    margin-left: 66.6666666667%; }
  .grid-margin-x &gt; .medium-offset-8 {
    margin-left: calc(66.6666666667% + 3.125rem); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x &gt; .medium-offset-9 {
    margin-left: calc(75% + 3.125rem); }
  .medium-offset-10 {
    margin-left: 83.3333333333%; }
  .grid-margin-x &gt; .medium-offset-10 {
    margin-left: calc(83.3333333333% + 3.125rem); }
  .medium-offset-11 {
    margin-left: 91.6666666667%; }
  .grid-margin-x &gt; .medium-offset-11 {
    margin-left: calc(91.6666666667% + 3.125rem); } }

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x &gt; .large-offset-0 {
    margin-left: calc(0% + 3.125rem); }
  .large-offset-1 {
    margin-left: 8.3333333333%; }
  .grid-margin-x &gt; .large-offset-1 {
    margin-left: calc(8.3333333333% + 3.125rem); }
  .large-offset-2 {
    margin-left: 16.6666666667%; }
  .grid-margin-x &gt; .large-offset-2 {
    margin-left: calc(16.6666666667% + 3.125rem); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x &gt; .large-offset-3 {
    margin-left: calc(25% + 3.125rem); }
  .large-offset-4 {
    margin-left: 33.3333333333%; }
  .grid-margin-x &gt; .large-offset-4 {
    margin-left: calc(33.3333333333% + 3.125rem); }
  .large-offset-5 {
    margin-left: 41.6666666667%; }
  .grid-margin-x &gt; .large-offset-5 {
    margin-left: calc(41.6666666667% + 3.125rem); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x &gt; .large-offset-6 {
    margin-left: calc(50% + 3.125rem); }
  .large-offset-7 {
    margin-left: 58.3333333333%; }
  .grid-margin-x &gt; .large-offset-7 {
    margin-left: calc(58.3333333333% + 3.125rem); }
  .large-offset-8 {
    margin-left: 66.6666666667%; }
  .grid-margin-x &gt; .large-offset-8 {
    margin-left: calc(66.6666666667% + 3.125rem); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x &gt; .large-offset-9 {
    margin-left: calc(75% + 3.125rem); }
  .large-offset-10 {
    margin-left: 83.3333333333%; }
  .grid-margin-x &gt; .large-offset-10 {
    margin-left: calc(83.3333333333% + 3.125rem); }
  .large-offset-11 {
    margin-left: 91.6666666667%; }
  .grid-margin-x &gt; .large-offset-11 {
    margin-left: calc(91.6666666667% + 3.125rem); } }

.grid-y {
  display: flex;
  flex-flow: column nowrap; }
  .grid-y &gt; .cell {
    width: auto; }
  .grid-y &gt; .auto {
    height: auto; }
  .grid-y &gt; .shrink {
    height: auto; }
  .grid-y &gt; .small-shrink, .grid-y &gt; .small-full, .grid-y &gt; .small-1, .grid-y &gt; .small-2, .grid-y &gt; .small-3, .grid-y &gt; .small-4, .grid-y &gt; .small-5, .grid-y &gt; .small-6, .grid-y &gt; .small-7, .grid-y &gt; .small-8, .grid-y &gt; .small-9, .grid-y &gt; .small-10, .grid-y &gt; .small-11, .grid-y &gt; .small-12 {
    flex-basis: auto; }
  @media print, screen and (min-width: 40em) {
    .grid-y &gt; .medium-shrink, .grid-y &gt; .medium-full, .grid-y &gt; .medium-1, .grid-y &gt; .medium-2, .grid-y &gt; .medium-3, .grid-y &gt; .medium-4, .grid-y &gt; .medium-5, .grid-y &gt; .medium-6, .grid-y &gt; .medium-7, .grid-y &gt; .medium-8, .grid-y &gt; .medium-9, .grid-y &gt; .medium-10, .grid-y &gt; .medium-11, .grid-y &gt; .medium-12 {
      flex-basis: auto; } }
  @media print, screen and (min-width: 64em) {
    .grid-y &gt; .large-shrink, .grid-y &gt; .large-full, .grid-y &gt; .large-1, .grid-y &gt; .large-2, .grid-y &gt; .large-3, .grid-y &gt; .large-4, .grid-y &gt; .large-5, .grid-y &gt; .large-6, .grid-y &gt; .large-7, .grid-y &gt; .large-8, .grid-y &gt; .large-9, .grid-y &gt; .large-10, .grid-y &gt; .large-11, .grid-y &gt; .large-12 {
      flex-basis: auto; } }
  .grid-y &gt; .small-1 {
    height: 8.3333333333%; }
  .grid-y &gt; .small-2 {
    height: 16.6666666667%; }
  .grid-y &gt; .small-3 {
    height: 25%; }
  .grid-y &gt; .small-4 {
    height: 33.3333333333%; }
  .grid-y &gt; .small-5 {
    height: 41.6666666667%; }
  .grid-y &gt; .small-6 {
    height: 50%; }
  .grid-y &gt; .small-7 {
    height: 58.3333333333%; }
  .grid-y &gt; .small-8 {
    height: 66.6666666667%; }
  .grid-y &gt; .small-9 {
    height: 75%; }
  .grid-y &gt; .small-10 {
    height: 83.3333333333%; }
  .grid-y &gt; .small-11 {
    height: 91.6666666667%; }
  .grid-y &gt; .small-12 {
    height: 100%; }
  @media print, screen and (min-width: 40em) {
    .grid-y &gt; .medium-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y &gt; .medium-shrink {
      height: auto; }
    .grid-y &gt; .medium-1 {
      height: 8.3333333333%; }
    .grid-y &gt; .medium-2 {
      height: 16.6666666667%; }
    .grid-y &gt; .medium-3 {
      height: 25%; }
    .grid-y &gt; .medium-4 {
      height: 33.3333333333%; }
    .grid-y &gt; .medium-5 {
      height: 41.6666666667%; }
    .grid-y &gt; .medium-6 {
      height: 50%; }
    .grid-y &gt; .medium-7 {
      height: 58.3333333333%; }
    .grid-y &gt; .medium-8 {
      height: 66.6666666667%; }
    .grid-y &gt; .medium-9 {
      height: 75%; }
    .grid-y &gt; .medium-10 {
      height: 83.3333333333%; }
    .grid-y &gt; .medium-11 {
      height: 91.6666666667%; }
    .grid-y &gt; .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 64em) {
    .grid-y &gt; .large-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y &gt; .large-shrink {
      height: auto; }
    .grid-y &gt; .large-1 {
      height: 8.3333333333%; }
    .grid-y &gt; .large-2 {
      height: 16.6666666667%; }
    .grid-y &gt; .large-3 {
      height: 25%; }
    .grid-y &gt; .large-4 {
      height: 33.3333333333%; }
    .grid-y &gt; .large-5 {
      height: 41.6666666667%; }
    .grid-y &gt; .large-6 {
      height: 50%; }
    .grid-y &gt; .large-7 {
      height: 58.3333333333%; }
    .grid-y &gt; .large-8 {
      height: 66.6666666667%; }
    .grid-y &gt; .large-9 {
      height: 75%; }
    .grid-y &gt; .large-10 {
      height: 83.3333333333%; }
    .grid-y &gt; .large-11 {
      height: 91.6666666667%; }
    .grid-y &gt; .large-12 {
      height: 100%; } }

.grid-padding-y .grid-padding-y {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -3.125rem;
      margin-bottom: -3.125rem; } }

.grid-padding-y &gt; .cell {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y &gt; .cell {
      padding-top: 3.125rem;
      padding-bottom: 3.125rem; } }

.grid-margin-y {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -3.125rem;
      margin-bottom: -3.125rem; } }
  .grid-margin-y &gt; .cell {
    height: calc(100% - 2.5rem);
    margin-top: 1.25rem;
    margin-bottom: 1.25rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y &gt; .cell {
      height: calc(100% - 6.25rem);
      margin-top: 3.125rem;
      margin-bottom: 3.125rem; } }
  .grid-margin-y &gt; .auto {
    height: auto; }
  .grid-margin-y &gt; .shrink {
    height: auto; }
  .grid-margin-y &gt; .small-1 {
    height: calc(8.3333333333% - 2.5rem); }
  .grid-margin-y &gt; .small-2 {
    height: calc(16.6666666667% - 2.5rem); }
  .grid-margin-y &gt; .small-3 {
    height: calc(25% - 2.5rem); }
  .grid-margin-y &gt; .small-4 {
    height: calc(33.3333333333% - 2.5rem); }
  .grid-margin-y &gt; .small-5 {
    height: calc(41.6666666667% - 2.5rem); }
  .grid-margin-y &gt; .small-6 {
    height: calc(50% - 2.5rem); }
  .grid-margin-y &gt; .small-7 {
    height: calc(58.3333333333% - 2.5rem); }
  .grid-margin-y &gt; .small-8 {
    height: calc(66.6666666667% - 2.5rem); }
  .grid-margin-y &gt; .small-9 {
    height: calc(75% - 2.5rem); }
  .grid-margin-y &gt; .small-10 {
    height: calc(83.3333333333% - 2.5rem); }
  .grid-margin-y &gt; .small-11 {
    height: calc(91.6666666667% - 2.5rem); }
  .grid-margin-y &gt; .small-12 {
    height: calc(100% - 2.5rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y &gt; .auto {
      height: auto; }
    .grid-margin-y &gt; .shrink {
      height: auto; }
    .grid-margin-y &gt; .small-1 {
      height: calc(8.3333333333% - 6.25rem); }
    .grid-margin-y &gt; .small-2 {
      height: calc(16.6666666667% - 6.25rem); }
    .grid-margin-y &gt; .small-3 {
      height: calc(25% - 6.25rem); }
    .grid-margin-y &gt; .small-4 {
      height: calc(33.3333333333% - 6.25rem); }
    .grid-margin-y &gt; .small-5 {
      height: calc(41.6666666667% - 6.25rem); }
    .grid-margin-y &gt; .small-6 {
      height: calc(50% - 6.25rem); }
    .grid-margin-y &gt; .small-7 {
      height: calc(58.3333333333% - 6.25rem); }
    .grid-margin-y &gt; .small-8 {
      height: calc(66.6666666667% - 6.25rem); }
    .grid-margin-y &gt; .small-9 {
      height: calc(75% - 6.25rem); }
    .grid-margin-y &gt; .small-10 {
      height: calc(83.3333333333% - 6.25rem); }
    .grid-margin-y &gt; .small-11 {
      height: calc(91.6666666667% - 6.25rem); }
    .grid-margin-y &gt; .small-12 {
      height: calc(100% - 6.25rem); }
    .grid-margin-y &gt; .medium-auto {
      height: auto; }
    .grid-margin-y &gt; .medium-shrink {
      height: auto; }
    .grid-margin-y &gt; .medium-1 {
      height: calc(8.3333333333% - 6.25rem); }
    .grid-margin-y &gt; .medium-2 {
      height: calc(16.6666666667% - 6.25rem); }
    .grid-margin-y &gt; .medium-3 {
      height: calc(25% - 6.25rem); }
    .grid-margin-y &gt; .medium-4 {
      height: calc(33.3333333333% - 6.25rem); }
    .grid-margin-y &gt; .medium-5 {
      height: calc(41.6666666667% - 6.25rem); }
    .grid-margin-y &gt; .medium-6 {
      height: calc(50% - 6.25rem); }
    .grid-margin-y &gt; .medium-7 {
      height: calc(58.3333333333% - 6.25rem); }
    .grid-margin-y &gt; .medium-8 {
      height: calc(66.6666666667% - 6.25rem); }
    .grid-margin-y &gt; .medium-9 {
      height: calc(75% - 6.25rem); }
    .grid-margin-y &gt; .medium-10 {
      height: calc(83.3333333333% - 6.25rem); }
    .grid-margin-y &gt; .medium-11 {
      height: calc(91.6666666667% - 6.25rem); }
    .grid-margin-y &gt; .medium-12 {
      height: calc(100% - 6.25rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y &gt; .large-auto {
      height: auto; }
    .grid-margin-y &gt; .large-shrink {
      height: auto; }
    .grid-margin-y &gt; .large-1 {
      height: calc(8.3333333333% - 6.25rem); }
    .grid-margin-y &gt; .large-2 {
      height: calc(16.6666666667% - 6.25rem); }
    .grid-margin-y &gt; .large-3 {
      height: calc(25% - 6.25rem); }
    .grid-margin-y &gt; .large-4 {
      height: calc(33.3333333333% - 6.25rem); }
    .grid-margin-y &gt; .large-5 {
      height: calc(41.6666666667% - 6.25rem); }
    .grid-margin-y &gt; .large-6 {
      height: calc(50% - 6.25rem); }
    .grid-margin-y &gt; .large-7 {
      height: calc(58.3333333333% - 6.25rem); }
    .grid-margin-y &gt; .large-8 {
      height: calc(66.6666666667% - 6.25rem); }
    .grid-margin-y &gt; .large-9 {
      height: calc(75% - 6.25rem); }
    .grid-margin-y &gt; .large-10 {
      height: calc(83.3333333333% - 6.25rem); }
    .grid-margin-y &gt; .large-11 {
      height: calc(91.6666666667% - 6.25rem); }
    .grid-margin-y &gt; .large-12 {
      height: calc(100% - 6.25rem); } }

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw; }

.cell .grid-frame {
  width: 100%; }

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar; }

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar; }

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%; }
  .cell-block-container &gt; .grid-x {
    max-height: 100%;
    flex-wrap: nowrap; }

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .medium-grid-frame {
    width: 100%; }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .medium-cell-block-container &gt; .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .large-grid-frame {
    width: 100%; }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .large-cell-block-container &gt; .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh; }

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh; } }

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh; } }

.cell .grid-y.grid-frame {
  height: 100%; }

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%; } }

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%; } }

.grid-margin-y {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -3.125rem;
      margin-bottom: -3.125rem; } }
  .grid-margin-y &gt; .cell {
    height: calc(100% - 2.5rem);
    margin-top: 1.25rem;
    margin-bottom: 1.25rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y &gt; .cell {
      height: calc(100% - 6.25rem);
      margin-top: 3.125rem;
      margin-bottom: 3.125rem; } }
  .grid-margin-y &gt; .auto {
    height: auto; }
  .grid-margin-y &gt; .shrink {
    height: auto; }
  .grid-margin-y &gt; .small-1 {
    height: calc(8.3333333333% - 2.5rem); }
  .grid-margin-y &gt; .small-2 {
    height: calc(16.6666666667% - 2.5rem); }
  .grid-margin-y &gt; .small-3 {
    height: calc(25% - 2.5rem); }
  .grid-margin-y &gt; .small-4 {
    height: calc(33.3333333333% - 2.5rem); }
  .grid-margin-y &gt; .small-5 {
    height: calc(41.6666666667% - 2.5rem); }
  .grid-margin-y &gt; .small-6 {
    height: calc(50% - 2.5rem); }
  .grid-margin-y &gt; .small-7 {
    height: calc(58.3333333333% - 2.5rem); }
  .grid-margin-y &gt; .small-8 {
    height: calc(66.6666666667% - 2.5rem); }
  .grid-margin-y &gt; .small-9 {
    height: calc(75% - 2.5rem); }
  .grid-margin-y &gt; .small-10 {
    height: calc(83.3333333333% - 2.5rem); }
  .grid-margin-y &gt; .small-11 {
    height: calc(91.6666666667% - 2.5rem); }
  .grid-margin-y &gt; .small-12 {
    height: calc(100% - 2.5rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y &gt; .auto {
      height: auto; }
    .grid-margin-y &gt; .shrink {
      height: auto; }
    .grid-margin-y &gt; .small-1 {
      height: calc(8.3333333333% - 6.25rem); }
    .grid-margin-y &gt; .small-2 {
      height: calc(16.6666666667% - 6.25rem); }
    .grid-margin-y &gt; .small-3 {
      height: calc(25% - 6.25rem); }
    .grid-margin-y &gt; .small-4 {
      height: calc(33.3333333333% - 6.25rem); }
    .grid-margin-y &gt; .small-5 {
      height: calc(41.6666666667% - 6.25rem); }
    .grid-margin-y &gt; .small-6 {
      height: calc(50% - 6.25rem); }
    .grid-margin-y &gt; .small-7 {
      height: calc(58.3333333333% - 6.25rem); }
    .grid-margin-y &gt; .small-8 {
      height: calc(66.6666666667% - 6.25rem); }
    .grid-margin-y &gt; .small-9 {
      height: calc(75% - 6.25rem); }
    .grid-margin-y &gt; .small-10 {
      height: calc(83.3333333333% - 6.25rem); }
    .grid-margin-y &gt; .small-11 {
      height: calc(91.6666666667% - 6.25rem); }
    .grid-margin-y &gt; .small-12 {
      height: calc(100% - 6.25rem); }
    .grid-margin-y &gt; .medium-auto {
      height: auto; }
    .grid-margin-y &gt; .medium-shrink {
      height: auto; }
    .grid-margin-y &gt; .medium-1 {
      height: calc(8.3333333333% - 6.25rem); }
    .grid-margin-y &gt; .medium-2 {
      height: calc(16.6666666667% - 6.25rem); }
    .grid-margin-y &gt; .medium-3 {
      height: calc(25% - 6.25rem); }
    .grid-margin-y &gt; .medium-4 {
      height: calc(33.3333333333% - 6.25rem); }
    .grid-margin-y &gt; .medium-5 {
      height: calc(41.6666666667% - 6.25rem); }
    .grid-margin-y &gt; .medium-6 {
      height: calc(50% - 6.25rem); }
    .grid-margin-y &gt; .medium-7 {
      height: calc(58.3333333333% - 6.25rem); }
    .grid-margin-y &gt; .medium-8 {
      height: calc(66.6666666667% - 6.25rem); }
    .grid-margin-y &gt; .medium-9 {
      height: calc(75% - 6.25rem); }
    .grid-margin-y &gt; .medium-10 {
      height: calc(83.3333333333% - 6.25rem); }
    .grid-margin-y &gt; .medium-11 {
      height: calc(91.6666666667% - 6.25rem); }
    .grid-margin-y &gt; .medium-12 {
      height: calc(100% - 6.25rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y &gt; .large-auto {
      height: auto; }
    .grid-margin-y &gt; .large-shrink {
      height: auto; }
    .grid-margin-y &gt; .large-1 {
      height: calc(8.3333333333% - 6.25rem); }
    .grid-margin-y &gt; .large-2 {
      height: calc(16.6666666667% - 6.25rem); }
    .grid-margin-y &gt; .large-3 {
      height: calc(25% - 6.25rem); }
    .grid-margin-y &gt; .large-4 {
      height: calc(33.3333333333% - 6.25rem); }
    .grid-margin-y &gt; .large-5 {
      height: calc(41.6666666667% - 6.25rem); }
    .grid-margin-y &gt; .large-6 {
      height: calc(50% - 6.25rem); }
    .grid-margin-y &gt; .large-7 {
      height: calc(58.3333333333% - 6.25rem); }
    .grid-margin-y &gt; .large-8 {
      height: calc(66.6666666667% - 6.25rem); }
    .grid-margin-y &gt; .large-9 {
      height: calc(75% - 6.25rem); }
    .grid-margin-y &gt; .large-10 {
      height: calc(83.3333333333% - 6.25rem); }
    .grid-margin-y &gt; .large-11 {
      height: calc(91.6666666667% - 6.25rem); }
    .grid-margin-y &gt; .large-12 {
      height: calc(100% - 6.25rem); } }

.grid-frame.grid-margin-y {
  height: calc(100vh + 2.5rem); }
  @media print, screen and (min-width: 40em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 6.25rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 6.25rem); } }

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 6.25rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 6.25rem); } }

.accordion {
  margin-left: 0;
  background: transparent;
  list-style-type: none; }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed; }

.accordion-item:first-child &gt; :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child &gt; :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 0.7rem 0rem;
  border: 0px solid #e6e6e6;
  border-bottom: 0;
  font-size: 1rem;
  line-height: 1;
  color: black; }
  :last-child:not(.is-active) &gt; .accordion-title {
    border-bottom: 0px solid #e6e6e6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: transparent; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active &gt; .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 0rem;
  border: 0px solid #e6e6e6;
  border-bottom: 0;
  background-color: transparent;
  color: #0a0a0a; }
  :last-child &gt; .accordion-content:last-child {
    border-bottom: 0px solid #e6e6e6; }

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  [data-whatinput='mouse'] .menu li {
    outline: 0; }
  .menu a,
  .menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu input {
    display: inline-block; }
  .menu, .menu.horizontal {
    flex-wrap: wrap;
    flex-direction: row; }
  .menu.vertical {
    flex-wrap: nowrap;
    flex-direction: column; }
  .menu.expanded li {
    flex: 1 1 0px; }
  .menu.simple {
    align-items: center; }
    .menu.simple li + li {
      margin-left: 1rem; }
    .menu.simple a {
      padding: 0; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.medium-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.medium-expanded li {
      flex: 1 1 0px; }
    .menu.medium-simple li {
      flex: 1 1 0px; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.large-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.large-expanded li {
      flex: 1 1 0px; }
    .menu.large-simple li {
      flex: 1 1 0px; } }
  .menu.nested {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.icons a {
    display: flex; }
  .menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
    display: flex; }
  .menu.icon-left li a {
    flex-flow: row nowrap; }
    .menu.icon-left li a img,
    .menu.icon-left li a i,
    .menu.icon-left li a svg {
      margin-right: 0.25rem; }
  .menu.icon-right li a {
    flex-flow: row nowrap; }
    .menu.icon-right li a img,
    .menu.icon-right li a i,
    .menu.icon-right li a svg {
      margin-left: 0.25rem; }
  .menu.icon-top li a {
    flex-flow: column nowrap; }
    .menu.icon-top li a img,
    .menu.icon-top li a i,
    .menu.icon-top li a svg {
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu.icon-bottom li a {
    flex-flow: column nowrap; }
    .menu.icon-bottom li a img,
    .menu.icon-bottom li a i,
    .menu.icon-bottom li a svg {
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu .is-active &gt; a {
    background: #1779ba;
    color: #fefefe; }
  .menu .active &gt; a {
    background: #1779ba;
    color: #fefefe; }
  .menu.align-left {
    justify-content: flex-start; }
  .menu.align-right li {
    display: flex;
    justify-content: flex-end; }
    .menu.align-right li .submenu li {
      justify-content: flex-start; }
  .menu.align-right.vertical li {
    display: block;
    text-align: right; }
    .menu.align-right.vertical li .submenu li {
      text-align: right; }
  .menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0; }
  .menu.align-center li {
    display: flex;
    justify-content: center; }
    .menu.align-center li .submenu li {
      justify-content: flex-start; }
  .menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit; }

.menu-centered &gt; .menu {
  justify-content: center; }
  .menu-centered &gt; .menu li {
    display: flex;
    justify-content: center; }
    .menu-centered &gt; .menu li .submenu li {
      justify-content: flex-start; }

.no-js [data-responsive-menu] ul {
  display: none; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.align-right {
  justify-content: flex-end; }

.align-center {
  justify-content: center; }

.align-justify {
  justify-content: space-between; }

.align-spaced {
  justify-content: space-around; }

.align-right.vertical.menu &gt; li &gt; a {
  justify-content: flex-end; }

.align-center.vertical.menu &gt; li &gt; a {
  justify-content: center; }

.align-top {
  align-items: flex-start; }

.align-self-top {
  align-self: flex-start; }

.align-bottom {
  align-items: flex-end; }

.align-self-bottom {
  align-self: flex-end; }

.align-middle {
  align-items: center; }

.align-self-middle {
  align-self: center; }

.align-stretch {
  align-items: stretch; }

.align-self-stretch {
  align-self: stretch; }

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center; }

.small-order-1 {
  order: 1; }

.small-order-2 {
  order: 2; }

.small-order-3 {
  order: 3; }

.small-order-4 {
  order: 4; }

.small-order-5 {
  order: 5; }

.small-order-6 {
  order: 6; }

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1; }
  .medium-order-2 {
    order: 2; }
  .medium-order-3 {
    order: 3; }
  .medium-order-4 {
    order: 4; }
  .medium-order-5 {
    order: 5; }
  .medium-order-6 {
    order: 6; } }

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1; }
  .large-order-2 {
    order: 2; }
  .large-order-3 {
    order: 3; }
  .large-order-4 {
    order: 4; }
  .large-order-5 {
    order: 5; }
  .large-order-6 {
    order: 6; } }

.flex-container {
  display: flex; }

.flex-child-auto {
  flex: 1 1 auto; }

.flex-child-grow {
  flex: 1 0 auto; }

.flex-child-shrink {
  flex: 0 1 auto; }

.flex-dir-row {
  flex-direction: row; }

.flex-dir-row-reverse {
  flex-direction: row-reverse; }

.flex-dir-column {
  flex-direction: column; }

.flex-dir-column-reverse {
  flex-direction: column-reverse; }

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex; }
  .medium-flex-child-auto {
    flex: 1 1 auto; }
  .medium-flex-child-grow {
    flex: 1 0 auto; }
  .medium-flex-child-shrink {
    flex: 0 1 auto; }
  .medium-flex-dir-row {
    flex-direction: row; }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .medium-flex-dir-column {
    flex-direction: column; }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex; }
  .large-flex-child-auto {
    flex: 1 1 auto; }
  .large-flex-child-grow {
    flex: 1 0 auto; }
  .large-flex-child-shrink {
    flex: 0 1 auto; }
  .large-flex-dir-row {
    flex-direction: row; }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .large-flex-dir-column {
    flex-direction: column; }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

.arrow.arrow-right {
  display: block;
  width: 15px;
  height: 15px;
  border-top: 1px solid #a0a0a0;
  border-right: 1px solid #a0a0a0;
  border-width: 1px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.arrow.arrow-left {
  display: block;
  width: 15px;
  height: 15px;
  border-top: 1px solid #a0a0a0;
  border-right: 1px solid #a0a0a0;
  border-width: 1px;
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg); }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 25px;
  height: 15px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 25px;
    height: 3px;
    background-color: black;
    border-radius: 0px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -6px; }
  .hamburger-inner::after {
    bottom: -6px; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 1.5px; }
  .hamburger--slider .hamburger-inner::before {
    top: 6px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 12px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 6px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-3.5714285714px, -3px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -12px, 0) rotate(-90deg); }

body {
  font-family: "museo-sans", sans-serif; }

h1, h2, h3 {
  font-weight: 700;
  margin: 0; }

h1, h2 {
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 2px; }

p {
  font-weight: 100; }

a {
  text-decoration: none;
  color: black; }

u {
  text-decoration: none;
  display: inline-block; }
  u:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: black; }

::-webkit-input-placeholder {
  color: black; }

::-moz-placeholder {
  color: black; }

:-ms-input-placeholder {
  color: black; }

:-moz-placeholder {
  color: black; }

button.button, a.button, .text__button a, .home-services &gt; a, .about-method a {
  position: relative;
  z-index: 0;
  display: inline-block;
  padding: 18px 25px;
  text-align: center;
  border: 1px solid black;
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1;
  color: black;
  cursor: pointer;
  background: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  transition: color 200ms linear; }
  button.button:after, a.button:after, .text__button a:after, .home-services &gt; a:after, .about-method a:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: black;
    transition: all 200ms linear; }
  button.button:hover, a.button:hover, .text__button a:hover, .home-services &gt; a:hover, .about-method a:hover {
    color: white; }
    button.button:hover:after, a.button:hover:after, .text__button a:hover:after, .home-services &gt; a:hover:after, .about-method a:hover:after {
      width: 100%; }

#nav {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 9; }
  @media screen and (max-width: 39.9375em) {
    #nav {
      position: static;
      margin: 20px 0 15px; }
      #nav .grid-x {
        min-height: 50px;
        align-items: flex-start; } }
  #nav a.brand {
    display: block;
    width: 263px;
    height: 48px;
    background: url("/img/logo.png") no-repeat center center;
    text-indent: -9999px; }
    @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #nav a.brand {
        background: url("/img/logo@2x.png") no-repeat center center/100% 100%; } }
  #nav .hamburger {
    position: absolute;
    top: 18px;
    right: 10px; }
  #nav .menu li a {
    position: relative;
    font-weight: 300;
    color: black;
    letter-spacing: 2.36px;
    font-size: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid transparent; }
  #nav .menu li.active a {
    background-color: transparent; }
  @media screen and (min-width: 40em) {
    #nav .menu li.active a:after, #nav .menu li:hover a:after {
      content: '';
      display: block;
      height: 1px;
      width: 100%;
      background-color: black;
      position: relative;
      bottom: -5px; }
    #nav .menu li:not(.active):hover a:after {
      animation: line 750ms ease-out; } }
  @media screen and (min-width: 40em) {
    #nav .menu {
      margin-right: -15px; } }
  @media screen and (max-width: 39.9375em) {
    #nav .menu {
      max-height: 0;
      overflow: hidden;
      transition: max-height 250ms ease-in-out; }
      #nav .menu.menu__open {
        max-height: 200px; }
      #nav .menu li {
        display: block;
        width: 100%; }
        #nav .menu li:first-child {
          margin-top: 30px; }
        #nav .menu li:last-child {
          margin-bottom: 30px; }
        #nav .menu li a {
          text-align: center; } }

.section__top {
  position: relative;
  background-size: cover;
  background-position: center center; }
  .section__top.section__top--home &gt; .grid-x {
    min-height: 100vh; }
  @media screen and (min-width: 40em) {
    .section__top.section__top--home &gt; .grid-x .cell .content {
      min-height: 100%; }
      .section__top.section__top--home &gt; .grid-x .cell .content .text {
        position: relative;
        padding-top: 140px;
        padding-bottom: 150px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .section__top.section__top--home &gt; .grid-x .cell .content .text a {
          max-width: 185px; } }
    @media screen and (min-width: 40em) and (min-height: 585px) {
      .section__top.section__top--home &gt; .grid-x .cell .content .text:after {
        content: '';
        display: block;
        width: 12px;
        height: 43px;
        background: url("/img/arrow.png") no-repeat center center;
        position: absolute;
        bottom: 25px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        animation: bounce 5s infinite linear 1500ms, arrow 500ms linear 1s; } }
  @media screen and (min-width: 40em) and (min-height: 585px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 40em) and (min-height: 585px) and (min-resolution: 192dpi) {
    .section__top.section__top--home &gt; .grid-x .cell .content .text:after {
      background: url("/img/arrow@2x.png") no-repeat center center/100% 100%; } }
  @media screen and (max-width: 39.9375em) {
    .section__top.section__top--contact .cell:first-child {
      order: 2; }
      .section__top.section__top--contact .cell:first-child .text {
        padding-top: 0 !important; } }
  @media screen and (min-width: 64em) {
    .section__top.section__top--contact .cell:last-child .content {
      justify-content: flex-start; }
      .section__top.section__top--contact .cell:last-child .content .text {
        padding-left: 125px; } }
  .section__top.animate &gt; .grid-x &gt; .cell:first-child {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    animation: home 750ms ease-out; }
  .section__top &gt; .grid-x &gt; .cell:first-child {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  @media screen and (max-width: 39.9375em) {
    .section__top &gt; .grid-x {
      min-height: calc(100vh - 70px); } }
  @media screen and (min-width: 40em) {
    .section__top &gt; .grid-x {
      min-height: 800px; } }
  @media screen and (min-width: 64em) {
    .section__top &gt; .grid-x {
      min-height: 950px; } }
  .section__top &gt; .grid-x .cell {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .section__top &gt; .grid-x .cell.has-bg {
      background-color: rgba(255, 255, 255, 0.95); }
    @media screen and (max-width: 39.9375em) {
      .section__top &gt; .grid-x .cell.has-bg-on-small {
        background-color: rgba(255, 255, 255, 0.95); }
      .section__top &gt; .grid-x .cell.coordinates &gt; span {
        display: none !important; } }
    @media screen and (min-width: 40em) {
      .section__top &gt; .grid-x .cell.coordinates &gt; span {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        font-weight: 100;
        color: black;
        font-size: 13px;
        letter-spacing: 3px;
        width: 250px;
        text-align: center;
        position: absolute;
        right: -100px;
        top: 49%;
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        animation: coordinates 250ms linear;
        animation-fill-mode: forwards;
        animation-delay: 1s;
        overflow: hidden; }
        .section__top &gt; .grid-x .cell.coordinates &gt; span i {
          font-style: normal; } }
    .section__top &gt; .grid-x .cell .content {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex: 1;
      justify-content: center; }
      @media screen and (min-width: 64em) {
        .section__top &gt; .grid-x .cell .content {
          justify-content: flex-end; } }
      .section__top &gt; .grid-x .cell .content .text {
        width: 100%;
        padding: 50px 20px; }
        @media screen and (min-width: 40em) {
          .section__top &gt; .grid-x .cell .content .text {
            padding: 200px 50px 100px 50px; } }
        @media screen and (min-width: 64em) {
          .section__top &gt; .grid-x .cell .content .text {
            max-width: 650px; }
            .section__top &gt; .grid-x .cell .content .text.text__wide p {
              max-width: 520px; } }
        .section__top &gt; .grid-x .cell .content .text h1 {
          margin-bottom: 20px; }
        .section__top &gt; .grid-x .cell .content .text p {
          margin: 0 0 25px; }
          .section__top &gt; .grid-x .cell .content .text p:last-child {
            margin-bottom: 0; }
          @media screen and (min-width: 64em) {
            .section__top &gt; .grid-x .cell .content .text p {
              max-width: 350px; } }
        .section__top &gt; .grid-x .cell .content .text div.contact {
          max-width: 475px;
          padding-top: 50px; }
          .section__top &gt; .grid-x .cell .content .text div.contact p:first-child {
            margin-top: 0; }
        .section__top &gt; .grid-x .cell .content .text label {
          font-weight: 100;
          font-size: 14px; }
        .section__top &gt; .grid-x .cell .content .text input[type=text], .section__top &gt; .grid-x .cell .content .text input[type=email], .section__top &gt; .grid-x .cell .content .text textarea {
          display: block;
          width: 100%;
          background: none;
          -webkit-appearance: none;
          border: 0;
          border-bottom: 1px solid black;
          margin-bottom: 40px;
          outline: none;
          -webkit-appearance: none;
          -webkit-border-radius: 0;
          border-radius: 0;
          background-clip: padding-box;
          /* stops bg color from leaking outside the border: */
          font-weight: 100;
          font-size: 14px; }
          .section__top &gt; .grid-x .cell .content .text input[type=text].error, .section__top &gt; .grid-x .cell .content .text input[type=email].error, .section__top &gt; .grid-x .cell .content .text textarea.error {
            border-color: #cc0000; }
        .section__top &gt; .grid-x .cell .content .text textarea {
          min-width: 100%;
          max-width: 100%;
          height: 130px;
          border: 1px solid black;
          padding: 10px; }

.section__split {
  padding: 65px 0; }
  .section__split ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    max-width: 350px;
    margin-bottom: 30px; }
    .section__split ul li {
      font-size: 16px;
      color: black;
      font-weight: 300;
      flex: 0 1 50%;
      margin-bottom: 10px; }
      .section__split ul li a {
        position: relative;
        display: inline-block;
        cursor: pointer; }
        .section__split ul li a:after {
          content: '';
          display: block;
          width: 100%;
          height: 1px;
          background-color: black; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .section__split .home-services {
      padding-right: 10px; } }
  .section__split .home-services p {
    margin: 25px 0; }
  .section__split .swiper {
    position: relative;
    padding: 50px 0; }
    @media screen and (max-width: 39.9375em) {
      .section__split .swiper {
        padding-bottom: 0px; }
        .section__split .swiper.swiper__about {
          padding-top: 25px; }
        .section__split .swiper.swiper__home {
          margin-top: 50px; } }
    @media screen and (min-width: 40em) {
      .section__split .swiper.swiper__about:before {
        right: -50px;
        left: auto; } }
    @media screen and (min-width: 64em) {
      .section__split .swiper.swiper__home {
        padding: 50px 0 60px 30px; }
      .section__split .swiper.swiper__about {
        padding: 50px 30px 65px 0; } }
    .section__split .swiper.swiper__home {
      position: relative; }
      .section__split .swiper.swiper__home:after {
        content: '';
        background: url("/img/stamp.svg") no-repeat center center;
        background-size: cover;
        display: block;
        width: 125px;
        height: 125px;
        position: absolute;
        top: 100px;
        right: -55px;
        z-index: 9; }
        @media screen and (max-width: 39.9375em) {
          .section__split .swiper.swiper__home:after {
            width: 150px;
            height: 150px;
            top: -10px;
            right: 0px; } }
    .section__split .swiper .swiper-pagination {
      position: absolute;
      bottom: 30px;
      margin: 0 auto;
      text-align: left; }
      @media screen and (max-width: 39.9375em) {
        .section__split .swiper .swiper-pagination {
          bottom: -25px; } }
      .section__split .swiper .swiper-pagination .swiper-pagination-bullet {
        margin-right: 10px;
        width: 6px;
        height: 6px;
        outline: none; }
        .section__split .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background: black; }
  .section__split.section__split--about {
    padding: 60px 0; }
    .section__split.section__split--about .cell {
      padding-top: 60px;
      padding-bottom: 60px; }
    @media screen and (max-width: 39.9375em) {
      .section__split.section__split--about {
        padding: 50px 0; } }
    .section__split.section__split--about p {
      margin: 25px 0; }
    @media screen and (min-width: 40em) {
      .section__split.section__split--about .grid-x .cell:first-child {
        order: 2; } }
    @media screen and (min-width: 64em) {
      .section__split.section__split--about .grid-x .cell:first-child {
        padding-left: 80px; } }
    .section__split.section__split--about .grid-x .cell:first-child {
      position: relative; }
      .section__split.section__split--about .grid-x .cell:first-child:after {
        content: '';
        display: block;
        width: 125px;
        height: 125px;
        background: url("/img/stamp.svg") no-repeat center center;
        background-size: cover;
        position: absolute;
        top: -60px;
        right: 20px; }

.section__banner {
  background-size: cover;
  background-position: center center; }
  .section__banner &gt; div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    background-color: rgba(230, 230, 230, 0.9); }
  .section__banner h3 {
    font-family: "acta-display", serif;
    font-weight: 400;
    text-align: center;
    font-size: 36px;
    letter-spacing: 2px;
    line-height: 1.3; }
    .section__banner h3 i {
      position: relative;
      font-style: normal; }
      .section__banner h3 i:after {
        content: '';
        display: inline-block;
        height: 2px;
        background-color: black;
        position: absolute;
        bottom: 0;
        left: 2px;
        right: 3px; }
  @media screen and (min-width: 40em) {
    .section__banner &gt; div {
      height: 350px; }
    .section__banner h3 {
      font-size: 36px; } }

.section__points {
  padding: 50px 0; }
  @media screen and (min-width: 40em) {
    .section__points {
      padding: 100px 0; } }
  .section__points .point {
    position: relative;
    text-align: center;
    padding: 25px 0; }
    @media screen and (max-width: 63.9375em) {
      .section__points .point {
        margin-bottom: 35px; } }
    .section__points .point:after {
      content: '';
      width: 1px;
      display: block;
      background-color: #c9c9c9;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0; }
    .section__points .point span {
      font-family: "acta-display", serif;
      font-size: 36px;
      font-weight: 400;
      font-style: normal; }
      @media screen and (max-width: 39.9375em) {
        .section__points .point span {
          font-size: 30px; } }
    .section__points .point p {
      font-weight: 300;
      font-size: 15px;
      line-height: 20px;
      letter-spacing: 1px;
      margin: 0; }
  .section__points .contact {
    padding-top: 40px;
    text-align: center; }
  @media screen and (max-width: 63.9375em) {
    .section__points .cell:nth-child(even) .point:after {
      display: none; } }
  @media screen and (min-width: 64em) {
    .section__points .cell.last .point:after {
      display: none; } }

.section__slogan {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  padding: 150px 20px; }
  .section__slogan h3 {
    position: relative;
    font-family: "acta-display";
    font-weight: 400;
    font-size: 26px;
    text-align: center;
    letter-spacing: 2px;
    line-height: 1.4; }
    .section__slogan h3:after {
      content: '';
      display: block;
      width: 165px;
      height: 165px;
      background: url("/img/stamp.svg") no-repeat;
      background-size: 100% 100%;
      opacity: 0.3;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
      filter: alpha(opacity=30);
      position: absolute;
      top: -120%;
      right: -18%; }
      @media screen and (max-width: 63.9375em) {
        .section__slogan h3:after {
          right: 50%;
          top: -180%;
          margin-right: -82.5px; } }
      @media screen and (max-width: 39.9375em) {
        .section__slogan h3:after {
          top: -200px; } }
  @media screen and (min-width: 40em) {
    .section__slogan {
      padding: 160px 40px 100px; }
      .section__slogan h3 {
        font-size: 36px; } }
  @media screen and (max-width: 63.9375em) {
    .section__slogan {
      padding: 275px 40px 75px; } }

#footer .grid-x {
  border-top: 1px solid #E7E7E4;
  padding: 40px 0; }

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  #footer ul li {
    font-weight: 300;
    font-size: 15px;
    line-height: 24px; }
    #footer ul li.thin {
      font-weight: 100; }
    #footer ul li a {
      font-weight: 100;
      color: black; }
      #footer ul li a.fat {
        position: relative;
        font-weight: 300;
        display: inline-block; }
        #footer ul li a.fat:after {
          content: '';
          display: block;
          width: 100%;
          height: 1px;
          background-color: black;
          bottom: 3px;
          position: relative; }

.accordion {
  padding: 0;
  max-width: 420px; }
  .accordion .accordion-item {
    padding-bottom: 10px; }
    .accordion .accordion-item.is-active .accordion-title {
      font-weight: 700; }
      .accordion .accordion-item.is-active .accordion-title:before {
        content: '+';
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        right: 17px; }
    .accordion .accordion-item .accordion-title {
      padding: 5px 0;
      border-bottom: 1px solid black;
      font-weight: 300; }
      .accordion .accordion-item .accordion-title:before {
        font-weight: 300;
        font-family: "Arial"; }

.cell.line {
  position: relative; }
  .cell.line:before {
    content: '';
    display: block;
    width: 1px;
    background-color: #c9c9c9;
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 100%;
    transition: bottom 1000ms linear; }

.is-visible .cell.line:before {
  bottom: 0; }

@keyframes line {
  from {
    width: 0%; }
  to {
    width: 100%; } }

@keyframes home {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0%); } }

@keyframes arrow {
  from {
    transform: translateY(-50px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  to {
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); } }

@keyframes bounce {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    transform: translateY(0); }
  7% {
    transform: translateY(-15px); }
  15% {
    transform: translateY(0); }
  20% {
    transform: translateY(-10px); }
  25% {
    transform: translateY(0); }
  30% {
    transform: translateY(-5px); }
  33% {
    transform: translateY(0); }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); } }

@keyframes typewriter {
  from {
    width: 0;
    right: 22px; }
  to {
    width: 225px;
    right: -90px; } }

@keyframes coordinates {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); } }
</pre></body></html>