@charset "UTF-8";


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-close-btn-in .modal_form_auto_open .mfp-close {
  color: #fff; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*!
 * 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;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.85; }
  .hamburger.is-active:hover {
    opacity: 0.85; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: white; }

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

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

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
       -o-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
       -o-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -16px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
       -o-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'icons';
    src: url('../font/icons.svg?5903439#icons') format('svg');
  }
}
*/
html:root [data-slick]:not(.slick-initialized) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  overflow: auto;
  visibility: hidden; }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

.mfp-hide {
  display: none; }

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-out;
  -o-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out; }
  .mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.9; }
  .mfp-fade.mfp-bg.mfp-removing {
    opacity: 0; }

.mfp-fade .mfp-arrow {
  opacity: 1;
  -webkit-transition: opacity 0.15s ease-out;
  -o-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out; }

.mfp-fade .mfp-content {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-out;
  -o-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-arrow {
  opacity: 0; }

.mfp-wrap {
  -webkit-overflow-scrolling: touch; }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=48em&large=65em&xlarge=75em"; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%; }
/*
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }*/

body {
  margin: 0;
  padding: 0;
  background: white;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  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;
  -webkit-border-radius: 0;
          border-radius: 0; }

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  -webkit-border-radius: 0;
          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;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  -webkit-border-radius: 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: 0.625rem;
  padding-left: 0.625rem;
  max-width: 73.75rem;
  margin: 0 auto; }
  @media print, screen and (min-width: 48em) {
    .grid-container {
      padding-right: 1rem;
      padding-left: 1rem; } }
  @media print, screen and (min-width: 65em) {
    .grid-container {
      padding-right: 1rem;
      padding-left: 1rem; } }
  .grid-container.fluid {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 100%;
    margin: 0 auto; }
    @media print, screen and (min-width: 48em) {
      .grid-container.fluid {
        padding-right: 1rem;
        padding-left: 1rem; } }
    @media print, screen and (min-width: 65em) {
      .grid-container.fluid {
        padding-right: 1rem;
        padding-left: 1rem; } }
  .grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin: 0 auto; }

.grid-x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

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

.grid-x > .auto {
  width: auto; }

.grid-x > .shrink {
  width: auto; }

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }

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

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

@media screen and (min-width: 75em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } }

.grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.grid-x > .small-1 {
  width: 8.33333%; }

.grid-x > .small-2 {
  width: 16.66667%; }

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

.grid-x > .small-4 {
  width: 33.33333%; }

.grid-x > .small-5 {
  width: 41.66667%; }

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

.grid-x > .small-7 {
  width: 58.33333%; }

.grid-x > .small-8 {
  width: 66.66667%; }

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

.grid-x > .small-10 {
  width: 83.33333%; }

.grid-x > .small-11 {
  width: 91.66667%; }

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

@media print, screen and (min-width: 48em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto; }
  .grid-x > .medium-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .grid-x > .medium-shrink {
    width: auto; }
  .grid-x > .medium-1 {
    width: 8.33333%; }
  .grid-x > .medium-2 {
    width: 16.66667%; }
  .grid-x > .medium-3 {
    width: 25%; }
  .grid-x > .medium-4 {
    width: 33.33333%; }
  .grid-x > .medium-5 {
    width: 41.66667%; }
  .grid-x > .medium-6 {
    width: 50%; }
  .grid-x > .medium-7 {
    width: 58.33333%; }
  .grid-x > .medium-8 {
    width: 66.66667%; }
  .grid-x > .medium-9 {
    width: 75%; }
  .grid-x > .medium-10 {
    width: 83.33333%; }
  .grid-x > .medium-11 {
    width: 91.66667%; }
  .grid-x > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 65em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto; }
  .grid-x > .large-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .grid-x > .large-shrink {
    width: auto; }
  .grid-x > .large-1 {
    width: 8.33333%; }
  .grid-x > .large-2 {
    width: 16.66667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.33333%; }
  .grid-x > .large-5 {
    width: 41.66667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.33333%; }
  .grid-x > .large-8 {
    width: 66.66667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.33333%; }
  .grid-x > .large-11 {
    width: 91.66667%; }
  .grid-x > .large-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .grid-x > .xlarge-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto; }
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .grid-x > .xlarge-shrink {
    width: auto; }
  .grid-x > .xlarge-1 {
    width: 8.33333%; }
  .grid-x > .xlarge-2 {
    width: 16.66667%; }
  .grid-x > .xlarge-3 {
    width: 25%; }
  .grid-x > .xlarge-4 {
    width: 33.33333%; }
  .grid-x > .xlarge-5 {
    width: 41.66667%; }
  .grid-x > .xlarge-6 {
    width: 50%; }
  .grid-x > .xlarge-7 {
    width: 58.33333%; }
  .grid-x > .xlarge-8 {
    width: 66.66667%; }
  .grid-x > .xlarge-9 {
    width: 75%; }
  .grid-x > .xlarge-10 {
    width: 83.33333%; }
  .grid-x > .xlarge-11 {
    width: 91.66667%; }
  .grid-x > .xlarge-12 {
    width: 100%; } }

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

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

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-x {
      margin-left: -0.5rem;
      margin-right: -0.5rem; } }
  @media print, screen and (min-width: 65em) {
    .grid-margin-x {
      margin-left: -1rem;
      margin-right: -1rem; } }
  .grid-margin-x > .cell {
    width: -webkit-calc(100% - 1.25rem);
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-x > .cell {
      width: -webkit-calc(100% - 1rem);
      width: calc(100% - 1rem);
      margin-left: 0.5rem;
      margin-right: 0.5rem; } }
  @media print, screen and (min-width: 65em) {
    .grid-margin-x > .cell {
      width: -webkit-calc(100% - 2rem);
      width: calc(100% - 2rem);
      margin-left: 1rem;
      margin-right: 1rem; } }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: -webkit-calc(8.33333% - 1.25rem);
    width: calc(8.33333% - 1.25rem); }
  .grid-margin-x > .small-2 {
    width: -webkit-calc(16.66667% - 1.25rem);
    width: calc(16.66667% - 1.25rem); }
  .grid-margin-x > .small-3 {
    width: -webkit-calc(25% - 1.25rem);
    width: calc(25% - 1.25rem); }
  .grid-margin-x > .small-4 {
    width: -webkit-calc(33.33333% - 1.25rem);
    width: calc(33.33333% - 1.25rem); }
  .grid-margin-x > .small-5 {
    width: -webkit-calc(41.66667% - 1.25rem);
    width: calc(41.66667% - 1.25rem); }
  .grid-margin-x > .small-6 {
    width: -webkit-calc(50% - 1.25rem);
    width: calc(50% - 1.25rem); }
  .grid-margin-x > .small-7 {
    width: -webkit-calc(58.33333% - 1.25rem);
    width: calc(58.33333% - 1.25rem); }
  .grid-margin-x > .small-8 {
    width: -webkit-calc(66.66667% - 1.25rem);
    width: calc(66.66667% - 1.25rem); }
  .grid-margin-x > .small-9 {
    width: -webkit-calc(75% - 1.25rem);
    width: calc(75% - 1.25rem); }
  .grid-margin-x > .small-10 {
    width: -webkit-calc(83.33333% - 1.25rem);
    width: calc(83.33333% - 1.25rem); }
  .grid-margin-x > .small-11 {
    width: -webkit-calc(91.66667% - 1.25rem);
    width: calc(91.66667% - 1.25rem); }
  .grid-margin-x > .small-12 {
    width: -webkit-calc(100% - 1.25rem);
    width: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 48em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: -webkit-calc(8.33333% - 1rem);
      width: calc(8.33333% - 1rem); }
    .grid-margin-x > .small-2 {
      width: -webkit-calc(16.66667% - 1rem);
      width: calc(16.66667% - 1rem); }
    .grid-margin-x > .small-3 {
      width: -webkit-calc(25% - 1rem);
      width: calc(25% - 1rem); }
    .grid-margin-x > .small-4 {
      width: -webkit-calc(33.33333% - 1rem);
      width: calc(33.33333% - 1rem); }
    .grid-margin-x > .small-5 {
      width: -webkit-calc(41.66667% - 1rem);
      width: calc(41.66667% - 1rem); }
    .grid-margin-x > .small-6 {
      width: -webkit-calc(50% - 1rem);
      width: calc(50% - 1rem); }
    .grid-margin-x > .small-7 {
      width: -webkit-calc(58.33333% - 1rem);
      width: calc(58.33333% - 1rem); }
    .grid-margin-x > .small-8 {
      width: -webkit-calc(66.66667% - 1rem);
      width: calc(66.66667% - 1rem); }
    .grid-margin-x > .small-9 {
      width: -webkit-calc(75% - 1rem);
      width: calc(75% - 1rem); }
    .grid-margin-x > .small-10 {
      width: -webkit-calc(83.33333% - 1rem);
      width: calc(83.33333% - 1rem); }
    .grid-margin-x > .small-11 {
      width: -webkit-calc(91.66667% - 1rem);
      width: calc(91.66667% - 1rem); }
    .grid-margin-x > .small-12 {
      width: -webkit-calc(100% - 1rem);
      width: calc(100% - 1rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: -webkit-calc(8.33333% - 1rem);
      width: calc(8.33333% - 1rem); }
    .grid-margin-x > .medium-2 {
      width: -webkit-calc(16.66667% - 1rem);
      width: calc(16.66667% - 1rem); }
    .grid-margin-x > .medium-3 {
      width: -webkit-calc(25% - 1rem);
      width: calc(25% - 1rem); }
    .grid-margin-x > .medium-4 {
      width: -webkit-calc(33.33333% - 1rem);
      width: calc(33.33333% - 1rem); }
    .grid-margin-x > .medium-5 {
      width: -webkit-calc(41.66667% - 1rem);
      width: calc(41.66667% - 1rem); }
    .grid-margin-x > .medium-6 {
      width: -webkit-calc(50% - 1rem);
      width: calc(50% - 1rem); }
    .grid-margin-x > .medium-7 {
      width: -webkit-calc(58.33333% - 1rem);
      width: calc(58.33333% - 1rem); }
    .grid-margin-x > .medium-8 {
      width: -webkit-calc(66.66667% - 1rem);
      width: calc(66.66667% - 1rem); }
    .grid-margin-x > .medium-9 {
      width: -webkit-calc(75% - 1rem);
      width: calc(75% - 1rem); }
    .grid-margin-x > .medium-10 {
      width: -webkit-calc(83.33333% - 1rem);
      width: calc(83.33333% - 1rem); }
    .grid-margin-x > .medium-11 {
      width: -webkit-calc(91.66667% - 1rem);
      width: calc(91.66667% - 1rem); }
    .grid-margin-x > .medium-12 {
      width: -webkit-calc(100% - 1rem);
      width: calc(100% - 1rem); } }
  @media print, screen and (min-width: 65em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: -webkit-calc(8.33333% - 2rem);
      width: calc(8.33333% - 2rem); }
    .grid-margin-x > .small-2 {
      width: -webkit-calc(16.66667% - 2rem);
      width: calc(16.66667% - 2rem); }
    .grid-margin-x > .small-3 {
      width: -webkit-calc(25% - 2rem);
      width: calc(25% - 2rem); }
    .grid-margin-x > .small-4 {
      width: -webkit-calc(33.33333% - 2rem);
      width: calc(33.33333% - 2rem); }
    .grid-margin-x > .small-5 {
      width: -webkit-calc(41.66667% - 2rem);
      width: calc(41.66667% - 2rem); }
    .grid-margin-x > .small-6 {
      width: -webkit-calc(50% - 2rem);
      width: calc(50% - 2rem); }
    .grid-margin-x > .small-7 {
      width: -webkit-calc(58.33333% - 2rem);
      width: calc(58.33333% - 2rem); }
    .grid-margin-x > .small-8 {
      width: -webkit-calc(66.66667% - 2rem);
      width: calc(66.66667% - 2rem); }
    .grid-margin-x > .small-9 {
      width: -webkit-calc(75% - 2rem);
      width: calc(75% - 2rem); }
    .grid-margin-x > .small-10 {
      width: -webkit-calc(83.33333% - 2rem);
      width: calc(83.33333% - 2rem); }
    .grid-margin-x > .small-11 {
      width: -webkit-calc(91.66667% - 2rem);
      width: calc(91.66667% - 2rem); }
    .grid-margin-x > .small-12 {
      width: -webkit-calc(100% - 2rem);
      width: calc(100% - 2rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: -webkit-calc(8.33333% - 2rem);
      width: calc(8.33333% - 2rem); }
    .grid-margin-x > .medium-2 {
      width: -webkit-calc(16.66667% - 2rem);
      width: calc(16.66667% - 2rem); }
    .grid-margin-x > .medium-3 {
      width: -webkit-calc(25% - 2rem);
      width: calc(25% - 2rem); }
    .grid-margin-x > .medium-4 {
      width: -webkit-calc(33.33333% - 2rem);
      width: calc(33.33333% - 2rem); }
    .grid-margin-x > .medium-5 {
      width: -webkit-calc(41.66667% - 2rem);
      width: calc(41.66667% - 2rem); }
    .grid-margin-x > .medium-6 {
      width: -webkit-calc(50% - 2rem);
      width: calc(50% - 2rem); }
    .grid-margin-x > .medium-7 {
      width: -webkit-calc(58.33333% - 2rem);
      width: calc(58.33333% - 2rem); }
    .grid-margin-x > .medium-8 {
      width: -webkit-calc(66.66667% - 2rem);
      width: calc(66.66667% - 2rem); }
    .grid-margin-x > .medium-9 {
      width: -webkit-calc(75% - 2rem);
      width: calc(75% - 2rem); }
    .grid-margin-x > .medium-10 {
      width: -webkit-calc(83.33333% - 2rem);
      width: calc(83.33333% - 2rem); }
    .grid-margin-x > .medium-11 {
      width: -webkit-calc(91.66667% - 2rem);
      width: calc(91.66667% - 2rem); }
    .grid-margin-x > .medium-12 {
      width: -webkit-calc(100% - 2rem);
      width: calc(100% - 2rem); }
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: -webkit-calc(8.33333% - 2rem);
      width: calc(8.33333% - 2rem); }
    .grid-margin-x > .large-2 {
      width: -webkit-calc(16.66667% - 2rem);
      width: calc(16.66667% - 2rem); }
    .grid-margin-x > .large-3 {
      width: -webkit-calc(25% - 2rem);
      width: calc(25% - 2rem); }
    .grid-margin-x > .large-4 {
      width: -webkit-calc(33.33333% - 2rem);
      width: calc(33.33333% - 2rem); }
    .grid-margin-x > .large-5 {
      width: -webkit-calc(41.66667% - 2rem);
      width: calc(41.66667% - 2rem); }
    .grid-margin-x > .large-6 {
      width: -webkit-calc(50% - 2rem);
      width: calc(50% - 2rem); }
    .grid-margin-x > .large-7 {
      width: -webkit-calc(58.33333% - 2rem);
      width: calc(58.33333% - 2rem); }
    .grid-margin-x > .large-8 {
      width: -webkit-calc(66.66667% - 2rem);
      width: calc(66.66667% - 2rem); }
    .grid-margin-x > .large-9 {
      width: -webkit-calc(75% - 2rem);
      width: calc(75% - 2rem); }
    .grid-margin-x > .large-10 {
      width: -webkit-calc(83.33333% - 2rem);
      width: calc(83.33333% - 2rem); }
    .grid-margin-x > .large-11 {
      width: -webkit-calc(91.66667% - 2rem);
      width: calc(91.66667% - 2rem); }
    .grid-margin-x > .large-12 {
      width: -webkit-calc(100% - 2rem);
      width: calc(100% - 2rem); } }
  @media screen and (min-width: 75em) {
    .grid-margin-x > .xlarge-auto {
      width: auto; }
    .grid-margin-x > .xlarge-shrink {
      width: auto; }
    .grid-margin-x > .xlarge-1 {
      width: -webkit-calc(8.33333% - 2rem);
      width: calc(8.33333% - 2rem); }
    .grid-margin-x > .xlarge-2 {
      width: -webkit-calc(16.66667% - 2rem);
      width: calc(16.66667% - 2rem); }
    .grid-margin-x > .xlarge-3 {
      width: -webkit-calc(25% - 2rem);
      width: calc(25% - 2rem); }
    .grid-margin-x > .xlarge-4 {
      width: -webkit-calc(33.33333% - 2rem);
      width: calc(33.33333% - 2rem); }
    .grid-margin-x > .xlarge-5 {
      width: -webkit-calc(41.66667% - 2rem);
      width: calc(41.66667% - 2rem); }
    .grid-margin-x > .xlarge-6 {
      width: -webkit-calc(50% - 2rem);
      width: calc(50% - 2rem); }
    .grid-margin-x > .xlarge-7 {
      width: -webkit-calc(58.33333% - 2rem);
      width: calc(58.33333% - 2rem); }
    .grid-margin-x > .xlarge-8 {
      width: -webkit-calc(66.66667% - 2rem);
      width: calc(66.66667% - 2rem); }
    .grid-margin-x > .xlarge-9 {
      width: -webkit-calc(75% - 2rem);
      width: calc(75% - 2rem); }
    .grid-margin-x > .xlarge-10 {
      width: -webkit-calc(83.33333% - 2rem);
      width: calc(83.33333% - 2rem); }
    .grid-margin-x > .xlarge-11 {
      width: -webkit-calc(91.66667% - 2rem);
      width: calc(91.66667% - 2rem); }
    .grid-margin-x > .xlarge-12 {
      width: -webkit-calc(100% - 2rem);
      width: calc(100% - 2rem); } }

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -0.5rem;
      margin-left: -0.5rem; } }
  @media print, screen and (min-width: 65em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -1rem;
      margin-left: -1rem; } }

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -0.5rem;
      margin-left: -0.5rem; } }
  @media print, screen and (min-width: 65em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -1rem;
      margin-left: -1rem; } }

