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

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

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

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

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

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

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

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

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

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

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

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

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

.grid-container {
  padding-right: 3.2rem;
  padding-left: 3.2rem;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-container {
    padding-right: 9rem;
    padding-left: 9rem;
  }
}

@media screen and (min-width: 90em) {
  .grid-container {
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }
}

.grid-container.fluid {
  padding-right: 3.2rem;
  padding-left: 3.2rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-container.fluid {
    padding-right: 9rem;
    padding-left: 9rem;
  }
}

@media screen and (min-width: 90em) {
  .grid-container.fluid {
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }
}

.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: 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: 40em) {
  .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: 64em) {
  .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;
  }
}

@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-full, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-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: 40em) {
  .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: 64em) {
  .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%;
  }
}

@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-x > .xxlarge-1 {
    width: 8.33333%;
  }
  .grid-x > .xxlarge-2 {
    width: 16.66667%;
  }
  .grid-x > .xxlarge-3 {
    width: 25%;
  }
  .grid-x > .xxlarge-4 {
    width: 33.33333%;
  }
  .grid-x > .xxlarge-5 {
    width: 41.66667%;
  }
  .grid-x > .xxlarge-6 {
    width: 50%;
  }
  .grid-x > .xxlarge-7 {
    width: 58.33333%;
  }
  .grid-x > .xxlarge-8 {
    width: 66.66667%;
  }
  .grid-x > .xxlarge-9 {
    width: 75%;
  }
  .grid-x > .xxlarge-10 {
    width: 83.33333%;
  }
  .grid-x > .xxlarge-11 {
    width: 91.66667%;
  }
  .grid-x > .xxlarge-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.6rem;
  margin-right: -0.6rem;
}

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

@media print, screen and (min-width: 64em) {
  .grid-margin-x {
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }
}

.grid-margin-x > .cell {
  width: calc(100% - 1.2rem);
  margin-left: 0.6rem;
  margin-right: 0.6rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 2.4rem);
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x > .cell {
    width: calc(100% - 2.4rem);
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }
}

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

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

.grid-margin-x > .small-1 {
  width: calc(8.33333% - 1.2rem);
}

.grid-margin-x > .small-2 {
  width: calc(16.66667% - 1.2rem);
}

.grid-margin-x > .small-3 {
  width: calc(25% - 1.2rem);
}

.grid-margin-x > .small-4 {
  width: calc(33.33333% - 1.2rem);
}

.grid-margin-x > .small-5 {
  width: calc(41.66667% - 1.2rem);
}

.grid-margin-x > .small-6 {
  width: calc(50% - 1.2rem);
}

.grid-margin-x > .small-7 {
  width: calc(58.33333% - 1.2rem);
}

.grid-margin-x > .small-8 {
  width: calc(66.66667% - 1.2rem);
}

.grid-margin-x > .small-9 {
  width: calc(75% - 1.2rem);
}

.grid-margin-x > .small-10 {
  width: calc(83.33333% - 1.2rem);
}

.grid-margin-x > .small-11 {
  width: calc(91.66667% - 1.2rem);
}

.grid-margin-x > .small-12 {
  width: calc(100% - 1.2rem);
}

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

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

@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: calc(8.33333% - 2.4rem);
  }
  .grid-margin-x > .xlarge-2 {
    width: calc(16.66667% - 2.4rem);
  }
  .grid-margin-x > .xlarge-3 {
    width: calc(25% - 2.4rem);
  }
  .grid-margin-x > .xlarge-4 {
    width: calc(33.33333% - 2.4rem);
  }
  .grid-margin-x > .xlarge-5 {
    width: calc(41.66667% - 2.4rem);
  }
  .grid-margin-x > .xlarge-6 {
    width: calc(50% - 2.4rem);
  }
  .grid-margin-x > .xlarge-7 {
    width: calc(58.33333% - 2.4rem);
  }
  .grid-margin-x > .xlarge-8 {
    width: calc(66.66667% - 2.4rem);
  }
  .grid-margin-x > .xlarge-9 {
    width: calc(75% - 2.4rem);
  }
  .grid-margin-x > .xlarge-10 {
    width: calc(83.33333% - 2.4rem);
  }
  .grid-margin-x > .xlarge-11 {
    width: calc(91.66667% - 2.4rem);
  }
  .grid-margin-x > .xlarge-12 {
    width: calc(100% - 2.4rem);
  }
}

@media screen and (min-width: 90em) {
  .grid-margin-x > .xxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxlarge-1 {
    width: calc(8.33333% - 2.4rem);
  }
  .grid-margin-x > .xxlarge-2 {
    width: calc(16.66667% - 2.4rem);
  }
  .grid-margin-x > .xxlarge-3 {
    width: calc(25% - 2.4rem);
  }
  .grid-margin-x > .xxlarge-4 {
    width: calc(33.33333% - 2.4rem);
  }
  .grid-margin-x > .xxlarge-5 {
    width: calc(41.66667% - 2.4rem);
  }
  .grid-margin-x > .xxlarge-6 {
    width: calc(50% - 2.4rem);
  }
  .grid-margin-x > .xxlarge-7 {
    width: calc(58.33333% - 2.4rem);
  }
  .grid-margin-x > .xxlarge-8 {
    width: calc(66.66667% - 2.4rem);
  }
  .grid-margin-x > .xxlarge-9 {
    width: calc(75% - 2.4rem);
  }
  .grid-margin-x > .xxlarge-10 {
    width: calc(83.33333% - 2.4rem);
  }
  .grid-margin-x > .xxlarge-11 {
    width: calc(91.66667% - 2.4rem);
  }
  .grid-margin-x > .xxlarge-12 {
    width: calc(100% - 2.4rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.6rem;
  margin-left: -0.6rem;
}

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

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

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.6rem;
  margin-left: -0.6rem;
}

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

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

.grid-padding-x > .cell {
  padding-right: 0.6rem;
  padding-left: 0.6rem;
}

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

@media print, screen and (min-width: 64em) {
  .grid-padding-x > .cell {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }
}

.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: 40em) {
  .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: 64em) {
  .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%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 40em) {
  .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: 64em) {
  .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%;
  }
}

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

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

@media print, screen and (min-width: 64em) {
  .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: 90em) {
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 8.33333%;
  }
  .xlarge-margin-collapse > .xxlarge-2 {
    width: 16.66667%;
  }
  .xlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xxlarge-4 {
    width: 33.33333%;
  }
  .xlarge-margin-collapse > .xxlarge-5 {
    width: 41.66667%;
  }
  .xlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xxlarge-7 {
    width: 58.33333%;
  }
  .xlarge-margin-collapse > .xxlarge-8 {
    width: 66.66667%;
  }
  .xlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xxlarge-10 {
    width: 83.33333%;
  }
  .xlarge-margin-collapse > .xxlarge-11 {
    width: 91.66667%;
  }
  .xlarge-margin-collapse > .xxlarge-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;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  height: auto;
  max-height: 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: 40em) {
  .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: 64em) {
  .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;
  }
}

