/* Page: NEWS */
/* APP */
/* Settings
   ========================================================================== */
/* Settings: COLORS */
/* Colors
   ========================================================================== */
/* Color classes
   ========================================================================== */
/**
 * 1. Function color(): returns the hex code of all colors inside the $colors variable
 * 2. Font color (.t-[...])
 * 3. Background color (.b-[..])
 */
/* 1 */
/* 2 */
.t-black {
  color: #121212; }

.t-white {
  color: #ffffff; }

.t-accent {
  color: #D67C1C; }

.t-accentLight {
  color: #DDA05F; }

.t-success {
  color: #40C006; }

.t-warning {
  color: #F5BF23; }

.t-error {
  color: #D51A1A; }

.t-classics {
  color: #F7F7F7; }

.t-specialtiesBG {
  color: #252525; }

.t-specialties {
  color: #D0A771; }

.t-black08 {
  color: rgba(18, 18, 18, 0.8); }

.t-black06 {
  color: rgba(18, 18, 18, 0.6); }

.t-black03 {
  color: rgba(18, 18, 18, 0.3); }

/* 3 */
.b-black {
  background-color: #121212; }

.b-white {
  background-color: #ffffff; }

.b-accent {
  background-color: #D67C1C; }

.b-accentLight {
  background-color: #DDA05F; }

.b-success {
  background-color: #40C006; }

.b-warning {
  background-color: #F5BF23; }

.b-error {
  background-color: #D51A1A; }

.b-classics {
  background-color: #F7F7F7; }

.b-specialtiesBG {
  background-color: #252525; }

.b-specialties {
  background-color: #D0A771; }

/* Shadows
   ========================================================================== */
.shadow {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.12); }

.shadow-top, .cookies {
  -webkit-box-shadow: 0 -20px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -20px 20px rgba(0, 0, 0, 0.1); }

.shadow-inset--aside, .aside--with-header {
  -webkit-box-shadow: inset 0 -20px 40px 0 rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 -20px 40px 0 rgba(0, 0, 0, 0.5); }

/* Settings: FONTS */
/* Fonts
   ========================================================================== */
/* Variables
   ========================================================================== */
/**
 * 1. Variables for a normal-size paragraph (p) font-size
 * 2. Variables for a small-size paragraph (.small) font-size
 */
/* 1 */
/* 2 */
/* Extra
   ========================================================================== */
.fw-light {
  font-weight: 300 !important; }

.fw-regular {
  font-weight: 400 !important; }

.fw-semibold {
  font-weight: 600 !important; }

.fw-bold {
  font-weight: 700 !important; }

.fw-extra-bold {
  font-weight: 800 !important; }

.tt-uppercase {
  text-transform: uppercase; }

.tt-lowercase {
  text-transform: lowercase; }

/* Settings: BREAKPOINTS */
/* Breakpoints
   ========================================================================== */
.foundation-mq {
  font-family: "-zf-bp-serialize((small: 0, medium: 768px, large: 990px, xl1: 1280px, xl2: 1600px, xl3: 1924px))"; }

/* Settings: GRID */
/* Grid
   ========================================================================== */
.overflow-hidden {
  overflow: hidden !important; }

/* Foundation
   ========================================================================== */
/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/**
 * 0. Global styles
 * 1. XY-Grid classes
 * 2. Flex classes
 * 3. Visibility classes
 * 4. Text alignment classes
 */
/* 0 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

a {
  background-color: transparent; }

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

b,
strong {
  font-weight: bolder; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

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

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

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

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

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

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=48em&large=61.875em&xl1=80em&xl2=100em&xl3=120.25em"; }

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

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: trade-gothic-next, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

pre {
  overflow: auto; }

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

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

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

/* 1 */
.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  @media print, screen and (min-width: 48em) {
    .grid-container {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
  @media screen and (min-width: 100em) {
    .grid-container {
      padding-right: 2.1875rem;
      padding-left: 2.1875rem; } }
  @media screen and (min-width: 120.25em) {
    .grid-container {
      padding-right: 3.125rem;
      padding-left: 3.125rem; } }
  .grid-container.fluid {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media print, screen and (min-width: 48em) {
      .grid-container.fluid {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    @media screen and (min-width: 100em) {
      .grid-container.fluid {
        padding-right: 2.1875rem;
        padding-left: 2.1875rem; } }
    @media screen and (min-width: 120.25em) {
      .grid-container.fluid {
        padding-right: 3.125rem;
        padding-left: 3.125rem; } }
  .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: 48em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-x {
      margin-left: -1.25rem;
      margin-right: -1.25rem; } }
  @media screen and (min-width: 100em) {
    .grid-margin-x {
      margin-left: -2.1875rem;
      margin-right: -2.1875rem; } }
  @media screen and (min-width: 120.25em) {
    .grid-margin-x {
      margin-left: -3.125rem;
      margin-right: -3.125rem; } }
  .grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-x > .cell {
      width: calc(100% - 2.5rem);
      margin-left: 1.25rem;
      margin-right: 1.25rem; } }
  @media screen and (min-width: 100em) {
    .grid-margin-x > .cell {
      width: calc(100% - 4.375rem);
      margin-left: 2.1875rem;
      margin-right: 2.1875rem; } }
  @media screen and (min-width: 120.25em) {
    .grid-margin-x > .cell {
      width: calc(100% - 6.25rem);
      margin-left: 3.125rem;
      margin-right: 3.125rem; } }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.25rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.25rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.25rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.25rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.25rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.25rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.25rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.25rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.25rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.25rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.25rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 48em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.33333% - 2.5rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.66667% - 2.5rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 2.5rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.33333% - 2.5rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.66667% - 2.5rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 2.5rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.33333% - 2.5rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.66667% - 2.5rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 2.5rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.33333% - 2.5rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.66667% - 2.5rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 2.5rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.33333% - 2.5rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.66667% - 2.5rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 2.5rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.33333% - 2.5rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.66667% - 2.5rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 2.5rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.33333% - 2.5rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.66667% - 2.5rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 2.5rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.33333% - 2.5rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.66667% - 2.5rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 2.5rem); } }
  @media print, screen and (min-width: 61.875em) {
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.33333% - 2.5rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.66667% - 2.5rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 2.5rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.33333% - 2.5rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.66667% - 2.5rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 2.5rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.33333% - 2.5rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.66667% - 2.5rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 2.5rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.33333% - 2.5rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.66667% - 2.5rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 2.5rem); } }
  @media screen and (min-width: 80em) {
    .grid-margin-x > .xl1-auto {
      width: auto; }
    .grid-margin-x > .xl1-shrink {
      width: auto; }
    .grid-margin-x > .xl1-1 {
      width: calc(8.33333% - 2.5rem); }
    .grid-margin-x > .xl1-2 {
      width: calc(16.66667% - 2.5rem); }
    .grid-margin-x > .xl1-3 {
      width: calc(25% - 2.5rem); }
    .grid-margin-x > .xl1-4 {
      width: calc(33.33333% - 2.5rem); }
    .grid-margin-x > .xl1-5 {
      width: calc(41.66667% - 2.5rem); }
    .grid-margin-x > .xl1-6 {
      width: calc(50% - 2.5rem); }
    .grid-margin-x > .xl1-7 {
      width: calc(58.33333% - 2.5rem); }
    .grid-margin-x > .xl1-8 {
      width: calc(66.66667% - 2.5rem); }
    .grid-margin-x > .xl1-9 {
      width: calc(75% - 2.5rem); }
    .grid-margin-x > .xl1-10 {
      width: calc(83.33333% - 2.5rem); }
    .grid-margin-x > .xl1-11 {
      width: calc(91.66667% - 2.5rem); }
    .grid-margin-x > .xl1-12 {
      width: calc(100% - 2.5rem); } }
  @media screen and (min-width: 100em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.33333% - 4.375rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.66667% - 4.375rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 4.375rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.33333% - 4.375rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.66667% - 4.375rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 4.375rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.33333% - 4.375rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.66667% - 4.375rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 4.375rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.33333% - 4.375rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.66667% - 4.375rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 4.375rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.33333% - 4.375rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.66667% - 4.375rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 4.375rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.33333% - 4.375rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.66667% - 4.375rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 4.375rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.33333% - 4.375rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.66667% - 4.375rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 4.375rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.33333% - 4.375rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.66667% - 4.375rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 4.375rem); }
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.33333% - 4.375rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.66667% - 4.375rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 4.375rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.33333% - 4.375rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.66667% - 4.375rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 4.375rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.33333% - 4.375rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.66667% - 4.375rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 4.375rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.33333% - 4.375rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.66667% - 4.375rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 4.375rem); }
    .grid-margin-x > .xl1-auto {
      width: auto; }
    .grid-margin-x > .xl1-shrink {
      width: auto; }
    .grid-margin-x > .xl1-1 {
      width: calc(8.33333% - 4.375rem); }
    .grid-margin-x > .xl1-2 {
      width: calc(16.66667% - 4.375rem); }
    .grid-margin-x > .xl1-3 {
      width: calc(25% - 4.375rem); }
    .grid-margin-x > .xl1-4 {
      width: calc(33.33333% - 4.375rem); }
    .grid-margin-x > .xl1-5 {
      width: calc(41.66667% - 4.375rem); }
    .grid-margin-x > .xl1-6 {
      width: calc(50% - 4.375rem); }
    .grid-margin-x > .xl1-7 {
      width: calc(58.33333% - 4.375rem); }
    .grid-margin-x > .xl1-8 {
      width: calc(66.66667% - 4.375rem); }
    .grid-margin-x > .xl1-9 {
      width: calc(75% - 4.375rem); }
    .grid-margin-x > .xl1-10 {
      width: calc(83.33333% - 4.375rem); }
    .grid-margin-x > .xl1-11 {
      width: calc(91.66667% - 4.375rem); }
    .grid-margin-x > .xl1-12 {
      width: calc(100% - 4.375rem); }
    .grid-margin-x > .xl2-auto {
      width: auto; }
    .grid-margin-x > .xl2-shrink {
      width: auto; }
    .grid-margin-x > .xl2-1 {
      width: calc(8.33333% - 4.375rem); }
    .grid-margin-x > .xl2-2 {
      width: calc(16.66667% - 4.375rem); }
    .grid-margin-x > .xl2-3 {
      width: calc(25% - 4.375rem); }
    .grid-margin-x > .xl2-4 {
      width: calc(33.33333% - 4.375rem); }
    .grid-margin-x > .xl2-5 {
      width: calc(41.66667% - 4.375rem); }
    .grid-margin-x > .xl2-6 {
      width: calc(50% - 4.375rem); }
    .grid-margin-x > .xl2-7 {
      width: calc(58.33333% - 4.375rem); }
    .grid-margin-x > .xl2-8 {
      width: calc(66.66667% - 4.375rem); }
    .grid-margin-x > .xl2-9 {
      width: calc(75% - 4.375rem); }
    .grid-margin-x > .xl2-10 {
      width: calc(83.33333% - 4.375rem); }
    .grid-margin-x > .xl2-11 {
      width: calc(91.66667% - 4.375rem); }
    .grid-margin-x > .xl2-12 {
      width: calc(100% - 4.375rem); } }
  @media screen and (min-width: 120.25em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.33333% - 6.25rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.66667% - 6.25rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 6.25rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.33333% - 6.25rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.66667% - 6.25rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 6.25rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.33333% - 6.25rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.66667% - 6.25rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 6.25rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.33333% - 6.25rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.66667% - 6.25rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 6.25rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.33333% - 6.25rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.66667% - 6.25rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 6.25rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.33333% - 6.25rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.66667% - 6.25rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 6.25rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.33333% - 6.25rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.66667% - 6.25rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 6.25rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.33333% - 6.25rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.66667% - 6.25rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 6.25rem); }
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.33333% - 6.25rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.66667% - 6.25rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 6.25rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.33333% - 6.25rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.66667% - 6.25rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 6.25rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.33333% - 6.25rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.66667% - 6.25rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 6.25rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.33333% - 6.25rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.66667% - 6.25rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 6.25rem); }
    .grid-margin-x > .xl1-auto {
      width: auto; }
    .grid-margin-x > .xl1-shrink {
      width: auto; }
    .grid-margin-x > .xl1-1 {
      width: calc(8.33333% - 6.25rem); }
    .grid-margin-x > .xl1-2 {
      width: calc(16.66667% - 6.25rem); }
    .grid-margin-x > .xl1-3 {
      width: calc(25% - 6.25rem); }
    .grid-margin-x > .xl1-4 {
      width: calc(33.33333% - 6.25rem); }
    .grid-margin-x > .xl1-5 {
      width: calc(41.66667% - 6.25rem); }
    .grid-margin-x > .xl1-6 {
      width: calc(50% - 6.25rem); }
    .grid-margin-x > .xl1-7 {
      width: calc(58.33333% - 6.25rem); }
    .grid-margin-x > .xl1-8 {
      width: calc(66.66667% - 6.25rem); }
    .grid-margin-x > .xl1-9 {
      width: calc(75% - 6.25rem); }
    .grid-margin-x > .xl1-10 {
      width: calc(83.33333% - 6.25rem); }
    .grid-margin-x > .xl1-11 {
      width: calc(91.66667% - 6.25rem); }
    .grid-margin-x > .xl1-12 {
      width: calc(100% - 6.25rem); }
    .grid-margin-x > .xl2-auto {
      width: auto; }
    .grid-margin-x > .xl2-shrink {
      width: auto; }
    .grid-margin-x > .xl2-1 {
      width: calc(8.33333% - 6.25rem); }
    .grid-margin-x > .xl2-2 {
      width: calc(16.66667% - 6.25rem); }
    .grid-margin-x > .xl2-3 {
      width: calc(25% - 6.25rem); }
    .grid-margin-x > .xl2-4 {
      width: calc(33.33333% - 6.25rem); }
    .grid-margin-x > .xl2-5 {
      width: calc(41.66667% - 6.25rem); }
    .grid-margin-x > .xl2-6 {
      width: calc(50% - 6.25rem); }
    .grid-margin-x > .xl2-7 {
      width: calc(58.33333% - 6.25rem); }
    .grid-margin-x > .xl2-8 {
      width: calc(66.66667% - 6.25rem); }
    .grid-margin-x > .xl2-9 {
      width: calc(75% - 6.25rem); }
    .grid-margin-x > .xl2-10 {
      width: calc(83.33333% - 6.25rem); }
    .grid-margin-x > .xl2-11 {
      width: calc(91.66667% - 6.25rem); }
    .grid-margin-x > .xl2-12 {
      width: calc(100% - 6.25rem); }
    .grid-margin-x > .xl3-auto {
      width: auto; }
    .grid-margin-x > .xl3-shrink {
      width: auto; }
    .grid-margin-x > .xl3-1 {
      width: calc(8.33333% - 6.25rem); }
    .grid-margin-x > .xl3-2 {
      width: calc(16.66667% - 6.25rem); }
    .grid-margin-x > .xl3-3 {
      width: calc(25% - 6.25rem); }
    .grid-margin-x > .xl3-4 {
      width: calc(33.33333% - 6.25rem); }
    .grid-margin-x > .xl3-5 {
      width: calc(41.66667% - 6.25rem); }
    .grid-margin-x > .xl3-6 {
      width: calc(50% - 6.25rem); }
    .grid-margin-x > .xl3-7 {
      width: calc(58.33333% - 6.25rem); }
    .grid-margin-x > .xl3-8 {
      width: calc(66.66667% - 6.25rem); }
    .grid-margin-x > .xl3-9 {
      width: calc(75% - 6.25rem); }
    .grid-margin-x > .xl3-10 {
      width: calc(83.33333% - 6.25rem); }
    .grid-margin-x > .xl3-11 {
      width: calc(91.66667% - 6.25rem); }
    .grid-margin-x > .xl3-12 {
      width: calc(100% - 6.25rem); } }

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

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 100em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -2.1875rem;
      margin-left: -2.1875rem; } }
  @media screen and (min-width: 120.25em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -3.125rem;
      margin-left: -3.125rem; } }

.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-padding-x > .cell {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
  @media screen and (min-width: 100em) {
    .grid-padding-x > .cell {
      padding-right: 2.1875rem;
      padding-left: 2.1875rem; } }
  @media screen and (min-width: 120.25em) {
    .grid-padding-x > .cell {
      padding-right: 3.125rem;
      padding-left: 3.125rem; } }

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 61.875em) {
  .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: 80em) {
  .xl1-up-1 > .cell {
    width: 100%; }
  .xl1-up-2 > .cell {
    width: 50%; }
  .xl1-up-3 > .cell {
    width: 33.33333%; }
  .xl1-up-4 > .cell {
    width: 25%; }
  .xl1-up-5 > .cell {
    width: 20%; }
  .xl1-up-6 > .cell {
    width: 16.66667%; }
  .xl1-up-7 > .cell {
    width: 14.28571%; }
  .xl1-up-8 > .cell {
    width: 12.5%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; }
  .small-margin-collapse > .small-1 {
    width: 8.33333%; }
  .small-margin-collapse > .small-2 {
    width: 16.66667%; }
  .small-margin-collapse > .small-3 {
    width: 25%; }
  .small-margin-collapse > .small-4 {
    width: 33.33333%; }
  .small-margin-collapse > .small-5 {
    width: 41.66667%; }
  .small-margin-collapse > .small-6 {
    width: 50%; }
  .small-margin-collapse > .small-7 {
    width: 58.33333%; }
  .small-margin-collapse > .small-8 {
    width: 66.66667%; }
  .small-margin-collapse > .small-9 {
    width: 75%; }
  .small-margin-collapse > .small-10 {
    width: 83.33333%; }
  .small-margin-collapse > .small-11 {
    width: 91.66667%; }
  .small-margin-collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 48em) {
    .small-margin-collapse > .medium-1 {
      width: 8.33333%; }
    .small-margin-collapse > .medium-2 {
      width: 16.66667%; }
    .small-margin-collapse > .medium-3 {
      width: 25%; }
    .small-margin-collapse > .medium-4 {
      width: 33.33333%; }
    .small-margin-collapse > .medium-5 {
      width: 41.66667%; }
    .small-margin-collapse > .medium-6 {
      width: 50%; }
    .small-margin-collapse > .medium-7 {
      width: 58.33333%; }
    .small-margin-collapse > .medium-8 {
      width: 66.66667%; }
    .small-margin-collapse > .medium-9 {
      width: 75%; }
    .small-margin-collapse > .medium-10 {
      width: 83.33333%; }
    .small-margin-collapse > .medium-11 {
      width: 91.66667%; }
    .small-margin-collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 61.875em) {
    .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: 80em) {
    .small-margin-collapse > .xl1-1 {
      width: 8.33333%; }
    .small-margin-collapse > .xl1-2 {
      width: 16.66667%; }
    .small-margin-collapse > .xl1-3 {
      width: 25%; }
    .small-margin-collapse > .xl1-4 {
      width: 33.33333%; }
    .small-margin-collapse > .xl1-5 {
      width: 41.66667%; }
    .small-margin-collapse > .xl1-6 {
      width: 50%; }
    .small-margin-collapse > .xl1-7 {
      width: 58.33333%; }
    .small-margin-collapse > .xl1-8 {
      width: 66.66667%; }
    .small-margin-collapse > .xl1-9 {
      width: 75%; }
    .small-margin-collapse > .xl1-10 {
      width: 83.33333%; }
    .small-margin-collapse > .xl1-11 {
      width: 91.66667%; }
    .small-margin-collapse > .xl1-12 {
      width: 100%; } }
  @media screen and (min-width: 100em) {
    .small-margin-collapse > .xl2-1 {
      width: 8.33333%; }
    .small-margin-collapse > .xl2-2 {
      width: 16.66667%; }
    .small-margin-collapse > .xl2-3 {
      width: 25%; }
    .small-margin-collapse > .xl2-4 {
      width: 33.33333%; }
    .small-margin-collapse > .xl2-5 {
      width: 41.66667%; }
    .small-margin-collapse > .xl2-6 {
      width: 50%; }
    .small-margin-collapse > .xl2-7 {
      width: 58.33333%; }
    .small-margin-collapse > .xl2-8 {
      width: 66.66667%; }
    .small-margin-collapse > .xl2-9 {
      width: 75%; }
    .small-margin-collapse > .xl2-10 {
      width: 83.33333%; }
    .small-margin-collapse > .xl2-11 {
      width: 91.66667%; }
    .small-margin-collapse > .xl2-12 {
      width: 100%; } }
  @media screen and (min-width: 120.25em) {
    .small-margin-collapse > .xl3-1 {
      width: 8.33333%; }
    .small-margin-collapse > .xl3-2 {
      width: 16.66667%; }
    .small-margin-collapse > .xl3-3 {
      width: 25%; }
    .small-margin-collapse > .xl3-4 {
      width: 33.33333%; }
    .small-margin-collapse > .xl3-5 {
      width: 41.66667%; }
    .small-margin-collapse > .xl3-6 {
      width: 50%; }
    .small-margin-collapse > .xl3-7 {
      width: 58.33333%; }
    .small-margin-collapse > .xl3-8 {
      width: 66.66667%; }
    .small-margin-collapse > .xl3-9 {
      width: 75%; }
    .small-margin-collapse > .xl3-10 {
      width: 83.33333%; }
    .small-margin-collapse > .xl3-11 {
      width: 91.66667%; }
    .small-margin-collapse > .xl3-12 {
      width: 100%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 120.25em) {
  .xl3-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xl3-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.625rem); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-padding-y > .cell {
      padding-top: 1.25rem;
      padding-bottom: 1.25rem; } }
  @media screen and (min-width: 100em) {
    .grid-padding-y > .cell {
      padding-top: 2.1875rem;
      padding-bottom: 2.1875rem; } }
  @media screen and (min-width: 120.25em) {
    .grid-padding-y > .cell {
      padding-top: 3.125rem;
      padding-bottom: 3.125rem; } }

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

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

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

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

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

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

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

@media print, screen and (min-width: 61.875em) {
  .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: 80em) {
  .xl1-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 .xl1-grid-frame {
    width: 100%; }
  .xl1-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .xl1-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%; }
    .xl1-cell-block-container > .grid-x {
      max-height: 100%;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
  .xl1-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: 100em) {
  .xl2-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 .xl2-grid-frame {
    width: 100%; }
  .xl2-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .xl2-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%; }
    .xl2-cell-block-container > .grid-x {
      max-height: 100%;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
  .xl2-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: 120.25em) {
  .xl3-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 .xl3-grid-frame {
    width: 100%; }
  .xl3-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .xl3-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%; }
    .xl3-cell-block-container > .grid-x {
      max-height: 100%;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
  .xl3-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

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

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

@media print, screen and (min-width: 61.875em) {
  .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: 80em) {
  .grid-y.xl1-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: 100em) {
  .grid-y.xl2-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: 120.25em) {
  .grid-y.xl3-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh; } }

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

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

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

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

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

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

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

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem); }
  @media print, screen and (min-width: 48em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 2.5rem); } }
  @media print, screen and (min-width: 61.875em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 2.5rem); } }
  @media screen and (min-width: 80em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 2.5rem); } }
  @media screen and (min-width: 100em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 4.375rem); } }
  @media screen and (min-width: 120.25em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 6.25rem); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 61.875em) {
  .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: 80em) {
  .xl1-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .xl1-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .xl1-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .xl1-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .xl1-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .xl1-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; } }

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 61.875em) {
  .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: 80em) {
  .xl1-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .xl1-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .xl1-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .xl1-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .xl1-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .xl1-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; }
  .xl1-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .xl1-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: 100em) {
  .xl2-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .xl2-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .xl2-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .xl2-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .xl2-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .xl2-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; }
  .xl2-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .xl2-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: 120.25em) {
  .xl3-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .xl3-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .xl3-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .xl3-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .xl3-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .xl3-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; }
  .xl3-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .xl3-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; } }