.grid-padding-x > .cell {
  padding-right: 1.5625rem;
  padding-left: 1.5625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-padding-x > .cell {
      padding-right: 1rem;
      padding-left: 1rem; } }
  @media print, screen and (min-width: 65em) {
    .grid-padding-x > .cell {
      padding-right: 0;
      padding-left: 0; } }

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

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

.small-up-3 > .cell {
  width: 33.33333%; }

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

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

.small-up-6 > .cell {
  width: 16.66667%; }

.small-up-7 > .cell {
  width: 14.28571%; }

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

@media print, screen and (min-width: 48em) {
  .medium-up-1 > .cell {
    width: 100%; }
  .medium-up-2 > .cell {
    width: 50%; }
  .medium-up-3 > .cell {
    width: 33.33333%; }
  .medium-up-4 > .cell {
    width: 25%; }
  .medium-up-5 > .cell {
    width: 20%; }
  .medium-up-6 > .cell {
    width: 16.66667%; }
  .medium-up-7 > .cell {
    width: 14.28571%; }
  .medium-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 65em) {
  .large-up-1 > .cell {
    width: 100%; }
  .large-up-2 > .cell {
    width: 50%; }
  .large-up-3 > .cell {
    width: 33.33333%; }
  .large-up-4 > .cell {
    width: 25%; }
  .large-up-5 > .cell {
    width: 20%; }
  .large-up-6 > .cell {
    width: 16.66667%; }
  .large-up-7 > .cell {
    width: 14.28571%; }
  .large-up-8 > .cell {
    width: 12.5%; } }

@media screen and (min-width: 75em) {
  .xlarge-up-1 > .cell {
    width: 100%; }
  .xlarge-up-2 > .cell {
    width: 50%; }
  .xlarge-up-3 > .cell {
    width: 33.33333%; }
  .xlarge-up-4 > .cell {
    width: 25%; }
  .xlarge-up-5 > .cell {
    width: 20%; }
  .xlarge-up-6 > .cell {
    width: 16.66667%; }
  .xlarge-up-7 > .cell {
    width: 14.28571%; }
  .xlarge-up-8 > .cell {
    width: 12.5%; } }

.grid-margin-x.small-up-1 > .cell {
  width: -webkit-calc(100% - 1.25rem);
  width: calc(100% - 1.25rem); }

.grid-margin-x.small-up-2 > .cell {
  width: -webkit-calc(50% - 1.25rem);
  width: calc(50% - 1.25rem); }

.grid-margin-x.small-up-3 > .cell {
  width: -webkit-calc(33.33333% - 1.25rem);
  width: calc(33.33333% - 1.25rem); }

.grid-margin-x.small-up-4 > .cell {
  width: -webkit-calc(25% - 1.25rem);
  width: calc(25% - 1.25rem); }

.grid-margin-x.small-up-5 > .cell {
  width: -webkit-calc(20% - 1.25rem);
  width: calc(20% - 1.25rem); }

.grid-margin-x.small-up-6 > .cell {
  width: -webkit-calc(16.66667% - 1.25rem);
  width: calc(16.66667% - 1.25rem); }

.grid-margin-x.small-up-7 > .cell {
  width: -webkit-calc(14.28571% - 1.25rem);
  width: calc(14.28571% - 1.25rem); }

.grid-margin-x.small-up-8 > .cell {
  width: -webkit-calc(12.5% - 1.25rem);
  width: calc(12.5% - 1.25rem); }