@media screen and (min-width: 90em) {
  .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-full, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-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: 40em) {
  .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: 64em) {
  .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%;
  }
}

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

.grid-padding-y .grid-padding-y {
  margin-top: -0.6rem;
  margin-bottom: -0.6rem;
}

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

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

.grid-padding-y > .cell {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

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

@media print, screen and (min-width: 64em) {
  .grid-padding-y > .cell {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}

.grid-margin-y {
  margin-top: -0.6rem;
  margin-bottom: -0.6rem;
}

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

@media print, screen and (min-width: 64em) {
  .grid-margin-y {
    margin-top: -1.2rem;
    margin-bottom: -1.2rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.2rem);
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2.4rem);
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2.4rem);
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.2rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.2rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.2rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.2rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.2rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.2rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.2rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.2rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.2rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.2rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.2rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.2rem);
}

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

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

@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: calc(8.33333% - 2.4rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.66667% - 2.4rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 2.4rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.33333% - 2.4rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.66667% - 2.4rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 2.4rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.33333% - 2.4rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.66667% - 2.4rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 2.4rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.33333% - 2.4rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.66667% - 2.4rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 2.4rem);
  }
}

@media screen and (min-width: 90em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.33333% - 2.4rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.66667% - 2.4rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 2.4rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.33333% - 2.4rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.66667% - 2.4rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 2.4rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.33333% - 2.4rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.66667% - 2.4rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 2.4rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.33333% - 2.4rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.66667% - 2.4rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 2.4rem);
  }
}

.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: 40em) {
  .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: 64em) {
  .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;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-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 .xxlarge-grid-frame {
    width: 100%;
  }
  .xxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xxlarge-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%;
  }
  .xxlarge-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .xxlarge-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: 40em) {
  .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: 64em) {
  .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;
  }
}

@media screen and (min-width: 90em) {
  .grid-y.xxlarge-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: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}

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

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

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

.grid-margin-y {
  margin-top: -0.6rem;
  margin-bottom: -0.6rem;
}

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

@media print, screen and (min-width: 64em) {
  .grid-margin-y {
    margin-top: -1.2rem;
    margin-bottom: -1.2rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.2rem);
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2.4rem);
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2.4rem);
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.2rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.2rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.2rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.2rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.2rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.2rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.2rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.2rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.2rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.2rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.2rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.2rem);
}

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

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

@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: calc(8.33333% - 2.4rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.66667% - 2.4rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 2.4rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.33333% - 2.4rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.66667% - 2.4rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 2.4rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.33333% - 2.4rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.66667% - 2.4rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 2.4rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.33333% - 2.4rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.66667% - 2.4rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 2.4rem);
  }
}

@media screen and (min-width: 90em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.33333% - 2.4rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.66667% - 2.4rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 2.4rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.33333% - 2.4rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.66667% - 2.4rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 2.4rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.33333% - 2.4rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.66667% - 2.4rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 2.4rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.33333% - 2.4rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.66667% - 2.4rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 2.4rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.2rem);
}

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

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

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

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

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

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

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

@media screen and (min-width: 90em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 2.4rem);
  }
}

.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;
              -ms-grid-row-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;
              -ms-grid-row-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: 40em) {
  .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: 64em) {
  .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;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .xxlarge-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .xxlarge-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .xxlarge-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .xxlarge-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .xxlarge-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: 40em) {
  .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: 64em) {
  .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;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .xxlarge-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .xxlarge-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .xxlarge-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .xxlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .xxlarge-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;
  }
  .xxlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xxlarge-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;
  }
}