/* 3 */
.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 80em) {
  .hide-for-xl1 {
    display: none !important; } }

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

@media screen and (min-width: 80em) and (max-width: 99.99875em) {
  .hide-for-xl1-only {
    display: none !important; } }

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

@media screen and (min-width: 100em) {
  .hide-for-xl2 {
    display: none !important; } }

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

@media screen and (min-width: 100em) and (max-width: 120.24875em) {
  .hide-for-xl2-only {
    display: none !important; } }

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

@media screen and (min-width: 120.25em) {
  .hide-for-xl3 {
    display: none !important; } }

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

@media screen and (min-width: 120.25em) {
  .hide-for-xl3-only {
    display: none !important; } }

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

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

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

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

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

/* 4 */
.text-left {
  text-align: left; }

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

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

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

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

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

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

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

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

/* 5 */
.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::-moz-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::-ms-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

/* Mixin
   ========================================================================== */
@-webkit-keyframes heightIncrease {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); } }
@keyframes heightIncrease {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); } }

[data-aos="height-increase"] {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition-property: -webkit-clip-path;
  transition-property: -webkit-clip-path;
  -o-transition-property: clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path; }
  [data-aos="height-increase"].aos-animate {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }

[data-aos="timeline-down"] {
  top: -100px;
  opacity: 0;
  -webkit-transition-property: top opacity;
  -o-transition-property: top opacity;
  transition-property: top opacity; }
  [data-aos="timeline-down"].aos-animate {
    top: 0;
    opacity: 1; }

.mb-0 {
  margin-bottom: 0 !important; }

@media screen and (max-width: 47.99875em) {
  .mb-body {
    margin-bottom: 14px; } }

@media print, screen and (min-width: 48em) {
  .mb-body {
    margin-bottom: 16px; } }

@media screen and (min-width: 80em) {
  .mb-body {
    margin-bottom: 18px; } }

@media screen and (max-width: 47.99875em) {
  .mt--default {
    margin-top: 50px; } }

@media print, screen and (min-width: 48em) {
  .mt--default {
    margin-top: 80px; } }

@media screen and (min-width: 100em) and (max-width: 120.24875em) {
  .mt--default {
    margin-top: 110px; } }

@media screen and (min-width: 120.25em) {
  .mt--default {
    margin-top: 140px; } }