@media print, screen and (min-width: 48em) {
  .grid-margin-x.small-up-1 > .cell {
    width: -webkit-calc(100% - 1rem);
    width: calc(100% - 1rem); }
  .grid-margin-x.small-up-2 > .cell {
    width: -webkit-calc(50% - 1rem);
    width: calc(50% - 1rem); }
  .grid-margin-x.small-up-3 > .cell {
    width: -webkit-calc(33.33333% - 1rem);
    width: calc(33.33333% - 1rem); }
  .grid-margin-x.small-up-4 > .cell {
    width: -webkit-calc(25% - 1rem);
    width: calc(25% - 1rem); }
  .grid-margin-x.small-up-5 > .cell {
    width: -webkit-calc(20% - 1rem);
    width: calc(20% - 1rem); }
  .grid-margin-x.small-up-6 > .cell {
    width: -webkit-calc(16.66667% - 1rem);
    width: calc(16.66667% - 1rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: -webkit-calc(14.28571% - 1rem);
    width: calc(14.28571% - 1rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: -webkit-calc(12.5% - 1rem);
    width: calc(12.5% - 1rem); }
  .grid-margin-x.medium-up-1 > .cell {
    width: -webkit-calc(100% - 1rem);
    width: calc(100% - 1rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: -webkit-calc(50% - 1rem);
    width: calc(50% - 1rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: -webkit-calc(33.33333% - 1rem);
    width: calc(33.33333% - 1rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: -webkit-calc(25% - 1rem);
    width: calc(25% - 1rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: -webkit-calc(20% - 1rem);
    width: calc(20% - 1rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: -webkit-calc(16.66667% - 1rem);
    width: calc(16.66667% - 1rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: -webkit-calc(14.28571% - 1rem);
    width: calc(14.28571% - 1rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: -webkit-calc(12.5% - 1rem);
    width: calc(12.5% - 1rem); } }

@media print, screen and (min-width: 65em) {
  .grid-margin-x.small-up-1 > .cell {
    width: -webkit-calc(100% - 2rem);
    width: calc(100% - 2rem); }
  .grid-margin-x.medium-up-1 > .cell {
    width: -webkit-calc(100% - 2rem);
    width: calc(100% - 2rem); }
  .grid-margin-x.small-up-2 > .cell {
    width: -webkit-calc(50% - 2rem);
    width: calc(50% - 2rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: -webkit-calc(50% - 2rem);
    width: calc(50% - 2rem); }
  .grid-margin-x.small-up-3 > .cell {
    width: -webkit-calc(33.33333% - 2rem);
    width: calc(33.33333% - 2rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: -webkit-calc(33.33333% - 2rem);
    width: calc(33.33333% - 2rem); }
  .grid-margin-x.small-up-4 > .cell {
    width: -webkit-calc(25% - 2rem);
    width: calc(25% - 2rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: -webkit-calc(25% - 2rem);
    width: calc(25% - 2rem); }
  .grid-margin-x.small-up-5 > .cell {
    width: -webkit-calc(20% - 2rem);
    width: calc(20% - 2rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: -webkit-calc(20% - 2rem);
    width: calc(20% - 2rem); }
  .grid-margin-x.small-up-6 > .cell {
    width: -webkit-calc(16.66667% - 2rem);
    width: calc(16.66667% - 2rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: -webkit-calc(16.66667% - 2rem);
    width: calc(16.66667% - 2rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: -webkit-calc(14.28571% - 2rem);
    width: calc(14.28571% - 2rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: -webkit-calc(14.28571% - 2rem);
    width: calc(14.28571% - 2rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: -webkit-calc(12.5% - 2rem);
    width: calc(12.5% - 2rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: -webkit-calc(12.5% - 2rem);
    width: calc(12.5% - 2rem); }
  .grid-margin-x.large-up-1 > .cell {
    width: -webkit-calc(100% - 2rem);
    width: calc(100% - 2rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: -webkit-calc(50% - 2rem);
    width: calc(50% - 2rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: -webkit-calc(33.33333% - 2rem);
    width: calc(33.33333% - 2rem); }
  .grid-margin-x.large-up-4 > .cell {
    width: -webkit-calc(25% - 2rem);
    width: calc(25% - 2rem); }
  .grid-margin-x.large-up-5 > .cell {
    width: -webkit-calc(20% - 2rem);
    width: calc(20% - 2rem); }
  .grid-margin-x.large-up-6 > .cell {
    width: -webkit-calc(16.66667% - 2rem);
    width: calc(16.66667% - 2rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: -webkit-calc(14.28571% - 2rem);
    width: calc(14.28571% - 2rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: -webkit-calc(12.5% - 2rem);
    width: calc(12.5% - 2rem); } }

@media screen and (min-width: 75em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: -webkit-calc(100% - 2rem);
    width: calc(100% - 2rem); }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: -webkit-calc(50% - 2rem);
    width: calc(50% - 2rem); }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: -webkit-calc(33.33333% - 2rem);
    width: calc(33.33333% - 2rem); }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: -webkit-calc(25% - 2rem);
    width: calc(25% - 2rem); }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: -webkit-calc(20% - 2rem);
    width: calc(20% - 2rem); }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: -webkit-calc(16.66667% - 2rem);
    width: calc(16.66667% - 2rem); }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: -webkit-calc(14.28571% - 2rem);
    width: calc(14.28571% - 2rem); }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: -webkit-calc(12.5% - 2rem);
    width: calc(12.5% - 2rem); } }

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; }
  .small-margin-collapse > .small-1 {
    width: 8.33333%; }
  .small-margin-collapse > .small-2 {
    width: 16.66667%; }
  .small-margin-collapse > .small-3 {
    width: 25%; }
  .small-margin-collapse > .small-4 {
    width: 33.33333%; }
  .small-margin-collapse > .small-5 {
    width: 41.66667%; }
  .small-margin-collapse > .small-6 {
    width: 50%; }
  .small-margin-collapse > .small-7 {
    width: 58.33333%; }
  .small-margin-collapse > .small-8 {
    width: 66.66667%; }
  .small-margin-collapse > .small-9 {
    width: 75%; }
  .small-margin-collapse > .small-10 {
    width: 83.33333%; }
  .small-margin-collapse > .small-11 {
    width: 91.66667%; }
  .small-margin-collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 48em) {
    .small-margin-collapse > .medium-1 {
      width: 8.33333%; }
    .small-margin-collapse > .medium-2 {
      width: 16.66667%; }
    .small-margin-collapse > .medium-3 {
      width: 25%; }
    .small-margin-collapse > .medium-4 {
      width: 33.33333%; }
    .small-margin-collapse > .medium-5 {
      width: 41.66667%; }
    .small-margin-collapse > .medium-6 {
      width: 50%; }
    .small-margin-collapse > .medium-7 {
      width: 58.33333%; }
    .small-margin-collapse > .medium-8 {
      width: 66.66667%; }
    .small-margin-collapse > .medium-9 {
      width: 75%; }
    .small-margin-collapse > .medium-10 {
      width: 83.33333%; }
    .small-margin-collapse > .medium-11 {
      width: 91.66667%; }
    .small-margin-collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 65em) {
    .small-margin-collapse > .large-1 {
      width: 8.33333%; }
    .small-margin-collapse > .large-2 {
      width: 16.66667%; }
    .small-margin-collapse > .large-3 {
      width: 25%; }
    .small-margin-collapse > .large-4 {
      width: 33.33333%; }
    .small-margin-collapse > .large-5 {
      width: 41.66667%; }
    .small-margin-collapse > .large-6 {
      width: 50%; }
    .small-margin-collapse > .large-7 {
      width: 58.33333%; }
    .small-margin-collapse > .large-8 {
      width: 66.66667%; }
    .small-margin-collapse > .large-9 {
      width: 75%; }
    .small-margin-collapse > .large-10 {
      width: 83.33333%; }
    .small-margin-collapse > .large-11 {
      width: 91.66667%; }
    .small-margin-collapse > .large-12 {
      width: 100%; } }
  @media screen and (min-width: 75em) {
    .small-margin-collapse > .xlarge-1 {
      width: 8.33333%; }
    .small-margin-collapse > .xlarge-2 {
      width: 16.66667%; }
    .small-margin-collapse > .xlarge-3 {
      width: 25%; }
    .small-margin-collapse > .xlarge-4 {
      width: 33.33333%; }
    .small-margin-collapse > .xlarge-5 {
      width: 41.66667%; }
    .small-margin-collapse > .xlarge-6 {
      width: 50%; }
    .small-margin-collapse > .xlarge-7 {
      width: 58.33333%; }
    .small-margin-collapse > .xlarge-8 {
      width: 66.66667%; }
    .small-margin-collapse > .xlarge-9 {
      width: 75%; }
    .small-margin-collapse > .xlarge-10 {
      width: 83.33333%; }
    .small-margin-collapse > .xlarge-11 {
      width: 91.66667%; }
    .small-margin-collapse > .xlarge-12 {
      width: 100%; } }

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

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

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .small-3 {
    width: 25%; }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .small-6 {
    width: 50%; }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .small-9 {
    width: 75%; }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .medium-3 {
    width: 25%; }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .medium-6 {
    width: 50%; }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .medium-9 {
    width: 75%; }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 65em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .large-3 {
    width: 25%; }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .large-6 {
    width: 50%; }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .large-9 {
    width: 75%; }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%; }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%; }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%; }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%; } }

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

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

@media print, screen and (min-width: 65em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%; }
  .large-margin-collapse > .small-2 {
    width: 16.66667%; }
  .large-margin-collapse > .small-3 {
    width: 25%; }
  .large-margin-collapse > .small-4 {
    width: 33.33333%; }
  .large-margin-collapse > .small-5 {
    width: 41.66667%; }
  .large-margin-collapse > .small-6 {
    width: 50%; }
  .large-margin-collapse > .small-7 {
    width: 58.33333%; }
  .large-margin-collapse > .small-8 {
    width: 66.66667%; }
  .large-margin-collapse > .small-9 {
    width: 75%; }
  .large-margin-collapse > .small-10 {
    width: 83.33333%; }
  .large-margin-collapse > .small-11 {
    width: 91.66667%; }
  .large-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 65em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .large-margin-collapse > .medium-3 {
    width: 25%; }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .large-margin-collapse > .medium-6 {
    width: 50%; }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .large-margin-collapse > .medium-9 {
    width: 75%; }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .large-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 65em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%; }
  .large-margin-collapse > .large-2 {
    width: 16.66667%; }
  .large-margin-collapse > .large-3 {
    width: 25%; }
  .large-margin-collapse > .large-4 {
    width: 33.33333%; }
  .large-margin-collapse > .large-5 {
    width: 41.66667%; }
  .large-margin-collapse > .large-6 {
    width: 50%; }
  .large-margin-collapse > .large-7 {
    width: 58.33333%; }
  .large-margin-collapse > .large-8 {
    width: 66.66667%; }
  .large-margin-collapse > .large-9 {
    width: 75%; }
  .large-margin-collapse > .large-10 {
    width: 83.33333%; }
  .large-margin-collapse > .large-11 {
    width: 91.66667%; }
  .large-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .large-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .large-margin-collapse > .xlarge-3 {
    width: 25%; }
  .large-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .large-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .large-margin-collapse > .xlarge-6 {
    width: 50%; }
  .large-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .large-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .large-margin-collapse > .xlarge-9 {
    width: 75%; }
  .large-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .large-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .large-margin-collapse > .xlarge-12 {
    width: 100%; } }

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

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xlarge-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .small-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .small-3 {
    width: 25%; }
  .xlarge-margin-collapse > .small-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .small-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .small-6 {
    width: 50%; }
  .xlarge-margin-collapse > .small-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .small-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .small-9 {
    width: 75%; }
  .xlarge-margin-collapse > .small-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .small-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .small-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%; }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%; }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%; }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .large-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .large-3 {
    width: 25%; }
  .xlarge-margin-collapse > .large-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .large-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .large-6 {
    width: 50%; }
  .xlarge-margin-collapse > .large-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .large-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .large-9 {
    width: 75%; }
  .xlarge-margin-collapse > .large-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .large-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%; }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%; }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%; }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xlarge-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

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