/**
 * Swiper 5.3.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 10, 2020
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

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

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

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

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

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

.swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .swiper-slide {
    text-align: left;
  }
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

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

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
}

.swiper-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.6rem;
}

.swiper-button-prev,
.swiper-button-next {
  cursor: pointer;
  outline: 0;
  line-height: 0;
}

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

.swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  line-height: 0;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

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

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

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
       -o-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
       -o-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
       -o-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
       -o-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
       -o-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
  border-radius: 100%;
  -webkit-box-shadow: inset 0 0 0 .4rem black;
          box-shadow: inset 0 0 0 .4rem black;
  margin: 0 0.8rem;
}

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

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

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

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

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms left, 200ms -o-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform, 200ms -o-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms right, 200ms -o-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform, 200ms -o-transform;
}

@font-face {
  font-family: 'MinionPro';
  src: url("/src/assets/fonts/MinionPro-Regular.eot?#iefix") format("embedded-opentype"), url("/src/assets/fonts/MinionPro-Regular.otf") format("opentype"), url("/src/assets/fonts/MinionPro-Regular.woff") format("woff"), url("/src/assets/fonts/MinionPro-Regular.ttf") format("truetype"), url("/src/assets/fonts/MinionPro-Regular.svg#MinionPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MinionPro';
  src: url("/src/assets/fonts/MinionPro-It.eot?#iefix") format("embedded-opentype"), url("/src/assets/fonts/MinionPro-It.otf") format("opentype"), url("/src/assets/fonts/MinionPro-It.woff") format("woff"), url("/src/assets/fonts/MinionPro-It.ttf") format("truetype"), url("/src/assets/fonts/MinionPro-It.svg#MinionPro-It") format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'MinionPro';
  src: url("/src/assets/fonts/MinionPro-Bold.eot?#iefix") format("embedded-opentype"), url("/src/assets/fonts/MinionPro-Bold.otf") format("opentype"), url("/src/assets/fonts/MinionPro-Bold.woff") format("woff"), url("/src/assets/fonts/MinionPro-Bold.ttf") format("truetype"), url("/src/assets/fonts/MinionPro-Bold.svg#MinionPro-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'MinionPro';
  src: url("/src/assets/fonts/MinionPro-BoldIt.eot?#iefix") format("embedded-opentype"), url("/src/assets/fonts/MinionPro-BoldIt.otf") format("opentype"), url("/src/assets/fonts/MinionPro-BoldIt.woff") format("woff"), url("/src/assets/fonts/MinionPro-BoldIt.ttf") format("truetype"), url("/src/assets/fonts/MinionPro-BoldIt.svg#MinionPro-BoldIt") format("svg");
  font-weight: 700;
  font-style: italic;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  font-style: normal;
  font-weight: 400;
  font-family: "MinionPro", serif;
  line-height: 1.3;
}

body {
  font-size: 2rem;
}

@media print, screen and (min-width: 40em) {
  body {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 90em) {
  body {
    font-size: 2rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "ff-good-headline-condensed-p", sans-serif;
  font-weight: 900;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

h1,
.heading-01 {
  font-size: 16vw;
}

@media print, screen and (min-width: 40em) {
  h1,
  .heading-01 {
    font-size: 10.4rem;
  }
}

@media screen and (min-width: 90em) {
  h1,
  .heading-01 {
    font-size: 14rem;
  }
}

h2,
.heading-02 {
  font-size: 4.8rem;
}

@media print, screen and (min-width: 40em) {
  h2,
  .heading-02 {
    font-size: 6.4rem;
  }
}

h3,
.heading-03 {
  font-size: 2.4rem;
  letter-spacing: 0.1px;
}

@media print, screen and (min-width: 40em) {
  h3,
  .heading-03 {
    font-size: 3.2rem;
  }
}

@media screen and (min-width: 90em) {
  h3,
  .heading-03 {
    font-size: 4rem;
  }
}

h4,
.heading-04 {
  letter-spacing: 0.2px;
  font-size: 2.4rem;
}

.sub-header {
  font-style: italic;
  font-size: 3.2rem;
  line-height: 1.2;
}

@media screen and (min-width: 90em) {
  .sub-header {
    font-size: 4rem;
  }
}

.sub-header.small {
  font-size: 2rem;
}

@media print, screen and (min-width: 40em) {
  .sub-header.small {
    font-size: 2.4rem;
  }
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: #1A1717;
}

p a {
  text-decoration: underline;
}

img {
  max-width: 100%;
}

p.small {
  font-size: 1.2rem;
}

.text-danger {
  color: #BB0000;
}

.button {
  font-family: "ff-good-headline-condensed-p", sans-serif;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: inset 0 0 0 0.2rem #1A1717;
          box-shadow: inset 0 0 0 0.2rem #1A1717;
  line-height: 1;
  padding: 2.4rem;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 2.4rem;
  color: black;
  text-decoration: none;
  background: transparent;
  outline: 0;
  border: 0;
  cursor: pointer;
  -webkit-transition: background .25s, color .25s;
  -o-transition: background .25s, color .25s;
  transition: background .25s, color .25s;
}

.button:hover {
  background-color: #FFF53E;
}

.button:active {
  background-color: #1A1717;
  color: #FFF53E;
}

.button:active .icon {
  color: #FFF53E;
}

.button.secondary {
  padding: 0 1.6rem;
  height: 5.2rem;
  line-height: 5.2rem;
}

.button.secondary:hover {
  background-color: #1A1717;
  color: white;
}

.button.inverted {
  color: white;
  -webkit-box-shadow: inset 0 0 0 0.2rem white;
          box-shadow: inset 0 0 0 0.2rem white;
}

.button .icon {
  font-size: 2rem;
  margin-left: .8rem;
  color: #1A1717;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

.menu-button {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #1A1717;
  height: 4.2rem;
  line-height: 4.2rem;
  padding: 0 1.6rem;
  font-size: 1.4rem;
  -webkit-box-shadow: inset 0 0 0 0.2rem #1A1717;
          box-shadow: inset 0 0 0 0.2rem #1A1717;
  -webkit-transition: background .25s, color .25s;
  -o-transition: background .25s, color .25s;
  transition: background .25s, color .25s;
}

.menu-button:hover {
  background-color: #1A1717;
  color: white;
}

.menu-button:active {
  background-color: #1A1717;
  color: #FFF53E;
}

.icon {
  font-size: inherit;
  line-height: inherit;
}

.icon svg {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  width: 1em;
  vertical-align: middle;
  position: relative;
}

.input {
  position: relative;
  border: none;
  overflow: visible;
  font-size: 1.8rem;
  background: #f9f8eb;
  margin-bottom: 2.4rem;
}

.input:hover input {
  -webkit-box-shadow: inset 0px -2px 0 rgba(26, 23, 23, 0.5);
          box-shadow: inset 0px -2px 0 rgba(26, 23, 23, 0.5);
}

.input.has-error input {
  -webkit-box-shadow: inset 0px -2px 0 #BB0000;
          box-shadow: inset 0px -2px 0 #BB0000;
}

.input.has-error label {
  color: #BB0000;
}

.input input {
  background: transparent;
  font-family: "MinionPro", serif;
  width: 100%;
  padding: 0 1rem 1rem 1rem;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  cursor: text;
  -webkit-box-shadow: inset 0px -2px 0 rgba(26, 23, 23, 0.1);
          box-shadow: inset 0px -2px 0 rgba(26, 23, 23, 0.1);
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  -o-transition: box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
}

.input input:focus {
  -webkit-box-shadow: inset 0px -2px 0 #1A1717;
          box-shadow: inset 0px -2px 0 #1A1717;
}

.input label {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 1rem;
  color: #1A1717;
}

.input .icon {
  position: absolute;
  left: 1.6rem;
  bottom: 1rem;
}

.input .icon ~ input {
  padding-left: 4.8rem;
}

.checkbox-section {
  position: relative;
  margin-bottom: 1.6rem;
}

.checkbox-section:hover .checkbox-ripple {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.checkbox-ripple {
  position: absolute;
  left: -1rem;
  top: -1rem;
  width: 4rem;
  height: 4rem;
  background: #FFF53E;
  border-radius: 100%;
  z-index: 1;
  opacity: .4;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  pointer-events: none;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: -o-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s, -o-transform .3s;
}

[type=checkbox]:checked,
[type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=checkbox]:checked + label,
[type=checkbox]:not(:checked) + label {
  position: relative;
  padding-left: 3.2rem;
  display: inline-block;
  cursor: pointer;
  color: #1A1717;
}

[type=checkbox]:checked + label:before,
[type=checkbox]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
  border-radius: .3rem;
  border: 2px solid #1A1717;
  background: white;
}

[type=checkbox]:checked + label:after,
[type=checkbox]:not(:checked) + label:after {
  content: '';
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
}

[type=checkbox]:checked + label:after {
  opacity: 1;
  background-color: #1A1717;
  border-radius: .3rem;
  background-image: url("../img/checkmark.svg");
  -webkit-background-size: 70% 70%;
          background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
}

.radio-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.6rem;
}

.radio-input:checked,
.radio-input:not(:checked) {
  position: absolute;
  left: -9999px;
}

.radio-input:checked + label,
.radio-input:not(:checked) + label {
  position: relative;
  padding-left: 3.2rem;
  cursor: pointer;
  line-height: 2.4rem;
  display: inline-block;
  color: #666;
}

.radio-input:checked + label:before,
.radio-input:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 2.4rem;
  height: 2.4rem;
  border: 2px solid #1A1717;
  border-radius: 100%;
  background: white;
}

.radio-input:checked + label:after,
.radio-input:not(:checked) + label:after {
  content: '';
  width: 1.2rem;
  height: 1.2rem;
  background: #1A1717;
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.radio-input:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
   -o-transform: scale(0);
      transform: scale(0);
}

.radio-input:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
   -o-transform: scale(1);
      transform: scale(1);
}

textarea {
  font-family: "MinionPro", serif;
  color: #1A1717;
  background-color: #f9f8eb;
  border: 0;
  width: 100%;
  padding: 1.6rem;
  font-size: 1.8rem;
  -webkit-box-shadow: inset 0px -2px 0 #1A1717;
          box-shadow: inset 0px -2px 0 #1A1717;
}

textarea::-webkit-input-placeholder {
  color: #1A1717;
}

select {
  font-family: "MinionPro", serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  background: transparent;
  -webkit-box-shadow: inset 0px -2px 0 #1A1717;
          box-shadow: inset 0px -2px 0 #1A1717;
  border: 0;
  width: 100%;
  border-radius: 0;
  padding-left: 1.6rem;
  height: 4.8rem;
  font-size: 1.8rem;
  background-image: url("../img/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 1.6rem center;
}

.error-response {
  font-size: 1.8rem;
  margin: -1.6rem 1.6rem 2.4rem;
}

.bg-yellow {
  background-color: #FFF53E;
}

.bg-gray {
  background-color: #f9f8eb;
}

.bg-black {
  background-color: #1A1717;
}

.color-yellow {
  color: #FFF53E;
}

.color-white {
  color: white;
}

.py {
  padding: 4.8rem 0;
}

@media print, screen and (min-width: 64em) {
  .py {
    padding: 6.4rem 0;
  }
}

@media screen and (min-width: 75em) {
  .py {
    padding: 9.6rem 0;
  }
}

.my {
  margin: 4.8rem 0;
}

@media print, screen and (min-width: 64em) {
  .my {
    margin: 6.4rem 0;
  }
}

@media screen and (min-width: 75em) {
  .my {
    margin: 9.6rem 0;
  }
}

.mt {
  margin-top: 4.8rem;
}

@media print, screen and (min-width: 64em) {
  .mt {
    margin-top: 6.4rem;
  }
}

@media screen and (min-width: 75em) {
  .mt {
    margin-top: 9.6rem;
  }
}

.mb {
  margin-bottom: 4.8rem;
}

@media print, screen and (min-width: 64em) {
  .mb {
    margin-bottom: 6.4rem;
  }
}

@media screen and (min-width: 75em) {
  .mb {
    margin-bottom: 9.6rem;
  }
}

.mt-xs {
  margin-top: 1.6rem;
}

.mt-s {
  margin-top: 2.4rem;
}

.mt-m {
  margin-top: 3.2rem;
}

.mb-xs {
  margin-bottom: 1.6rem;
}

.mb-s {
  margin-bottom: 2.4rem;
}

.mb-m {
  margin-bottom: 3.2rem;
}

.p-l {
  padding: 3.2rem;
}

@media print, screen and (min-width: 40em) {
  .p-l {
    padding: 4.8rem;
  }
}

@media print, screen and (min-width: 64em) {
  .p-l {
    padding: 6.4rem;
  }
}

.p-s {
  padding: 2.4rem;
}

@media print, screen and (min-width: 64em) {
  .p-s {
    padding: 3.2rem;
  }
}

.font-heading {
  font-family: "ff-good-headline-condensed-p", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
}

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

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

.list-with-bullets {
  list-style: inside;
  text-indent: -1.3em;
  padding-left: 1.3em;
}

.list-with-bullets li {
  margin-bottom: 1.6rem;
}

.hidedefault {
  display: none;
}

.underline {
  text-decoration: underline;
}

.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 + * {
  margin-top: 4.8rem;
}

@media print, screen and (min-width: 64em) {
  .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 + * {
    margin-top: 6.4rem;
  }
}

.wysiwyg ol, .wysiwyg ul {
  margin: 1.6rem 0;
}

.wysiwyg ul li {
  list-style: circle;
  list-style-position: inside;
}

.wysiwyg ol {
  padding: 0;
}

.wysiwyg ol li {
  list-style-position: inside;
}

.site-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 8rem;
}

@media print, screen and (min-width: 64em) {
  .site-header {
    height: 11.5rem;
  }
}

.site-header .logo {
  line-height: 0;
}

.site-header svg {
  fill: #1A1717;
  width: 3.8rem;
  height: 3.3rem;
}

@media print, screen and (min-width: 40em) {
  .site-header svg {
    width: 5.5rem;
    height: 4.8rem;
  }
}

.site-header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 3.2rem;
  background: white;
  z-index: 1;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

@media print, screen and (min-width: 64em) {
  .site-header-container {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 11.5rem;
    z-index: 999;
  }
}

@media print, screen and (min-width: 64em) {
  .is-sticky .site-header-container {
    background: #f9f8eb;
  }
}

.navigation {
  position: fixed;
  left: 0;
  top: 0;
  background-color: white;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 6.4rem 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-box-shadow: 0px 0 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0 0 rgba(0, 0, 0, 0.25);
  z-index: 99;
  -webkit-transition: -webkit-transform .3s, -webkit-box-shadow .3s;
  transition: -webkit-transform .3s, -webkit-box-shadow .3s;
  -o-transition: box-shadow .3s, -o-transform .3s;
  transition: transform .3s, box-shadow .3s;
  transition: transform .3s, box-shadow .3s, -webkit-transform .3s, -o-transform .3s, -webkit-box-shadow .3s;
}

.navigation.is-visible {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

@media print, screen and (min-width: 64em) {
  .navigation {
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: auto;
    padding: 0;
    background-color: transparent;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

@media print, screen and (min-width: 64em) {
  .primary-navigation ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.primary-navigation li {
  margin-bottom: 2.4rem;
  height: 4.2rem;
  line-height: 4.2rem;
  padding: 0 1.6rem;
  -webkit-transition: background .25s;
  -o-transition: background .25s;
  transition: background .25s;
}

@media print, screen and (min-width: 64em) {
  .primary-navigation li {
    margin-bottom: 0;
    margin-left: 0.8rem;
  }
}

.primary-navigation li:hover {
  background-color: #f9f8eb;
}

.primary-navigation a {
  position: relative;
  display: inline-block;
  font-family: "ff-good-headline-condensed-p", sans-serif;
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1.2;
  vertical-align: middle;
}

.primary-navigation a.is-active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background-color: #1A1717;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s;
}

.main-navigation ul {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  color: #1A1717;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media print, screen and (min-width: 64em) {
  .main-navigation ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .main-navigation li {
    margin: 0.8rem 0;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .main-navigation .menu-button {
    margin-top: 0.8rem;
  }
}

.main-navigation a:not(.menu-button):not(.lang) {
  display: inline-block;
  height: 4.2rem;
  line-height: 4.2rem;
  padding: 0 1.6rem;
  -webkit-transition: background .25s;
  -o-transition: background .25s;
  transition: background .25s;
}

.main-navigation a:not(.menu-button):not(.lang):hover {
  background-color: #f9f8eb;
}

.main-navigation a:not(.menu-button):not(.lang):hover span:after {
  opacity: 1;
}

.main-navigation a:not(.menu-button):not(.lang) span {
  position: relative;
  display: inline-block;
  line-height: 1.4;
}

.main-navigation a:not(.menu-button):not(.lang) span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background-color: #1A1717;
  opacity: 0;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s;
}

.lang-switch {
  padding: 0 2.4rem 0 1.6rem;
}

.lang-switch a {
  display: inline-block;
  line-height: 4.2rem;
  color: #E0E0E0;
}

.lang-switch .is-selected {
  color: #1A1717;
}

.lang-switch a:first-child:after {
  content: "|";
  color: #E0E0E0;
  margin-left: .3rem;
}

.site-footer {
  background-color: #1A1717;
  color: white;
  padding: 6.4rem 0;
}

.site-footer a {
  color: white;
}

.site-footer .footer-logo svg {
  fill: white;
}

.site-footer .footer-title {
  color: #FFF53E;
  margin: 4.8rem 0 2.4rem;
}

@media print, screen and (min-width: 64em) {
  .site-footer .footer-title {
    margin: 1.6rem 0 4.8rem;
  }
}

.site-footer .social-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.site-footer .social-media li:not(:last-child) {
  margin-right: 0.8rem;
}

.site-footer .social-media .icon {
  color: white;
  font-size: 3.2rem;
}

.site-footer .footer-news p {
  margin-top: 0.8rem;
}

.site-footer .footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 6.4rem;
}

.site-footer .footer-links li {
  margin: 0 0.8rem;
}

.site-footer .footer-links a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.2px;
}

.site-footer .footer-links a:hover {
  text-decoration: underline;
}

.site-footer .input {
  background: rgba(255, 255, 255, 0.1);
}

.site-footer .input input {
  -webkit-box-shadow: inset 0px -2px 0 white;
          box-shadow: inset 0px -2px 0 white;
  color: white;
}

.site-footer .input label {
  color: white;
}

.menu-toggle {
  position: absolute;
  right: 3.2rem;
  top: 3.2rem;
  width: 3.2rem;
  height: 2.4rem;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background: transparent;
  outline: 0;
  border: 0;
  z-index: 999;
  cursor: pointer;
}

@media print, screen and (min-width: 64em) {
  .menu-toggle {
    display: none;
  }
}

.menu-toggle span {
  display: block;
  position: absolute;
  height: 0.4rem;
  width: 100%;
  background: #1A1717;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.menu-toggle span:nth-child(1) {
  top: 0;
}

.menu-toggle span:nth-child(2), .menu-toggle span:nth-child(3) {
  top: 0.8rem;
}

.menu-toggle span:nth-child(4) {
  top: 1.6rem;
}

.menu-toggle.is-active span:nth-child(1) {
  top: 0.8rem;
  width: 0%;
  left: 50%;
}

.menu-toggle.is-active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu-toggle.is-active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menu-toggle.is-active span:nth-child(4) {
  top: 0.8rem;
  width: 0%;
  left: 50%;
}

.steps-list {
  margin: 2.4rem 0;
}

.steps-list ul {
  counter-reset: section;
}

@media print, screen and (min-width: 40em) {
  .steps-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.steps-list li {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  font-style: italic;
  font-size: 2rem;
  padding: 0.8rem 1.6rem;
  counter-increment: section;
}

.steps-list li:before {
  content: counter(section) ".";
  display: block;
  font-family: "ff-good-headline-condensed-p", sans-serif;
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 0.8rem;
}

.steps-list li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: .2rem;
  background-color: #E0E0E0;
}

.calendar li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-bottom: 0.1rem solid #1A1717;
  padding: 2.4rem 0;
}

.calendar li:first-child {
  border-top: 0.1rem solid #1A1717;
}

.calendar li h3 {
  display: inline-block;
  vertical-align: middle;
}

.calendar li .info {
  width: 100%;
  margin-top: 0.8rem;
}

@media print, screen and (min-width: 40em) {
  .calendar li .info {
    width: 50%;
    margin-top: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .calendar li .info {
    width: 33.33%;
  }
}

.calendar li .location {
  width: 100%;
}

@media print, screen and (min-width: 64em) {
  .calendar li .location {
    width: 33.33%;
  }
}

.calendar li .cta {
  width: 100%;
  margin-top: 1.6rem;
}

.calendar li .cta span {
  padding-right: 1.6rem;
}

@media print, screen and (min-width: 40em) {
  .calendar li .cta {
    text-align: right;
    margin-top: 0.8rem;
    width: 50%;
  }
}

@media print, screen and (min-width: 64em) {
  .calendar li .cta {
    margin-top: 0;
    width: 33.33%;
  }
}

.calendar .calendar-label {
  display: inline-block;
  padding: 0 0.8rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 40em) {
  .usp-slider {
    margin-left: -2.4rem;
    margin-right: -2.4rem;
  }
  .usp-slider .swiper-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .usp-slider .swiper-slide {
    margin-top: 4.8rem;
    width: 33.333%;
    padding: 0 2.4rem;
  }
  .usp-slider .swiper-slide.w-2\/3 {
    width: 66.666%;
  }
}

.usp-slider img {
  height: 14rem;
  margin-bottom: 1.6rem;
}

@media print, screen and (min-width: 64em) {
  .usp-slider img {
    height: 18rem;
  }
}

@media print, screen and (min-width: 40em) {
  .usp-slider .swiper-navigation {
    display: none !important;
  }
}

.blog-card .image-container {
  display: block;
  overflow: hidden;
  position: relative;
}

.blog-card .image-container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.blog-card .image-container > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.blog-card .image-container:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}

.blog-card .image-container img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform .24s;
  transition: -webkit-transform .24s;
  -o-transition: -o-transform .24s;
  transition: transform .24s;
  transition: transform .24s, -webkit-transform .24s, -o-transform .24s;
}

.blog-card .blog-category {
  position: absolute;
  top: 1.6rem;
  left: 1.6rem;
  height: 2rem;
  padding: 0 0.8rem;
  font-size: 1.4rem;
  line-height: 2rem;
  background-color: #FFF53E;
  letter-spacing: 1px;
}

.blog-card .read-more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: .2px;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
}

.blog-card .read-more .icon {
  margin-left: 0.8rem;
  line-height: 0;
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  -o-transition: -o-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s, -o-transform .25s;
}

.blog-card .read-more:hover .icon {
  -webkit-transform: translateX(6px);
      -ms-transform: translateX(6px);
       -o-transform: translateX(6px);
          transform: translateX(6px);
}

.blog-card .date {
  display: block;
  font-style: italic;
  margin: 0.8rem 0 1.6rem;
}

.blog-card-row {
  margin: 3.2rem 0;
}

.signup-form p {
  margin: 0 0 2.4rem 0;
}

.logo-carousel .swiper-navigation {
  margin-bottom: 3.2rem;
}

.logo-carousel .swiper-slide {
  padding: 0 1.6rem;
}

@media print, screen and (min-width: 40em) {
  .logo-carousel .swiper-slide {
    padding: 0 3.2rem;
  }
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  outline: 0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: visibility .3s, opacity .3s, background .3s;
  -o-transition: visibility .3s, opacity .3s, background .3s;
  transition: visibility .3s, opacity .3s, background .3s;
}

.modal.is-visible {
  visibility: visible;
  opacity: 1;
}

.modal.is-visible .modal-dialog {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition-delay: .15s;
       -o-transition-delay: .15s;
          transition-delay: .15s;
}

.modal .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 60rem;
  width: 100%;
  -webkit-transform: translate(-50%, -80%);
      -ms-transform: translate(-50%, -80%);
       -o-transform: translate(-50%, -80%);
          transform: translate(-50%, -80%);
  opacity: 0;
  padding: 1.6rem;
  -webkit-transition: visibility .3s, opacity .3s, -webkit-transform .3s;
  transition: visibility .3s, opacity .3s, -webkit-transform .3s;
  -o-transition: visibility .3s, opacity .3s, -o-transform .3s;
  transition: transform .3s, visibility .3s, opacity .3s;
  transition: transform .3s, visibility .3s, opacity .3s, -webkit-transform .3s, -o-transform .3s;
}

.modal .modal-content {
  position: relative;
  background: white;
  width: 100%;
  padding: 1.6rem;
}

@media print, screen and (min-width: 40em) {
  .modal .modal-content {
    padding: 3.2rem;
  }
}

.modal .close-modal {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  outline: 0;
  border: 0;
  width: 5rem;
  height: 5rem;
  font-size: 3rem;
  cursor: pointer;
}

.modal .close-modal:hover {
  color: #E0E0E0;
}

.modal-is-open {
  overflow: hidden;
}

.modal-is-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.alert {
  position: relative;
  padding: 1.6rem;
  margin: 0.8rem 0;
}

.alert.error {
  background-color: #BB0000;
  border: 2px solid #880000;
  color: white;
}

.alert.error .close {
  color: white;
}

.alert.success {
  background-color: #d4edda;
  border: 2px solid #b0debb;
}

.alert.warning {
  background-color: #FFDA7A;
  border: 2px solid #ffcc47;
}

.alert .close {
  background: transparent;
  border: 0;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 0;
  -webkit-animation: none;
  -o-animation: none;
     animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
     animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid rgba(72, 72, 72, 0.2);
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-innerContainer {
  border-bottom: 0;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  border: 1px solid rgba(72, 72, 72, 0.2);
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: rgba(72, 72, 72, 0.2);
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #FFF53E;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: rgba(72, 72, 72, 0.2);
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #FFF53E;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

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

.flatpickr-months .flatpickr-month {
  background: #FFF53E;
  color: #000;
  fill: #000;
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: #000;
  fill: #000;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  left: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  right: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #bbb;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #000;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  -o-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(72, 72, 72, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(72, 72, 72, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(72, 72, 72, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(255, 255, 255, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 1.6rem;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month span.cur-month {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #000;
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #000;
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(255, 255, 255, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: #FFF53E;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
  -webkit-box-shadow: 0 0 0 black;
          box-shadow: 0 0 0 black;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: #FFF53E;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: #FFF53E;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: #FFF53E;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
  border-left: 1px solid rgba(72, 72, 72, 0.2);
  border-right: 1px solid rgba(72, 72, 72, 0.2);
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 rgba(72, 72, 72, 0.2);
  box-shadow: -1px 0 0 rgba(72, 72, 72, 0.2);
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #484848;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #f9f8eb;
  border-color: #f9f8eb;
}

.flatpickr-day.today {
  border-color: #bbb;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #bbb;
  background: #bbb;
  color: #000;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #FFF53E;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
  border-color: #FFF53E;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #FFF53E;
  box-shadow: -10px 0 0 #FFF53E;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #f9f8eb, 5px 0 0 #f9f8eb;
  box-shadow: -5px 0 0 #f9f8eb, 5px 0 0 #f9f8eb;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(72, 72, 72, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(72, 72, 72, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #FFF53E, 5px 0 0 #FFF53E;
  box-shadow: -5px 0 0 #FFF53E, 5px 0 0 #FFF53E;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  border-left: 1px solid rgba(72, 72, 72, 0.2);
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(72, 72, 72, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid rgba(72, 72, 72, 0.2);
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 0 0 5px 5px;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #484848;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #484848;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #484848;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #484848;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eaeaea;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.home .cta:first-child {
  margin-bottom: 1.6rem;
}

@media print, screen and (min-width: 64em) {
  .home .cta:first-child {
    margin-bottom: 0;
  }
}

.home .cta .button {
  margin-top: 1.6rem;
}

.home .section-video {
  position: relative;
}

.home .section-video:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10%;
  left: 0;
  top: 0;
  background-color: #FFF53E;
}

.home .video-container {
  position: relative;
}

.home .video-container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.home .video-container > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.home .video-container iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.home .video-placeholder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: opacity .25s, visibility .25s;
  -o-transition: opacity .25s, visibility .25s;
  transition: opacity .25s, visibility .25s;
}

.home .video-placeholder:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 245, 62, 0.6);
}

.home .video-placeholder video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.home .video-placeholder.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.home .video-content {
  position: absolute;
  left: 5%;
  bottom: 20%;
  z-index: 1;
}

.home .video-content h3 {
  font-size: 6vw;
}

@media screen and (min-width: 90em) {
  .home .video-content h3 {
    font-size: 10.4rem;
  }
}

.home .video-content h3 span {
  display: block;
}

.home .video-content .play-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "ff-good-headline-condensed-p", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 0.8rem;
  cursor: pointer;
}

.home .video-content .play-icon {
  position: relative;
  display: block;
  width: 3rem;
  height: 3rem;
  background: white;
  border-radius: 5rem;
  -webkit-box-shadow: inset 0 0 0 .5rem black;
          box-shadow: inset 0 0 0 .5rem black;
  margin-right: 0.8rem;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
       -o-transform-origin: left;
          transform-origin: left;
}

@media print, screen and (min-width: 40em) {
  .home .video-content .play-icon {
    -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
         -o-transform: scale(1.4);
            transform: scale(1.4);
    margin-right: 2.4rem;
  }
}

@media screen and (min-width: 75em) {
  .home .video-content .play-icon {
    -webkit-transform: scale(1.7);
        -ms-transform: scale(1.7);
         -o-transform: scale(1.7);
            transform: scale(1.7);
    margin-right: 3.2rem;
  }
}

.home .video-content .play-icon:after {
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #000000;
  margin-left: .1rem;
}

@media print, screen and (max-width: 39.99875em) {
  .home-individuals .package-card:first-child {
    margin-bottom: 2.4rem;
  }
}

.home-individuals .add_button {
  height: 4.8rem;
  line-height: 4.8rem;
  margin-bottom: 2.4rem;
}

.blog-article .back-to-overview {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.2px;
}

.blog-article .back-to-overview .icon {
  display: inline-block;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  line-height: 0;
  margin-right: 0.8rem;
}

.blog-article .article-category {
  display: inline-block;
  background-color: #FFF53E;
  font-size: 2.2rem;
  padding: 0 0.8rem;
  height: 3rem;
  line-height: 3rem;
}

@media print, screen and (min-width: 40em) {
  .blog-article .article-category {
    height: 4.2rem;
    line-height: 4.2rem;
    font-size: 3.2rem;
    padding: 0 1.6rem;
  }
}

.blog-article .article-header {
  margin-top: 2.4rem;
}

.blog-article h1 {
  margin: 3.2rem 0;
}

.blog-article .article-image {
  position: relative;
}

.blog-article .article-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 43.75%;
}

.blog-article .article-image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.blog-article .article-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-article .article-date {
  display: block;
  font-style: italic;
  margin-top: 2.4rem;
}

.blog-article .share-article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-article .share-article h3 {
  margin-right: 3.2rem;
}

.blog-article .share-article ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.blog-article .share-article ul li:not(:last-child) {
  margin-right: 0.8rem;
}

.blog-article .share-article ul .icon {
  color: #1A1717;
  font-size: 3.2rem;
}

.blog-article .related-title {
  margin-bottom: 3.2rem;
}

.blog-article .related-articles-row:not(:last-child) {
  margin-bottom: 3.2rem;
}

@media print, screen and (min-width: 64em) {
  .blog-article .related-articles-row:not(:last-child) {
    margin-bottom: 0;
  }
}

.home-businesses .solution-card {
  margin-bottom: 2.4rem;
}

@media screen and (min-width: 75em) {
  .home-businesses .solution-card {
    margin-bottom: 0;
  }
}

.home-businesses .cta .image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  height: 8rem;
  margin-bottom: 2.4rem;
}

@media print, screen and (min-width: 64em) {
  .home-businesses .cta .image-container {
    height: 10rem;
  }
}

.home-businesses .cta .image-container img {
  height: 100%;
  width: auto;
}

.home-businesses .cta a {
  display: block;
  text-decoration: underline;
}

.faq li {
  background-color: #f9f8eb;
  padding: 2.4rem;
  margin-bottom: 3.2rem;
}

@media print, screen and (min-width: 40em) {
  .faq li {
    padding: 3.2rem;
  }
}

@media print, screen and (min-width: 64em) {
  .faq li {
    padding: 4.8rem;
  }
}

.media .media-list a {
  border-bottom: 2px #E0E0E0 solid;
  padding-bottom: 2px;
  -webkit-transition: border .25s;
  -o-transition: border .25s;
  transition: border .25s;
}

.media .media-list a:hover {
  border-color: #bababa;
}

.media li {
  position: relative;
  margin: 3.2rem 0;
}

.contact li {
  margin-bottom: 2.4rem;
}

.contact .contact-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 4.8rem 0;
}

.contact .contact-cta p {
  margin-bottom: 0;
}

.contact .contact-cta img {
  margin-right: 3.2rem;
  width: 21%;
}

@media print, screen and (min-width: 40em) {
  .contact .contact-cta img {
    width: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .contact .contact-details {
    padding-left: 2.4rem;
  }
}
/*# sourceMappingURL=main.css.map */
.home-individuals form#private-reg-form h3.form-heading.mb-m {margin-top: 20px;}
.home-individuals section#private-reg-form-div {margin-top: 40px;margin-bottom: 40px;}   