@media screen and (max-width: 47.99875em) {
  .py--default, main.full--no-margin-t, .section__column, .section--p-default, .section--news, .section--with-form, .section--pt-default, .section--pb-default {
    padding-top: 50px;
    padding-bottom: 50px; } }

@media print, screen and (min-width: 48em) {
  .py--default, main.full--no-margin-t, .section__column, .section--p-default, .section--news, .section--with-form, .section--pt-default, .section--pb-default {
    padding-top: 80px;
    padding-bottom: 80px; } }

@media screen and (min-width: 100em) and (max-width: 120.24875em) {
  .py--default, main.full--no-margin-t, .section__column, .section--p-default, .section--news, .section--with-form, .section--pt-default, .section--pb-default {
    padding-top: 110px;
    padding-bottom: 110px; } }

@media screen and (min-width: 120.25em) {
  .py--default, main.full--no-margin-t, .section__column, .section--p-default, .section--news, .section--with-form, .section--pt-default, .section--pb-default {
    padding-top: 140px;
    padding-bottom: 140px; } }

@media screen and (max-width: 47.99875em) {
  .pt--default {
    padding-top: 50px; } }

@media print, screen and (min-width: 48em) {
  .pt--default {
    padding-top: 80px; } }

@media screen and (min-width: 100em) and (max-width: 120.24875em) {
  .pt--default {
    padding-top: 110px; } }

@media screen and (min-width: 120.25em) {
  .pt--default {
    padding-top: 140px; } }

@media screen and (max-width: 47.99875em) {
  .pb--default, main.full > .grid-x, main.half > .grid-x {
    padding-bottom: 50px; } }

@media print, screen and (min-width: 48em) {
  .pb--default, main.full > .grid-x, main.half > .grid-x {
    padding-bottom: 80px; } }

@media screen and (min-width: 100em) and (max-width: 120.24875em) {
  .pb--default, main.full > .grid-x, main.half > .grid-x {
    padding-bottom: 110px; } }

@media screen and (min-width: 120.25em) {
  .pb--default, main.full > .grid-x, main.half > .grid-x {
    padding-bottom: 140px; } }

@media screen and (max-width: 47.99875em) {
  .py--default-small {
    padding-top: 20px;
    padding-bottom: 20px; } }

@media print, screen and (min-width: 48em) {
  .py--default-small {
    padding-top: 40px;
    padding-bottom: 40px; } }

@media screen and (min-width: 100em) and (max-width: 120.24875em) {
  .py--default-small {
    padding-top: 70px;
    padding-bottom: 70px; } }

@media screen and (min-width: 120.25em) {
  .py--default-small {
    padding-top: 100px;
    padding-bottom: 100px; } }

@media screen and (max-width: 47.99875em) {
  .pb--default-small {
    padding-bottom: 20px; } }

@media print, screen and (min-width: 48em) {
  .pb--default-small {
    padding-bottom: 40px; } }

@media screen and (min-width: 100em) and (max-width: 120.24875em) {
  .pb--default-small {
    padding-bottom: 70px; } }

@media screen and (min-width: 120.25em) {
  .pb--default-small {
    padding-bottom: 100px; } }

@media screen and (max-width: 47.99875em) {
  .pb--default-small--alt {
    padding-bottom: 10px; } }

@media print, screen and (min-width: 48em) {
  .pb--default-small--alt {
    padding-bottom: 20px; } }

@media screen and (min-width: 100em) and (max-width: 120.24875em) {
  .pb--default-small--alt {
    padding-bottom: 30px; } }

@media screen and (min-width: 120.25em) {
  .pb--default-small--alt {
    padding-bottom: 40px; } }

@media screen and (max-width: 47.99875em) {
  .px--default, main.full > .grid-x, main.full--no-margin-t, .section__column, .section--p-default, .section--news, .section--with-form, .section--px-default {
    padding-left: 20px;
    padding-right: 20px; } }

@media print, screen and (min-width: 48em) {
  .px--default, main.full > .grid-x, main.full--no-margin-t, .section__column, .section--p-default, .section--news, .section--with-form, .section--px-default {
    padding-left: 40px;
    padding-right: 40px; } }

@media screen and (min-width: 100em) and (max-width: 120.24875em) {
  .px--default, main.full > .grid-x, main.full--no-margin-t, .section__column, .section--p-default, .section--news, .section--with-form, .section--px-default {
    padding-left: 70px;
    padding-right: 70px; } }

@media screen and (min-width: 120.25em) {
  .px--default, main.full > .grid-x, main.full--no-margin-t, .section__column, .section--p-default, .section--news, .section--with-form, .section--px-default {
    padding-left: 100px;
    padding-right: 100px; } }

@media screen and (max-width: 47.99875em) {
  .pr--default, main.half > .grid-x {
    padding-left: 20px;
    padding-right: 20px; } }

@media print, screen and (min-width: 48em) {
  .pr--default, main.half > .grid-x {
    padding-right: 40px; } }

@media screen and (min-width: 100em) and (max-width: 120.24875em) {
  .pr--default, main.half > .grid-x {
    padding-right: 70px; } }

@media screen and (min-width: 120.25em) {
  .pr--default, main.half > .grid-x {
    padding-right: 100px; } }

.pb-0 {
  padding-bottom: 0 !important; }

/* Reset
   ========================================================================== */
/* Reset: NORMALIZE */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */ }

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

/* Reset: PURGE */
/* Global
   ========================================================================== */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #121212; }

body {
  position: relative;
  overflow-x: hidden;
  background-color: #ffffff; }

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

* {
  outline: none;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga'; }

*:disabled:hover {
  cursor: not-allowed; }

/** {
  border: 1px solid red;
}*/
/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0; }

/* Paragraph
   ========================================================================== */
p {
  margin: 0; }

/* Anchors
   ========================================================================== */
a {
  text-decoration: none;
  color: inherit; }

/* Buttons
   ========================================================================== */
button {
  border: 0;
  background-color: transparent;
  padding: 0;
  font-size: inherit; }
  button:hover {
    cursor: pointer; }

/* Lists
   ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 100%; }

/* Blockquotes
   ========================================================================== */
blockquote {
  margin: 0; }

/* Tables
   ========================================================================== */
table {
  border-spacing: 0; }

th,
td {
  padding: 0;
  vertical-align: top; }

th {
  text-align: left; }

/* Forms
   ========================================================================== */
label {
  display: block; }

input[type="text"],
input[type="email"],
textarea,
select {
  -webkit-appearance: none;
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  background-color: transparent !important; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }

input::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: 1; }

textarea {
  resize: none; }

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

.form-error {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  color: inherit; }

.text-reset {
  font-size: 0;
  line-height: 0; }

.d-block {
  display: block; }

/* Typography
   ========================================================================== */
/* UI: MATERIAL ICONS */
.material-icons {
  font-size: inherit !important;
  line-height: inherit !important; }

/* UI: PARAGRAPH */
@media screen and (max-width: 47.99875em) {
  .text-body, body {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 23px; } }

@media print, screen and (min-width: 48em) {
  .text-body, body {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px; } }

@media screen and (min-width: 80em) {
  .text-body, body {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 29px; } }

/*.lh-body {
  @include breakpoint(small only) {
    line-height: 23px;
  }

  @include breakpoint(medium) {
    line-height: 26px;
  }

  @include breakpoint(xl1) {
    line-height: 29px;
  }
}*/
@media screen and (max-width: 47.99875em) {
  .text-small, .fs-small, .footer, .fs-small > p, .footer > p, .link--increase-dx > .label > span, .link--increase-sx > .label > span, .btn--filter, .aside__label, .cookies, .footer__list--inline > li.email::before, .footer__list--inline > li.fax::before, .footer__list--inline > li.phone::before, .section--to-the-shop > .grid-x > .cell > p, .section--social > .label, .section--gmap > .visit-us {
    font-size: 11px;
    letter-spacing: 0;
    line-height: 17px; } }

@media print, screen and (min-width: 48em) {
  .text-small, .fs-small, .footer, .fs-small > p, .footer > p, .link--increase-dx > .label > span, .link--increase-sx > .label > span, .btn--filter, .aside__label, .cookies, .footer__list--inline > li.email::before, .footer__list--inline > li.fax::before, .footer__list--inline > li.phone::before, .section--to-the-shop > .grid-x > .cell > p, .section--social > .label, .section--gmap > .visit-us {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 19px; } }

@media screen and (min-width: 80em) {
  .text-small, .fs-small, .footer, .fs-small > p, .footer > p, .link--increase-dx > .label > span, .link--increase-sx > .label > span, .btn--filter, .aside__label, .cookies, .footer__list--inline > li.email::before, .footer__list--inline > li.fax::before, .footer__list--inline > li.phone::before, .section--to-the-shop > .grid-x > .cell > p, .section--social > .label, .section--gmap > .visit-us {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 21px; } }

/*.lh-small {
  @include breakpoint(small only) {
    line-height: 17px;
  }

  @include breakpoint(medium) {
    line-height: 19px;
  }

  @include breakpoint(xl1) {
    line-height: 21px;
  }
}*/
body {
  font-family: trade-gothic-next, sans-serif;
  font-weight: 300; }

@media screen and (max-width: 47.99875em) {
  p {
    margin-bottom: 14px; } }

@media print, screen and (min-width: 48em) {
  p {
    margin-bottom: 16px; } }

@media screen and (min-width: 80em) {
  p {
    margin-bottom: 18px; } }

p:last-child, p:only-child {
  margin-bottom: 0; }

@media screen and (max-width: 47.99875em) {
  .fs-small > p, .footer > p {
    margin-bottom: 11px; } }

@media print, screen and (min-width: 48em) {
  .fs-small > p, .footer > p {
    margin-bottom: 12px; } }

@media screen and (min-width: 80em) {
  .fs-small > p, .footer > p {
    margin-bottom: 13px; } }

.fs-small > p:last-child, .footer > p:last-child, .fs-small > p:only-child, .footer > p:only-child {
  margin-bottom: 0; }

/* UI: HEADINGS */
.h1, .h2, .aside__page-title, .aside__page-info > .name, .h3 {
  font-family: "Taviraj", serif !important; }

@media screen and (max-width: 47.99875em) {
  .h1 {
    font-size: 36px;
    letter-spacing: 1px;
    line-height: 42px; } }

@media print, screen and (min-width: 48em) {
  .h1 {
    font-size: 52px;
    letter-spacing: 1.1px;
    line-height: 62px; } }

@media screen and (min-width: 80em) {
  .h1 {
    font-size: 58px;
    letter-spacing: 1.2px;
    line-height: 70px; } }

@media screen and (max-width: 47.99875em) {
  .h2, .aside__page-title, .aside__page-info > .name {
    font-size: 28px;
    letter-spacing: 0.6px;
    line-height: 33px; } }

@media print, screen and (min-width: 48em) {
  .h2, .aside__page-title, .aside__page-info > .name {
    font-size: 37px;
    letter-spacing: 0.9px;
    line-height: 44px; } }

@media screen and (min-width: 80em) {
  .h2, .aside__page-title, .aside__page-info > .name {
    font-size: 40px;
    letter-spacing: 0.9px;
    line-height: 48px; } }

@media screen and (max-width: 47.99875em) {
  .h3 {
    font-size: 22px;
    letter-spacing: 0.4px;
    line-height: 31px; } }

@media print, screen and (min-width: 48em) {
  .h3 {
    font-size: 32px;
    letter-spacing: 0.5px;
    line-height: 42px; } }

@media screen and (min-width: 80em) {
  .h3 {
    font-size: 35px;
    letter-spacing: 0.7px;
    line-height: 46px; } }

@media screen and (max-width: 47.99875em) {
  .h4 {
    font-size: 20px;
    letter-spacing: 0.2px;
    line-height: 25px; } }

@media print, screen and (min-width: 48em) {
  .h4 {
    font-size: 23px;
    letter-spacing: 0.3px;
    line-height: 29px; } }

@media screen and (min-width: 80em) {
  .h4 {
    font-size: 25px;
    letter-spacing: 0.5px;
    line-height: 32px; } }

@media screen and (max-width: 47.99875em) {
  .h5, .aside__page-info > .description {
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 23px; } }

@media print, screen and (min-width: 48em) {
  .h5, .aside__page-info > .description {
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 26px; } }

@media screen and (min-width: 80em) {
  .h5, .aside__page-info > .description {
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 29px; } }

/* UI: QUOTE */
.text-quote {
  font-style: italic !important; }
  @media screen and (max-width: 47.99875em) {
    .text-quote {
      font-size: 14px;
      letter-spacing: 0;
      line-height: 32px; } }
  @media print, screen and (min-width: 48em) {
    .text-quote {
      font-size: 16px;
      letter-spacing: 0;
      line-height: 36px; } }
  @media screen and (min-width: 80em) {
    .text-quote {
      font-size: 18px;
      letter-spacing: 0;
      line-height: 40px; } }