.grid-margin-x > .small-offset-0 {
  margin-left: -webkit-calc(0% + 0.625rem);
  margin-left: calc(0% + 0.625rem); }

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

.grid-margin-x > .small-offset-1 {
  margin-left: -webkit-calc(8.33333% + 0.625rem);
  margin-left: calc(8.33333% + 0.625rem); }

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

.grid-margin-x > .small-offset-2 {
  margin-left: -webkit-calc(16.66667% + 0.625rem);
  margin-left: calc(16.66667% + 0.625rem); }

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

.grid-margin-x > .small-offset-3 {
  margin-left: -webkit-calc(25% + 0.625rem);
  margin-left: calc(25% + 0.625rem); }

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

.grid-margin-x > .small-offset-4 {
  margin-left: -webkit-calc(33.33333% + 0.625rem);
  margin-left: calc(33.33333% + 0.625rem); }

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

.grid-margin-x > .small-offset-5 {
  margin-left: -webkit-calc(41.66667% + 0.625rem);
  margin-left: calc(41.66667% + 0.625rem); }

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

.grid-margin-x > .small-offset-6 {
  margin-left: -webkit-calc(50% + 0.625rem);
  margin-left: calc(50% + 0.625rem); }

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

.grid-margin-x > .small-offset-7 {
  margin-left: -webkit-calc(58.33333% + 0.625rem);
  margin-left: calc(58.33333% + 0.625rem); }

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

.grid-margin-x > .small-offset-8 {
  margin-left: -webkit-calc(66.66667% + 0.625rem);
  margin-left: calc(66.66667% + 0.625rem); }

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

.grid-margin-x > .small-offset-9 {
  margin-left: -webkit-calc(75% + 0.625rem);
  margin-left: calc(75% + 0.625rem); }

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

.grid-margin-x > .small-offset-10 {
  margin-left: -webkit-calc(83.33333% + 0.625rem);
  margin-left: calc(83.33333% + 0.625rem); }

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

.grid-margin-x > .small-offset-11 {
  margin-left: -webkit-calc(91.66667% + 0.625rem);
  margin-left: calc(91.66667% + 0.625rem); }

@media print, screen and (min-width: 48em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: -webkit-calc(0% + 0.5rem);
    margin-left: calc(0% + 0.5rem); }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: -webkit-calc(8.33333% + 0.5rem);
    margin-left: calc(8.33333% + 0.5rem); }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: -webkit-calc(16.66667% + 0.5rem);
    margin-left: calc(16.66667% + 0.5rem); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: -webkit-calc(25% + 0.5rem);
    margin-left: calc(25% + 0.5rem); }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: -webkit-calc(33.33333% + 0.5rem);
    margin-left: calc(33.33333% + 0.5rem); }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: -webkit-calc(41.66667% + 0.5rem);
    margin-left: calc(41.66667% + 0.5rem); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: -webkit-calc(50% + 0.5rem);
    margin-left: calc(50% + 0.5rem); }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: -webkit-calc(58.33333% + 0.5rem);
    margin-left: calc(58.33333% + 0.5rem); }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: -webkit-calc(66.66667% + 0.5rem);
    margin-left: calc(66.66667% + 0.5rem); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: -webkit-calc(75% + 0.5rem);
    margin-left: calc(75% + 0.5rem); }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: -webkit-calc(83.33333% + 0.5rem);
    margin-left: calc(83.33333% + 0.5rem); }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: -webkit-calc(91.66667% + 0.5rem);
    margin-left: calc(91.66667% + 0.5rem); } }

@media print, screen and (min-width: 65em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: -webkit-calc(0% + 1rem);
    margin-left: calc(0% + 1rem); }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: -webkit-calc(8.33333% + 1rem);
    margin-left: calc(8.33333% + 1rem); }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: -webkit-calc(16.66667% + 1rem);
    margin-left: calc(16.66667% + 1rem); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: -webkit-calc(25% + 1rem);
    margin-left: calc(25% + 1rem); }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: -webkit-calc(33.33333% + 1rem);
    margin-left: calc(33.33333% + 1rem); }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: -webkit-calc(41.66667% + 1rem);
    margin-left: calc(41.66667% + 1rem); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: -webkit-calc(50% + 1rem);
    margin-left: calc(50% + 1rem); }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: -webkit-calc(58.33333% + 1rem);
    margin-left: calc(58.33333% + 1rem); }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: -webkit-calc(66.66667% + 1rem);
    margin-left: calc(66.66667% + 1rem); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: -webkit-calc(75% + 1rem);
    margin-left: calc(75% + 1rem); }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: -webkit-calc(83.33333% + 1rem);
    margin-left: calc(83.33333% + 1rem); }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: -webkit-calc(91.66667% + 1rem);
    margin-left: calc(91.66667% + 1rem); } }

@media screen and (min-width: 75em) {
  .xlarge-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: -webkit-calc(0% + 1rem);
    margin-left: calc(0% + 1rem); }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: -webkit-calc(8.33333% + 1rem);
    margin-left: calc(8.33333% + 1rem); }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: -webkit-calc(16.66667% + 1rem);
    margin-left: calc(16.66667% + 1rem); }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: -webkit-calc(25% + 1rem);
    margin-left: calc(25% + 1rem); }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: -webkit-calc(33.33333% + 1rem);
    margin-left: calc(33.33333% + 1rem); }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: -webkit-calc(41.66667% + 1rem);
    margin-left: calc(41.66667% + 1rem); }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: -webkit-calc(50% + 1rem);
    margin-left: calc(50% + 1rem); }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: -webkit-calc(58.33333% + 1rem);
    margin-left: calc(58.33333% + 1rem); }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: -webkit-calc(66.66667% + 1rem);
    margin-left: calc(66.66667% + 1rem); }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: -webkit-calc(75% + 1rem);
    margin-left: calc(75% + 1rem); }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: -webkit-calc(83.33333% + 1rem);
    margin-left: calc(83.33333% + 1rem); }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: -webkit-calc(91.66667% + 1rem);
    margin-left: calc(91.66667% + 1rem); } }

.grid-y {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap; }
  .grid-y > .cell {
    width: auto;
    max-width: none; }
  .grid-y > .auto {
    height: auto; }
  .grid-y > .shrink {
    height: auto; }
  .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; }
  @media print, screen and (min-width: 48em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; } }
  @media print, screen and (min-width: 65em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; } }
  @media screen and (min-width: 75em) {
    .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; } }
  .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .grid-y > .small-1 {
    height: 8.33333%; }
  .grid-y > .small-2 {
    height: 16.66667%; }
  .grid-y > .small-3 {
    height: 25%; }
  .grid-y > .small-4 {
    height: 33.33333%; }
  .grid-y > .small-5 {
    height: 41.66667%; }
  .grid-y > .small-6 {
    height: 50%; }
  .grid-y > .small-7 {
    height: 58.33333%; }
  .grid-y > .small-8 {
    height: 66.66667%; }
  .grid-y > .small-9 {
    height: 75%; }
  .grid-y > .small-10 {
    height: 83.33333%; }
  .grid-y > .small-11 {
    height: 91.66667%; }
  .grid-y > .small-12 {
    height: 100%; }
  @media print, screen and (min-width: 48em) {
    .grid-y > .medium-auto {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      height: auto; }
    .grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 8.33333%; }
    .grid-y > .medium-2 {
      height: 16.66667%; }
    .grid-y > .medium-3 {
      height: 25%; }
    .grid-y > .medium-4 {
      height: 33.33333%; }
    .grid-y > .medium-5 {
      height: 41.66667%; }
    .grid-y > .medium-6 {
      height: 50%; }
    .grid-y > .medium-7 {
      height: 58.33333%; }
    .grid-y > .medium-8 {
      height: 66.66667%; }
    .grid-y > .medium-9 {
      height: 75%; }
    .grid-y > .medium-10 {
      height: 83.33333%; }
    .grid-y > .medium-11 {
      height: 91.66667%; }
    .grid-y > .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 65em) {
    .grid-y > .large-auto {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      height: auto; }
    .grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 8.33333%; }
    .grid-y > .large-2 {
      height: 16.66667%; }
    .grid-y > .large-3 {
      height: 25%; }
    .grid-y > .large-4 {
      height: 33.33333%; }
    .grid-y > .large-5 {
      height: 41.66667%; }
    .grid-y > .large-6 {
      height: 50%; }
    .grid-y > .large-7 {
      height: 58.33333%; }
    .grid-y > .large-8 {
      height: 66.66667%; }
    .grid-y > .large-9 {
      height: 75%; }
    .grid-y > .large-10 {
      height: 83.33333%; }
    .grid-y > .large-11 {
      height: 91.66667%; }
    .grid-y > .large-12 {
      height: 100%; } }
  @media screen and (min-width: 75em) {
    .grid-y > .xlarge-auto {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      height: auto; }
    .grid-y > .xlarge-shrink, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .grid-y > .xlarge-shrink {
      height: auto; }
    .grid-y > .xlarge-1 {
      height: 8.33333%; }
    .grid-y > .xlarge-2 {
      height: 16.66667%; }
    .grid-y > .xlarge-3 {
      height: 25%; }
    .grid-y > .xlarge-4 {
      height: 33.33333%; }
    .grid-y > .xlarge-5 {
      height: 41.66667%; }
    .grid-y > .xlarge-6 {
      height: 50%; }
    .grid-y > .xlarge-7 {
      height: 58.33333%; }
    .grid-y > .xlarge-8 {
      height: 66.66667%; }
    .grid-y > .xlarge-9 {
      height: 75%; }
    .grid-y > .xlarge-10 {
      height: 83.33333%; }
    .grid-y > .xlarge-11 {
      height: 91.66667%; }
    .grid-y > .xlarge-12 {
      height: 100%; } }

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -0.5rem;
      margin-bottom: -0.5rem; } }
  @media print, screen and (min-width: 65em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -1rem;
      margin-bottom: -1rem; } }