section.share-article.my { margin-top: 30px; margin-bottom: 30px; }
section.article-main.my {margin-top: 30px; margin-bottom: 30px;}
.blog-article h1 {font-size: 65px;}
article.blog-article .cell.small-12.large-4 h4 {margin-top: 30px;margin-bottom: 20px;padding-left: 15px;}
article.blog-article .cell.small-12.large-4 ul.list-with-bullets {margin-left: 15px;}
article.blog-article .cell.small-12.large-4 { background-color: #f9f8eb;margin-bottom: 30px;margin-top: 30px; }

header .main-navigation .menu-button { margin-left: 5px; }
main.faq.prs-media li {padding: 20px 25px;}
main.blog.rooksignalen section.my.rooksignalen-col2 { margin-top: 15px; margin-left: -60px; }
main.blog.rooksignalen section.my.rooksignalen-col2 h2.mb-m { margin-bottom: 25px; }
main.blog.rooksignalen section.my.rooksignalen-col2 .blog-card-row { margin-top: 0px; margin-bottom: 40px; }
main.blog.rooksignalen section.my.rooksignalen-col2 .blog-card-row .blog-card {border: 1px solid #f0efe4;padding: 5px;}
main.blog.rooksignalen section.my.rooksignalen-col2 .blog-card-row .blog-card .date {margin: 0px 10px 0px 10px;}
main.blog.rooksignalen section.my.rooksignalen-col2 .blog-card-row .blog-card .date { margin-top: 10px !important; }
main.blog.rooksignalen section.my.rooksignalen-col2 .blog-card-row .blog-card h3 {margin: 0px 10px 0px 10px;}
main.blog.rooksignalen section.my.rooksignalen-col2 .blog-card-row .blog-card a.read-more { padding: 10px; }
/*Persoonl*/
.my-account-section section.faq .row.row-section .col-lg-12.col-md-12.col-sm-12.col-xs-12 .card.my-account.user-info {padding: 25px 30px 30px;}
section.faq.personal-page .my-account { height: auto; }
section.faq.personal-page { padding-bottom: 40px; }
section.faq.personal-page .my-account h4 { background-color: transparent;padding: 0px 20px 20px;margin: 0px -20px 20px !important; }
section.faq.personal-page .row-section { margin-bottom: 0px; }
@media (max-width: 1024px)
{
.user-info h4 {margin: 0px -25px 20px !important;}  
.main-navigation .menu-button {margin-top: 0px !important;margin-left: 5px;} 
.home .section-video {padding: 90px 0px 30px;}  
.main-navigation a:not(.menu-button):not(.lang) {height: 30px;}  
.navigation {padding: 2.4rem 0;}  
.main-navigation li {margin:0px;}
.main-navigation .menu-button {margin-top: 0px;margin-bottom: 5px;margin-top: 16px;}
/*Dashbord pages*/  
.my-account-section .menu-my-account {margin: 30px 0px 15px 0px !important;}
.my-account-section .menu-my-account .my-account h4 {margin: 0px -20px 20px;}
.my-account-section .card.my-account.user-info .btn { font-size: 18px; margin-right: 5px; }
.dashboardbloack_middle .cell.small-12.large-6.blog-list1 {margin-bottom: 15px;}
.my-account-section .menu-my-account {margin: 15px 0px 15px 0px;}
.my-account-section .my-account-content h1 { font-size: 36px; }
.my-account-section .menu-my-account .menu-link {padding: 15px;margin: 0px 10px;}
.my-account-section .heading-content.my-account-content .col-lg-6.col-md-4.col-sm-12.col-12 {width: 100% !important;flex: unset;max-width: 100%;}
.my-account-section .heading-content.my-account-content .col-lg-6.col-md-8.col-sm-12.col-xs-12.registered-on {width: 100% !important;flex: unset;max-width: 100%; text-align: center;}
.my-account-section .heading-content.my-account-content .col-lg-6.col-md-8.col-sm-12.col-xs-12.registered-on p {display: block;margin-bottom: 10px;}
.my-account-section section.faq .col-lg-6.col-md-6.col-sm-12.col-12 { max-width: 100%; flex: unset; } 
.my-account-section section.faq .row.row-section .col-lg-6.col-md-6.col-sm-12.col-12 { margin-bottom: 15px; }
.twinty-mar-b-0 { margin-bottom: 0px !important; }
.twinty-mar-b-15 { margin-bottom: 15px !important; }
.course-leader-picture {float: none !important; margin-bottom: 15px;}
.my-account-section section.faq li:last-child { margin-bottom: 0px; }
.my-account-section section.faq .card.my-account.user-info.information {padding: 15px 25px;}
.my-account-section section.faq .row .col-lg-6.col-md-6.col-sm-6.col-xs-12 { max-width: 100%; flex: unset; }
/*FAQ Dashbord*/  
section.faq { padding-bottom: 20px; }
section.faq .row.row-section { margin-bottom: 15px; }
section.faq .row.row-section .col-lg-3.col-md-5.col-sm-12.col-xs-12 {max-width: 100%;flex: unset; margin-bottom: 15px;}
section.faq .row.row-section .col-lg-9.col-md-7.col-sm-12.col-xs-12 {max-width: 100%;flex: unset;}
section.faq .row.row-section .col-lg-9.col-md-7.col-sm-12.col-xs-12 .card.my-account p strong { margin-bottom: 10px; }
.my-account-section section.faq .row.row-section .information {padding: 25px;} 
.my-account-section section.faq .row.row-section .information h4 {margin: 0px -25px 20px;}
.my-account-section section.faq li { padding: 25px; margin: 15px 0px; }
/*Account Dashbord*/  
.my-account-section section.faq .row.row-section .col-lg-3.col-md-3.col-sm-12.col-xs-12 { max-width: 100%;flex: unset;margin-bottom: 15px; }
.my-account-section section.faq .card.my-account p strong { margin-bottom: 10px; }
/*promotion Dashbord style*/
.my-account-section section.faq .row .col-lg-6.col-md-6.col-sm-6.col-xs-12 .invites {width: 100%;padding-right: 0px;border-bottom: 1px dotted #d3d3d3;padding-bottom: 15px;margin-bottom: 15px;}
.my-account-section section.faq .row .col-lg-6.col-md-6.col-sm-6.col-xs-12 .invites .total-invites {float: none;margin: 15px 0px 0px 0px;}
.my-account-section section.faq .row .col-lg-6.col-md-6.col-sm-6.col-xs-12 .invites .total-invites p {margin-bottom: 0px;}
.my-account-section section.faq .row .col-lg-6.col-md-6.col-sm-6.col-xs-12 .invites .confirmations-invites { float: none; margin: 15px 0px 0px 20px; }
/*online Dashbord style*/
.my-account-section section.faq .col-lg-6.col-md-6.col-sm-6.col-xs-12.blog-list .my-account .center.mt-5 {margin-top: 1rem!important;}
.my-account-section section.faq .col-lg-6.col-md-6.col-sm-6.col-xs-12.blog-list { margin-bottom: 15px; }
.my-account-section section.faq .col-lg-6.col-md-6.col-sm-6.col-xs-12.blog-list .box-border { margin-bottom: 15px; }
/*Footer style*/
footer { padding: 30px 0px;}
footer .footer-title {margin: 2.5rem 0 2.4rem;}
footer .footer-links {margin-top: 3.0rem;} 
.my-account-section .card.my-account.user-info .btn.button {border-radius: 0px;border: none !important;}
/*ROOKSIGNALEN*/
main.blog.rooksignalen section.my.rooksignalen-col2 .blog-card-row {margin-bottom: 30px;padding: 0px;}
main.blog.rooksignalen section.my.rooksignalen-col2 .blog-card-row .cell.small-12.large-10 { padding-left: 0px; }
}
@media (max-width: 992px)
{
main.blog.rooksignalen section.my.rooksignalen-col2 {margin-left: -5px;}
}  
@media (max-width: 768px)
{
.site-header { height: auto; } 
.site-header-container { padding: 15px; } 
.main-navigation .menu-button {margin-top: 10px !important;}
.my-account-section .menu-my-account .menu-link {padding: 8px 15px;}  
.my-account-section .heading-content { margin-bottom: 0px; margin-top: 0px; }
/*Persoonl*/
.heading-content.no-animation.personal-head {margin: 20px;} 
.heading-content.no-animation.personal-head .profile-details .profile-photo {top: -5px;}
.heading-content.no-animation.personal-head .profile-details .profile {line-height: 24px;}
section.faq.personal-page .card.my-account.user-info.my-profile {margin-bottom: 15px;}
section.faq .row.row-section { margin-bottom: 0px; }
} 
@media (max-width: 767px)
{
.my-account-section section.faq .col-lg-12.col-md-12.col-sm-12.col-xs-12 .card.my-account.user-info {height: auto;margin-bottom: 0px;}
} 
@media (max-width: 540px)
{
.my-account h4 {font-size: 24px !important;padding: 0px 25px 25px!important;margin: 0px -25px 25px!important;}  
.my-account-section .menu-my-account .menu-link { padding-bottom: 5px; }
.my-account-section .card.my-account.user-info .btn.button {clear: both;margin-top: 2px;margin-bottom: 2px;}
/*blogs Dashbord style*/
.my-account-section section.faq .card.my-account h4 .btn {clear: both;float: right;margin-right: 0px !important;border-radius: 0px;border: 1px !important; margin: 5px 0px;}
.my-account-section section.faq .card.my-account.user-info.information button.btn.add_button.remove_button.calculate-discount {margin-bottom: 20px;}
.my-account-section section.faq .card.my-account.user-info.information button.btn.add_button.add_button_act.calculate-discount {margin-bottom: 20px;}
.my-account-section section.faq .card.my-account.user-info .row.row-section .border-bottom p strong { margin-bottom: 0px; }
section.faq .row.row-section .col-lg-9.col-md-7.col-sm-12.col-xs-12 .card.my-account .box-border { margin-right: 5px !important; margin-left: 5px !important; margin-bottom: 20px !important; }
main.blog.rooksignalen section.my.rooksignalen-col2 .blog-card-row .grid-container {padding-left: 20px;}
main.blog.rooksignalen section.my.rooksignalen-col2 { margin-bottom: 0px; }
main.blog.rooksignalen section.my.rooksignalen-col2 .blog-card-row { margin-bottom: 15px; }
} 
@media (max-width:450px)
{
.my-account-section section.faq .count-down.example { margin-bottom: 15px; }  
.my-account-section section.faq .count-down.example .days{ width: 46%; height: 75px;font-size: 24px;line-height: 10px;margin-bottom: 10px; }
}  
@media (max-width:400px)
{
.my-account-section .heading-content.my-account-content .col-lg-6.col-md-8.col-sm-12.col-xs-12.registered-on { margin-bottom: 20px; }
.my-account-section section.faq .row.row-section .col .card.my-account .box-border {margin: 10px !important;} 
} 
@media (max-width:350px)
{
.my-account-section .heading-content.my-account-content .col-lg-6.col-md-8.col-sm-12.col-xs-12.registered-on .box-card { margin-top: 5px; margin-bottom: 5px; }
}

.button.secondary {
  padding: 0 1.6rem;
  height: 5.2rem;
  line-height: 5.2rem;
}

.button.secondary:hover {
  background-color: #1A1717;
  color: white;
}

.button.inverted {
  color: white;
  -webkit-box-shadow: inset 0 0 0 0.2rem white;
          box-shadow: inset 0 0 0 0.2rem white;
}