/* UI: ANCHORS */
.link {
  display: inline-block !important; }
  .link > span {
    display: inline-block !important;
    -webkit-box-shadow: inset 0 -1px 0 0 #121212;
            box-shadow: inset 0 -1px 0 0 #121212; }
  .link > span,
  .link > i {
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out; }
  @media print, screen and (min-width: 61.875em) {
    .link:hover {
      color: #D67C1C; }
      .link:hover > span,
      .link:hover > i {
        -webkit-box-shadow: inset 0 -1px 0 0 transparent;
                box-shadow: inset 0 -1px 0 0 transparent;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; } }
  .link--with-opacity > span {
    color: rgba(18, 18, 18, 0.5) !important;
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(18, 18, 18, 0.5);
            box-shadow: inset 0 -1px 0 0 rgba(18, 18, 18, 0.5); }
  .link--with-opacity > i {
    color: rgba(18, 18, 18, 0.5) !important; }
  @media print, screen and (min-width: 61.875em) {
    .link--with-opacity:hover > span {
      color: #D67C1C !important;
      -webkit-box-shadow: inset 0 -1px 0 0 transparent;
              box-shadow: inset 0 -1px 0 0 transparent;
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; } }
  .link--with-opacity-alt > span {
    color: rgba(18, 18, 18, 0.5) !important;
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(18, 18, 18, 0.5);
            box-shadow: inset 0 -1px 0 0 rgba(18, 18, 18, 0.5); }
  .link--with-opacity-alt > i {
    color: rgba(18, 18, 18, 0.5) !important; }
  @media print, screen and (min-width: 61.875em) {
    .link--with-opacity-alt > span {
      color: rgba(255, 255, 255, 0.5) !important;
      -webkit-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.5);
              box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.5); }
    .link--with-opacity-alt > i {
      color: rgba(255, 255, 255, 0.5) !important; }
    .link--with-opacity-alt:hover > span {
      color: #ffffff !important;
      -webkit-box-shadow: inset 0 -1px 0 0 transparent;
              box-shadow: inset 0 -1px 0 0 transparent;
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
    .link--with-opacity-alt:hover > i {
      color: #ffffff !important;
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; } }
  .link--white {
    color: #ffffff !important; }
    .link--white > span {
      -webkit-box-shadow: inset 0 -1px 0 0 #ffffff;
              box-shadow: inset 0 -1px 0 0 #ffffff; }
    @media print, screen and (min-width: 61.875em) {
      .link--white:hover > span {
        -webkit-box-shadow: inset 0 -1px 0 0 transparent;
                box-shadow: inset 0 -1px 0 0 transparent; } }
  .link--icon-sx, .link--icon-sx-s, .link--icon-dx, .link--icon-dx-s {
    position: relative; }
    .link--icon-sx > i, .link--icon-sx-s > i, .link--icon-dx > i, .link--icon-dx-s > i {
      position: absolute; }
  .link--icon-sx > i, .link--icon-sx-s > i {
    left: 0; }
  .link--icon-dx > i, .link--icon-dx-s > i {
    right: 0; }
  @media screen and (max-width: 47.99875em) {
    .link--icon-sx > span {
      margin-left: 18px; } }
  @media print, screen and (min-width: 48em) {
    .link--icon-sx > span {
      margin-left: 21px; } }
  @media screen and (min-width: 80em) {
    .link--icon-sx > span {
      margin-left: 23px; } }
  @media screen and (max-width: 47.99875em) {
    .link--icon-sx-s > span {
      margin-left: 14px; } }
  @media print, screen and (min-width: 48em) {
    .link--icon-sx-s > span {
      margin-left: 16px; } }
  @media screen and (min-width: 80em) {
    .link--icon-sx-s > span {
      margin-left: 18px; } }
  @media screen and (max-width: 47.99875em) {
    .link--icon-dx > span {
      margin-right: 18px; } }
  @media print, screen and (min-width: 48em) {
    .link--icon-dx > span {
      margin-right: 21px; } }
  @media screen and (min-width: 80em) {
    .link--icon-dx > span {
      margin-right: 23px; } }
  @media screen and (max-width: 47.99875em) {
    .link--icon-dx-s > span {
      margin-right: 14px; } }
  @media print, screen and (min-width: 48em) {
    .link--icon-dx-s > span {
      margin-right: 16px; } }
  @media screen and (min-width: 80em) {
    .link--icon-dx-s > span {
      margin-right: 18px; } }
  .link--no-style > span {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: inherit !important; }
  .link--no-style:hover {
    color: inherit !important; }
  .link--absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .link--absolute:hover ~ .section__cta > .icon::before {
      left: 100%;
      -webkit-transition: all .1s linear;
      -o-transition: all .1s linear;
      transition: all .1s linear; }
    .link--absolute:hover ~ .section__cta > .label {
      max-width: 150px;
      -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
      -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
      transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s; }
  .link--increase-dx > .icon, .link--increase-sx > .icon {
    position: relative; }
    @media screen and (max-width: 47.99875em) {
      .link--increase-dx > .icon, .link--increase-sx > .icon {
        width: 17px;
        height: 17px; } }
    @media print, screen and (min-width: 48em) {
      .link--increase-dx > .icon, .link--increase-sx > .icon {
        width: 19px;
        height: 19px; } }
    @media screen and (min-width: 80em) {
      .link--increase-dx > .icon, .link--increase-sx > .icon {
        width: 21px;
        height: 21px; } }
    .link--increase-dx > .icon::before, .link--increase-sx > .icon::before {
      content: '';
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(214, 124, 28, 0.2);
      -webkit-transition: all .06s ease-out .3s;
      -o-transition: all .06s ease-out .3s;
      transition: all .06s ease-out .3s; }
    .link--increase-dx > .icon::after, .link--increase-sx > .icon::after {
      content: attr(data-icon);
      font-family: "Material Icons";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      line-height: 1 !important;
      color: #D67C1C; }
      @media screen and (max-width: 47.99875em) {
        .link--increase-dx > .icon::after, .link--increase-sx > .icon::after {
          font-size: 17px; } }
      @media print, screen and (min-width: 48em) {
        .link--increase-dx > .icon::after, .link--increase-sx > .icon::after {
          font-size: 19px; } }
      @media screen and (min-width: 80em) {
        .link--increase-dx > .icon::after, .link--increase-sx > .icon::after {
          font-size: 21px; } }
  .link--increase-dx > .label, .link--increase-sx > .label {
    position: relative;
    max-width: 0;
    overflow: hidden;
    background-color: #D67C1C;
    font-size: 0;
    line-height: 0;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear; }
    .link--increase-dx > .label > span, .link--increase-sx > .label > span {
      white-space: nowrap;
      font-weight: bold;
      text-transform: uppercase;
      color: #ffffff; }
      @media screen and (max-width: 47.99875em) {
        .link--increase-dx > .label > span, .link--increase-sx > .label > span {
          padding: 0 2px; } }
      @media print, screen and (min-width: 48em) {
        .link--increase-dx > .label > span, .link--increase-sx > .label > span {
          padding: 0 3px; } }
      @media screen and (min-width: 80em) {
        .link--increase-dx > .label > span, .link--increase-sx > .label > span {
          padding: 0 4px; } }
  @media print, screen and (min-width: 61.875em) {
    .link--increase-dx:hover > .icon, .link--increase-sx:hover > .icon {
      background-color: transparent; }
      .link--increase-dx:hover > .icon::before, .link--increase-sx:hover > .icon::before {
        -webkit-transition: all .1s linear;
        -o-transition: all .1s linear;
        transition: all .1s linear; }
    .link--increase-dx:hover > .label, .link--increase-sx:hover > .label {
      display: block;
      -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
      -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
      transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s; } }
  @media screen and (min-width: 61.875em) and (min-width: 61.875em) and (max-width: 79.99875em) {
    .link--increase-dx:hover > .label, .link--increase-sx:hover > .label {
      max-width: 150px; } }
  @media screen and (min-width: 61.875em) and (min-width: 80em) and (max-width: 99.99875em) {
    .link--increase-dx:hover > .label, .link--increase-sx:hover > .label {
      max-width: 220px; } }
  @media screen and (min-width: 61.875em) and (min-width: 100em) {
    .link--increase-dx:hover > .label, .link--increase-sx:hover > .label {
      max-width: 250px; } }
  .link--increase-dx > .icon {
    float: left; }
    .link--increase-dx > .icon::before {
      left: 0; }
  .link--increase-dx > .label {
    float: left; }
  @media print, screen and (min-width: 61.875em) {
    .link--increase-dx:hover > .icon::before {
      left: 100%; } }
  .link--increase-sx > .icon {
    float: right; }
    .link--increase-sx > .icon::before {
      right: 0; }
  .link--increase-sx > .label {
    float: right; }
  @media print, screen and (min-width: 61.875em) {
    .link--increase-sx:hover > .icon::before {
      right: 100%; } }
  .link--different-styles {
    opacity: 0.5; }
    @media print, screen and (min-width: 61.875em) {
      .link--different-styles {
        color: #ffffff !important; }
        .link--different-styles > span {
          -webkit-box-shadow: inset 0 -1px 0 0 #ffffff;
                  box-shadow: inset 0 -1px 0 0 #ffffff; }
        .link--different-styles:hover > span {
          -webkit-box-shadow: inset 0 -1px 0 0 transparent;
                  box-shadow: inset 0 -1px 0 0 transparent; } }
  .link--card-profile > span {
    color: rgba(18, 18, 18, 0.7) !important;
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(18, 18, 18, 0);
            box-shadow: inset 0 -1px 0 0 rgba(18, 18, 18, 0); }
  .link--card-profile > i {
    color: rgba(18, 18, 18, 0.7) !important; }
  @media print, screen and (min-width: 61.875em) {
    .link--card-profile:hover > i {
      color: #D67C1C !important; }
    .link--card-profile:hover > span {
      color: #D67C1C !important;
      -webkit-box-shadow: inset 0 -1px 0 0 transparent;
              box-shadow: inset 0 -1px 0 0 transparent;
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; } }

/* UI: BUTTONS */
.btn {
  position: relative;
  overflow: hidden;
  display: inline-block !important;
  text-transform: uppercase;
  font-weight: 800;
  color: #D67C1C;
  z-index: 2;
  -webkit-transition: .01s .20s ease-in-out all;
  -o-transition: .01s .20s ease-in-out all;
  transition: .01s .20s ease-in-out all;
  font-size: 14px;
  letter-spacing: 2.6px;
  line-height: 18px;
  padding: 12px 32px; }
  @media print, screen and (min-width: 61.875em) {
    .btn {
      font-size: 16px;
      letter-spacing: 3px;
      line-height: 18px;
      padding: 16px 38px; } }
  .btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    height: 100%;
    background: rgba(214, 124, 28, 0.2);
    z-index: -1;
    -webkit-transition: .3s ease-in-out all;
    -o-transition: .3s ease-in-out all;
    transition: .3s ease-in-out all; }
  .btn:after {
    content: '';
    position: absolute;
    left: -5%;
    top: 0;
    width: 5%;
    height: 100%;
    background: rgba(214, 124, 28, 0.8);
    z-index: -1;
    -webkit-transition: .3s ease-in-out all;
    -o-transition: .3s ease-in-out all;
    transition: .3s ease-in-out all; }
  .btn > .icon-right {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url("/images/utils/arrow_right-accent.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 1;
    -webkit-transition: .01s .20s ease-in-out all;
    -o-transition: .01s .20s ease-in-out all;
    transition: .01s .20s ease-in-out all;
    width: 24px;
    height: 24px; }
    @media print, screen and (min-width: 61.875em) {
      .btn > .icon-right {
        width: 28px;
        height: 28px; } }
  .btn > .icon-right-after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .btn > .icon-right-after:before {
      content: attr(data-btn-label);
      position: absolute;
      top: 50%;
      left: -100%;
      width: 100%;
      text-align: center;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      -webkit-transition: .2s ease-in-out all;
      -o-transition: .2s ease-in-out all;
      transition: .2s ease-in-out all;
      color: #D67C1C; }
    .btn > .icon-right-after:after {
      content: '';
      position: absolute;
      top: 50%;
      left: -70%;
      -webkit-transform: translate(50%, -50%);
          -ms-transform: translate(50%, -50%);
              transform: translate(50%, -50%);
      background-image: url("/images/utils/arrow_right-accent.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-transition: .2s ease-in-out all;
      -o-transition: .2s ease-in-out all;
      transition: .2s ease-in-out all;
      width: 24px;
      height: 24px; }
      @media print, screen and (min-width: 61.875em) {
        .btn > .icon-right-after:after {
          width: 28px;
          height: 28px; } }
  .btn:hover {
    cursor: pointer;
    color: transparent; }
    .btn:hover:before {
      left: 100%;
      width: 0; }
    .btn:hover:after {
      left: 100%;
      width: 30%; }
    .btn:hover > .icon-right {
      opacity: 0; }
    .btn:hover > .icon-right-after:before {
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      opacity: 0.2;
      color: #D67C1C; }
    .btn:hover > .icon-right-after:after {
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      opacity: 1;
      -webkit-transition: .2s .2s ease-in-out all;
      -o-transition: .2s .2s ease-in-out all;
      transition: .2s .2s ease-in-out all; }
  .btn--tiny {
    font-size: 9px;
    letter-spacing: 1.64px;
    line-height: 12px;
    padding: 6px 18px; }
    @media print, screen and (min-width: 61.875em) {
      .btn--tiny {
        font-size: 11px;
        letter-spacing: 3px;
        line-height: 14px;
        padding: 8px 25px; } }
    .btn--tiny > .icon-right {
      width: 16px;
      height: 16px; }
      @media print, screen and (min-width: 61.875em) {
        .btn--tiny > .icon-right {
          width: 20px;
          height: 20px; } }
    .btn--tiny > .icon-right-after:after {
      width: 16px;
      height: 16px; }
      @media print, screen and (min-width: 61.875em) {
        .btn--tiny > .icon-right-after:after {
          width: 20px;
          height: 20px; } }
  .btn--filter {
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    background-color: rgba(18, 18, 18, 0.1);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    @media screen and (max-width: 47.99875em) {
      .btn--filter {
        height: 19px;
        padding: 1px 8px;
        margin: 0 8px 10px; } }
    @media print, screen and (min-width: 48em) {
      .btn--filter {
        height: 23px;
        padding: 2px 9px;
        margin: 0 9px 12px; } }
    @media screen and (min-width: 80em) {
      .btn--filter {
        height: 27px;
        padding: 3px 10px;
        margin: 0 10px 10px; } }
    .btn--filter:hover {
      color: #ffffff;
      background-color: #121212; }
    .btn--filter.active {
      color: #ffffff;
      background-color: #121212; }
  .btn--black {
    color: #121212; }
    .btn--black:before {
      background: rgba(18, 18, 18, 0.2); }
    .btn--black:after {
      background: rgba(18, 18, 18, 0.8); }
    .btn--black > .icon-right {
      background-image: url("/images/utils/arrow_right-black.svg"); }
    .btn--black > .icon-right-after:before {
      color: #121212; }
    .btn--black > .icon-right-after:after {
      background-image: url("/images/utils/arrow_right-black.svg"); }
    .btn--black:hover > .icon-right-after:before {
      color: #121212; }
  .btn--white {
    color: #ffffff; }
    .btn--white:before {
      background: rgba(255, 255, 255, 0.2); }
    .btn--white:after {
      background: rgba(255, 255, 255, 0.8); }
    .btn--white > .icon-right {
      background-image: url("/images/utils/arrow_right-white.svg"); }
    .btn--white > .icon-right-after:before {
      color: #121212; }
    .btn--white > .icon-right-after:after {
      background-image: url("/images/utils/arrow_right-white.svg"); }
    .btn--white:hover > .icon-right-after:before {
      color: #ffffff; }
  .btn--mail > .icon-right {
    background-image: url("/images/utils/mail-accent.svg"); }
  .btn--mail > .icon-right-after:after {
    background-image: url("/images/utils/mail-accent.svg"); }
  .btn--forward > .icon-right {
    background-image: url("/images/utils/arrow_forward-accent.svg"); }
  .btn--forward > .icon-right-after:after {
    background-image: url("/images/utils/arrow_forward-accent.svg"); }
  .btn--close > .icon-right {
    background-image: url("/images/utils/close-accent.svg"); }
  .btn--close > .icon-right-after:after {
    background-image: url("/images/utils/close-accent.svg"); }
  .btn--close-black > .icon-right {
    background-image: url("/images/utils/close-black.svg"); }
  .btn--close-black > .icon-right-after:after {
    background-image: url("/images/utils/close-black.svg"); }

/* UI: ANIMATIONS */
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

.menu-link, .menu__content > nav > ul > li > a {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Taviraj", serif; }
  @media screen and (max-width: 47.99875em) {
    .menu-link, .menu__content > nav > ul > li > a {
      padding: 9px 0;
      font-size: 22px;
      letter-spacing: 0.4px;
      line-height: 22px; } }
  @media print, screen and (min-width: 48em) {
    .menu-link, .menu__content > nav > ul > li > a {
      font-size: 32px;
      letter-spacing: 0.5px;
      line-height: 32px; } }
  @media screen and (min-width: 48em) and (max-width: 61.87375em) {
    .menu-link, .menu__content > nav > ul > li > a {
      padding: 14px 0 18px; } }
  @media screen and (min-width: 61.875em) and (max-width: 79.99875em) {
    .menu-link, .menu__content > nav > ul > li > a {
      padding: 3px 0 7px; } }
  @media screen and (min-width: 80em) {
    .menu-link, .menu__content > nav > ul > li > a {
      font-size: 35px;
      letter-spacing: 0.7px;
      line-height: 35px; } }
  @media screen and (min-width: 80em) and (max-width: 99.99875em) {
    .menu-link, .menu__content > nav > ul > li > a {
      padding: 5px 0 9px; } }
  @media screen and (min-width: 100em) and (max-width: 120.24875em) {
    .menu-link, .menu__content > nav > ul > li > a {
      padding: 14px 0 18px; } }
  @media screen and (min-width: 120.25em) {
    .menu-link, .menu__content > nav > ul > li > a {
      padding: 18px 0 22px; } }

/* Components
   ========================================================================== */
/* Components: ASIDE */
.aside {
  position: relative;
  width: 100%;
  /*&--natural-flavors,
  &--classics,
  &--specialties {
    &
  }*/ }
  @media screen and (max-width: 47.99875em) {
    .aside {
      padding-bottom: 100%; } }
  @media screen and (min-width: 48em) and (max-width: 61.87375em) {
    .aside {
      padding-bottom: calc((100% / 2)); } }
  @media print, screen and (min-width: 61.875em) {
    .aside {
      position: fixed !important;
      height: 100vh !important;
      top: 0; } }
  @media screen and (min-width: 61.875em) and (max-width: 79.99875em) {
    .aside {
      width: 278px; } }
  @media screen and (min-width: 80em) and (max-width: 99.99875em) {
    .aside {
      width: 320px; } }
  @media screen and (min-width: 100em) and (max-width: 120.24875em) {
    .aside {
      width: 400px; } }
  @media screen and (min-width: 120.25em) {
    .aside {
      width: 481px; } }
  .aside__menu-background {
    position: fixed;
    z-index: 8;
    top: 0;
    left: 0; }
    @media screen and (max-width: 47.99875em) {
      .aside__menu-background {
        width: 56px;
        height: 56px; } }
    @media screen and (min-width: 48em) and (max-width: 61.87375em) {
      .aside__menu-background {
        width: 108px;
        height: 108px; } }
    @media screen and (min-width: 61.875em) and (max-width: 79.99875em) {
      .aside__menu-background {
        width: 68px;
        height: 68px; } }
    @media screen and (min-width: 80em) and (max-width: 99.99875em) {
      .aside__menu-background {
        width: 88px;
        height: 88px; } }
    @media screen and (min-width: 100em) and (max-width: 120.24875em) {
      .aside__menu-background {
        width: 108px;
        height: 108px; } }
    @media screen and (min-width: 120.25em) {
      .aside__menu-background {
        width: 128px;
        height: 128px; } }
  .aside__slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    @media print, screen and (min-width: 61.875em) {
      .aside__slider {
        display: none; } }
  .aside__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media screen and (max-width: 47.99875em) {
      .aside__content {
        width: calc(100% - 40px);
        padding: 20px 10px; } }
    @media screen and (min-width: 48em) and (max-width: 61.87375em) {
      .aside__content {
        width: 492px;
        padding: 20px; } }
    @media screen and (min-width: 61.875em) and (max-width: 79.99875em) {
      .aside__content {
        width: calc(100% - 20px); } }
    @media screen and (min-width: 80em) and (max-width: 99.99875em) {
      .aside__content {
        width: calc(100% - 40px); } }
    @media screen and (min-width: 100em) and (max-width: 120.24875em) {
      .aside__content {
        width: calc(100% - 60px); } }
    @media screen and (min-width: 120.25em) {
      .aside__content {
        width: calc(100% - 80px); } }
    .aside__content--alt {
      background-color: transparent !important; }
  .aside__logo {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px; }
    @media screen and (max-width: 47.99875em) {
      .aside__logo {
        height: 30px; } }
    @media print, screen and (min-width: 48em) {
      .aside__logo {
        height: 50px; } }
    @media screen and (min-width: 80em) and (max-width: 99.99875em) {
      .aside__logo {
        height: 60px;
        margin-bottom: 30px; } }
    @media screen and (min-width: 100em) and (max-width: 120.24875em) {
      .aside__logo {
        height: 70px;
        margin-bottom: 40px; } }
    @media screen and (min-width: 120.25em) {
      .aside__logo {
        height: 80px;
        margin-bottom: 50px; } }
    .aside__logo > a > img {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      height: 100%;
      width: auto; }
    @media screen and (max-width: 47.99875em) {
      .aside__logo--alt {
        height: 100px; } }
    @media print, screen and (min-width: 48em) {
      .aside__logo--alt {
        height: 122px; } }
    @media screen and (min-width: 80em) and (max-width: 99.99875em) {
      .aside__logo--alt {
        height: 133px; } }
    @media screen and (min-width: 100em) and (max-width: 120.24875em) {
      .aside__logo--alt {
        height: 162px; } }
    @media screen and (min-width: 120.25em) {
      .aside__logo--alt {
        height: 190px; } }
  .aside__page-title {
    text-transform: uppercase;
    text-align: center; }
  .aside__page-info > .name {
    text-transform: uppercase;
    text-align: center; }
    .aside__page-info > .name > img {
      display: block;
      margin: 0 auto;
      height: auto;
      width: 200px; }
      @media print, screen and (min-width: 61.875em) {
        .aside__page-info > .name > img {
          width: 100%; } }
      .aside__page-info > .name > img ~ span {
        display: none; }
  .aside__page-info > .description {
    text-transform: uppercase;
    text-align: center;
    margin-top: 5px; }
    @media print, screen and (min-width: 61.875em) {
      .aside__page-info > .description {
        margin-top: 10px; } }
    @media screen and (min-width: 100em) and (max-width: 120.24875em) {
      .aside__page-info > .description {
        margin-top: 20px; } }
    @media screen and (min-width: 120.25em) {
      .aside__page-info > .description {
        margin-top: 30px; } }
  .aside__button {
    text-align: center;
    line-height: 0;
    margin-top: 20px; }
    @media screen and (max-width: 47.99875em) {
      .aside__button {
        margin-bottom: 5px; } }
    @media print, screen and (min-width: 48em) {
      .aside__button {
        margin-bottom: 10px; } }
    @media screen and (min-width: 80em) and (max-width: 99.99875em) {
      .aside__button {
        margin-top: 30px; } }
    @media screen and (min-width: 100em) and (max-width: 120.24875em) {
      .aside__button {
        margin-top: 40px;
        margin-bottom: 20px; } }
    @media screen and (min-width: 120.25em) {
      .aside__button {
        margin-top: 50px;
        margin-bottom: 30px; } }
  .aside__label {
    text-align: center; }
  .aside--without-header > .aside__menu-background, .aside--with-header > .aside__menu-background {
    background-color: #121212; }
  .aside--without-header > .aside__content, .aside--with-header > .aside__content {
    background-color: rgba(18, 18, 18, 0.9); }
    .aside--without-header > .aside__content > .aside__page-title, .aside--with-header > .aside__content > .aside__page-title {
      color: #ffffff; }
    .aside--without-header > .aside__content > .aside__label, .aside--with-header > .aside__content > .aside__label {
      color: rgba(255, 255, 255, 0.3); }
  .aside--without-header {
    background-color: #121212; }
    .aside--without-header::before {
      content: '';
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      background-image: url("/images/background/bg-illustration-512w.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      bottom: 0;
      opacity: 0.2; }
      @media screen and (max-width: 47.99875em) {
        .aside--without-header::before {
          width: calc(100% - 40px);
          height: 50%; } }
      @media screen and (min-width: 48em) and (max-width: 61.87375em) {
        .aside--without-header::before {
          width: calc(100% - (108px * 2));
          height: calc(100% - 108px); } }
      @media print, screen and (min-width: 61.875em) {
        .aside--without-header::before {
          opacity: 0.7; } }
      @media screen and (min-width: 61.875em) and (max-width: 79.99875em) {
        .aside--without-header::before {
          bottom: 10px;
          width: calc(100% - 20px);
          height: 115px; } }
      @media screen and (min-width: 80em) and (max-width: 99.99875em) {
        .aside--without-header::before {
          bottom: 20px;
          width: calc(100% - 40px);
          height: 124px; } }
      @media screen and (min-width: 100em) and (max-width: 120.24875em) {
        .aside--without-header::before {
          bottom: 30px;
          width: calc(100% - 60px);
          height: 151px; } }
      @media screen and (min-width: 120.25em) {
        .aside--without-header::before {
          bottom: 40px;
          width: calc(100% - 80px);
          height: 178px; } }
    .aside--without-header > .aside__content > .aside__page-info {
      color: #ffffff; }
  .aside--with-header {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    @media screen and (max-width: 47.99875em) {
      .aside--with-header {
        padding-bottom: calc((100% / 3) * 4); } }
    @media screen and (min-width: 48em) and (max-width: 61.87375em) {
      .aside--with-header {
        padding-bottom: calc((100% / 3) * 2); } }
    @media print, screen and (min-width: 61.875em) {
      .aside--with-header {
        background-color: #121212;
        background-image: none !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important; }
        .aside--with-header::before {
          display: none;
          content: '';
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          background-image: url("/images/background/bg-illustration-512w.png");
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center; } }
    @media print, screen and (min-width: 61.875em) and (min-width: 61.875em) {
      .aside--with-header::before {
        display: block;
        opacity: 0.7; } }
    @media screen and (min-width: 61.875em) and (min-width: 61.875em) and (max-width: 79.99875em) {
      .aside--with-header::before {
        bottom: 10px;
        width: calc(100% - 20px);
        height: 115px; } }
    @media screen and (min-width: 61.875em) and (min-width: 80em) and (max-width: 99.99875em) {
      .aside--with-header::before {
        bottom: 20px;
        width: calc(100% - 40px);
        height: 124px; } }
    @media screen and (min-width: 61.875em) and (min-width: 100em) and (max-width: 120.24875em) {
      .aside--with-header::before {
        bottom: 30px;
        width: calc(100% - 60px);
        height: 151px; } }
    @media screen and (min-width: 61.875em) and (min-width: 120.25em) {
      .aside--with-header::before {
        bottom: 40px;
        width: calc(100% - 80px);
        height: 178px; } }
    .aside--with-header > .aside__content > .aside__page-info {
      color: #ffffff; }
  .aside--natural-flavors, .aside--classics {
    -webkit-box-shadow: inset -1px 0 0 0 rgba(18, 18, 18, 0.1);
            box-shadow: inset -1px 0 0 0 rgba(18, 18, 18, 0.1); }
    .aside--natural-flavors > .aside__content, .aside--classics > .aside__content {
      background-color: transparent; }
      .aside--natural-flavors > .aside__content > .aside__label, .aside--classics > .aside__content > .aside__label {
        color: rgba(18, 18, 18, 0.5); }
  .aside--classics::before, .aside--specialties::before {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-image: url("/images/background/bg-illustration-512w.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.2; }
    @media screen and (max-width: 47.99875em) {
      .aside--classics::before, .aside--specialties::before {
        bottom: 0;
        width: calc(100% - 40px);
        height: 50%; } }
    @media screen and (min-width: 48em) and (max-width: 61.87375em) {
      .aside--classics::before, .aside--specialties::before {
        bottom: 0;
        width: calc(100% - (108px * 2));
        height: calc(100% - 108px); } }
    @media print, screen and (min-width: 61.875em) {
      .aside--classics::before, .aside--specialties::before {
        opacity: 0.7; } }
    @media screen and (min-width: 61.875em) and (max-width: 79.99875em) {
      .aside--classics::before, .aside--specialties::before {
        top: 68px;
        width: calc(100% - 20px);
        height: 115px; } }
    @media screen and (min-width: 80em) and (max-width: 99.99875em) {
      .aside--classics::before, .aside--specialties::before {
        top: 88px;
        width: calc(100% - 40px);
        height: 124px; } }
    @media screen and (min-width: 100em) and (max-width: 120.24875em) {
      .aside--classics::before, .aside--specialties::before {
        top: 108px;
        width: calc(100% - 60px);
        height: 151px; } }
    @media screen and (min-width: 120.25em) {
      .aside--classics::before, .aside--specialties::before {
        top: 128px;
        width: calc(100% - 80px);
        height: 178px; } }
  .aside--classics::after, .aside--specialties::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  .aside--natural-flavors {
    background-image: url("/images/background/bg-natural_flavors-0.jpg"), url("/images/background/bg-natural_flavors-1.png");
    background-position: center center, left top;
    background-size: 320px 320px, 100% auto;
    background-repeat: repeat, no-repeat;
    background-blend-mode: multiply; }
    @media screen and (min-width: 48em) and (max-width: 61.87375em) {
      .aside--natural-flavors {
        background-position: center center, center center !important;
        background-size: 320px 320px, cover !important; } }
    .aside--natural-flavors::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      padding-bottom: 100%;
      background-image: url("/images/background/bg-natural_flavors-2.png");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: top center; }
      @media screen and (min-width: 48em) and (max-width: 61.87375em) {
        .aside--natural-flavors::before {
          background-position: center center !important;
          padding-bottom: 0 !important;
          height: 100%; } }
    .aside--natural-flavors > .aside__logo-linea {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      text-align: center;
      top: 10px; }
      @media screen and (max-width: 47.99875em) {
        .aside--natural-flavors > .aside__logo-linea {
          width: 76px;
          height: 30px; } }
      @media screen and (min-width: 48em) and (max-width: 61.87375em) {
        .aside--natural-flavors > .aside__logo-linea {
          width: 126px;
          height: 50px; } }
      @media screen and (min-width: 61.875em) and (max-width: 79.99875em) {
        .aside--natural-flavors > .aside__logo-linea {
          top: 68px;
          width: 158px;
          height: 63px; } }
      @media screen and (min-width: 80em) and (max-width: 99.99875em) {
        .aside--natural-flavors > .aside__logo-linea {
          top: 88px;
          width: 200px;
          height: 80px; } }
      @media screen and (min-width: 100em) and (max-width: 120.24875em) {
        .aside--natural-flavors > .aside__logo-linea {
          top: 108px;
          width: 240px;
          height: 96px; } }
      @media screen and (min-width: 120.25em) {
        .aside--natural-flavors > .aside__logo-linea {
          top: 128px;
          width: 281px;
          height: 112px; } }
      .aside--natural-flavors > .aside__logo-linea > img {
        height: 100%;
        width: auto; }
  .aside--classics {
    overflow: hidden;
    background-color: #F7F7F7; }
    .aside--classics::after {
      background-image: url("/images/background/bg-classics.png");
      background-size: contain;
      background-repeat: repeat-x;
      -webkit-transform: translateY(50%);
          -ms-transform: translateY(50%);
              transform: translateY(50%);
      height: 72px; }
      @media print, screen and (min-width: 61.875em) {
        .aside--classics::after {
          height: 142px; } }
      @media screen and (min-width: 80em) {
        .aside--classics::after {
          -webkit-transform: translateY(0);
              -ms-transform: translateY(0);
                  transform: translateY(0); } }
  .aside--specialties {
    background-color: #252525; }
    .aside--specialties::after {
      background-color: #D0A771;
      height: 36px; }
      @media screen and (min-width: 61.875em) and (max-width: 79.99875em) {
        .aside--specialties::after {
          height: 71px; } }
      @media screen and (min-width: 80em) {
        .aside--specialties::after {
          height: 142px; } }
    .aside--specialties > .aside__content > .aside__page-info {
      color: #ffffff; }
    .aside--specialties > .aside__content > .aside__label {
      color: rgba(255, 255, 255, 0.5); }

.container--main {
  background-color: #ffffff;
  width: 100%; }
  @media screen and (min-width: 61.875em) and (max-width: 79.99875em) {
    .container--main {
      width: calc(100% - 278px);
      margin-left: 278px; } }
  @media screen and (min-width: 80em) and (max-width: 99.99875em) {
    .container--main {
      width: calc(100% - 320px);
      margin-left: 320px; } }
  @media screen and (min-width: 100em) and (max-width: 120.24875em) {
    .container--main {
      width: calc(100% - 400px);
      margin-left: 400px; } }
  @media screen and (min-width: 120.25em) {
    .container--main {
      width: calc(100% - 481px);
      margin-left: 481px; } }

/* Components: COOKIES */
.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  padding: 10px;
  background-color: #121212;
  color: rgba(255, 255, 255, 0.5);
  text-align: center; }

/* Components: FOOTER */
.footer {
  position: relative;
  background-color: #ffffff; }
  @media screen and (max-width: 47.99875em) {
    .footer {
      padding: 20px; } }
  @media print, screen and (min-width: 48em) {
    .footer {
      padding: 20px 40px; } }
  @media screen and (min-width: 100em) and (max-width: 120.24875em) {
    .footer {
      padding: 20px 70px; } }
  @media screen and (min-width: 120.25em) {
    .footer {
      padding: 20px 100px; } }
  .footer.footer--no-divider::before {
    display: none; }
  .footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 1px;
    background-color: rgba(18, 18, 18, 0.2); }
    @media screen and (max-width: 47.99875em) {
      .footer::before {
        width: calc(100% - 40px); } }
    @media print, screen and (min-width: 48em) {
      .footer::before {
        width: calc(100% - 80px); } }
    @media screen and (min-width: 100em) and (max-width: 120.24875em) {
      .footer::before {
        width: calc(100% - 140px); } }
    @media screen and (min-width: 120.25em) {
      .footer::before {
        width: calc(100% - 200px); } }
  @media screen and (max-width: 47.99875em) {
    .footer > .grid-x > .cell {
      margin-bottom: 10px; } }
  @media print, screen and (min-width: 48em) {
    .footer-social {
      width: 101px !important; } }
  @media screen and (min-width: 80em) {
    .footer-social {
      width: 105px !important; } }
  .footer__subtitle {
    font-weight: 700;
    text-transform: uppercase; }
    @media screen and (max-width: 47.99875em) {
      .footer__subtitle {
        margin-bottom: 4px; } }
    @media print, screen and (min-width: 48em) {
      .footer__subtitle {
        margin-bottom: 5px; } }
    @media screen and (min-width: 80em) {
      .footer__subtitle {
        margin-bottom: 6px; } }
  .footer__content > p {
    margin-bottom: 0; }
    @media screen and (max-width: 47.99875em) {
      .footer__content > p {
        margin-bottom: 4px; } }
    @media print, screen and (min-width: 48em) {
      .footer__content > p {
        margin-bottom: 5px; } }
    @media screen and (min-width: 80em) {
      .footer__content > p {
        margin-bottom: 6px; } }
  @media screen and (max-width: 47.99875em) {
    .footer__list {
      margin-bottom: 4px; } }
  @media print, screen and (min-width: 48em) {
    .footer__list {
      margin-bottom: 5px; } }
  @media screen and (min-width: 80em) {
    .footer__list {
      margin-bottom: 6px; } }
  .footer__list:last-child {
    margin-bottom: 0; }
  .footer__list--inline > li {
    display: inline-block; }
    @media screen and (max-width: 47.99875em) {
      .footer__list--inline > li {
        margin-right: 17px; } }
    @media print, screen and (min-width: 48em) {
      .footer__list--inline > li {
        margin-right: 19px; } }
    @media screen and (min-width: 80em) {
      .footer__list--inline > li {
        margin-right: 21px; } }
    .footer__list--inline > li:last-child {
      margin-right: 0; }
    .footer__list--inline > li.email, .footer__list--inline > li.fax, .footer__list--inline > li.phone {
      position: relative; }
      @media screen and (max-width: 47.99875em) {
        .footer__list--inline > li.email, .footer__list--inline > li.fax, .footer__list--inline > li.phone {
          padding-left: 17px; } }
      @media print, screen and (min-width: 48em) {
        .footer__list--inline > li.email, .footer__list--inline > li.fax, .footer__list--inline > li.phone {
          padding-left: 20px; } }
      @media screen and (min-width: 80em) {
        .footer__list--inline > li.email, .footer__list--inline > li.fax, .footer__list--inline > li.phone {
          padding-left: 23px; } }
      .footer__list--inline > li.email::before, .footer__list--inline > li.fax::before, .footer__list--inline > li.phone::before {
        font-family: "Material Icons";
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        display: block;
        line-height: 1 !important; }
        @media screen and (max-width: 47.99875em) {
          .footer__list--inline > li.email::before, .footer__list--inline > li.fax::before, .footer__list--inline > li.phone::before {
            width: 11px;
            height: 11px; } }
        @media print, screen and (min-width: 48em) {
          .footer__list--inline > li.email::before, .footer__list--inline > li.fax::before, .footer__list--inline > li.phone::before {
            width: 12px;
            height: 12px; } }
        @media screen and (min-width: 80em) {
          .footer__list--inline > li.email::before, .footer__list--inline > li.fax::before, .footer__list--inline > li.phone::before {
            width: 13px;
            height: 13px; } }
    .footer__list--inline > li.email::before {
      content: 'mail'; }
    .footer__list--inline > li.phone::before {
      content: 'phone'; }
    .footer__list--inline > li.fax::before {
      content: 'print'; }
    .footer__list--inline > li.social > a {
      font-size: 0;
      display: block;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      @media screen and (max-width: 47.99875em) {
        .footer__list--inline > li.social > a {
          width: 17px;
          height: 17px; } }
      @media print, screen and (min-width: 48em) {
        .footer__list--inline > li.social > a {
          width: 19px;
          height: 19px; } }
      @media print, screen and (min-width: 61.875em) {
        .footer__list--inline > li.social > a {
          width: 21px;
          height: 21px; } }
    .footer__list--inline > li.social--facebook > a {
      background-image: url("/images/social/facebook-black.png"); }
      .footer__list--inline > li.social--facebook > a:hover {
        background-image: url("/images/social/facebook-accent.png"); }
    .footer__list--inline > li.social--twitter > a {
      background-image: url("/images/social/twitter-black.png"); }
      .footer__list--inline > li.social--twitter > a:hover {
        background-image: url("/images/social/twitter-accent.png"); }
    .footer__list--inline > li.social--pinterest > a {
      background-image: url("/images/social/pinterest-black.png"); }
      .footer__list--inline > li.social--pinterest > a:hover {
        background-image: url("/images/social/pinterest-accent.png"); }

@media print, screen and (min-width: 48em) {
  .footer--prodotto {
    float: right;
    width: 60%;
    padding-left: 0; } }

@media screen and (min-width: 120.25em) {
  .footer--prodotto {
    width: 55%; } }

@media print, screen and (min-width: 48em) {
  .footer--prodotto::before {
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: calc(100% - 40px); } }

@media screen and (min-width: 100em) and (max-width: 120.24875em) {
  .footer--prodotto::before {
    width: calc(100% - 70px); } }

@media screen and (min-width: 120.25em) {
  .footer--prodotto::before {
    width: calc(100% - 100px); } }

@media print, screen and (min-width: 48em) {
  .footer--prodotto > .grid-x > .cell {
    margin-bottom: 20px; } }

main.full {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  width: 100%; }
  @media print, screen and (min-width: 61.875em) {
    main.full {
      margin-top: 50vh; } }
  @media print, screen and (min-width: 61.875em) {
    main.full--no-margin-t {
      margin-top: 0; } }

main.half {
  position: relative;
  background-color: #ffffff; }
  @media screen and (max-width: 47.99875em) {
    main.half {
      width: 100%;
      margin-left: 0;
      margin-top: 0; } }
  @media print, screen and (min-width: 48em) {
    main.half {
      margin-top: 50vh; } }
  @media screen and (min-width: 48em) and (max-width: 61.87375em) {
    main.half {
      margin-top: 0; } }
  @media print, screen and (min-width: 48em) {
    main.half {
      width: 60%;
      margin-left: 40%; } }
  @media screen and (min-width: 120.25em) {
    main.half {
      width: 55%;
      margin-left: 45%; } }

/* Components: MENU */
.menu {
  width: 100%; }
  .menu__toggle {
    position: fixed;
    z-index: 9;
    background-image: url("/images/utils/menu-accent.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    @media screen and (max-width: 47.99875em) {
      .menu__toggle {
        top: 10px;
        left: 10px;
        width: 36px;
        height: 36px; } }
    @media print, screen and (min-width: 48em) {
      .menu__toggle {
        width: 48px;
        height: 48px; } }
    @media screen and (min-width: 48em) and (max-width: 61.87375em) {
      .menu__toggle {
        top: 30px;
        left: 30px; } }
    @media screen and (min-width: 61.875em) and (max-width: 79.99875em) {
      .menu__toggle {
        top: 10px;
        left: 10px; } }
    @media screen and (min-width: 80em) and (max-width: 99.99875em) {
      .menu__toggle {
        top: 20px;
        left: 20px; } }
    @media screen and (min-width: 100em) and (max-width: 120.24875em) {
      .menu__toggle {
        top: 30px;
        left: 30px; } }
    @media screen and (min-width: 120.25em) {
      .menu__toggle {
        top: 40px;
        left: 40px; } }
    @media print, screen and (min-width: 61.875em) {
      .menu__toggle:hover {
        cursor: pointer; } }
    .menu__toggle--opened {
      background-image: url("/images/utils/close-accent.png"); }
  .menu__content {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100vh;
    z-index: 8;
    background-color: #121212; }
    @media screen and (max-width: 47.99875em) {
      .menu__content {
        overflow-y: scroll;
        overflow-x: hidden; } }
    @media screen and (min-width: 48em) and (max-width: 61.87375em) {
      .menu__content::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-image: url("/images/background/bg-illustration-512w.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        opacity: 0.1; } }
    @media screen and (max-width: 47.99875em) {
      .menu__content > nav {
        padding: 56px 18px; } }
    @media print, screen and (min-width: 48em) {
      .menu__content > nav {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 50%; } }
    @media screen and (min-width: 48em) and (max-width: 61.87375em) {
      .menu__content > nav {
        margin: 0 auto; } }
    @media print, screen and (min-width: 61.875em) {
      .menu__content > nav > ul {
        width: 66%;
        margin: 0 auto; } }
    @media screen and (min-width: 80em) {
      .menu__content > nav > ul {
        width: 56%; } }
    .menu__content > nav > ul > li {
      position: relative; }
      .menu__content > nav > ul > li > a {
        position: relative;
        width: 100%;
        color: rgba(255, 255, 255, 0.6);
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out; }
        .menu__content > nav > ul > li > a.active {
          font-weight: 600;
          color: #ffffff;
          -webkit-box-shadow: inset 0 -4px 0 0 #D67C1C;
                  box-shadow: inset 0 -4px 0 0 #D67C1C; }
          @media print, screen and (min-width: 61.875em) {
            .menu__content > nav > ul > li > a.active {
              -webkit-box-shadow: none;
                      box-shadow: none; } }
        .menu__content > nav > ul > li > a::after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 0;
          height: 4px;
          background-color: #D67C1C;
          opacity: 0;
          -webkit-transition: all .5s ease-out;
          -o-transition: all .5s ease-out;
          transition: all .5s ease-out; }
        @media print, screen and (min-width: 61.875em) {
          .menu__content > nav > ul > li > a:hover {
            color: #ffffff; }
            .menu__content > nav > ul > li > a:hover::after {
              opacity: 1;
              width: 100%; } }
      .menu__content > nav > ul > li > ul > li {
        display: inline-block;
        padding: 0 12px; }
        .menu__content > nav > ul > li > ul > li:first-of-type {
          padding-left: 0; }
        .menu__content > nav > ul > li > ul > li:last-of-type {
          padding-right: 0; }
        .menu__content > nav > ul > li > ul > li > a.flag {
          display: block;
          width: 24px;
          height: 24px;
          line-height: 0;
          opacity: 0.2;
          -webkit-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
          .menu__content > nav > ul > li > ul > li > a.flag.active {
            opacity: 1; }
          @media print, screen and (min-width: 61.875em) {
            .menu__content > nav > ul > li > ul > li > a.flag:hover {
              opacity: 1; } }
          .menu__content > nav > ul > li > ul > li > a.flag > img {
            width: 100%;
            height: auto;
            line-height: 24px; }
  @media screen and (max-width: 47.99875em) {
    .menu__image {
      display: none !important; } }
  @media screen and (min-width: 48em) and (max-width: 61.87375em) {
    .menu__image {
      display: none !important; } }
  @media print, screen and (min-width: 61.875em) {
    .menu__image {
      position: fixed;
      top: 0;
      right: 0;
      width: 50%;
      height: 100vh;
      z-index: 9; } }
  .menu__image--base, .menu__image--cloud-1, .menu__image--cloud-2, .menu__image--cloud-3, .menu__image--cloud-4, .menu__image--cloud-5, .menu__image--cloud-6, .menu__image--cloud-7, .menu__image--cloud-8, .menu__image--cloud-9, .menu__image--cloud-10, .menu__image--cloud-11, .menu__image--cloud-12, .menu__image--cloud-13, .menu__image--eolo {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }
  .menu__image--base {
    background-image: url("/images/illustration/base.png"); }
  .menu__image--cloud-1 {
    background-image: url("/images/illustration/cloud-1.png"); }
  .menu__image--cloud-2 {
    background-image: url("/images/illustration/cloud-2.png"); }
  .menu__image--cloud-3 {
    background-image: url("/images/illustration/cloud-3.png"); }
  .menu__image--cloud-4 {
    background-image: url("/images/illustration/cloud-4.png"); }
  .menu__image--cloud-5 {
    background-image: url("/images/illustration/cloud-5.png"); }
  .menu__image--cloud-6 {
    background-image: url("/images/illustration/cloud-6.png"); }
  .menu__image--cloud-7 {
    background-image: url("/images/illustration/cloud-7.png"); }
  .menu__image--cloud-8 {
    background-image: url("/images/illustration/cloud-8.png"); }
  .menu__image--cloud-9 {
    background-image: url("/images/illustration/cloud-9.png"); }
  .menu__image--cloud-10 {
    background-image: url("/images/illustration/cloud-10.png"); }
  .menu__image--cloud-11 {
    background-image: url("/images/illustration/cloud-11.png"); }
  .menu__image--cloud-12 {
    background-image: url("/images/illustration/cloud-12.png"); }
  .menu__image--cloud-13 {
    background-image: url("/images/illustration/cloud-13.png"); }
  .menu__image--eolo {
    background-image: url("/images/illustration/eolo.png"); }

/* Componenets: SECTION */
.section__column {
  position: relative; }
  @media screen and (max-width: 47.99875em) {
    .section__column--products {
      background-color: #D67C1C; } }
  @media screen and (max-width: 47.99875em) {
    .section__column--shop {
      background-color: #DDA05F; } }

.section__cta {
  font-size: 0;
  line-height: 0; }
  .section__cta > .icon {
    position: relative;
    display: inline-block;
    width: 21px;
    height: 21px;
    font-size: 21px;
    letter-spacing: 0;
    line-height: 21px;
    color: #ffffff;
    vertical-align: top;
    overflow: hidden; }
    .section__cta > .icon::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.2);
      -webkit-transition: all .06s ease-out .3s;
      -o-transition: all .06s ease-out .3s;
      transition: all .06s ease-out .3s; }
  .section__cta > .label {
    display: inline-block;
    max-width: 0;
    background-color: #ffffff;
    overflow: hidden;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear; }
    .section__cta > .label > span {
      font-size: 13px;
      letter-spacing: 0;
      line-height: 21px;
      padding: 0 4px;
      text-transform: uppercase;
      font-weight: 700;
      color: #D67C1C;
      white-space: nowrap; }

.section__icon {
  border-radius: 50%;
  background-color: #ffffff;
  width: 96px;
  height: 96px;
  margin: 0 auto 20px; }

.section--pt-default {
  padding-bottom: 0; }

.section--pb-default {
  padding-top: 0; }

.section--video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  border-bottom: 1px solid rgba(18, 18, 18, 0.2); }
  .section--video > video {
    position: absolute;
    width: 100%;
    max-width: 100%; }

.section--products-and-shop {
  position: relative; }
  @media print, screen and (min-width: 48em) {
    .section--products-and-shop {
      background-image: url("/images/background/bg-accent.png"), url("/images/background/bg-accentLight.png");
      background-size: calc(50% + 1px) 100%;
      background-position: left top, right top;
      background-repeat: no-repeat;
      /*&::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        @include mix-sizes(50%, 100%);
        background-color: color(accent);
      }

      &::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        @include mix-sizes(50%, 100%);
        background-color: color(accentLight);
        z-index: -1;
      }*/ } }

.section--news {
  position: relative;
  background-color: #F3F3F3;
  min-height: 200px;
  overflow: hidden;
  z-index: 1; }
  .section--news::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    background-image: url("/images/background/bg-illustration-512w.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.2; }
  .section--news > h2 {
    margin-bottom: 20px; }
    @media screen and (min-width: 100em) and (max-width: 120.24875em) {
      .section--news > h2 {
        margin-bottom: 30px; } }
    @media screen and (min-width: 120.25em) {
      .section--news > h2 {
        margin-bottom: 40px; } }

.section--with-form {
  position: relative;
  background-color: rgba(18, 18, 18, 0.05);
  min-height: 200px;
  overflow: hidden; }
  .section--with-form::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    background-image: url("/images/background/bg-illustration-512w.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.2;
    z-index: 0; }
  .section--with-form > .grid-x {
    position: relative;
    z-index: 1; }
  .section--with-form > .grid-x > .cell:first-of-type {
    margin-bottom: 20px; }
    @media screen and (max-width: 47.99875em) {
      .section--with-form > .grid-x > .cell:first-of-type > p {
        margin-bottom: 5px; } }
    @media print, screen and (min-width: 48em) {
      .section--with-form > .grid-x > .cell:first-of-type > p {
        margin-bottom: 10px; } }
    @media screen and (min-width: 100em) and (max-width: 120.24875em) {
      .section--with-form > .grid-x > .cell:first-of-type {
        margin-bottom: 22px; } }
    @media screen and (min-width: 120.25em) {
      .section--with-form > .grid-x > .cell:first-of-type {
        margin-bottom: 24px; } }

.section--to-the-shop > .grid-x > .cell > p {
  color: rgba(18, 18, 18, 0.3);
  margin-top: 10px; }
  @media screen and (min-width: 80em) and (max-width: 99.99875em) {
    .section--to-the-shop > .grid-x > .cell > p {
      margin-top: 20px; } }
  @media screen and (min-width: 100em) and (max-width: 120.24875em) {
    .section--to-the-shop > .grid-x > .cell > p {
      margin-top: 30px; } }
  @media screen and (min-width: 120.25em) {
    .section--to-the-shop > .grid-x > .cell > p {
      margin-top: 40px; } }

.section--social {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  text-align: center; }
  .section--social > .label {
    color: rgba(18, 18, 18, 0.7);
    text-transform: uppercase;
    font-weight: 700; }
    @media screen and (max-width: 47.99875em) {
      .section--social > .label {
        margin-bottom: 11px; } }
    @media print, screen and (min-width: 48em) {
      .section--social > .label {
        margin-bottom: 12px; } }
    @media screen and (min-width: 80em) {
      .section--social > .label {
        margin-bottom: 13px; } }
  .section--social > ul {
    font-size: 0;
    line-height: 0; }
    .section--social > ul > li {
      display: inline-block;
      width: 42px;
      height: 42px;
      margin: 0 21px; }
      .section--social > ul > li:first-of-type {
        margin-left: 0; }
      .section--social > ul > li:last-of-type {
        margin-right: 0; }
      .section--social > ul > li > a {
        display: block;
        font-size: 0;
        line-height: 0;
        width: 42px;
        height: 42px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
        .section--social > ul > li > a.facebook {
          background-image: url("/images/social/facebook-black.png"); }
        .section--social > ul > li > a.twitter {
          background-image: url("/images/social/twitter-black.png"); }
        .section--social > ul > li > a.email {
          background-image: url("/images/social/email-black.png"); }
        .section--social > ul > li > a:hover.facebook {
          background-image: url("/images/social/facebook-accent.png"); }
        .section--social > ul > li > a:hover.twitter {
          background-image: url("/images/social/twitter-accent.png"); }
        .section--social > ul > li > a:hover.email {
          background-image: url("/images/social/email-accent.png"); }

.section--gmap {
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(18, 18, 18, 0.2);
  border-top: 1px solid rgba(18, 18, 18, 0.2);
  overflow: hidden; }
  @media screen and (max-width: 47.99875em) {
    .section--gmap {
      padding-bottom: calc((100% / 3) * 2); } }
  @media screen and (min-width: 48em) and (max-width: 61.87375em) {
    .section--gmap {
      padding-bottom: calc(100% / 2); } }
  @media print, screen and (min-width: 61.875em) {
    .section--gmap {
      padding-bottom: 0; } }
  @media screen and (min-width: 61.875em) and (max-width: 79.99875em) {
    .section--gmap {
      height: 279px; } }
  @media screen and (min-width: 80em) and (max-width: 99.99875em) {
    .section--gmap {
      height: 320px; } }
  @media screen and (min-width: 100em) and (max-width: 120.24875em) {
    .section--gmap {
      height: 450px; } }
  @media screen and (min-width: 120.25em) {
    .section--gmap {
      height: 540px; } }
  .section--gmap > .gmap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .section--gmap > .visit-us {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
    display: block;
    background-color: #ffffff;
    -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 47.99875em) {
      .section--gmap > .visit-us {
        bottom: 18px;
        padding: 7px 17px; } }
    @media print, screen and (min-width: 48em) {
      .section--gmap > .visit-us {
        bottom: 20px;
        padding: 9px 19px; } }
    @media screen and (min-width: 61.875em) and (max-width: 79.99875em) {
      .section--gmap > .visit-us {
        bottom: 22px; } }
    @media screen and (min-width: 80em) {
      .section--gmap > .visit-us {
        padding: 11px 21px; } }

.section--placeholder {
  display: none; }
  @media print, screen and (min-width: 61.875em) {
    .section--placeholder {
      position: fixed;
      top: 0;
      right: 0;
      display: block;
      height: 50vh;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-box-shadow: inset 0 -20px 40px 0 rgba(18, 18, 18, 0.5);
              box-shadow: inset 0 -20px 40px 0 rgba(18, 18, 18, 0.5); } }
  @media screen and (min-width: 61.875em) and (min-width: 61.875em) and (max-width: 79.99875em) {
    .section--placeholder {
      width: calc(100% - 278px); } }
  @media screen and (min-width: 61.875em) and (min-width: 80em) and (max-width: 99.99875em) {
    .section--placeholder {
      width: calc(100% - 320px); } }
  @media screen and (min-width: 61.875em) and (min-width: 100em) and (max-width: 120.24875em) {
    .section--placeholder {
      width: calc(100% - 400px); } }
  @media screen and (min-width: 61.875em) and (min-width: 120.25em) {
    .section--placeholder {
      width: calc(100% - 481px); } }
  .section--placeholder.with-overlay {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
    .section--placeholder.with-overlay::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(18, 18, 18, 0.6); }

@media screen and (max-width: 47.99875em) {
  .section--quote > .quote > blockquote {
    margin-bottom: 14px; } }

@media print, screen and (min-width: 48em) {
  .section--quote > .quote > blockquote {
    margin-bottom: 16px; } }

@media screen and (min-width: 80em) {
  .section--quote > .quote > blockquote {
    margin-bottom: 18px; } }

.section--quote > .quote > div {
  color: rgba(18, 18, 18, 0.7); }

.section--quote > .quote > img.sign {
  width: auto;
  height: 120px; }
  @media screen and (max-width: 47.99875em) {
    .section--quote > .quote > img.sign {
      width: auto;
      height: 80px; } }

@media screen and (max-width: 47.99875em) {
  .section--quote > .timeline {
    margin-bottom: 30px; } }

@media print, screen and (min-width: 48em) {
  .section--quote > .timeline {
    margin-bottom: 40px; } }

@media screen and (min-width: 100em) and (max-width: 120.24875em) {
  .section--quote > .timeline {
    margin-bottom: 40px; } }

@media screen and (min-width: 120.25em) {
  .section--quote > .timeline {
    margin-bottom: 40px; } }

.overlay-accent--pre {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #D67C1C;
  z-index: 11; }

.overlay-black--pre {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #121212;
  z-index: 11; }

.overlay-accent--out {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background-color: #D67C1C;
  z-index: 11; }

.overlay-black--out {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background-color: #121212;
  z-index: 11; }

@media screen and (max-width: 47.99875em) {
  .container--one-third {
    width: 100%; } }

@media print, screen and (min-width: 48em) {
  .container--one-third {
    width: calc(100% / 3); } }

/* Components
   ========================================================================== */
/* Components: CARD NEWS */
.card-news {
  position: relative;
  width: 222px;
  height: 326px; }
  @media screen and (min-width: 61.875em) and (max-width: 79.99875em) {
    .card-news {
      width: 204px;
      height: 300px; } }
  @media screen and (min-width: 80em) and (max-width: 99.99875em) {
    .card-news {
      width: 272px;
      height: 400px; } }
  @media screen and (min-width: 100em) and (max-width: 120.24875em) {
    .card-news {
      width: 326px;
      height: 480px; } }
  @media screen and (min-width: 120.25em) {
    .card-news {
      width: 374px;
      height: 550px; } }
  .card-news__container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #ffffff;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
            box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
    -webkit-transition: all .36s ease-out;
    -o-transition: all .36s ease-out;
    transition: all .36s ease-out;
    width: 212px;
    height: 316px; }
    @media screen and (min-width: 61.875em) and (max-width: 79.99875em) {
      .card-news__container {
        width: 194px;
        height: 290px; } }
    @media screen and (min-width: 80em) and (max-width: 99.99875em) {
      .card-news__container {
        width: 252px;
        height: 380px; } }
    @media screen and (min-width: 100em) and (max-width: 120.24875em) {
      .card-news__container {
        width: 286px;
        height: 440px; } }
    @media screen and (min-width: 120.25em) {
      .card-news__container {
        width: 314px;
        height: 490px; } }
    .card-news__container > a {
      z-index: 1; }
    .card-news__container > .image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-transition: all .36s ease-out;
      -o-transition: all .36s ease-out;
      transition: all .36s ease-out;
      height: 212px; }
      @media screen and (min-width: 61.875em) and (max-width: 79.99875em) {
        .card-news__container > .image {
          height: 194px; } }
      @media screen and (min-width: 80em) and (max-width: 99.99875em) {
        .card-news__container > .image {
          height: 252px; } }
      @media screen and (min-width: 100em) and (max-width: 120.24875em) {
        .card-news__container > .image {
          height: 286px; } }
      @media screen and (min-width: 120.25em) {
        .card-news__container > .image {
          height: 314px; } }
    .card-news__container > .card-news__content {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 192px;
      height: 296px; }
      @media screen and (min-width: 61.875em) and (max-width: 79.99875em) {
        .card-news__container > .card-news__content {
          width: 174px;
          height: 270px; } }
      @media screen and (min-width: 80em) and (max-width: 99.99875em) {
        .card-news__container > .card-news__content {
          width: 212px;
          height: 340px; } }
      @media screen and (min-width: 100em) and (max-width: 120.24875em) {
        .card-news__container > .card-news__content {
          width: 226px;
          height: 380px; } }
      @media screen and (min-width: 120.25em) {
        .card-news__container > .card-news__content {
          width: 234px;
          height: 410px; } }
      .card-news__container > .card-news__content > .date {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #E7E7E7;
        width: 44px;
        height: 44px;
        text-align: center; }
        .card-news__container > .card-news__content > .date > .day,
        .card-news__container > .card-news__content > .date > .month {
          position: absolute;
          left: 0;
          width: 100%; }
        .card-news__container > .card-news__content > .date > .day {
          top: 0;
          height: 29px;
          font-size: 23px;
          letter-spacing: 0;
          line-height: 29px;
          color: #D67C1C;
          font-weight: 700; }
        .card-news__container > .card-news__content > .date > .month {
          bottom: 2px;
          height: 17px;
          font-size: 11px;
          letter-spacing: 0;
          line-height: 17px;
          text-transform: uppercase;
          font-weight: 700; }
      .card-news__container > .card-news__content > .title {
        position: absolute;
        width: 100%;
        overflow: hidden;
        font-size: 23px;
        letter-spacing: 0.3px;
        line-height: 29px;
        font-weight: 400;
        -webkit-transition: all .36s ease-out;
        -o-transition: all .36s ease-out;
        transition: all .36s ease-out;
        max-height: 58px;
        bottom: 31px; }
        @media screen and (min-width: 80em) {
          .card-news__container > .card-news__content > .title {
            bottom: 41px; } }
        @media screen and (min-width: 120.25em) {
          .card-news__container > .card-news__content > .title {
            max-height: 87px; } }
      .card-news__container > .card-news__content > .cta {
        position: absolute;
        bottom: 0;
        left: 0;
        font-size: 0;
        line-height: 0; }
        .card-news__container > .card-news__content > .cta > .icon {
          position: relative;
          display: inline-block;
          width: 21px;
          height: 21px;
          font-size: 21px;
          letter-spacing: 0;
          line-height: 21px;
          color: #D67C1C;
          vertical-align: top;
          overflow: hidden; }
          .card-news__container > .card-news__content > .cta > .icon::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(214, 124, 28, 0.2);
            -webkit-transition: all .06s ease-out .3s;
            -o-transition: all .06s ease-out .3s;
            transition: all .06s ease-out .3s; }
        .card-news__container > .card-news__content > .cta > .label {
          display: inline-block;
          max-width: 0;
          background-color: #D67C1C;
          overflow: hidden;
          -webkit-transition: all .3s linear;
          -o-transition: all .3s linear;
          transition: all .3s linear; }
          .card-news__container > .card-news__content > .cta > .label > span {
            font-size: 13px;
            letter-spacing: 0;
            line-height: 21px;
            padding: 0 4px;
            text-transform: uppercase;
            font-weight: 700;
            color: #ffffff;
            white-space: nowrap; }
    .card-news__container:hover {
      width: 100%;
      height: 100%;
      -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.16);
              box-shadow: 0 20px 20px rgba(0, 0, 0, 0.16);
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
      .card-news__container:hover > a:hover {
        cursor: pointer; }
      .card-news__container:hover > .image {
        height: 100%;
        opacity: 0.2; }
      .card-news__container:hover > .card-news__content > .title {
        -webkit-transition: all .6s ease-out;
        -o-transition: all .6s ease-out;
        transition: all .6s ease-out;
        max-height: 180px; }
        @media screen and (min-width: 61.875em) and (max-width: 79.99875em) {
          .card-news__container:hover > .card-news__content > .title {
            max-height: 154px; } }
        @media screen and (min-width: 80em) and (max-width: 99.99875em) {
          .card-news__container:hover > .card-news__content > .title {
            max-height: 224px; } }
        @media screen and (min-width: 100em) and (max-width: 120.24875em) {
          .card-news__container:hover > .card-news__content > .title {
            max-height: 264px; } }
        @media screen and (min-width: 120.25em) {
          .card-news__container:hover > .card-news__content > .title {
            max-height: 294px; } }
      .card-news__container:hover > .card-news__content > .cta > .icon::before {
        left: 100%;
        -webkit-transition: all .1s linear;
        -o-transition: all .1s linear;
        transition: all .1s linear; }
      .card-news__container:hover > .card-news__content > .cta > .label {
        max-width: 150px;
        -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
        -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
        transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s; }

.cell--card-news {
  margin-bottom: 10px; }
  .cell--card-news > .card-news {
    margin: 0 auto; }
  @media screen and (min-width: 80em) and (max-width: 99.99875em) {
    .cell--card-news {
      margin-bottom: 20px; } }
  @media screen and (min-width: 100em) and (max-width: 120.24875em) {
    .cell--card-news {
      margin-bottom: 40px; } }
  @media screen and (min-width: 120.25em) {
    .cell--card-news {
      margin-bottom: 60px; } }
  .cell--card-news:last-of-type {
    margin-bottom: 0; }
  @media print, screen and (min-width: 48em) {
    .cell--card-news:nth-last-of-type(2), .cell--card-news:nth-last-of-type(3) {
      margin-bottom: 0; } }