.grid-padding-y > .cell {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-padding-y > .cell {
      padding-top: 1rem;
      padding-bottom: 1rem; } }
  @media print, screen and (min-width: 65em) {
    .grid-padding-y > .cell {
      padding-top: 0;
      padding-bottom: 0; } }

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y {
      margin-top: -0.5rem;
      margin-bottom: -0.5rem; } }
  @media print, screen and (min-width: 65em) {
    .grid-margin-y {
      margin-top: -1rem;
      margin-bottom: -1rem; } }
  .grid-margin-y > .cell {
    height: -webkit-calc(100% - 1.25rem);
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y > .cell {
      height: -webkit-calc(100% - 1rem);
      height: calc(100% - 1rem);
      margin-top: 0.5rem;
      margin-bottom: 0.5rem; } }
  @media print, screen and (min-width: 65em) {
    .grid-margin-y > .cell {
      height: -webkit-calc(100% - 2rem);
      height: calc(100% - 2rem);
      margin-top: 1rem;
      margin-bottom: 1rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: -webkit-calc(8.33333% - 1.25rem);
    height: calc(8.33333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: -webkit-calc(16.66667% - 1.25rem);
    height: calc(16.66667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: -webkit-calc(25% - 1.25rem);
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: -webkit-calc(33.33333% - 1.25rem);
    height: calc(33.33333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: -webkit-calc(41.66667% - 1.25rem);
    height: calc(41.66667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: -webkit-calc(50% - 1.25rem);
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: -webkit-calc(58.33333% - 1.25rem);
    height: calc(58.33333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: -webkit-calc(66.66667% - 1.25rem);
    height: calc(66.66667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: -webkit-calc(75% - 1.25rem);
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: -webkit-calc(83.33333% - 1.25rem);
    height: calc(83.33333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: -webkit-calc(91.66667% - 1.25rem);
    height: calc(91.66667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: -webkit-calc(100% - 1.25rem);
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: -webkit-calc(8.33333% - 1rem);
      height: calc(8.33333% - 1rem); }
    .grid-margin-y > .small-2 {
      height: -webkit-calc(16.66667% - 1rem);
      height: calc(16.66667% - 1rem); }
    .grid-margin-y > .small-3 {
      height: -webkit-calc(25% - 1rem);
      height: calc(25% - 1rem); }
    .grid-margin-y > .small-4 {
      height: -webkit-calc(33.33333% - 1rem);
      height: calc(33.33333% - 1rem); }
    .grid-margin-y > .small-5 {
      height: -webkit-calc(41.66667% - 1rem);
      height: calc(41.66667% - 1rem); }
    .grid-margin-y > .small-6 {
      height: -webkit-calc(50% - 1rem);
      height: calc(50% - 1rem); }
    .grid-margin-y > .small-7 {
      height: -webkit-calc(58.33333% - 1rem);
      height: calc(58.33333% - 1rem); }
    .grid-margin-y > .small-8 {
      height: -webkit-calc(66.66667% - 1rem);
      height: calc(66.66667% - 1rem); }
    .grid-margin-y > .small-9 {
      height: -webkit-calc(75% - 1rem);
      height: calc(75% - 1rem); }
    .grid-margin-y > .small-10 {
      height: -webkit-calc(83.33333% - 1rem);
      height: calc(83.33333% - 1rem); }
    .grid-margin-y > .small-11 {
      height: -webkit-calc(91.66667% - 1rem);
      height: calc(91.66667% - 1rem); }
    .grid-margin-y > .small-12 {
      height: -webkit-calc(100% - 1rem);
      height: calc(100% - 1rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: -webkit-calc(8.33333% - 1rem);
      height: calc(8.33333% - 1rem); }
    .grid-margin-y > .medium-2 {
      height: -webkit-calc(16.66667% - 1rem);
      height: calc(16.66667% - 1rem); }
    .grid-margin-y > .medium-3 {
      height: -webkit-calc(25% - 1rem);
      height: calc(25% - 1rem); }
    .grid-margin-y > .medium-4 {
      height: -webkit-calc(33.33333% - 1rem);
      height: calc(33.33333% - 1rem); }
    .grid-margin-y > .medium-5 {
      height: -webkit-calc(41.66667% - 1rem);
      height: calc(41.66667% - 1rem); }
    .grid-margin-y > .medium-6 {
      height: -webkit-calc(50% - 1rem);
      height: calc(50% - 1rem); }
    .grid-margin-y > .medium-7 {
      height: -webkit-calc(58.33333% - 1rem);
      height: calc(58.33333% - 1rem); }
    .grid-margin-y > .medium-8 {
      height: -webkit-calc(66.66667% - 1rem);
      height: calc(66.66667% - 1rem); }
    .grid-margin-y > .medium-9 {
      height: -webkit-calc(75% - 1rem);
      height: calc(75% - 1rem); }
    .grid-margin-y > .medium-10 {
      height: -webkit-calc(83.33333% - 1rem);
      height: calc(83.33333% - 1rem); }
    .grid-margin-y > .medium-11 {
      height: -webkit-calc(91.66667% - 1rem);
      height: calc(91.66667% - 1rem); }
    .grid-margin-y > .medium-12 {
      height: -webkit-calc(100% - 1rem);
      height: calc(100% - 1rem); } }
  @media print, screen and (min-width: 65em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: -webkit-calc(8.33333% - 2rem);
      height: calc(8.33333% - 2rem); }
    .grid-margin-y > .small-2 {
      height: -webkit-calc(16.66667% - 2rem);
      height: calc(16.66667% - 2rem); }
    .grid-margin-y > .small-3 {
      height: -webkit-calc(25% - 2rem);
      height: calc(25% - 2rem); }
    .grid-margin-y > .small-4 {
      height: -webkit-calc(33.33333% - 2rem);
      height: calc(33.33333% - 2rem); }
    .grid-margin-y > .small-5 {
      height: -webkit-calc(41.66667% - 2rem);
      height: calc(41.66667% - 2rem); }
    .grid-margin-y > .small-6 {
      height: -webkit-calc(50% - 2rem);
      height: calc(50% - 2rem); }
    .grid-margin-y > .small-7 {
      height: -webkit-calc(58.33333% - 2rem);
      height: calc(58.33333% - 2rem); }
    .grid-margin-y > .small-8 {
      height: -webkit-calc(66.66667% - 2rem);
      height: calc(66.66667% - 2rem); }
    .grid-margin-y > .small-9 {
      height: -webkit-calc(75% - 2rem);
      height: calc(75% - 2rem); }
    .grid-margin-y > .small-10 {
      height: -webkit-calc(83.33333% - 2rem);
      height: calc(83.33333% - 2rem); }
    .grid-margin-y > .small-11 {
      height: -webkit-calc(91.66667% - 2rem);
      height: calc(91.66667% - 2rem); }
    .grid-margin-y > .small-12 {
      height: -webkit-calc(100% - 2rem);
      height: calc(100% - 2rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: -webkit-calc(8.33333% - 2rem);
      height: calc(8.33333% - 2rem); }
    .grid-margin-y > .medium-2 {
      height: -webkit-calc(16.66667% - 2rem);
      height: calc(16.66667% - 2rem); }
    .grid-margin-y > .medium-3 {
      height: -webkit-calc(25% - 2rem);
      height: calc(25% - 2rem); }
    .grid-margin-y > .medium-4 {
      height: -webkit-calc(33.33333% - 2rem);
      height: calc(33.33333% - 2rem); }
    .grid-margin-y > .medium-5 {
      height: -webkit-calc(41.66667% - 2rem);
      height: calc(41.66667% - 2rem); }
    .grid-margin-y > .medium-6 {
      height: -webkit-calc(50% - 2rem);
      height: calc(50% - 2rem); }
    .grid-margin-y > .medium-7 {
      height: -webkit-calc(58.33333% - 2rem);
      height: calc(58.33333% - 2rem); }
    .grid-margin-y > .medium-8 {
      height: -webkit-calc(66.66667% - 2rem);
      height: calc(66.66667% - 2rem); }
    .grid-margin-y > .medium-9 {
      height: -webkit-calc(75% - 2rem);
      height: calc(75% - 2rem); }
    .grid-margin-y > .medium-10 {
      height: -webkit-calc(83.33333% - 2rem);
      height: calc(83.33333% - 2rem); }
    .grid-margin-y > .medium-11 {
      height: -webkit-calc(91.66667% - 2rem);
      height: calc(91.66667% - 2rem); }
    .grid-margin-y > .medium-12 {
      height: -webkit-calc(100% - 2rem);
      height: calc(100% - 2rem); }
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: -webkit-calc(8.33333% - 2rem);
      height: calc(8.33333% - 2rem); }
    .grid-margin-y > .large-2 {
      height: -webkit-calc(16.66667% - 2rem);
      height: calc(16.66667% - 2rem); }
    .grid-margin-y > .large-3 {
      height: -webkit-calc(25% - 2rem);
      height: calc(25% - 2rem); }
    .grid-margin-y > .large-4 {
      height: -webkit-calc(33.33333% - 2rem);
      height: calc(33.33333% - 2rem); }
    .grid-margin-y > .large-5 {
      height: -webkit-calc(41.66667% - 2rem);
      height: calc(41.66667% - 2rem); }
    .grid-margin-y > .large-6 {
      height: -webkit-calc(50% - 2rem);
      height: calc(50% - 2rem); }
    .grid-margin-y > .large-7 {
      height: -webkit-calc(58.33333% - 2rem);
      height: calc(58.33333% - 2rem); }
    .grid-margin-y > .large-8 {
      height: -webkit-calc(66.66667% - 2rem);
      height: calc(66.66667% - 2rem); }
    .grid-margin-y > .large-9 {
      height: -webkit-calc(75% - 2rem);
      height: calc(75% - 2rem); }
    .grid-margin-y > .large-10 {
      height: -webkit-calc(83.33333% - 2rem);
      height: calc(83.33333% - 2rem); }
    .grid-margin-y > .large-11 {
      height: -webkit-calc(91.66667% - 2rem);
      height: calc(91.66667% - 2rem); }
    .grid-margin-y > .large-12 {
      height: -webkit-calc(100% - 2rem);
      height: calc(100% - 2rem); } }
  @media screen and (min-width: 75em) {
    .grid-margin-y > .xlarge-auto {
      height: auto; }
    .grid-margin-y > .xlarge-shrink {
      height: auto; }
    .grid-margin-y > .xlarge-1 {
      height: -webkit-calc(8.33333% - 2rem);
      height: calc(8.33333% - 2rem); }
    .grid-margin-y > .xlarge-2 {
      height: -webkit-calc(16.66667% - 2rem);
      height: calc(16.66667% - 2rem); }
    .grid-margin-y > .xlarge-3 {
      height: -webkit-calc(25% - 2rem);
      height: calc(25% - 2rem); }
    .grid-margin-y > .xlarge-4 {
      height: -webkit-calc(33.33333% - 2rem);
      height: calc(33.33333% - 2rem); }
    .grid-margin-y > .xlarge-5 {
      height: -webkit-calc(41.66667% - 2rem);
      height: calc(41.66667% - 2rem); }
    .grid-margin-y > .xlarge-6 {
      height: -webkit-calc(50% - 2rem);
      height: calc(50% - 2rem); }
    .grid-margin-y > .xlarge-7 {
      height: -webkit-calc(58.33333% - 2rem);
      height: calc(58.33333% - 2rem); }
    .grid-margin-y > .xlarge-8 {
      height: -webkit-calc(66.66667% - 2rem);
      height: calc(66.66667% - 2rem); }
    .grid-margin-y > .xlarge-9 {
      height: -webkit-calc(75% - 2rem);
      height: calc(75% - 2rem); }
    .grid-margin-y > .xlarge-10 {
      height: -webkit-calc(83.33333% - 2rem);
      height: calc(83.33333% - 2rem); }
    .grid-margin-y > .xlarge-11 {
      height: -webkit-calc(91.66667% - 2rem);
      height: calc(91.66667% - 2rem); }
    .grid-margin-y > .xlarge-12 {
      height: -webkit-calc(100% - 2rem);
      height: calc(100% - 2rem); } }

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

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

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

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

.cell-block-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%; }
  .cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }

@media print, screen and (min-width: 48em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            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-style: -ms-autohiding-scrollbar; }
  .medium-cell-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%; }
    .medium-cell-block-container > .grid-x {
      max-height: 100%;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

@media print, screen and (min-width: 65em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            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-style: -ms-autohiding-scrollbar; }
  .large-cell-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%; }
    .large-cell-block-container > .grid-x {
      max-height: 100%;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

@media screen and (min-width: 75em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw; }
  .cell .xlarge-grid-frame {
    width: 100%; }
  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .xlarge-cell-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%; }
    .xlarge-cell-block-container > .grid-x {
      max-height: 100%;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

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

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

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

@media screen and (min-width: 75em) {
  .grid-y.xlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh; } }

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

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

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

@media screen and (min-width: 75em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%; } }

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y {
      margin-top: -0.5rem;
      margin-bottom: -0.5rem; } }
  @media print, screen and (min-width: 65em) {
    .grid-margin-y {
      margin-top: -1rem;
      margin-bottom: -1rem; } }
  .grid-margin-y > .cell {
    height: -webkit-calc(100% - 1.25rem);
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y > .cell {
      height: -webkit-calc(100% - 1rem);
      height: calc(100% - 1rem);
      margin-top: 0.5rem;
      margin-bottom: 0.5rem; } }
  @media print, screen and (min-width: 65em) {
    .grid-margin-y > .cell {
      height: -webkit-calc(100% - 2rem);
      height: calc(100% - 2rem);
      margin-top: 1rem;
      margin-bottom: 1rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: -webkit-calc(8.33333% - 1.25rem);
    height: calc(8.33333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: -webkit-calc(16.66667% - 1.25rem);
    height: calc(16.66667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: -webkit-calc(25% - 1.25rem);
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: -webkit-calc(33.33333% - 1.25rem);
    height: calc(33.33333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: -webkit-calc(41.66667% - 1.25rem);
    height: calc(41.66667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: -webkit-calc(50% - 1.25rem);
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: -webkit-calc(58.33333% - 1.25rem);
    height: calc(58.33333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: -webkit-calc(66.66667% - 1.25rem);
    height: calc(66.66667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: -webkit-calc(75% - 1.25rem);
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: -webkit-calc(83.33333% - 1.25rem);
    height: calc(83.33333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: -webkit-calc(91.66667% - 1.25rem);
    height: calc(91.66667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: -webkit-calc(100% - 1.25rem);
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: -webkit-calc(8.33333% - 1rem);
      height: calc(8.33333% - 1rem); }
    .grid-margin-y > .small-2 {
      height: -webkit-calc(16.66667% - 1rem);
      height: calc(16.66667% - 1rem); }
    .grid-margin-y > .small-3 {
      height: -webkit-calc(25% - 1rem);
      height: calc(25% - 1rem); }
    .grid-margin-y > .small-4 {
      height: -webkit-calc(33.33333% - 1rem);
      height: calc(33.33333% - 1rem); }
    .grid-margin-y > .small-5 {
      height: -webkit-calc(41.66667% - 1rem);
      height: calc(41.66667% - 1rem); }
    .grid-margin-y > .small-6 {
      height: -webkit-calc(50% - 1rem);
      height: calc(50% - 1rem); }
    .grid-margin-y > .small-7 {
      height: -webkit-calc(58.33333% - 1rem);
      height: calc(58.33333% - 1rem); }
    .grid-margin-y > .small-8 {
      height: -webkit-calc(66.66667% - 1rem);
      height: calc(66.66667% - 1rem); }
    .grid-margin-y > .small-9 {
      height: -webkit-calc(75% - 1rem);
      height: calc(75% - 1rem); }
    .grid-margin-y > .small-10 {
      height: -webkit-calc(83.33333% - 1rem);
      height: calc(83.33333% - 1rem); }
    .grid-margin-y > .small-11 {
      height: -webkit-calc(91.66667% - 1rem);
      height: calc(91.66667% - 1rem); }
    .grid-margin-y > .small-12 {
      height: -webkit-calc(100% - 1rem);
      height: calc(100% - 1rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: -webkit-calc(8.33333% - 1rem);
      height: calc(8.33333% - 1rem); }
    .grid-margin-y > .medium-2 {
      height: -webkit-calc(16.66667% - 1rem);
      height: calc(16.66667% - 1rem); }
    .grid-margin-y > .medium-3 {
      height: -webkit-calc(25% - 1rem);
      height: calc(25% - 1rem); }
    .grid-margin-y > .medium-4 {
      height: -webkit-calc(33.33333% - 1rem);
      height: calc(33.33333% - 1rem); }
    .grid-margin-y > .medium-5 {
      height: -webkit-calc(41.66667% - 1rem);
      height: calc(41.66667% - 1rem); }
    .grid-margin-y > .medium-6 {
      height: -webkit-calc(50% - 1rem);
      height: calc(50% - 1rem); }
    .grid-margin-y > .medium-7 {
      height: -webkit-calc(58.33333% - 1rem);
      height: calc(58.33333% - 1rem); }
    .grid-margin-y > .medium-8 {
      height: -webkit-calc(66.66667% - 1rem);
      height: calc(66.66667% - 1rem); }
    .grid-margin-y > .medium-9 {
      height: -webkit-calc(75% - 1rem);
      height: calc(75% - 1rem); }
    .grid-margin-y > .medium-10 {
      height: -webkit-calc(83.33333% - 1rem);
      height: calc(83.33333% - 1rem); }
    .grid-margin-y > .medium-11 {
      height: -webkit-calc(91.66667% - 1rem);
      height: calc(91.66667% - 1rem); }
    .grid-margin-y > .medium-12 {
      height: -webkit-calc(100% - 1rem);
      height: calc(100% - 1rem); } }
  @media print, screen and (min-width: 65em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: -webkit-calc(8.33333% - 2rem);
      height: calc(8.33333% - 2rem); }
    .grid-margin-y > .small-2 {
      height: -webkit-calc(16.66667% - 2rem);
      height: calc(16.66667% - 2rem); }
    .grid-margin-y > .small-3 {
      height: -webkit-calc(25% - 2rem);
      height: calc(25% - 2rem); }
    .grid-margin-y > .small-4 {
      height: -webkit-calc(33.33333% - 2rem);
      height: calc(33.33333% - 2rem); }
    .grid-margin-y > .small-5 {
      height: -webkit-calc(41.66667% - 2rem);
      height: calc(41.66667% - 2rem); }
    .grid-margin-y > .small-6 {
      height: -webkit-calc(50% - 2rem);
      height: calc(50% - 2rem); }
    .grid-margin-y > .small-7 {
      height: -webkit-calc(58.33333% - 2rem);
      height: calc(58.33333% - 2rem); }
    .grid-margin-y > .small-8 {
      height: -webkit-calc(66.66667% - 2rem);
      height: calc(66.66667% - 2rem); }
    .grid-margin-y > .small-9 {
      height: -webkit-calc(75% - 2rem);
      height: calc(75% - 2rem); }
    .grid-margin-y > .small-10 {
      height: -webkit-calc(83.33333% - 2rem);
      height: calc(83.33333% - 2rem); }
    .grid-margin-y > .small-11 {
      height: -webkit-calc(91.66667% - 2rem);
      height: calc(91.66667% - 2rem); }
    .grid-margin-y > .small-12 {
      height: -webkit-calc(100% - 2rem);
      height: calc(100% - 2rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: -webkit-calc(8.33333% - 2rem);
      height: calc(8.33333% - 2rem); }
    .grid-margin-y > .medium-2 {
      height: -webkit-calc(16.66667% - 2rem);
      height: calc(16.66667% - 2rem); }
    .grid-margin-y > .medium-3 {
      height: -webkit-calc(25% - 2rem);
      height: calc(25% - 2rem); }
    .grid-margin-y > .medium-4 {
      height: -webkit-calc(33.33333% - 2rem);
      height: calc(33.33333% - 2rem); }
    .grid-margin-y > .medium-5 {
      height: -webkit-calc(41.66667% - 2rem);
      height: calc(41.66667% - 2rem); }
    .grid-margin-y > .medium-6 {
      height: -webkit-calc(50% - 2rem);
      height: calc(50% - 2rem); }
    .grid-margin-y > .medium-7 {
      height: -webkit-calc(58.33333% - 2rem);
      height: calc(58.33333% - 2rem); }
    .grid-margin-y > .medium-8 {
      height: -webkit-calc(66.66667% - 2rem);
      height: calc(66.66667% - 2rem); }
    .grid-margin-y > .medium-9 {
      height: -webkit-calc(75% - 2rem);
      height: calc(75% - 2rem); }
    .grid-margin-y > .medium-10 {
      height: -webkit-calc(83.33333% - 2rem);
      height: calc(83.33333% - 2rem); }
    .grid-margin-y > .medium-11 {
      height: -webkit-calc(91.66667% - 2rem);
      height: calc(91.66667% - 2rem); }
    .grid-margin-y > .medium-12 {
      height: -webkit-calc(100% - 2rem);
      height: calc(100% - 2rem); }
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: -webkit-calc(8.33333% - 2rem);
      height: calc(8.33333% - 2rem); }
    .grid-margin-y > .large-2 {
      height: -webkit-calc(16.66667% - 2rem);
      height: calc(16.66667% - 2rem); }
    .grid-margin-y > .large-3 {
      height: -webkit-calc(25% - 2rem);
      height: calc(25% - 2rem); }
    .grid-margin-y > .large-4 {
      height: -webkit-calc(33.33333% - 2rem);
      height: calc(33.33333% - 2rem); }
    .grid-margin-y > .large-5 {
      height: -webkit-calc(41.66667% - 2rem);
      height: calc(41.66667% - 2rem); }
    .grid-margin-y > .large-6 {
      height: -webkit-calc(50% - 2rem);
      height: calc(50% - 2rem); }
    .grid-margin-y > .large-7 {
      height: -webkit-calc(58.33333% - 2rem);
      height: calc(58.33333% - 2rem); }
    .grid-margin-y > .large-8 {
      height: -webkit-calc(66.66667% - 2rem);
      height: calc(66.66667% - 2rem); }
    .grid-margin-y > .large-9 {
      height: -webkit-calc(75% - 2rem);
      height: calc(75% - 2rem); }
    .grid-margin-y > .large-10 {
      height: -webkit-calc(83.33333% - 2rem);
      height: calc(83.33333% - 2rem); }
    .grid-margin-y > .large-11 {
      height: -webkit-calc(91.66667% - 2rem);
      height: calc(91.66667% - 2rem); }
    .grid-margin-y > .large-12 {
      height: -webkit-calc(100% - 2rem);
      height: calc(100% - 2rem); } }
  @media screen and (min-width: 75em) {
    .grid-margin-y > .xlarge-auto {
      height: auto; }
    .grid-margin-y > .xlarge-shrink {
      height: auto; }
    .grid-margin-y > .xlarge-1 {
      height: -webkit-calc(8.33333% - 2rem);
      height: calc(8.33333% - 2rem); }
    .grid-margin-y > .xlarge-2 {
      height: -webkit-calc(16.66667% - 2rem);
      height: calc(16.66667% - 2rem); }
    .grid-margin-y > .xlarge-3 {
      height: -webkit-calc(25% - 2rem);
      height: calc(25% - 2rem); }
    .grid-margin-y > .xlarge-4 {
      height: -webkit-calc(33.33333% - 2rem);
      height: calc(33.33333% - 2rem); }
    .grid-margin-y > .xlarge-5 {
      height: -webkit-calc(41.66667% - 2rem);
      height: calc(41.66667% - 2rem); }
    .grid-margin-y > .xlarge-6 {
      height: -webkit-calc(50% - 2rem);
      height: calc(50% - 2rem); }
    .grid-margin-y > .xlarge-7 {
      height: -webkit-calc(58.33333% - 2rem);
      height: calc(58.33333% - 2rem); }
    .grid-margin-y > .xlarge-8 {
      height: -webkit-calc(66.66667% - 2rem);
      height: calc(66.66667% - 2rem); }
    .grid-margin-y > .xlarge-9 {
      height: -webkit-calc(75% - 2rem);
      height: calc(75% - 2rem); }
    .grid-margin-y > .xlarge-10 {
      height: -webkit-calc(83.33333% - 2rem);
      height: calc(83.33333% - 2rem); }
    .grid-margin-y > .xlarge-11 {
      height: -webkit-calc(91.66667% - 2rem);
      height: calc(91.66667% - 2rem); }
    .grid-margin-y > .xlarge-12 {
      height: -webkit-calc(100% - 2rem);
      height: calc(100% - 2rem); } }

.grid-frame.grid-margin-y {
  height: -webkit-calc(100vh + 1.25rem);
  height: calc(100vh + 1.25rem); }
  @media print, screen and (min-width: 48em) {
    .grid-frame.grid-margin-y {
      height: -webkit-calc(100vh + 1rem);
      height: calc(100vh + 1rem); } }
  @media print, screen and (min-width: 65em) {
    .grid-frame.grid-margin-y {
      height: -webkit-calc(100vh + 2rem);
      height: calc(100vh + 2rem); } }
  @media screen and (min-width: 75em) {
    .grid-frame.grid-margin-y {
      height: -webkit-calc(100vh + 2rem);
      height: calc(100vh + 2rem); } }

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

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

@media screen and (min-width: 75em) {
  .grid-margin-y.xlarge-grid-frame {
    height: -webkit-calc(100vh + 2rem);
    height: calc(100vh + 2rem); } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 48em) {
  h1, .h1 {
    font-size: 3rem; }
  h2, .h2 {
    font-size: 2.5rem; }
  h3, .h3 {
    font-size: 1.9375rem; }
  h4, .h4 {
    font-size: 1.5625rem; }
  h5, .h5 {
    font-size: 1.25rem; }
  h6, .h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #11495a;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #0f3f4d; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 73.75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 300;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 300;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

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

@media print, screen and (min-width: 48em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 65em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left; }
  .xlarge-text-right {
    text-align: right; }
  .xlarge-text-center {
    text-align: center; }
  .xlarge-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  /*z-index: 5;*/
  z-index: 20;
  width: 100%; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

.align-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.align-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.align-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.align-spaced {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

.align-left.vertical.menu > li > a {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.align-self-top {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start; }

.align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.align-self-bottom {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end; }

.align-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.align-self-middle {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center; }

.align-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.align-self-stretch {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch; }

.align-center-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center; }

.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3; }

.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4; }

.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5; }

.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6; }

@media print, screen and (min-width: 48em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; } }

@media print, screen and (min-width: 65em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; } }

@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; } }

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flex-child-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

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

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

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

@media print, screen and (min-width: 48em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

@media print, screen and (min-width: 65em) {
  .large-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

@media screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .xlarge-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .xlarge-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .xlarge-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .xlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .xlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .xlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .xlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

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

html.is-open-menu {
  overflow: hidden;
  position: relative; }
  html.is-open-menu body {
    overflow: hidden;
    position: relative; }

@media screen and (max-width: 64.99875em) {
  .visibleOnDesktopOnly {
    display: none; } }

@media screen and (min-width: 65em) {
  .visibleOnMobileOnly {
    display: none; } }

.header {
  color: #11495a;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 2.625rem;
  text-transform: uppercase; }
  @media screen and (max-width: 47.99875em) {
    .header {
      font-size: 1.75rem;
      line-height: 2.125rem; } }

.textBlock {
  color: #333333;
  font-size: 1.125rem;
  line-height: 1.625rem; }
  @media screen and (max-width: 47.99875em) {
    .textBlock {
      font-size: 1rem; } }
  .textBlock.accent,
  .textBlock .accent {
    color: #f79336;
    font-weight: bold; }
  .textBlock .uppercase {
    text-transform: uppercase; }

.button {
  background-color: #fe6f43;
  border: none;
  -webkit-border-radius: 35px;
          border-radius: 35px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  /*min-width: 216px;*/
  padding: 9px 30px;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s; }
  @media screen and (max-width: 47.99875em) {
    .button {
      padding: 12px 30px; } }
  .button:focus, .button:active {
    color: white; }
  .button:hover {
    background-color: #fe4810;
    color: white; }
  .button_secondary {
    background-color: transparent;
    border: 1px solid white;
    -webkit-transition: background-color 0.2s, border-color 0.2s;
    -o-transition: background-color 0.2s, border-color 0.2s;
    transition: background-color 0.2s, border-color 0.2s; }
    .button_secondary:hover {
      border-color: #fe4810; }

.siteHeader-inner {
  background-color: #f79336;
  padding: 5px 0;
  position: relative;
  /*z-index: 5;*/
  z-index: 20;}
  @media screen and (max-width: 47.99875em) {
    .siteHeader-inner {
      padding: 10px 0; } }

.siteHeader-logo {
  width: 216px; }
  @media screen and (max-width: 47.99875em) {
    .siteHeader-logo {
      width: 145px; } }

.siteHeader-phone {
  background-color: #11495a;
  -webkit-border-radius: 35px;
          border-radius: 35px;
  color: white;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  padding: 5px 10px;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s; }
  .siteHeader-phone:hover {
    background-color: #155a6f;
    color: white; }
  @media screen and (min-width: 48em) {
    .siteHeader-phone {
      margin-bottom: 4px; } }
  @media screen and (max-width: 47.99875em) {
    .siteHeader-phone {
      margin-bottom: 5px;
      padding: 5px 15px; } }

.siteHeader-description {
  color: white;
  font-size: 0.625rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1;
  margin-right: 10px;
  margin-top: 4px;
  text-align: right;
  text-transform: uppercase; }
  @media screen and (max-width: 47.99875em) {
    .siteHeader-description {
      font-size: 0.75rem; } }

.siteHeader-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0; }

.siteHeader-menuItem.is-active .siteHeader-menuLink {
  background-color: #fe6f43; }

.siteHeader-menuLink {
  -webkit-border-radius: 35px;
          border-radius: 35px;
  color: white;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  padding: 2px 10px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s, color 0.2s;
  -o-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s; }
  .siteHeader-menuLink:focus, .siteHeader-menuLink:active {
    color: white; }
  .siteHeader-menuLink.is-active {
    color: #c26e29; }
  .siteHeader-menuLink:hover {
    background-color: #fe6f43;
    color: white; }

.siteHeader-cart {
  width: 75px; }

.siteHeader-hamburger {
  margin-bottom: -5px; }

.siteFooter {
  background-color: #11495a; }

@media screen and (min-width: 48em) {
  .siteFooter-inner {
    padding: 28px 0; } }

@media screen and (max-width: 64.99875em) {
  .siteFooter-inner {
    padding: 20px 0; } }

@media screen and (min-width: 48em) {
  .siteFooter_main .siteFooter-inner {
    padding: 50px 0; } }

@media screen and (max-width: 47.99875em) {
  .siteFooter_main .siteFooter-inner {
    padding: 40px 0; } }

@media screen and (max-width: 64.99875em) {
  .siteFooter_main .siteFooter-copyright {
    font-size: 0.875rem;
    font-weight: bold;
    text-align: center; } }

.siteFooter-text {
  color: white;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.25rem;
  text-align: center; }
  .siteFooter-text_light {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5rem; }
  .siteFooter-text_arrow::after {
    -webkit-animation: arrowMove 0.95s ease-in-out 0s infinite forwards;
            animation: arrowMove 0.95s ease-in-out 0s infinite forwards;
    background-image: url("../img/arrow-down-icon.svg");
    -webkit-background-size: contain;
            background-size: contain;
    background-repeat: no-repeat;
    content: '';
    display: block;
    height: 17px;
    margin-left: 50%;
    margin-top: 10px;
    position: relative;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 36px; }
  .siteFooter-text_margined {
    margin-bottom: 10px; }

.siteFooter-phone {
  width: 75px; }

.siteFooter-phoneWrapper {
  background-color: rgba(247, 147, 54, 0.4);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  padding: 10px;
  position: relative;
  vertical-align: middle;
  z-index: 2; }
  .siteFooter-phoneWrapper_cart {
    background-color: rgba(194, 110, 41, 0.5); }
    .siteFooter-phoneWrapper_cart .siteFooter-phoneIcon {
      background-image: url("../img/header_shopping_cart_icon.svg"); }
      .siteFooter-phoneWrapper_cart .siteFooter-phoneIcon::before {
        border-color: rgba(194, 110, 41, 0.5); }

.siteFooter-phoneIcon {
  background-color: #f79336;
  background-image: url("../img/footer_phone_icon.svg");
  background-position: center;
  -webkit-background-size: 23px 24px;
          background-size: 23px 24px;
  background-repeat: no-repeat;
  border: 1px solid #fed7b9;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  height: 43px;
  position: relative;
  width: 43px; }
  .siteFooter-phoneIcon::before {
    -webkit-animation: phonePulse 1.25s ease-in-out 0s infinite forwards;
            animation: phonePulse 1.25s ease-in-out 0s infinite forwards;
    border: 1px solid #6c664b;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    content: '';
    height: 90px;
    left: -25px;
    position: absolute;
    top: -25px;
    width: 90px; }

.siteFooter-copyright {
  color: white;
  font-size: 0.8125rem;
  font-weight: 300;
  line-height: 0.6875rem; }

@media screen and (min-width: 48em) {
  .siteFooter-line {
    display: inline; } }

@-webkit-keyframes arrowMove {
  0% {
    top: 0; }
  50% {
    top: 10px; }
  100% {
    top: 0; } }

@keyframes arrowMove {
  0% {
    top: 0; }
  50% {
    top: 10px; }
  100% {
    top: 0; } }

@-webkit-keyframes phonePulse {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  75% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes phonePulse {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  75% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1); } }

.modal {
  background-color: white;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  max-width: 350px;
  margin: 0 auto;
  padding: 40px 20px 30px;
  position: relative;
  text-align: center; }

.form-caption {
  color: #333333;
  font-size: 0.875rem;
  font-weight: 300;
  margin-bottom: 20px; }

.form-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid rgba(51, 51, 51, 0.2);
  -webkit-border-radius: 4px;
          border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 300;
  padding: 10px;
  width: 100%; }

.form-input + .form-input {
  margin-top: 20px; }

.form-button {
  margin-top: 32px; }

.brands {
  z-index: 2; }

.brands-main {
  background-color: #f1f2f3;
  padding: 20px 0; }
  @media screen and (max-width: 64.99875em) {
    .brands-main {
      display: none; } }

.brands-item {
  font-size: 0.875rem;
  line-height: 1.5rem; }

@media screen and (max-width: 47.99875em) {
  .homeSlider .grid-container {
    padding: 0; } }

.homeSlider-main {
  padding: 15px 0; }
  @media screen and (max-width: 64.99875em) {
    .homeSlider-main .grid-margin-x {
      margin-left: 0;
      margin-right: 0; } }
  @media (max-height: 881px) {
    .homeSlider-main {
      margin-bottom: 0;
      margin-top: 0; } }

.homeSlider-header {
  max-width: 370px; }
  @media screen and (max-width: 64.99875em) {
    .homeSlider-header {
      max-width: none;
      padding-right: 20%; } }
  @media (max-width: 380px) {
    .homeSlider-header {
      padding-right: 5%; } }
  @media (max-width: 340px) {
    .homeSlider-header {
      font-size: 1.625rem; } }

.homeSlider-textBlock {
  margin: 45px 0; }
  @media (max-height: 720px) {
    .homeSlider-textBlock {
      margin: 30px 0; } }
  @media screen and (max-width: 47.99875em) {
    .homeSlider-textBlock {
      margin: 20px 0 25px; } }

.homeSlider-icon {
  width: 94px; }
  @media screen and (max-width: 47.99875em) {
    .homeSlider-icon {
      width: 70px; } }
  @media (max-width: 380px) {
    .homeSlider-icon {
      width: 60px; } }

.homeSlider-question {
  color: #11495a;
  font-size: 1.125rem;
  font-weight: bold; }

.homeSlider-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0; }
  @media screen and (min-width: 65em) {
    .homeSlider-info {
      padding-right: 16px; } }
  @media screen and (max-width: 64.99875em) {
    .homeSlider-info {
      padding-bottom: 25px;
      padding-top: 25px; } }
  @media screen and (max-width: 47.99875em) {
    .homeSlider-info {
      padding: 0 0.625rem; } }

.homeSlider-slides {
  padding-bottom: 15px;
  position: relative; }
  @media screen and (max-width: 64.99875em) {
    .homeSlider-slides {
      margin-top: 20px; } }
  @media screen and (min-width: 48em) and (max-width: 64.99875em) {
    .homeSlider-slides {
      margin: 35px auto 0;
      max-width: 561px; } }

.homeSlider-image {
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  padding-bottom: 77%; }
  @media (max-height: 881px) {
    .homeSlider-image {
      padding-bottom: 65%; } }
  @media (max-height: 820px) {
    .homeSlider-image {
      padding-bottom: 50%; } }
  @media (max-height: 720px) {
    .homeSlider-image {
      padding-bottom: 40%; } }
  @media (max-width: 65em) {
    .homeSlider-image {
      padding-bottom: 77%; } }

.homeSlider-description {
  margin-top: 15px;
  opacity: 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: opacity 0.75s;
  -o-transition: opacity 0.75s;
  transition: opacity 0.75s; }
  @media screen and (max-width: 47.99875em) {
    .homeSlider-description {
      padding: 0 40px; } }

.homeSlider-arrow {
  background-image: url("../img/slider-next-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 10px 20px;
          background-size: 10px 20px;
  bottom: 0;
  cursor: pointer;
  height: 55px;
  position: absolute;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  width: 55px;
  z-index: 1; }
  .homeSlider-arrow.slick-disabled {
    cursor: not-allowed;
    opacity: 0.2; }

.homeSlider-prev {
  left: 0; }

.homeSlider-next {
  -webkit-transform: rotateZ(180deg);
      -ms-transform: rotate(180deg);
          transform: rotateZ(180deg);
  right: 0; }

.slick-current .homeSlider-description {
  opacity: 1; }

.homeAbout-main {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 50px -1rem 65px; }
  @media screen and (max-width: 64.99875em) {
    .homeAbout-main {
      margin: 25px -1rem 0; } }
  @media screen and (max-width: 47.99875em) {
    .homeAbout-main {
      margin: 25px -0.625rem 0; } }

.homeAbout-item {
  -webkit-flex-basis: 24%;
      -ms-flex-preferred-size: 24%;
          flex-basis: 24%;
  margin: 0 4.25%; }
  .homeAbout-item:nth-child(n + 4) {
    margin-top: 35px; }
    @media screen and (max-width: 64.99875em) {
      .homeAbout-item:nth-child(n + 4) {
        margin-top: 0; } }
  .homeAbout-item_1 .homeAbout-icon {
    height: 68px;
    width: 67px; }
  .homeAbout-item_2 .homeAbout-icon {
    height: 68px;
    width: 68px; }
  .homeAbout-item_3 .homeAbout-icon {
    height: 51px;
    width: 74px; }
  .homeAbout-item_4 .homeAbout-icon {
    height: 69px;
    width: 68px; }
  .homeAbout-item_5 .homeAbout-icon {
    height: 68px;
    width: 60px; }
  @media screen and (max-width: 64.99875em) {
    .homeAbout-item {
      -webkit-flex-basis: 40%;
          -ms-flex-preferred-size: 40%;
              flex-basis: 40%;
      margin-bottom: 25px; } }
  @media screen and (max-width: 47.99875em) {
    .homeAbout-item {
      -webkit-flex-basis: 24%;
          -ms-flex-preferred-size: 24%;
              flex-basis: 24%;
      margin: 0 6% 25px; }
      .homeAbout-item .homeAbout-icon {
        height: 60px;
        width: auto; }
      .homeAbout-item_2 .homeAbout-icon {
        height: 60px; }
      .homeAbout-item_3 .homeAbout-icon {
        width: 65px; } }

.homeAbout-title {
  color: #11495a;
  font-size: 1.0625rem;
  font-weight: bold;
  line-height: 1.375rem;
  margin-left: 12px; }
  @media screen and (max-width: 47.99875em) {
    .homeAbout-title {
      font-size: 0.9375rem;
      line-height: 1.25rem;
      margin-left: 0;
      margin-top: 15px; } }

.homeAbout-description {
  color: #333333;
  font-size: 0.8125rem;
  font-weight: 300;
  line-height: 1.25rem;
  margin-top: 12px; }
  @media screen and (max-width: 47.99875em) {
    .homeAbout-description {
      display: none; } }

.homeAbout-catalog {
  background-color: #f1f2f3;
  padding: 32px 0;
  text-align: center; }

.homeAbout-text {
  color: #333333;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
  margin: 0 auto 18px;
  max-width: 370px; }
  @media screen and (max-width: 47.99875em) {
    .homeAbout-text {
      font-size: 0.875rem; } }
  .homeAbout-text_full {
    max-width: none; }

.homeContacts-main {
  margin: 55px 0; }
  @media screen and (max-width: 47.99875em) {
    .homeContacts-main {
      margin: 25px 0; } }

.homeContacts-header {
  margin-bottom: 50px; }
  @media screen and (max-width: 47.99875em) {
    .homeContacts-header {
      margin-bottom: 25px; } }

.homeContacts-block + .homeContacts-block {
  margin-top: 16px; }

.homeContacts-caption {
  color: #f79336;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5rem;
  margin-bottom: 2px;
  text-transform: uppercase; }
  @media screen and (max-width: 47.99875em) {
    .homeContacts-caption {
      font-size: 1rem; } }

.homeContacts-value {
  color: #231f20;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5rem; }
  @media screen and (max-width: 47.99875em) {
    .homeContacts-value {
      font-size: 1rem; } }
  @media (max-width: 340px) {
    .homeContacts-value {
      font-size: 0.9375rem; } }

.homeContacts-map {
  height: 450px; }
  @media screen and (max-width: 47.99875em) {
    .homeContacts-map {
      margin: 20px -0.625rem 0; } }

.mobileMenu {
  background-color: #f79336;
  height: -webkit-calc(100vh - 82px);
  height: calc(100vh - 82px);
  overflow-y: scroll;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%; }
  @media screen and (min-width: 48em) and (max-width: 64.99875em) {
    .mobileMenu {
      width: 50%; } }

.mobileMenu-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.mobileMenu-listItem {
  border-bottom: 2px solid #c26e29;
  margin: 0; }
  .mobileMenu-listItem:first-child {
    border-top: 2px solid #c26e29; }

.mobileMenu-listLink {
  display: block;
  color: white;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: -0.5px;
  padding: 20px 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s; }

.mobileMenu-info {
  padding: 20px 0 30px;
  text-align: center; }
