@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 27.5em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.spin-ccw {
  animation-name: spin-ccw-1turn;
}
@keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1turn);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! normalize.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 {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  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 {
  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] {
  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;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=27.5em&large=33.75em&xlarge=40em&xxlarge=48em&xxxlarge=56em&xxxxlarge=64em&xxxxxlarge=75em&xxxxxxlarge=90em&xxxxxxxlarge=105em&xxxxxxxxlarge=120em";
}

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

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

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

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

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

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

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

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

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 27.5em) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.9375rem;
  }
  h4, .h4 {
    font-size: 1.5625rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: rgb(19.78, 104.06, 159.96);
}
a img {
  border: 0;
}

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

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

li {
  font-size: inherit;
}

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

ol {
  margin-left: 1.25rem;
}

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

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

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

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

figure {
  margin: 0;
}

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

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

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

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

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

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

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.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: 27.5em) {
  .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: 33.75em) {
  .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: 40em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 48em) {
  .xxlarge-text-left {
    text-align: left;
  }
  .xxlarge-text-right {
    text-align: right;
  }
  .xxlarge-text-center {
    text-align: center;
  }
  .xxlarge-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 56em) {
  .xxxlarge-text-left {
    text-align: left;
  }
  .xxxlarge-text-right {
    text-align: right;
  }
  .xxxlarge-text-center {
    text-align: center;
  }
  .xxxlarge-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 64em) {
  .xxxxlarge-text-left {
    text-align: left;
  }
  .xxxxlarge-text-right {
    text-align: right;
  }
  .xxxxlarge-text-center {
    text-align: center;
  }
  .xxxxlarge-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 75em) {
  .xxxxxlarge-text-left {
    text-align: left;
  }
  .xxxxxlarge-text-right {
    text-align: right;
  }
  .xxxxxlarge-text-center {
    text-align: center;
  }
  .xxxxxlarge-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 90em) {
  .xxxxxxlarge-text-left {
    text-align: left;
  }
  .xxxxxxlarge-text-right {
    text-align: right;
  }
  .xxxxxxlarge-text-center {
    text-align: center;
  }
  .xxxxxxlarge-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 105em) {
  .xxxxxxxlarge-text-left {
    text-align: left;
  }
  .xxxxxxxlarge-text-right {
    text-align: right;
  }
  .xxxxxxxlarge-text-center {
    text-align: center;
  }
  .xxxxxxxlarge-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 120em) {
  .xxxxxxxxlarge-text-left {
    text-align: left;
  }
  .xxxxxxxxlarge-text-right {
    text-align: right;
  }
  .xxxxxxxxlarge-text-center {
    text-align: center;
  }
  .xxxxxxxxlarge-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    print-color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.grid-container {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 27.5em) {
  .grid-container {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
.grid-container.fluid {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 27.5em) {
  .grid-container.fluid {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
.grid-container.full {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  padding-left: 0;
}

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

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0;
}
.cell.shrink {
  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 {
  flex-basis: auto;
}

@media print, screen and (min-width: 27.5em) {
  .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 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 33.75em) {
  .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 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 40em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 48em) {
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-full, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 56em) {
  .grid-x > .xxxlarge-shrink, .grid-x > .xxxlarge-full, .grid-x > .xxxlarge-1, .grid-x > .xxxlarge-2, .grid-x > .xxxlarge-3, .grid-x > .xxxlarge-4, .grid-x > .xxxlarge-5, .grid-x > .xxxlarge-6, .grid-x > .xxxlarge-7, .grid-x > .xxxlarge-8, .grid-x > .xxxlarge-9, .grid-x > .xxxlarge-10, .grid-x > .xxxlarge-11, .grid-x > .xxxlarge-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 64em) {
  .grid-x > .xxxxlarge-shrink, .grid-x > .xxxxlarge-full, .grid-x > .xxxxlarge-1, .grid-x > .xxxxlarge-2, .grid-x > .xxxxlarge-3, .grid-x > .xxxxlarge-4, .grid-x > .xxxxlarge-5, .grid-x > .xxxxlarge-6, .grid-x > .xxxxlarge-7, .grid-x > .xxxxlarge-8, .grid-x > .xxxxlarge-9, .grid-x > .xxxxlarge-10, .grid-x > .xxxxlarge-11, .grid-x > .xxxxlarge-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > .xxxxxlarge-shrink, .grid-x > .xxxxxlarge-full, .grid-x > .xxxxxlarge-1, .grid-x > .xxxxxlarge-2, .grid-x > .xxxxxlarge-3, .grid-x > .xxxxxlarge-4, .grid-x > .xxxxxlarge-5, .grid-x > .xxxxxlarge-6, .grid-x > .xxxxxlarge-7, .grid-x > .xxxxxlarge-8, .grid-x > .xxxxxlarge-9, .grid-x > .xxxxxlarge-10, .grid-x > .xxxxxlarge-11, .grid-x > .xxxxxlarge-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-x > .xxxxxxlarge-shrink, .grid-x > .xxxxxxlarge-full, .grid-x > .xxxxxxlarge-1, .grid-x > .xxxxxxlarge-2, .grid-x > .xxxxxxlarge-3, .grid-x > .xxxxxxlarge-4, .grid-x > .xxxxxxlarge-5, .grid-x > .xxxxxxlarge-6, .grid-x > .xxxxxxlarge-7, .grid-x > .xxxxxxlarge-8, .grid-x > .xxxxxxlarge-9, .grid-x > .xxxxxxlarge-10, .grid-x > .xxxxxxlarge-11, .grid-x > .xxxxxxlarge-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 105em) {
  .grid-x > .xxxxxxxlarge-shrink, .grid-x > .xxxxxxxlarge-full, .grid-x > .xxxxxxxlarge-1, .grid-x > .xxxxxxxlarge-2, .grid-x > .xxxxxxxlarge-3, .grid-x > .xxxxxxxlarge-4, .grid-x > .xxxxxxxlarge-5, .grid-x > .xxxxxxxlarge-6, .grid-x > .xxxxxxxlarge-7, .grid-x > .xxxxxxxlarge-8, .grid-x > .xxxxxxxlarge-9, .grid-x > .xxxxxxxlarge-10, .grid-x > .xxxxxxxlarge-11, .grid-x > .xxxxxxxlarge-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 120em) {
  .grid-x > .xxxxxxxxlarge-shrink, .grid-x > .xxxxxxxxlarge-full, .grid-x > .xxxxxxxxlarge-1, .grid-x > .xxxxxxxxlarge-2, .grid-x > .xxxxxxxxlarge-3, .grid-x > .xxxxxxxxlarge-4, .grid-x > .xxxxxxxxlarge-5, .grid-x > .xxxxxxxxlarge-6, .grid-x > .xxxxxxxxlarge-7, .grid-x > .xxxxxxxxlarge-8, .grid-x > .xxxxxxxxlarge-9, .grid-x > .xxxxxxxxlarge-10, .grid-x > .xxxxxxxxlarge-11, .grid-x > .xxxxxxxxlarge-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: 0 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 27.5em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 33.75em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 40em) {
  .grid-x > .xlarge-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xlarge-12, .grid-x > .xlarge-11, .grid-x > .xlarge-10, .grid-x > .xlarge-9, .grid-x > .xlarge-8, .grid-x > .xlarge-7, .grid-x > .xlarge-6, .grid-x > .xlarge-5, .grid-x > .xlarge-4, .grid-x > .xlarge-3, .grid-x > .xlarge-2, .grid-x > .xlarge-1, .grid-x > .xlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .xlarge-shrink {
    width: auto;
  }
  .grid-x > .xlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xlarge-3 {
    width: 25%;
  }
  .grid-x > .xlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xlarge-6 {
    width: 50%;
  }
  .grid-x > .xlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xlarge-9 {
    width: 75%;
  }
  .grid-x > .xlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .grid-x > .xxlarge-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xxlarge-12, .grid-x > .xxlarge-11, .grid-x > .xxlarge-10, .grid-x > .xxlarge-9, .grid-x > .xxlarge-8, .grid-x > .xxlarge-7, .grid-x > .xxlarge-6, .grid-x > .xxlarge-5, .grid-x > .xxlarge-4, .grid-x > .xxlarge-3, .grid-x > .xxlarge-2, .grid-x > .xxlarge-1, .grid-x > .xxlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-x > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xxlarge-3 {
    width: 25%;
  }
  .grid-x > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xxlarge-6 {
    width: 50%;
  }
  .grid-x > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xxlarge-9 {
    width: 75%;
  }
  .grid-x > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 56em) {
  .grid-x > .xxxlarge-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xxxlarge-12, .grid-x > .xxxlarge-11, .grid-x > .xxxlarge-10, .grid-x > .xxxlarge-9, .grid-x > .xxxlarge-8, .grid-x > .xxxlarge-7, .grid-x > .xxxlarge-6, .grid-x > .xxxlarge-5, .grid-x > .xxxlarge-4, .grid-x > .xxxlarge-3, .grid-x > .xxxlarge-2, .grid-x > .xxxlarge-1, .grid-x > .xxxlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .xxxlarge-shrink {
    width: auto;
  }
  .grid-x > .xxxlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xxxlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xxxlarge-3 {
    width: 25%;
  }
  .grid-x > .xxxlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xxxlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xxxlarge-6 {
    width: 50%;
  }
  .grid-x > .xxxlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xxxlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xxxlarge-9 {
    width: 75%;
  }
  .grid-x > .xxxlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xxxlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .grid-x > .xxxxlarge-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xxxxlarge-12, .grid-x > .xxxxlarge-11, .grid-x > .xxxxlarge-10, .grid-x > .xxxxlarge-9, .grid-x > .xxxxlarge-8, .grid-x > .xxxxlarge-7, .grid-x > .xxxxlarge-6, .grid-x > .xxxxlarge-5, .grid-x > .xxxxlarge-4, .grid-x > .xxxxlarge-3, .grid-x > .xxxxlarge-2, .grid-x > .xxxxlarge-1, .grid-x > .xxxxlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .xxxxlarge-shrink {
    width: auto;
  }
  .grid-x > .xxxxlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xxxxlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xxxxlarge-3 {
    width: 25%;
  }
  .grid-x > .xxxxlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xxxxlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xxxxlarge-6 {
    width: 50%;
  }
  .grid-x > .xxxxlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xxxxlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xxxxlarge-9 {
    width: 75%;
  }
  .grid-x > .xxxxlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xxxxlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xxxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > .xxxxxlarge-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xxxxxlarge-12, .grid-x > .xxxxxlarge-11, .grid-x > .xxxxxlarge-10, .grid-x > .xxxxxlarge-9, .grid-x > .xxxxxlarge-8, .grid-x > .xxxxxlarge-7, .grid-x > .xxxxxlarge-6, .grid-x > .xxxxxlarge-5, .grid-x > .xxxxxlarge-4, .grid-x > .xxxxxlarge-3, .grid-x > .xxxxxlarge-2, .grid-x > .xxxxxlarge-1, .grid-x > .xxxxxlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .xxxxxlarge-shrink {
    width: auto;
  }
  .grid-x > .xxxxxlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xxxxxlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xxxxxlarge-3 {
    width: 25%;
  }
  .grid-x > .xxxxxlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xxxxxlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xxxxxlarge-6 {
    width: 50%;
  }
  .grid-x > .xxxxxlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xxxxxlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xxxxxlarge-9 {
    width: 75%;
  }
  .grid-x > .xxxxxlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xxxxxlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xxxxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-x > .xxxxxxlarge-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xxxxxxlarge-12, .grid-x > .xxxxxxlarge-11, .grid-x > .xxxxxxlarge-10, .grid-x > .xxxxxxlarge-9, .grid-x > .xxxxxxlarge-8, .grid-x > .xxxxxxlarge-7, .grid-x > .xxxxxxlarge-6, .grid-x > .xxxxxxlarge-5, .grid-x > .xxxxxxlarge-4, .grid-x > .xxxxxxlarge-3, .grid-x > .xxxxxxlarge-2, .grid-x > .xxxxxxlarge-1, .grid-x > .xxxxxxlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .xxxxxxlarge-shrink {
    width: auto;
  }
  .grid-x > .xxxxxxlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xxxxxxlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xxxxxxlarge-3 {
    width: 25%;
  }
  .grid-x > .xxxxxxlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xxxxxxlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xxxxxxlarge-6 {
    width: 50%;
  }
  .grid-x > .xxxxxxlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xxxxxxlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xxxxxxlarge-9 {
    width: 75%;
  }
  .grid-x > .xxxxxxlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xxxxxxlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xxxxxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 105em) {
  .grid-x > .xxxxxxxlarge-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xxxxxxxlarge-12, .grid-x > .xxxxxxxlarge-11, .grid-x > .xxxxxxxlarge-10, .grid-x > .xxxxxxxlarge-9, .grid-x > .xxxxxxxlarge-8, .grid-x > .xxxxxxxlarge-7, .grid-x > .xxxxxxxlarge-6, .grid-x > .xxxxxxxlarge-5, .grid-x > .xxxxxxxlarge-4, .grid-x > .xxxxxxxlarge-3, .grid-x > .xxxxxxxlarge-2, .grid-x > .xxxxxxxlarge-1, .grid-x > .xxxxxxxlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .xxxxxxxlarge-shrink {
    width: auto;
  }
  .grid-x > .xxxxxxxlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xxxxxxxlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xxxxxxxlarge-3 {
    width: 25%;
  }
  .grid-x > .xxxxxxxlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xxxxxxxlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xxxxxxxlarge-6 {
    width: 50%;
  }
  .grid-x > .xxxxxxxlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xxxxxxxlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xxxxxxxlarge-9 {
    width: 75%;
  }
  .grid-x > .xxxxxxxlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xxxxxxxlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xxxxxxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 120em) {
  .grid-x > .xxxxxxxxlarge-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xxxxxxxxlarge-12, .grid-x > .xxxxxxxxlarge-11, .grid-x > .xxxxxxxxlarge-10, .grid-x > .xxxxxxxxlarge-9, .grid-x > .xxxxxxxxlarge-8, .grid-x > .xxxxxxxxlarge-7, .grid-x > .xxxxxxxxlarge-6, .grid-x > .xxxxxxxxlarge-5, .grid-x > .xxxxxxxxlarge-4, .grid-x > .xxxxxxxxlarge-3, .grid-x > .xxxxxxxxlarge-2, .grid-x > .xxxxxxxxlarge-1, .grid-x > .xxxxxxxxlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .xxxxxxxxlarge-shrink {
    width: auto;
  }
  .grid-x > .xxxxxxxxlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xxxxxxxxlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xxxxxxxxlarge-3 {
    width: 25%;
  }
  .grid-x > .xxxxxxxxlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xxxxxxxxlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xxxxxxxxlarge-6 {
    width: 50%;
  }
  .grid-x > .xxxxxxxxlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xxxxxxxxlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xxxxxxxxlarge-9 {
    width: 75%;
  }
  .grid-x > .xxxxxxxxlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xxxxxxxxlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xxxxxxxxlarge-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: 27.5em) {
  .grid-margin-x {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 27.5em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.5rem);
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 27.5em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.5rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.5rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.5rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.5rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.5rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.5rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.5rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.5rem);
  }
}
@media print, screen and (min-width: 33.75em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.5rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.5rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.5rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.5rem);
  }
}
@media screen and (min-width: 40em) {
  .grid-margin-x > .xlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xlarge-1 {
    width: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xlarge-2 {
    width: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xlarge-3 {
    width: calc(25% - 1.5rem);
  }
  .grid-margin-x > .xlarge-4 {
    width: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xlarge-5 {
    width: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xlarge-6 {
    width: calc(50% - 1.5rem);
  }
  .grid-margin-x > .xlarge-7 {
    width: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xlarge-8 {
    width: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xlarge-9 {
    width: calc(75% - 1.5rem);
  }
  .grid-margin-x > .xlarge-10 {
    width: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xlarge-11 {
    width: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xlarge-12 {
    width: calc(100% - 1.5rem);
  }
}
@media screen and (min-width: 48em) {
  .grid-margin-x > .xxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxlarge-1 {
    width: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xxlarge-2 {
    width: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xxlarge-3 {
    width: calc(25% - 1.5rem);
  }
  .grid-margin-x > .xxlarge-4 {
    width: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xxlarge-5 {
    width: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xxlarge-6 {
    width: calc(50% - 1.5rem);
  }
  .grid-margin-x > .xxlarge-7 {
    width: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xxlarge-8 {
    width: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xxlarge-9 {
    width: calc(75% - 1.5rem);
  }
  .grid-margin-x > .xxlarge-10 {
    width: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xxlarge-11 {
    width: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xxlarge-12 {
    width: calc(100% - 1.5rem);
  }
}
@media screen and (min-width: 56em) {
  .grid-margin-x > .xxxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxxlarge-1 {
    width: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xxxlarge-2 {
    width: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xxxlarge-3 {
    width: calc(25% - 1.5rem);
  }
  .grid-margin-x > .xxxlarge-4 {
    width: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xxxlarge-5 {
    width: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xxxlarge-6 {
    width: calc(50% - 1.5rem);
  }
  .grid-margin-x > .xxxlarge-7 {
    width: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xxxlarge-8 {
    width: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xxxlarge-9 {
    width: calc(75% - 1.5rem);
  }
  .grid-margin-x > .xxxlarge-10 {
    width: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xxxlarge-11 {
    width: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xxxlarge-12 {
    width: calc(100% - 1.5rem);
  }
}
@media screen and (min-width: 64em) {
  .grid-margin-x > .xxxxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxxxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxxxlarge-1 {
    width: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xxxxlarge-2 {
    width: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xxxxlarge-3 {
    width: calc(25% - 1.5rem);
  }
  .grid-margin-x > .xxxxlarge-4 {
    width: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xxxxlarge-5 {
    width: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xxxxlarge-6 {
    width: calc(50% - 1.5rem);
  }
  .grid-margin-x > .xxxxlarge-7 {
    width: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xxxxlarge-8 {
    width: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xxxxlarge-9 {
    width: calc(75% - 1.5rem);
  }
  .grid-margin-x > .xxxxlarge-10 {
    width: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xxxxlarge-11 {
    width: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xxxxlarge-12 {
    width: calc(100% - 1.5rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x > .xxxxxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxxxxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxxxxlarge-1 {
    width: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xxxxxlarge-2 {
    width: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xxxxxlarge-3 {
    width: calc(25% - 1.5rem);
  }
  .grid-margin-x > .xxxxxlarge-4 {
    width: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xxxxxlarge-5 {
    width: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xxxxxlarge-6 {
    width: calc(50% - 1.5rem);
  }
  .grid-margin-x > .xxxxxlarge-7 {
    width: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xxxxxlarge-8 {
    width: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xxxxxlarge-9 {
    width: calc(75% - 1.5rem);
  }
  .grid-margin-x > .xxxxxlarge-10 {
    width: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xxxxxlarge-11 {
    width: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xxxxxlarge-12 {
    width: calc(100% - 1.5rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-x > .xxxxxxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxxxxxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxxxxxlarge-1 {
    width: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xxxxxxlarge-2 {
    width: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xxxxxxlarge-3 {
    width: calc(25% - 1.5rem);
  }
  .grid-margin-x > .xxxxxxlarge-4 {
    width: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xxxxxxlarge-5 {
    width: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xxxxxxlarge-6 {
    width: calc(50% - 1.5rem);
  }
  .grid-margin-x > .xxxxxxlarge-7 {
    width: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xxxxxxlarge-8 {
    width: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xxxxxxlarge-9 {
    width: calc(75% - 1.5rem);
  }
  .grid-margin-x > .xxxxxxlarge-10 {
    width: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xxxxxxlarge-11 {
    width: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xxxxxxlarge-12 {
    width: calc(100% - 1.5rem);
  }
}
@media screen and (min-width: 105em) {
  .grid-margin-x > .xxxxxxxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxxxxxxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxxxxxxlarge-1 {
    width: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xxxxxxxlarge-2 {
    width: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xxxxxxxlarge-3 {
    width: calc(25% - 1.5rem);
  }
  .grid-margin-x > .xxxxxxxlarge-4 {
    width: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xxxxxxxlarge-5 {
    width: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xxxxxxxlarge-6 {
    width: calc(50% - 1.5rem);
  }
  .grid-margin-x > .xxxxxxxlarge-7 {
    width: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xxxxxxxlarge-8 {
    width: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xxxxxxxlarge-9 {
    width: calc(75% - 1.5rem);
  }
  .grid-margin-x > .xxxxxxxlarge-10 {
    width: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xxxxxxxlarge-11 {
    width: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xxxxxxxlarge-12 {
    width: calc(100% - 1.5rem);
  }
}
@media screen and (min-width: 120em) {
  .grid-margin-x > .xxxxxxxxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxxxxxxxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxxxxxxxlarge-1 {
    width: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xxxxxxxxlarge-2 {
    width: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xxxxxxxxlarge-3 {
    width: calc(25% - 1.5rem);
  }
  .grid-margin-x > .xxxxxxxxlarge-4 {
    width: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xxxxxxxxlarge-5 {
    width: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xxxxxxxxlarge-6 {
    width: calc(50% - 1.5rem);
  }
  .grid-margin-x > .xxxxxxxxlarge-7 {
    width: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xxxxxxxxlarge-8 {
    width: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xxxxxxxxlarge-9 {
    width: calc(75% - 1.5rem);
  }
  .grid-margin-x > .xxxxxxxxlarge-10 {
    width: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xxxxxxxxlarge-11 {
    width: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xxxxxxxxlarge-12 {
    width: calc(100% - 1.5rem);
  }
}

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 27.5em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 33.75em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 40em) {
  .xlarge-up-1 > .cell {
    width: 100%;
  }
  .xlarge-up-2 > .cell {
    width: 50%;
  }
  .xlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xlarge-up-4 > .cell {
    width: 25%;
  }
  .xlarge-up-5 > .cell {
    width: 20%;
  }
  .xlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xlarge-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 48em) {
  .xxlarge-up-1 > .cell {
    width: 100%;
  }
  .xxlarge-up-2 > .cell {
    width: 50%;
  }
  .xxlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xxlarge-up-4 > .cell {
    width: 25%;
  }
  .xxlarge-up-5 > .cell {
    width: 20%;
  }
  .xxlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xxlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xxlarge-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 56em) {
  .xxxlarge-up-1 > .cell {
    width: 100%;
  }
  .xxxlarge-up-2 > .cell {
    width: 50%;
  }
  .xxxlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xxxlarge-up-4 > .cell {
    width: 25%;
  }
  .xxxlarge-up-5 > .cell {
    width: 20%;
  }
  .xxxlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xxxlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xxxlarge-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 64em) {
  .xxxxlarge-up-1 > .cell {
    width: 100%;
  }
  .xxxxlarge-up-2 > .cell {
    width: 50%;
  }
  .xxxxlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xxxxlarge-up-4 > .cell {
    width: 25%;
  }
  .xxxxlarge-up-5 > .cell {
    width: 20%;
  }
  .xxxxlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xxxxlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xxxxlarge-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 75em) {
  .xxxxxlarge-up-1 > .cell {
    width: 100%;
  }
  .xxxxxlarge-up-2 > .cell {
    width: 50%;
  }
  .xxxxxlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xxxxxlarge-up-4 > .cell {
    width: 25%;
  }
  .xxxxxlarge-up-5 > .cell {
    width: 20%;
  }
  .xxxxxlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xxxxxlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xxxxxlarge-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 90em) {
  .xxxxxxlarge-up-1 > .cell {
    width: 100%;
  }
  .xxxxxxlarge-up-2 > .cell {
    width: 50%;
  }
  .xxxxxxlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xxxxxxlarge-up-4 > .cell {
    width: 25%;
  }
  .xxxxxxlarge-up-5 > .cell {
    width: 20%;
  }
  .xxxxxxlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xxxxxxlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xxxxxxlarge-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 105em) {
  .xxxxxxxlarge-up-1 > .cell {
    width: 100%;
  }
  .xxxxxxxlarge-up-2 > .cell {
    width: 50%;
  }
  .xxxxxxxlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xxxxxxxlarge-up-4 > .cell {
    width: 25%;
  }
  .xxxxxxxlarge-up-5 > .cell {
    width: 20%;
  }
  .xxxxxxxlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xxxxxxxlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xxxxxxxlarge-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 120em) {
  .xxxxxxxxlarge-up-1 > .cell {
    width: 100%;
  }
  .xxxxxxxxlarge-up-2 > .cell {
    width: 50%;
  }
  .xxxxxxxxlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xxxxxxxxlarge-up-4 > .cell {
    width: 25%;
  }
  .xxxxxxxxlarge-up-5 > .cell {
    width: 20%;
  }
  .xxxxxxxxlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xxxxxxxxlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xxxxxxxxlarge-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.3333333333% - 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.6666666667% - 1.25rem);
}

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

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

@media print, screen and (min-width: 27.5em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.5rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.5rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.5rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.5rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.5rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.5rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.5rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.5rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.5rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.5rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.5rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.5rem);
  }
}
@media print, screen and (min-width: 33.75em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.5rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.5rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.5rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.5rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.5rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.5rem);
  }
}
@media screen and (min-width: 40em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 1.5rem);
  }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 1.5rem);
  }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 1.5rem);
  }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 1.5rem);
  }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.2857142857% - 1.5rem);
  }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 1.5rem);
  }
}
@media screen and (min-width: 48em) {
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 1.5rem);
  }
  .grid-margin-x.xxlarge-up-2 > .cell {
    width: calc(50% - 1.5rem);
  }
  .grid-margin-x.xxlarge-up-3 > .cell {
    width: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-x.xxlarge-up-4 > .cell {
    width: calc(25% - 1.5rem);
  }
  .grid-margin-x.xxlarge-up-5 > .cell {
    width: calc(20% - 1.5rem);
  }
  .grid-margin-x.xxlarge-up-6 > .cell {
    width: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-x.xxlarge-up-7 > .cell {
    width: calc(14.2857142857% - 1.5rem);
  }
  .grid-margin-x.xxlarge-up-8 > .cell {
    width: calc(12.5% - 1.5rem);
  }
}
@media screen and (min-width: 56em) {
  .grid-margin-x.xxxlarge-up-1 > .cell {
    width: calc(100% - 1.5rem);
  }
  .grid-margin-x.xxxlarge-up-2 > .cell {
    width: calc(50% - 1.5rem);
  }
  .grid-margin-x.xxxlarge-up-3 > .cell {
    width: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-x.xxxlarge-up-4 > .cell {
    width: calc(25% - 1.5rem);
  }
  .grid-margin-x.xxxlarge-up-5 > .cell {
    width: calc(20% - 1.5rem);
  }
  .grid-margin-x.xxxlarge-up-6 > .cell {
    width: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-x.xxxlarge-up-7 > .cell {
    width: calc(14.2857142857% - 1.5rem);
  }
  .grid-margin-x.xxxlarge-up-8 > .cell {
    width: calc(12.5% - 1.5rem);
  }
}
@media screen and (min-width: 64em) {
  .grid-margin-x.xxxxlarge-up-1 > .cell {
    width: calc(100% - 1.5rem);
  }
  .grid-margin-x.xxxxlarge-up-2 > .cell {
    width: calc(50% - 1.5rem);
  }
  .grid-margin-x.xxxxlarge-up-3 > .cell {
    width: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-x.xxxxlarge-up-4 > .cell {
    width: calc(25% - 1.5rem);
  }
  .grid-margin-x.xxxxlarge-up-5 > .cell {
    width: calc(20% - 1.5rem);
  }
  .grid-margin-x.xxxxlarge-up-6 > .cell {
    width: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-x.xxxxlarge-up-7 > .cell {
    width: calc(14.2857142857% - 1.5rem);
  }
  .grid-margin-x.xxxxlarge-up-8 > .cell {
    width: calc(12.5% - 1.5rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x.xxxxxlarge-up-1 > .cell {
    width: calc(100% - 1.5rem);
  }
  .grid-margin-x.xxxxxlarge-up-2 > .cell {
    width: calc(50% - 1.5rem);
  }
  .grid-margin-x.xxxxxlarge-up-3 > .cell {
    width: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-x.xxxxxlarge-up-4 > .cell {
    width: calc(25% - 1.5rem);
  }
  .grid-margin-x.xxxxxlarge-up-5 > .cell {
    width: calc(20% - 1.5rem);
  }
  .grid-margin-x.xxxxxlarge-up-6 > .cell {
    width: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-x.xxxxxlarge-up-7 > .cell {
    width: calc(14.2857142857% - 1.5rem);
  }
  .grid-margin-x.xxxxxlarge-up-8 > .cell {
    width: calc(12.5% - 1.5rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-x.xxxxxxlarge-up-1 > .cell {
    width: calc(100% - 1.5rem);
  }
  .grid-margin-x.xxxxxxlarge-up-2 > .cell {
    width: calc(50% - 1.5rem);
  }
  .grid-margin-x.xxxxxxlarge-up-3 > .cell {
    width: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-x.xxxxxxlarge-up-4 > .cell {
    width: calc(25% - 1.5rem);
  }
  .grid-margin-x.xxxxxxlarge-up-5 > .cell {
    width: calc(20% - 1.5rem);
  }
  .grid-margin-x.xxxxxxlarge-up-6 > .cell {
    width: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-x.xxxxxxlarge-up-7 > .cell {
    width: calc(14.2857142857% - 1.5rem);
  }
  .grid-margin-x.xxxxxxlarge-up-8 > .cell {
    width: calc(12.5% - 1.5rem);
  }
}
@media screen and (min-width: 105em) {
  .grid-margin-x.xxxxxxxlarge-up-1 > .cell {
    width: calc(100% - 1.5rem);
  }
  .grid-margin-x.xxxxxxxlarge-up-2 > .cell {
    width: calc(50% - 1.5rem);
  }
  .grid-margin-x.xxxxxxxlarge-up-3 > .cell {
    width: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-x.xxxxxxxlarge-up-4 > .cell {
    width: calc(25% - 1.5rem);
  }
  .grid-margin-x.xxxxxxxlarge-up-5 > .cell {
    width: calc(20% - 1.5rem);
  }
  .grid-margin-x.xxxxxxxlarge-up-6 > .cell {
    width: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-x.xxxxxxxlarge-up-7 > .cell {
    width: calc(14.2857142857% - 1.5rem);
  }
  .grid-margin-x.xxxxxxxlarge-up-8 > .cell {
    width: calc(12.5% - 1.5rem);
  }
}
@media screen and (min-width: 120em) {
  .grid-margin-x.xxxxxxxxlarge-up-1 > .cell {
    width: calc(100% - 1.5rem);
  }
  .grid-margin-x.xxxxxxxxlarge-up-2 > .cell {
    width: calc(50% - 1.5rem);
  }
  .grid-margin-x.xxxxxxxxlarge-up-3 > .cell {
    width: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-x.xxxxxxxxlarge-up-4 > .cell {
    width: calc(25% - 1.5rem);
  }
  .grid-margin-x.xxxxxxxxlarge-up-5 > .cell {
    width: calc(20% - 1.5rem);
  }
  .grid-margin-x.xxxxxxxxlarge-up-6 > .cell {
    width: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-x.xxxxxxxxlarge-up-7 > .cell {
    width: calc(14.2857142857% - 1.5rem);
  }
  .grid-margin-x.xxxxxxxxlarge-up-8 > .cell {
    width: calc(12.5% - 1.5rem);
  }
}
.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.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 27.5em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 33.75em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 40em) {
  .small-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .small-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 56em) {
  .small-margin-collapse > .xxxlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xxxlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xxxlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xxxlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xxxlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xxxlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xxxlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xxxlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xxxlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xxxlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xxxlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .small-margin-collapse > .xxxxlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xxxxlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xxxxlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xxxxlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xxxxlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xxxxlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xxxxlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xxxxlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xxxxlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xxxxlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xxxxlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xxxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .small-margin-collapse > .xxxxxlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xxxxxlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xxxxxlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xxxxxlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xxxxxlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xxxxxlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xxxxxlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xxxxxlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xxxxxlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xxxxxlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xxxxxlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xxxxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .small-margin-collapse > .xxxxxxlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xxxxxxlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xxxxxxlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xxxxxxlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xxxxxxlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xxxxxxlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xxxxxxlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xxxxxxlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xxxxxxlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xxxxxxlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xxxxxxlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xxxxxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 105em) {
  .small-margin-collapse > .xxxxxxxlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xxxxxxxlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xxxxxxxlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xxxxxxxlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xxxxxxxlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xxxxxxxlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xxxxxxxlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xxxxxxxlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xxxxxxxlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xxxxxxxlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xxxxxxxlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xxxxxxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 120em) {
  .small-margin-collapse > .xxxxxxxxlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xxxxxxxxlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xxxxxxxxlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xxxxxxxxlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xxxxxxxxlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xxxxxxxxlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xxxxxxxxlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xxxxxxxxlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xxxxxxxxlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xxxxxxxxlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xxxxxxxxlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xxxxxxxxlarge-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: 27.5em) {
  .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: 27.5em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 27.5em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 33.75em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 40em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 56em) {
  .medium-margin-collapse > .xxxlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xxxlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xxxlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xxxlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xxxlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xxxlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xxxlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xxxlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xxxlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xxxlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xxxlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .medium-margin-collapse > .xxxxlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xxxxlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xxxxlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xxxxlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xxxxlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xxxxlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xxxxlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xxxxlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xxxxlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xxxxlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xxxxlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xxxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .medium-margin-collapse > .xxxxxlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xxxxxlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xxxxxlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xxxxxlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xxxxxlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xxxxxlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xxxxxlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xxxxxlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xxxxxlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xxxxxlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xxxxxlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xxxxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .medium-margin-collapse > .xxxxxxlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xxxxxxlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xxxxxxlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xxxxxxlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xxxxxxlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xxxxxxlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xxxxxxlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xxxxxxlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xxxxxxlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xxxxxxlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xxxxxxlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xxxxxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 105em) {
  .medium-margin-collapse > .xxxxxxxlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xxxxxxxlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xxxxxxxlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xxxxxxxlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xxxxxxxlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xxxxxxxlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xxxxxxxlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xxxxxxxlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xxxxxxxlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xxxxxxxlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xxxxxxxlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xxxxxxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 120em) {
  .medium-margin-collapse > .xxxxxxxxlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xxxxxxxxlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xxxxxxxxlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xxxxxxxxlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xxxxxxxxlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xxxxxxxxlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xxxxxxxxlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xxxxxxxxlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xxxxxxxxlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xxxxxxxxlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xxxxxxxxlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xxxxxxxxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 27.5em) {
  .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: 33.75em) {
  .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: 33.75em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 33.75em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 33.75em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 40em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 56em) {
  .large-margin-collapse > .xxxlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xxxlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xxxlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xxxlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xxxlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xxxlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xxxlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xxxlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xxxlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xxxlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xxxlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .large-margin-collapse > .xxxxlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xxxxlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xxxxlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xxxxlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xxxxlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xxxxlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xxxxlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xxxxlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xxxxlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xxxxlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xxxxlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xxxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .large-margin-collapse > .xxxxxlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xxxxxlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xxxxxlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xxxxxlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xxxxxlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xxxxxlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xxxxxlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xxxxxlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xxxxxlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xxxxxlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xxxxxlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xxxxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .large-margin-collapse > .xxxxxxlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xxxxxxlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xxxxxxlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xxxxxxlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xxxxxxlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xxxxxxlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xxxxxxlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xxxxxxlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xxxxxxlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xxxxxxlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xxxxxxlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xxxxxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 105em) {
  .large-margin-collapse > .xxxxxxxlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xxxxxxxlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xxxxxxxlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xxxxxxxlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xxxxxxxlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xxxxxxxlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xxxxxxxlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xxxxxxxlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xxxxxxxlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xxxxxxxlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xxxxxxxlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xxxxxxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 120em) {
  .large-margin-collapse > .xxxxxxxxlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xxxxxxxxlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xxxxxxxxlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xxxxxxxxlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xxxxxxxxlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xxxxxxxxlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xxxxxxxxlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xxxxxxxxlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xxxxxxxxlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xxxxxxxxlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xxxxxxxxlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xxxxxxxxlarge-12 {
    width: 100%;
  }
}

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

@media screen and (min-width: 40em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 40em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 40em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 40em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 40em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 56em) {
  .xlarge-margin-collapse > .xxxlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xxxlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xxxlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xxxlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xxxlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xxxlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xxxlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xxxlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xxxlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xxxlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xxxlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .xlarge-margin-collapse > .xxxxlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xxxxlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xxxxlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xxxxlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xxxxlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xxxxlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xxxxlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xxxxlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xxxxlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xxxxlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xxxxlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xxxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .xxxxxlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xxxxxlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xxxxxlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xxxxxlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xxxxxlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xxxxxlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xxxxxlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xxxxxlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xxxxxlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xxxxxlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xxxxxlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xxxxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xlarge-margin-collapse > .xxxxxxlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xxxxxxlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xxxxxxlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xxxxxxlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xxxxxxlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xxxxxxlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xxxxxxlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xxxxxxlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xxxxxxlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xxxxxxlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xxxxxxlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xxxxxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 105em) {
  .xlarge-margin-collapse > .xxxxxxxlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xxxxxxxlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xxxxxxxlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xxxxxxxlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xxxxxxxlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xxxxxxxlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xxxxxxxlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xxxxxxxlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xxxxxxxlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xxxxxxxlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xxxxxxxlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xxxxxxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 120em) {
  .xlarge-margin-collapse > .xxxxxxxxlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xxxxxxxxlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xxxxxxxxlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xxxxxxxxlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xxxxxxxxlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xxxxxxxxlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xxxxxxxxlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xxxxxxxxlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xxxxxxxxlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xxxxxxxxlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xxxxxxxxlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xxxxxxxxlarge-12 {
    width: 100%;
  }
}

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

@media screen and (min-width: 48em) {
  .xxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 48em) {
  .xxlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .xxlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .xxlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .xxlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 56em) {
  .xxlarge-margin-collapse > .xxxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xxxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xxxlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xxxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xxxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xxxlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xxxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xxxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xxxlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xxxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xxxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .xxlarge-margin-collapse > .xxxxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xxxxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xxxxlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xxxxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xxxxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xxxxlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xxxxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xxxxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xxxxlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xxxxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xxxxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xxxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xxlarge-margin-collapse > .xxxxxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xxxxxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xxxxxlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xxxxxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xxxxxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xxxxxlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xxxxxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xxxxxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xxxxxlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xxxxxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xxxxxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xxxxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xxxxxxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xxxxxxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xxxxxxlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xxxxxxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xxxxxxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xxxxxxlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xxxxxxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xxxxxxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xxxxxxlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xxxxxxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xxxxxxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xxxxxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 105em) {
  .xxlarge-margin-collapse > .xxxxxxxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xxxxxxxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xxxxxxxlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xxxxxxxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xxxxxxxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xxxxxxxlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xxxxxxxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xxxxxxxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xxxxxxxlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xxxxxxxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xxxxxxxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xxxxxxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 120em) {
  .xxlarge-margin-collapse > .xxxxxxxxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xxxxxxxxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xxxxxxxxlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xxxxxxxxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xxxxxxxxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xxxxxxxxlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xxxxxxxxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xxxxxxxxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xxxxxxxxlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xxxxxxxxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xxxxxxxxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xxxxxxxxlarge-12 {
    width: 100%;
  }
}

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

@media screen and (min-width: 56em) {
  .xxxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxxlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 56em) {
  .xxxlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xxxlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xxxlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xxxlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xxxlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xxxlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xxxlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xxxlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xxxlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xxxlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xxxlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xxxlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 56em) {
  .xxxlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xxxlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xxxlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xxxlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xxxlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xxxlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xxxlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xxxlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xxxlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xxxlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xxxlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xxxlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 56em) {
  .xxxlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xxxlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xxxlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xxxlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xxxlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xxxlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xxxlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xxxlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xxxlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xxxlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xxxlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xxxlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 56em) {
  .xxxlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xxxlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xxxlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xxxlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xxxlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xxxlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xxxlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xxxlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xxxlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xxxlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xxxlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xxxlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 56em) {
  .xxxlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxxlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxxlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xxxlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxxlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxxlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xxxlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxxlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxxlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xxxlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxxlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxxlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 56em) {
  .xxxlarge-margin-collapse > .xxxlarge-1 {
    width: 8.3333333333%;
  }
  .xxxlarge-margin-collapse > .xxxlarge-2 {
    width: 16.6666666667%;
  }
  .xxxlarge-margin-collapse > .xxxlarge-3 {
    width: 25%;
  }
  .xxxlarge-margin-collapse > .xxxlarge-4 {
    width: 33.3333333333%;
  }
  .xxxlarge-margin-collapse > .xxxlarge-5 {
    width: 41.6666666667%;
  }
  .xxxlarge-margin-collapse > .xxxlarge-6 {
    width: 50%;
  }
  .xxxlarge-margin-collapse > .xxxlarge-7 {
    width: 58.3333333333%;
  }
  .xxxlarge-margin-collapse > .xxxlarge-8 {
    width: 66.6666666667%;
  }
  .xxxlarge-margin-collapse > .xxxlarge-9 {
    width: 75%;
  }
  .xxxlarge-margin-collapse > .xxxlarge-10 {
    width: 83.3333333333%;
  }
  .xxxlarge-margin-collapse > .xxxlarge-11 {
    width: 91.6666666667%;
  }
  .xxxlarge-margin-collapse > .xxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .xxxlarge-margin-collapse > .xxxxlarge-1 {
    width: 8.3333333333%;
  }
  .xxxlarge-margin-collapse > .xxxxlarge-2 {
    width: 16.6666666667%;
  }
  .xxxlarge-margin-collapse > .xxxxlarge-3 {
    width: 25%;
  }
  .xxxlarge-margin-collapse > .xxxxlarge-4 {
    width: 33.3333333333%;
  }
  .xxxlarge-margin-collapse > .xxxxlarge-5 {
    width: 41.6666666667%;
  }
  .xxxlarge-margin-collapse > .xxxxlarge-6 {
    width: 50%;
  }
  .xxxlarge-margin-collapse > .xxxxlarge-7 {
    width: 58.3333333333%;
  }
  .xxxlarge-margin-collapse > .xxxxlarge-8 {
    width: 66.6666666667%;
  }
  .xxxlarge-margin-collapse > .xxxxlarge-9 {
    width: 75%;
  }
  .xxxlarge-margin-collapse > .xxxxlarge-10 {
    width: 83.3333333333%;
  }
  .xxxlarge-margin-collapse > .xxxxlarge-11 {
    width: 91.6666666667%;
  }
  .xxxlarge-margin-collapse > .xxxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xxxlarge-margin-collapse > .xxxxxlarge-1 {
    width: 8.3333333333%;
  }
  .xxxlarge-margin-collapse > .xxxxxlarge-2 {
    width: 16.6666666667%;
  }
  .xxxlarge-margin-collapse > .xxxxxlarge-3 {
    width: 25%;
  }
  .xxxlarge-margin-collapse > .xxxxxlarge-4 {
    width: 33.3333333333%;
  }
  .xxxlarge-margin-collapse > .xxxxxlarge-5 {
    width: 41.6666666667%;
  }
  .xxxlarge-margin-collapse > .xxxxxlarge-6 {
    width: 50%;
  }
  .xxxlarge-margin-collapse > .xxxxxlarge-7 {
    width: 58.3333333333%;
  }
  .xxxlarge-margin-collapse > .xxxxxlarge-8 {
    width: 66.6666666667%;
  }
  .xxxlarge-margin-collapse > .xxxxxlarge-9 {
    width: 75%;
  }
  .xxxlarge-margin-collapse > .xxxxxlarge-10 {
    width: 83.3333333333%;
  }
  .xxxlarge-margin-collapse > .xxxxxlarge-11 {
    width: 91.6666666667%;
  }
  .xxxlarge-margin-collapse > .xxxxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxxlarge-margin-collapse > .xxxxxxlarge-1 {
    width: 8.3333333333%;
  }
  .xxxlarge-margin-collapse > .xxxxxxlarge-2 {
    width: 16.6666666667%;
  }
  .xxxlarge-margin-collapse > .xxxxxxlarge-3 {
    width: 25%;
  }
  .xxxlarge-margin-collapse > .xxxxxxlarge-4 {
    width: 33.3333333333%;
  }
  .xxxlarge-margin-collapse > .xxxxxxlarge-5 {
    width: 41.6666666667%;
  }
  .xxxlarge-margin-collapse > .xxxxxxlarge-6 {
    width: 50%;
  }
  .xxxlarge-margin-collapse > .xxxxxxlarge-7 {
    width: 58.3333333333%;
  }
  .xxxlarge-margin-collapse > .xxxxxxlarge-8 {
    width: 66.6666666667%;
  }
  .xxxlarge-margin-collapse > .xxxxxxlarge-9 {
    width: 75%;
  }
  .xxxlarge-margin-collapse > .xxxxxxlarge-10 {
    width: 83.3333333333%;
  }
  .xxxlarge-margin-collapse > .xxxxxxlarge-11 {
    width: 91.6666666667%;
  }
  .xxxlarge-margin-collapse > .xxxxxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 105em) {
  .xxxlarge-margin-collapse > .xxxxxxxlarge-1 {
    width: 8.3333333333%;
  }
  .xxxlarge-margin-collapse > .xxxxxxxlarge-2 {
    width: 16.6666666667%;
  }
  .xxxlarge-margin-collapse > .xxxxxxxlarge-3 {
    width: 25%;
  }
  .xxxlarge-margin-collapse > .xxxxxxxlarge-4 {
    width: 33.3333333333%;
  }
  .xxxlarge-margin-collapse > .xxxxxxxlarge-5 {
    width: 41.6666666667%;
  }
  .xxxlarge-margin-collapse > .xxxxxxxlarge-6 {
    width: 50%;
  }
  .xxxlarge-margin-collapse > .xxxxxxxlarge-7 {
    width: 58.3333333333%;
  }
  .xxxlarge-margin-collapse > .xxxxxxxlarge-8 {
    width: 66.6666666667%;
  }
  .xxxlarge-margin-collapse > .xxxxxxxlarge-9 {
    width: 75%;
  }
  .xxxlarge-margin-collapse > .xxxxxxxlarge-10 {
    width: 83.3333333333%;
  }
  .xxxlarge-margin-collapse > .xxxxxxxlarge-11 {
    width: 91.6666666667%;
  }
  .xxxlarge-margin-collapse > .xxxxxxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 120em) {
  .xxxlarge-margin-collapse > .xxxxxxxxlarge-1 {
    width: 8.3333333333%;
  }
  .xxxlarge-margin-collapse > .xxxxxxxxlarge-2 {
    width: 16.6666666667%;
  }
  .xxxlarge-margin-collapse > .xxxxxxxxlarge-3 {
    width: 25%;
  }
  .xxxlarge-margin-collapse > .xxxxxxxxlarge-4 {
    width: 33.3333333333%;
  }
  .xxxlarge-margin-collapse > .xxxxxxxxlarge-5 {
    width: 41.6666666667%;
  }
  .xxxlarge-margin-collapse > .xxxxxxxxlarge-6 {
    width: 50%;
  }
  .xxxlarge-margin-collapse > .xxxxxxxxlarge-7 {
    width: 58.3333333333%;
  }
  .xxxlarge-margin-collapse > .xxxxxxxxlarge-8 {
    width: 66.6666666667%;
  }
  .xxxlarge-margin-collapse > .xxxxxxxxlarge-9 {
    width: 75%;
  }
  .xxxlarge-margin-collapse > .xxxxxxxxlarge-10 {
    width: 83.3333333333%;
  }
  .xxxlarge-margin-collapse > .xxxxxxxxlarge-11 {
    width: 91.6666666667%;
  }
  .xxxlarge-margin-collapse > .xxxxxxxxlarge-12 {
    width: 100%;
  }
}

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

@media screen and (min-width: 64em) {
  .xxxxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxxxlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 64em) {
  .xxxxlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xxxxlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xxxxlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xxxxlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xxxxlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xxxxlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xxxxlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xxxxlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xxxxlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xxxxlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xxxxlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xxxxlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .xxxxlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xxxxlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xxxxlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xxxxlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xxxxlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xxxxlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xxxxlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xxxxlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xxxxlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xxxxlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xxxxlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xxxxlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .xxxxlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xxxxlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xxxxlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xxxxlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xxxxlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xxxxlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xxxxlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xxxxlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xxxxlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xxxxlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xxxxlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xxxxlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .xxxxlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xxxxlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xxxxlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xxxxlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xxxxlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xxxxlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xxxxlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xxxxlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xxxxlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xxxxlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xxxxlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xxxxlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .xxxxlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxxxlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxxxlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xxxxlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxxxlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxxxlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xxxxlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxxxlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxxxlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xxxxlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxxxlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxxxlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .xxxxlarge-margin-collapse > .xxxlarge-1 {
    width: 8.3333333333%;
  }
  .xxxxlarge-margin-collapse > .xxxlarge-2 {
    width: 16.6666666667%;
  }
  .xxxxlarge-margin-collapse > .xxxlarge-3 {
    width: 25%;
  }
  .xxxxlarge-margin-collapse > .xxxlarge-4 {
    width: 33.3333333333%;
  }
  .xxxxlarge-margin-collapse > .xxxlarge-5 {
    width: 41.6666666667%;
  }
  .xxxxlarge-margin-collapse > .xxxlarge-6 {
    width: 50%;
  }
  .xxxxlarge-margin-collapse > .xxxlarge-7 {
    width: 58.3333333333%;
  }
  .xxxxlarge-margin-collapse > .xxxlarge-8 {
    width: 66.6666666667%;
  }
  .xxxxlarge-margin-collapse > .xxxlarge-9 {
    width: 75%;
  }
  .xxxxlarge-margin-collapse > .xxxlarge-10 {
    width: 83.3333333333%;
  }
  .xxxxlarge-margin-collapse > .xxxlarge-11 {
    width: 91.6666666667%;
  }
  .xxxxlarge-margin-collapse > .xxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .xxxxlarge-margin-collapse > .xxxxlarge-1 {
    width: 8.3333333333%;
  }
  .xxxxlarge-margin-collapse > .xxxxlarge-2 {
    width: 16.6666666667%;
  }
  .xxxxlarge-margin-collapse > .xxxxlarge-3 {
    width: 25%;
  }
  .xxxxlarge-margin-collapse > .xxxxlarge-4 {
    width: 33.3333333333%;
  }
  .xxxxlarge-margin-collapse > .xxxxlarge-5 {
    width: 41.6666666667%;
  }
  .xxxxlarge-margin-collapse > .xxxxlarge-6 {
    width: 50%;
  }
  .xxxxlarge-margin-collapse > .xxxxlarge-7 {
    width: 58.3333333333%;
  }
  .xxxxlarge-margin-collapse > .xxxxlarge-8 {
    width: 66.6666666667%;
  }
  .xxxxlarge-margin-collapse > .xxxxlarge-9 {
    width: 75%;
  }
  .xxxxlarge-margin-collapse > .xxxxlarge-10 {
    width: 83.3333333333%;
  }
  .xxxxlarge-margin-collapse > .xxxxlarge-11 {
    width: 91.6666666667%;
  }
  .xxxxlarge-margin-collapse > .xxxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xxxxlarge-margin-collapse > .xxxxxlarge-1 {
    width: 8.3333333333%;
  }
  .xxxxlarge-margin-collapse > .xxxxxlarge-2 {
    width: 16.6666666667%;
  }
  .xxxxlarge-margin-collapse > .xxxxxlarge-3 {
    width: 25%;
  }
  .xxxxlarge-margin-collapse > .xxxxxlarge-4 {
    width: 33.3333333333%;
  }
  .xxxxlarge-margin-collapse > .xxxxxlarge-5 {
    width: 41.6666666667%;
  }
  .xxxxlarge-margin-collapse > .xxxxxlarge-6 {
    width: 50%;
  }
  .xxxxlarge-margin-collapse > .xxxxxlarge-7 {
    width: 58.3333333333%;
  }
  .xxxxlarge-margin-collapse > .xxxxxlarge-8 {
    width: 66.6666666667%;
  }
  .xxxxlarge-margin-collapse > .xxxxxlarge-9 {
    width: 75%;
  }
  .xxxxlarge-margin-collapse > .xxxxxlarge-10 {
    width: 83.3333333333%;
  }
  .xxxxlarge-margin-collapse > .xxxxxlarge-11 {
    width: 91.6666666667%;
  }
  .xxxxlarge-margin-collapse > .xxxxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxxxlarge-margin-collapse > .xxxxxxlarge-1 {
    width: 8.3333333333%;
  }
  .xxxxlarge-margin-collapse > .xxxxxxlarge-2 {
    width: 16.6666666667%;
  }
  .xxxxlarge-margin-collapse > .xxxxxxlarge-3 {
    width: 25%;
  }
  .xxxxlarge-margin-collapse > .xxxxxxlarge-4 {
    width: 33.3333333333%;
  }
  .xxxxlarge-margin-collapse > .xxxxxxlarge-5 {
    width: 41.6666666667%;
  }
  .xxxxlarge-margin-collapse > .xxxxxxlarge-6 {
    width: 50%;
  }
  .xxxxlarge-margin-collapse > .xxxxxxlarge-7 {
    width: 58.3333333333%;
  }
  .xxxxlarge-margin-collapse > .xxxxxxlarge-8 {
    width: 66.6666666667%;
  }
  .xxxxlarge-margin-collapse > .xxxxxxlarge-9 {
    width: 75%;
  }
  .xxxxlarge-margin-collapse > .xxxxxxlarge-10 {
    width: 83.3333333333%;
  }
  .xxxxlarge-margin-collapse > .xxxxxxlarge-11 {
    width: 91.6666666667%;
  }
  .xxxxlarge-margin-collapse > .xxxxxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 105em) {
  .xxxxlarge-margin-collapse > .xxxxxxxlarge-1 {
    width: 8.3333333333%;
  }
  .xxxxlarge-margin-collapse > .xxxxxxxlarge-2 {
    width: 16.6666666667%;
  }
  .xxxxlarge-margin-collapse > .xxxxxxxlarge-3 {
    width: 25%;
  }
  .xxxxlarge-margin-collapse > .xxxxxxxlarge-4 {
    width: 33.3333333333%;
  }
  .xxxxlarge-margin-collapse > .xxxxxxxlarge-5 {
    width: 41.6666666667%;
  }
  .xxxxlarge-margin-collapse > .xxxxxxxlarge-6 {
    width: 50%;
  }
  .xxxxlarge-margin-collapse > .xxxxxxxlarge-7 {
    width: 58.3333333333%;
  }
  .xxxxlarge-margin-collapse > .xxxxxxxlarge-8 {
    width: 66.6666666667%;
  }
  .xxxxlarge-margin-collapse > .xxxxxxxlarge-9 {
    width: 75%;
  }
  .xxxxlarge-margin-collapse > .xxxxxxxlarge-10 {
    width: 83.3333333333%;
  }
  .xxxxlarge-margin-collapse > .xxxxxxxlarge-11 {
    width: 91.6666666667%;
  }
  .xxxxlarge-margin-collapse > .xxxxxxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 120em) {
  .xxxxlarge-margin-collapse > .xxxxxxxxlarge-1 {
    width: 8.3333333333%;
  }
  .xxxxlarge-margin-collapse > .xxxxxxxxlarge-2 {
    width: 16.6666666667%;
  }
  .xxxxlarge-margin-collapse > .xxxxxxxxlarge-3 {
    width: 25%;
  }
  .xxxxlarge-margin-collapse > .xxxxxxxxlarge-4 {
    width: 33.3333333333%;
  }
  .xxxxlarge-margin-collapse > .xxxxxxxxlarge-5 {
    width: 41.6666666667%;
  }
  .xxxxlarge-margin-collapse > .xxxxxxxxlarge-6 {
    width: 50%;
  }
  .xxxxlarge-margin-collapse > .xxxxxxxxlarge-7 {
    width: 58.3333333333%;
  }
  .xxxxlarge-margin-collapse > .xxxxxxxxlarge-8 {
    width: 66.6666666667%;
  }
  .xxxxlarge-margin-collapse > .xxxxxxxxlarge-9 {
    width: 75%;
  }
  .xxxxlarge-margin-collapse > .xxxxxxxxlarge-10 {
    width: 83.3333333333%;
  }
  .xxxxlarge-margin-collapse > .xxxxxxxxlarge-11 {
    width: 91.6666666667%;
  }
  .xxxxlarge-margin-collapse > .xxxxxxxxlarge-12 {
    width: 100%;
  }
}

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

@media screen and (min-width: 75em) {
  .xxxxxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxxxxlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 75em) {
  .xxxxxlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xxxxxlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xxxxxlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xxxxxlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xxxxxlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xxxxxlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xxxxxlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xxxxxlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xxxxxlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xxxxxlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xxxxxlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xxxxxlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xxxxxlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xxxxxlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xxxxxlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xxxxxlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xxxxxlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xxxxxlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xxxxxlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xxxxxlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xxxxxlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xxxxxlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xxxxxlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xxxxxlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xxxxxlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xxxxxlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xxxxxlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xxxxxlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xxxxxlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xxxxxlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xxxxxlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xxxxxlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xxxxxlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xxxxxlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xxxxxlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xxxxxlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xxxxxlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xxxxxlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xxxxxlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xxxxxlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xxxxxlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xxxxxlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xxxxxlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xxxxxlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xxxxxlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xxxxxlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xxxxxlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xxxxxlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xxxxxlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxxxxlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxxxxlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xxxxxlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxxxxlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxxxxlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xxxxxlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxxxxlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxxxxlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xxxxxlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxxxxlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxxxxlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xxxxxlarge-margin-collapse > .xxxlarge-1 {
    width: 8.3333333333%;
  }
  .xxxxxlarge-margin-collapse > .xxxlarge-2 {
    width: 16.6666666667%;
  }
  .xxxxxlarge-margin-collapse > .xxxlarge-3 {
    width: 25%;
  }
  .xxxxxlarge-margin-collapse > .xxxlarge-4 {
    width: 33.3333333333%;
  }
  .xxxxxlarge-margin-collapse > .xxxlarge-5 {
    width: 41.6666666667%;
  }
  .xxxxxlarge-margin-collapse > .xxxlarge-6 {
    width: 50%;
  }
  .xxxxxlarge-margin-collapse > .xxxlarge-7 {
    width: 58.3333333333%;
  }
  .xxxxxlarge-margin-collapse > .xxxlarge-8 {
    width: 66.6666666667%;
  }
  .xxxxxlarge-margin-collapse > .xxxlarge-9 {
    width: 75%;
  }
  .xxxxxlarge-margin-collapse > .xxxlarge-10 {
    width: 83.3333333333%;
  }
  .xxxxxlarge-margin-collapse > .xxxlarge-11 {
    width: 91.6666666667%;
  }
  .xxxxxlarge-margin-collapse > .xxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xxxxxlarge-margin-collapse > .xxxxlarge-1 {
    width: 8.3333333333%;
  }
  .xxxxxlarge-margin-collapse > .xxxxlarge-2 {
    width: 16.6666666667%;
  }
  .xxxxxlarge-margin-collapse > .xxxxlarge-3 {
    width: 25%;
  }
  .xxxxxlarge-margin-collapse > .xxxxlarge-4 {
    width: 33.3333333333%;
  }
  .xxxxxlarge-margin-collapse > .xxxxlarge-5 {
    width: 41.6666666667%;
  }
  .xxxxxlarge-margin-collapse > .xxxxlarge-6 {
    width: 50%;
  }
  .xxxxxlarge-margin-collapse > .xxxxlarge-7 {
    width: 58.3333333333%;
  }
  .xxxxxlarge-margin-collapse > .xxxxlarge-8 {
    width: 66.6666666667%;
  }
  .xxxxxlarge-margin-collapse > .xxxxlarge-9 {
    width: 75%;
  }
  .xxxxxlarge-margin-collapse > .xxxxlarge-10 {
    width: 83.3333333333%;
  }
  .xxxxxlarge-margin-collapse > .xxxxlarge-11 {
    width: 91.6666666667%;
  }
  .xxxxxlarge-margin-collapse > .xxxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xxxxxlarge-margin-collapse > .xxxxxlarge-1 {
    width: 8.3333333333%;
  }
  .xxxxxlarge-margin-collapse > .xxxxxlarge-2 {
    width: 16.6666666667%;
  }
  .xxxxxlarge-margin-collapse > .xxxxxlarge-3 {
    width: 25%;
  }
  .xxxxxlarge-margin-collapse > .xxxxxlarge-4 {
    width: 33.3333333333%;
  }
  .xxxxxlarge-margin-collapse > .xxxxxlarge-5 {
    width: 41.6666666667%;
  }
  .xxxxxlarge-margin-collapse > .xxxxxlarge-6 {
    width: 50%;
  }
  .xxxxxlarge-margin-collapse > .xxxxxlarge-7 {
    width: 58.3333333333%;
  }
  .xxxxxlarge-margin-collapse > .xxxxxlarge-8 {
    width: 66.6666666667%;
  }
  .xxxxxlarge-margin-collapse > .xxxxxlarge-9 {
    width: 75%;
  }
  .xxxxxlarge-margin-collapse > .xxxxxlarge-10 {
    width: 83.3333333333%;
  }
  .xxxxxlarge-margin-collapse > .xxxxxlarge-11 {
    width: 91.6666666667%;
  }
  .xxxxxlarge-margin-collapse > .xxxxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxxxxlarge-margin-collapse > .xxxxxxlarge-1 {
    width: 8.3333333333%;
  }
  .xxxxxlarge-margin-collapse > .xxxxxxlarge-2 {
    width: 16.6666666667%;
  }
  .xxxxxlarge-margin-collapse > .xxxxxxlarge-3 {
    width: 25%;
  }
  .xxxxxlarge-margin-collapse > .xxxxxxlarge-4 {
    width: 33.3333333333%;
  }
  .xxxxxlarge-margin-collapse > .xxxxxxlarge-5 {
    width: 41.6666666667%;
  }
  .xxxxxlarge-margin-collapse > .xxxxxxlarge-6 {
    width: 50%;
  }
  .xxxxxlarge-margin-collapse > .xxxxxxlarge-7 {
    width: 58.3333333333%;
  }
  .xxxxxlarge-margin-collapse > .xxxxxxlarge-8 {
    width: 66.6666666667%;
  }
  .xxxxxlarge-margin-collapse > .xxxxxxlarge-9 {
    width: 75%;
  }
  .xxxxxlarge-margin-collapse > .xxxxxxlarge-10 {
    width: 83.3333333333%;
  }
  .xxxxxlarge-margin-collapse > .xxxxxxlarge-11 {
    width: 91.6666666667%;
  }
  .xxxxxlarge-margin-collapse > .xxxxxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 105em) {
  .xxxxxlarge-margin-collapse > .xxxxxxxlarge-1 {
    width: 8.3333333333%;
  }
  .xxxxxlarge-margin-collapse > .xxxxxxxlarge-2 {
    width: 16.6666666667%;
  }
  .xxxxxlarge-margin-collapse > .xxxxxxxlarge-3 {
    width: 25%;
  }
  .xxxxxlarge-margin-collapse > .xxxxxxxlarge-4 {
    width: 33.3333333333%;
  }
  .xxxxxlarge-margin-collapse > .xxxxxxxlarge-5 {
    width: 41.6666666667%;
  }
  .xxxxxlarge-margin-collapse > .xxxxxxxlarge-6 {
    width: 50%;
  }
  .xxxxxlarge-margin-collapse > .xxxxxxxlarge-7 {
    width: 58.3333333333%;
  }
  .xxxxxlarge-margin-collapse > .xxxxxxxlarge-8 {
    width: 66.6666666667%;
  }
  .xxxxxlarge-margin-collapse > .xxxxxxxlarge-9 {
    width: 75%;
  }
  .xxxxxlarge-margin-collapse > .xxxxxxxlarge-10 {
    width: 83.3333333333%;
  }
  .xxxxxlarge-margin-collapse > .xxxxxxxlarge-11 {
    width: 91.6666666667%;
  }
  .xxxxxlarge-margin-collapse > .xxxxxxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 120em) {
  .xxxxxlarge-margin-collapse > .xxxxxxxxlarge-1 {
    width: 8.3333333333%;
  }
  .xxxxxlarge-margin-collapse > .xxxxxxxxlarge-2 {
    width: 16.6666666667%;
  }
  .xxxxxlarge-margin-collapse > .xxxxxxxxlarge-3 {
    width: 25%;
  }
  .xxxxxlarge-margin-collapse > .xxxxxxxxlarge-4 {
    width: 33.3333333333%;
  }
  .xxxxxlarge-margin-collapse > .xxxxxxxxlarge-5 {
    width: 41.6666666667%;
  }
  .xxxxxlarge-margin-collapse > .xxxxxxxxlarge-6 {
    width: 50%;
  }
  .xxxxxlarge-margin-collapse > .xxxxxxxxlarge-7 {
    width: 58.3333333333%;
  }
  .xxxxxlarge-margin-collapse > .xxxxxxxxlarge-8 {
    width: 66.6666666667%;
  }
  .xxxxxlarge-margin-collapse > .xxxxxxxxlarge-9 {
    width: 75%;
  }
  .xxxxxlarge-margin-collapse > .xxxxxxxxlarge-10 {
    width: 83.3333333333%;
  }
  .xxxxxlarge-margin-collapse > .xxxxxxxxlarge-11 {
    width: 91.6666666667%;
  }
  .xxxxxlarge-margin-collapse > .xxxxxxxxlarge-12 {
    width: 100%;
  }
}

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

@media screen and (min-width: 90em) {
  .xxxxxxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxxxxxlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 90em) {
  .xxxxxxlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xxxxxxlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xxxxxxlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xxxxxxlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xxxxxxlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xxxxxxlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xxxxxxlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xxxxxxlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xxxxxxlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xxxxxxlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xxxxxxlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xxxxxxlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxxxxxlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xxxxxxlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xxxxxxlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xxxxxxlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xxxxxxlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xxxxxxlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xxxxxxlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xxxxxxlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xxxxxxlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xxxxxxlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xxxxxxlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xxxxxxlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxxxxxlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xxxxxxlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xxxxxxlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xxxxxxlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xxxxxxlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xxxxxxlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xxxxxxlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xxxxxxlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xxxxxxlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xxxxxxlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xxxxxxlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xxxxxxlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxxxxxlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xxxxxxlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xxxxxxlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xxxxxxlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xxxxxxlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xxxxxxlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xxxxxxlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xxxxxxlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xxxxxxlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xxxxxxlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xxxxxxlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xxxxxxlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxxxxxlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxxxxxlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxxxxxlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xxxxxxlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxxxxxlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxxxxxlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xxxxxxlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxxxxxlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxxxxxlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xxxxxxlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxxxxxlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxxxxxlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxxxxxlarge-margin-collapse > .xxxlarge-1 {
    width: 8.3333333333%;
  }
  .xxxxxxlarge-margin-collapse > .xxxlarge-2 {
    width: 16.6666666667%;
  }
  .xxxxxxlarge-margin-collapse > .xxxlarge-3 {
    width: 25%;
  }
  .xxxxxxlarge-margin-collapse > .xxxlarge-4 {
    width: 33.3333333333%;
  }
  .xxxxxxlarge-margin-collapse > .xxxlarge-5 {
    width: 41.6666666667%;
  }
  .xxxxxxlarge-margin-collapse > .xxxlarge-6 {
    width: 50%;
  }
  .xxxxxxlarge-margin-collapse > .xxxlarge-7 {
    width: 58.3333333333%;
  }
  .xxxxxxlarge-margin-collapse > .xxxlarge-8 {
    width: 66.6666666667%;
  }
  .xxxxxxlarge-margin-collapse > .xxxlarge-9 {
    width: 75%;
  }
  .xxxxxxlarge-margin-collapse > .xxxlarge-10 {
    width: 83.3333333333%;
  }
  .xxxxxxlarge-margin-collapse > .xxxlarge-11 {
    width: 91.6666666667%;
  }
  .xxxxxxlarge-margin-collapse > .xxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxxxxxlarge-margin-collapse > .xxxxlarge-1 {
    width: 8.3333333333%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxlarge-2 {
    width: 16.6666666667%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxlarge-3 {
    width: 25%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxlarge-4 {
    width: 33.3333333333%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxlarge-5 {
    width: 41.6666666667%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxlarge-6 {
    width: 50%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxlarge-7 {
    width: 58.3333333333%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxlarge-8 {
    width: 66.6666666667%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxlarge-9 {
    width: 75%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxlarge-10 {
    width: 83.3333333333%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxlarge-11 {
    width: 91.6666666667%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxxxxxlarge-margin-collapse > .xxxxxlarge-1 {
    width: 8.3333333333%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxxlarge-2 {
    width: 16.6666666667%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxxlarge-3 {
    width: 25%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxxlarge-4 {
    width: 33.3333333333%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxxlarge-5 {
    width: 41.6666666667%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxxlarge-6 {
    width: 50%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxxlarge-7 {
    width: 58.3333333333%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxxlarge-8 {
    width: 66.6666666667%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxxlarge-9 {
    width: 75%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxxlarge-10 {
    width: 83.3333333333%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxxlarge-11 {
    width: 91.6666666667%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxxxxxlarge-margin-collapse > .xxxxxxlarge-1 {
    width: 8.3333333333%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxxxlarge-2 {
    width: 16.6666666667%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxxxlarge-3 {
    width: 25%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxxxlarge-4 {
    width: 33.3333333333%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxxxlarge-5 {
    width: 41.6666666667%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxxxlarge-6 {
    width: 50%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxxxlarge-7 {
    width: 58.3333333333%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxxxlarge-8 {
    width: 66.6666666667%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxxxlarge-9 {
    width: 75%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxxxlarge-10 {
    width: 83.3333333333%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxxxlarge-11 {
    width: 91.6666666667%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 105em) {
  .xxxxxxlarge-margin-collapse > .xxxxxxxlarge-1 {
    width: 8.3333333333%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxxxxlarge-2 {
    width: 16.6666666667%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxxxxlarge-3 {
    width: 25%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxxxxlarge-4 {
    width: 33.3333333333%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxxxxlarge-5 {
    width: 41.6666666667%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxxxxlarge-6 {
    width: 50%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxxxxlarge-7 {
    width: 58.3333333333%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxxxxlarge-8 {
    width: 66.6666666667%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxxxxlarge-9 {
    width: 75%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxxxxlarge-10 {
    width: 83.3333333333%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxxxxlarge-11 {
    width: 91.6666666667%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxxxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 120em) {
  .xxxxxxlarge-margin-collapse > .xxxxxxxxlarge-1 {
    width: 8.3333333333%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxxxxxlarge-2 {
    width: 16.6666666667%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxxxxxlarge-3 {
    width: 25%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxxxxxlarge-4 {
    width: 33.3333333333%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxxxxxlarge-5 {
    width: 41.6666666667%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxxxxxlarge-6 {
    width: 50%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxxxxxlarge-7 {
    width: 58.3333333333%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxxxxxlarge-8 {
    width: 66.6666666667%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxxxxxlarge-9 {
    width: 75%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxxxxxlarge-10 {
    width: 83.3333333333%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxxxxxlarge-11 {
    width: 91.6666666667%;
  }
  .xxxxxxlarge-margin-collapse > .xxxxxxxxlarge-12 {
    width: 100%;
  }
}

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

@media screen and (min-width: 105em) {
  .xxxxxxxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxxxxxxlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 105em) {
  .xxxxxxxlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xxxxxxxlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xxxxxxxlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xxxxxxxlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xxxxxxxlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xxxxxxxlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xxxxxxxlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xxxxxxxlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xxxxxxxlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xxxxxxxlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xxxxxxxlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xxxxxxxlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 105em) {
  .xxxxxxxlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xxxxxxxlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xxxxxxxlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xxxxxxxlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xxxxxxxlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xxxxxxxlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xxxxxxxlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xxxxxxxlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xxxxxxxlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xxxxxxxlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xxxxxxxlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xxxxxxxlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 105em) {
  .xxxxxxxlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xxxxxxxlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xxxxxxxlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xxxxxxxlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xxxxxxxlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xxxxxxxlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xxxxxxxlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xxxxxxxlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xxxxxxxlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xxxxxxxlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xxxxxxxlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xxxxxxxlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 105em) {
  .xxxxxxxlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xxxxxxxlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xxxxxxxlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xxxxxxxlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xxxxxxxlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xxxxxxxlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xxxxxxxlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xxxxxxxlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xxxxxxxlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xxxxxxxlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xxxxxxxlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xxxxxxxlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 105em) {
  .xxxxxxxlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxxxxxxlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxxxxxxlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xxxxxxxlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxxxxxxlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxxxxxxlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xxxxxxxlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxxxxxxlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxxxxxxlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xxxxxxxlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxxxxxxlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxxxxxxlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 105em) {
  .xxxxxxxlarge-margin-collapse > .xxxlarge-1 {
    width: 8.3333333333%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxlarge-2 {
    width: 16.6666666667%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxlarge-3 {
    width: 25%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxlarge-4 {
    width: 33.3333333333%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxlarge-5 {
    width: 41.6666666667%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxlarge-6 {
    width: 50%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxlarge-7 {
    width: 58.3333333333%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxlarge-8 {
    width: 66.6666666667%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxlarge-9 {
    width: 75%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxlarge-10 {
    width: 83.3333333333%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxlarge-11 {
    width: 91.6666666667%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 105em) {
  .xxxxxxxlarge-margin-collapse > .xxxxlarge-1 {
    width: 8.3333333333%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxlarge-2 {
    width: 16.6666666667%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxlarge-3 {
    width: 25%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxlarge-4 {
    width: 33.3333333333%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxlarge-5 {
    width: 41.6666666667%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxlarge-6 {
    width: 50%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxlarge-7 {
    width: 58.3333333333%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxlarge-8 {
    width: 66.6666666667%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxlarge-9 {
    width: 75%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxlarge-10 {
    width: 83.3333333333%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxlarge-11 {
    width: 91.6666666667%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 105em) {
  .xxxxxxxlarge-margin-collapse > .xxxxxlarge-1 {
    width: 8.3333333333%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxxlarge-2 {
    width: 16.6666666667%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxxlarge-3 {
    width: 25%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxxlarge-4 {
    width: 33.3333333333%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxxlarge-5 {
    width: 41.6666666667%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxxlarge-6 {
    width: 50%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxxlarge-7 {
    width: 58.3333333333%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxxlarge-8 {
    width: 66.6666666667%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxxlarge-9 {
    width: 75%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxxlarge-10 {
    width: 83.3333333333%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxxlarge-11 {
    width: 91.6666666667%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 105em) {
  .xxxxxxxlarge-margin-collapse > .xxxxxxlarge-1 {
    width: 8.3333333333%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxxxlarge-2 {
    width: 16.6666666667%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxxxlarge-3 {
    width: 25%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxxxlarge-4 {
    width: 33.3333333333%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxxxlarge-5 {
    width: 41.6666666667%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxxxlarge-6 {
    width: 50%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxxxlarge-7 {
    width: 58.3333333333%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxxxlarge-8 {
    width: 66.6666666667%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxxxlarge-9 {
    width: 75%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxxxlarge-10 {
    width: 83.3333333333%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxxxlarge-11 {
    width: 91.6666666667%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 105em) {
  .xxxxxxxlarge-margin-collapse > .xxxxxxxlarge-1 {
    width: 8.3333333333%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxxxxlarge-2 {
    width: 16.6666666667%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxxxxlarge-3 {
    width: 25%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxxxxlarge-4 {
    width: 33.3333333333%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxxxxlarge-5 {
    width: 41.6666666667%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxxxxlarge-6 {
    width: 50%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxxxxlarge-7 {
    width: 58.3333333333%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxxxxlarge-8 {
    width: 66.6666666667%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxxxxlarge-9 {
    width: 75%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxxxxlarge-10 {
    width: 83.3333333333%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxxxxlarge-11 {
    width: 91.6666666667%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxxxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 120em) {
  .xxxxxxxlarge-margin-collapse > .xxxxxxxxlarge-1 {
    width: 8.3333333333%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxxxxxlarge-2 {
    width: 16.6666666667%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxxxxxlarge-3 {
    width: 25%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxxxxxlarge-4 {
    width: 33.3333333333%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxxxxxlarge-5 {
    width: 41.6666666667%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxxxxxlarge-6 {
    width: 50%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxxxxxlarge-7 {
    width: 58.3333333333%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxxxxxlarge-8 {
    width: 66.6666666667%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxxxxxlarge-9 {
    width: 75%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxxxxxlarge-10 {
    width: 83.3333333333%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxxxxxlarge-11 {
    width: 91.6666666667%;
  }
  .xxxxxxxlarge-margin-collapse > .xxxxxxxxlarge-12 {
    width: 100%;
  }
}

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

@media screen and (min-width: 120em) {
  .xxxxxxxxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxxxxxxxlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 120em) {
  .xxxxxxxxlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xxxxxxxxlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xxxxxxxxlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xxxxxxxxlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xxxxxxxxlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xxxxxxxxlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xxxxxxxxlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xxxxxxxxlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xxxxxxxxlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xxxxxxxxlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xxxxxxxxlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xxxxxxxxlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 120em) {
  .xxxxxxxxlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xxxxxxxxlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xxxxxxxxlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xxxxxxxxlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xxxxxxxxlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xxxxxxxxlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xxxxxxxxlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xxxxxxxxlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xxxxxxxxlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xxxxxxxxlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xxxxxxxxlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xxxxxxxxlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 120em) {
  .xxxxxxxxlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xxxxxxxxlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xxxxxxxxlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xxxxxxxxlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xxxxxxxxlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xxxxxxxxlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xxxxxxxxlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xxxxxxxxlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xxxxxxxxlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xxxxxxxxlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xxxxxxxxlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xxxxxxxxlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 120em) {
  .xxxxxxxxlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xxxxxxxxlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xxxxxxxxlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xxxxxxxxlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xxxxxxxxlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xxxxxxxxlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xxxxxxxxlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xxxxxxxxlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xxxxxxxxlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xxxxxxxxlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xxxxxxxxlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xxxxxxxxlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 120em) {
  .xxxxxxxxlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 120em) {
  .xxxxxxxxlarge-margin-collapse > .xxxlarge-1 {
    width: 8.3333333333%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxlarge-2 {
    width: 16.6666666667%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxlarge-3 {
    width: 25%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxlarge-4 {
    width: 33.3333333333%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxlarge-5 {
    width: 41.6666666667%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxlarge-6 {
    width: 50%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxlarge-7 {
    width: 58.3333333333%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxlarge-8 {
    width: 66.6666666667%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxlarge-9 {
    width: 75%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxlarge-10 {
    width: 83.3333333333%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxlarge-11 {
    width: 91.6666666667%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 120em) {
  .xxxxxxxxlarge-margin-collapse > .xxxxlarge-1 {
    width: 8.3333333333%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxlarge-2 {
    width: 16.6666666667%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxlarge-3 {
    width: 25%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxlarge-4 {
    width: 33.3333333333%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxlarge-5 {
    width: 41.6666666667%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxlarge-6 {
    width: 50%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxlarge-7 {
    width: 58.3333333333%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxlarge-8 {
    width: 66.6666666667%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxlarge-9 {
    width: 75%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxlarge-10 {
    width: 83.3333333333%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxlarge-11 {
    width: 91.6666666667%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 120em) {
  .xxxxxxxxlarge-margin-collapse > .xxxxxlarge-1 {
    width: 8.3333333333%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxxlarge-2 {
    width: 16.6666666667%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxxlarge-3 {
    width: 25%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxxlarge-4 {
    width: 33.3333333333%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxxlarge-5 {
    width: 41.6666666667%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxxlarge-6 {
    width: 50%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxxlarge-7 {
    width: 58.3333333333%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxxlarge-8 {
    width: 66.6666666667%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxxlarge-9 {
    width: 75%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxxlarge-10 {
    width: 83.3333333333%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxxlarge-11 {
    width: 91.6666666667%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 120em) {
  .xxxxxxxxlarge-margin-collapse > .xxxxxxlarge-1 {
    width: 8.3333333333%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxxxlarge-2 {
    width: 16.6666666667%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxxxlarge-3 {
    width: 25%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxxxlarge-4 {
    width: 33.3333333333%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxxxlarge-5 {
    width: 41.6666666667%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxxxlarge-6 {
    width: 50%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxxxlarge-7 {
    width: 58.3333333333%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxxxlarge-8 {
    width: 66.6666666667%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxxxlarge-9 {
    width: 75%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxxxlarge-10 {
    width: 83.3333333333%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxxxlarge-11 {
    width: 91.6666666667%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 120em) {
  .xxxxxxxxlarge-margin-collapse > .xxxxxxxlarge-1 {
    width: 8.3333333333%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxxxxlarge-2 {
    width: 16.6666666667%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxxxxlarge-3 {
    width: 25%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxxxxlarge-4 {
    width: 33.3333333333%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxxxxlarge-5 {
    width: 41.6666666667%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxxxxlarge-6 {
    width: 50%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxxxxlarge-7 {
    width: 58.3333333333%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxxxxlarge-8 {
    width: 66.6666666667%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxxxxlarge-9 {
    width: 75%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxxxxlarge-10 {
    width: 83.3333333333%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxxxxlarge-11 {
    width: 91.6666666667%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxxxxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 120em) {
  .xxxxxxxxlarge-margin-collapse > .xxxxxxxxlarge-1 {
    width: 8.3333333333%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxxxxxlarge-2 {
    width: 16.6666666667%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxxxxxlarge-3 {
    width: 25%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxxxxxlarge-4 {
    width: 33.3333333333%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxxxxxlarge-5 {
    width: 41.6666666667%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxxxxxlarge-6 {
    width: 50%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxxxxxlarge-7 {
    width: 58.3333333333%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxxxxxlarge-8 {
    width: 66.6666666667%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxxxxxlarge-9 {
    width: 75%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxxxxxlarge-10 {
    width: 83.3333333333%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxxxxxlarge-11 {
    width: 91.6666666667%;
  }
  .xxxxxxxxlarge-margin-collapse > .xxxxxxxxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 120em) {
  .xxxxxxxxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxxxxxxxlarge-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% + 1.25rem / 2);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 27.5em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.5rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1.5rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 1.5rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.5rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1.5rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1.5rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.5rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1.5rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1.5rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.5rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1.5rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1.5rem / 2);
  }
}
@media print, screen and (min-width: 33.75em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.5rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 1.5rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 1.5rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.5rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 1.5rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 1.5rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.5rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 1.5rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 1.5rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.5rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 1.5rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 1.5rem / 2);
  }
}
@media screen and (min-width: 40em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 1.5rem / 2);
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.3333333333% + 1.5rem / 2);
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.6666666667% + 1.5rem / 2);
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 1.5rem / 2);
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.3333333333% + 1.5rem / 2);
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.6666666667% + 1.5rem / 2);
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 1.5rem / 2);
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.3333333333% + 1.5rem / 2);
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.6666666667% + 1.5rem / 2);
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 1.5rem / 2);
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.3333333333% + 1.5rem / 2);
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.6666666667% + 1.5rem / 2);
  }
}
@media screen and (min-width: 48em) {
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 1.5rem / 2);
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.3333333333% + 1.5rem / 2);
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(16.6666666667% + 1.5rem / 2);
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(25% + 1.5rem / 2);
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.3333333333% + 1.5rem / 2);
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.6666666667% + 1.5rem / 2);
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(50% + 1.5rem / 2);
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.3333333333% + 1.5rem / 2);
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.6666666667% + 1.5rem / 2);
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(75% + 1.5rem / 2);
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.3333333333% + 1.5rem / 2);
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(91.6666666667% + 1.5rem / 2);
  }
}
@media screen and (min-width: 56em) {
  .xxxlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xxxlarge-offset-0 {
    margin-left: calc(0% + 1.5rem / 2);
  }
  .xxxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xxxlarge-offset-1 {
    margin-left: calc(8.3333333333% + 1.5rem / 2);
  }
  .xxxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xxxlarge-offset-2 {
    margin-left: calc(16.6666666667% + 1.5rem / 2);
  }
  .xxxlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xxxlarge-offset-3 {
    margin-left: calc(25% + 1.5rem / 2);
  }
  .xxxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xxxlarge-offset-4 {
    margin-left: calc(33.3333333333% + 1.5rem / 2);
  }
  .xxxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xxxlarge-offset-5 {
    margin-left: calc(41.6666666667% + 1.5rem / 2);
  }
  .xxxlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xxxlarge-offset-6 {
    margin-left: calc(50% + 1.5rem / 2);
  }
  .xxxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xxxlarge-offset-7 {
    margin-left: calc(58.3333333333% + 1.5rem / 2);
  }
  .xxxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xxxlarge-offset-8 {
    margin-left: calc(66.6666666667% + 1.5rem / 2);
  }
  .xxxlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xxxlarge-offset-9 {
    margin-left: calc(75% + 1.5rem / 2);
  }
  .xxxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xxxlarge-offset-10 {
    margin-left: calc(83.3333333333% + 1.5rem / 2);
  }
  .xxxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xxxlarge-offset-11 {
    margin-left: calc(91.6666666667% + 1.5rem / 2);
  }
}
@media screen and (min-width: 64em) {
  .xxxxlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xxxxlarge-offset-0 {
    margin-left: calc(0% + 1.5rem / 2);
  }
  .xxxxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xxxxlarge-offset-1 {
    margin-left: calc(8.3333333333% + 1.5rem / 2);
  }
  .xxxxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xxxxlarge-offset-2 {
    margin-left: calc(16.6666666667% + 1.5rem / 2);
  }
  .xxxxlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xxxxlarge-offset-3 {
    margin-left: calc(25% + 1.5rem / 2);
  }
  .xxxxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xxxxlarge-offset-4 {
    margin-left: calc(33.3333333333% + 1.5rem / 2);
  }
  .xxxxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xxxxlarge-offset-5 {
    margin-left: calc(41.6666666667% + 1.5rem / 2);
  }
  .xxxxlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xxxxlarge-offset-6 {
    margin-left: calc(50% + 1.5rem / 2);
  }
  .xxxxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xxxxlarge-offset-7 {
    margin-left: calc(58.3333333333% + 1.5rem / 2);
  }
  .xxxxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xxxxlarge-offset-8 {
    margin-left: calc(66.6666666667% + 1.5rem / 2);
  }
  .xxxxlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xxxxlarge-offset-9 {
    margin-left: calc(75% + 1.5rem / 2);
  }
  .xxxxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xxxxlarge-offset-10 {
    margin-left: calc(83.3333333333% + 1.5rem / 2);
  }
  .xxxxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xxxxlarge-offset-11 {
    margin-left: calc(91.6666666667% + 1.5rem / 2);
  }
}
@media screen and (min-width: 75em) {
  .xxxxxlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xxxxxlarge-offset-0 {
    margin-left: calc(0% + 1.5rem / 2);
  }
  .xxxxxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xxxxxlarge-offset-1 {
    margin-left: calc(8.3333333333% + 1.5rem / 2);
  }
  .xxxxxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xxxxxlarge-offset-2 {
    margin-left: calc(16.6666666667% + 1.5rem / 2);
  }
  .xxxxxlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xxxxxlarge-offset-3 {
    margin-left: calc(25% + 1.5rem / 2);
  }
  .xxxxxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xxxxxlarge-offset-4 {
    margin-left: calc(33.3333333333% + 1.5rem / 2);
  }
  .xxxxxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xxxxxlarge-offset-5 {
    margin-left: calc(41.6666666667% + 1.5rem / 2);
  }
  .xxxxxlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xxxxxlarge-offset-6 {
    margin-left: calc(50% + 1.5rem / 2);
  }
  .xxxxxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xxxxxlarge-offset-7 {
    margin-left: calc(58.3333333333% + 1.5rem / 2);
  }
  .xxxxxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xxxxxlarge-offset-8 {
    margin-left: calc(66.6666666667% + 1.5rem / 2);
  }
  .xxxxxlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xxxxxlarge-offset-9 {
    margin-left: calc(75% + 1.5rem / 2);
  }
  .xxxxxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xxxxxlarge-offset-10 {
    margin-left: calc(83.3333333333% + 1.5rem / 2);
  }
  .xxxxxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xxxxxlarge-offset-11 {
    margin-left: calc(91.6666666667% + 1.5rem / 2);
  }
}
@media screen and (min-width: 90em) {
  .xxxxxxlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xxxxxxlarge-offset-0 {
    margin-left: calc(0% + 1.5rem / 2);
  }
  .xxxxxxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xxxxxxlarge-offset-1 {
    margin-left: calc(8.3333333333% + 1.5rem / 2);
  }
  .xxxxxxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xxxxxxlarge-offset-2 {
    margin-left: calc(16.6666666667% + 1.5rem / 2);
  }
  .xxxxxxlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xxxxxxlarge-offset-3 {
    margin-left: calc(25% + 1.5rem / 2);
  }
  .xxxxxxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xxxxxxlarge-offset-4 {
    margin-left: calc(33.3333333333% + 1.5rem / 2);
  }
  .xxxxxxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xxxxxxlarge-offset-5 {
    margin-left: calc(41.6666666667% + 1.5rem / 2);
  }
  .xxxxxxlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xxxxxxlarge-offset-6 {
    margin-left: calc(50% + 1.5rem / 2);
  }
  .xxxxxxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xxxxxxlarge-offset-7 {
    margin-left: calc(58.3333333333% + 1.5rem / 2);
  }
  .xxxxxxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xxxxxxlarge-offset-8 {
    margin-left: calc(66.6666666667% + 1.5rem / 2);
  }
  .xxxxxxlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xxxxxxlarge-offset-9 {
    margin-left: calc(75% + 1.5rem / 2);
  }
  .xxxxxxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xxxxxxlarge-offset-10 {
    margin-left: calc(83.3333333333% + 1.5rem / 2);
  }
  .xxxxxxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xxxxxxlarge-offset-11 {
    margin-left: calc(91.6666666667% + 1.5rem / 2);
  }
}
@media screen and (min-width: 105em) {
  .xxxxxxxlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xxxxxxxlarge-offset-0 {
    margin-left: calc(0% + 1.5rem / 2);
  }
  .xxxxxxxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xxxxxxxlarge-offset-1 {
    margin-left: calc(8.3333333333% + 1.5rem / 2);
  }
  .xxxxxxxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xxxxxxxlarge-offset-2 {
    margin-left: calc(16.6666666667% + 1.5rem / 2);
  }
  .xxxxxxxlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xxxxxxxlarge-offset-3 {
    margin-left: calc(25% + 1.5rem / 2);
  }
  .xxxxxxxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xxxxxxxlarge-offset-4 {
    margin-left: calc(33.3333333333% + 1.5rem / 2);
  }
  .xxxxxxxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xxxxxxxlarge-offset-5 {
    margin-left: calc(41.6666666667% + 1.5rem / 2);
  }
  .xxxxxxxlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xxxxxxxlarge-offset-6 {
    margin-left: calc(50% + 1.5rem / 2);
  }
  .xxxxxxxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xxxxxxxlarge-offset-7 {
    margin-left: calc(58.3333333333% + 1.5rem / 2);
  }
  .xxxxxxxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xxxxxxxlarge-offset-8 {
    margin-left: calc(66.6666666667% + 1.5rem / 2);
  }
  .xxxxxxxlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xxxxxxxlarge-offset-9 {
    margin-left: calc(75% + 1.5rem / 2);
  }
  .xxxxxxxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xxxxxxxlarge-offset-10 {
    margin-left: calc(83.3333333333% + 1.5rem / 2);
  }
  .xxxxxxxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xxxxxxxlarge-offset-11 {
    margin-left: calc(91.6666666667% + 1.5rem / 2);
  }
}
@media screen and (min-width: 120em) {
  .xxxxxxxxlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xxxxxxxxlarge-offset-0 {
    margin-left: calc(0% + 1.5rem / 2);
  }
  .xxxxxxxxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xxxxxxxxlarge-offset-1 {
    margin-left: calc(8.3333333333% + 1.5rem / 2);
  }
  .xxxxxxxxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xxxxxxxxlarge-offset-2 {
    margin-left: calc(16.6666666667% + 1.5rem / 2);
  }
  .xxxxxxxxlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xxxxxxxxlarge-offset-3 {
    margin-left: calc(25% + 1.5rem / 2);
  }
  .xxxxxxxxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xxxxxxxxlarge-offset-4 {
    margin-left: calc(33.3333333333% + 1.5rem / 2);
  }
  .xxxxxxxxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xxxxxxxxlarge-offset-5 {
    margin-left: calc(41.6666666667% + 1.5rem / 2);
  }
  .xxxxxxxxlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xxxxxxxxlarge-offset-6 {
    margin-left: calc(50% + 1.5rem / 2);
  }
  .xxxxxxxxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xxxxxxxxlarge-offset-7 {
    margin-left: calc(58.3333333333% + 1.5rem / 2);
  }
  .xxxxxxxxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xxxxxxxxlarge-offset-8 {
    margin-left: calc(66.6666666667% + 1.5rem / 2);
  }
  .xxxxxxxxlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xxxxxxxxlarge-offset-9 {
    margin-left: calc(75% + 1.5rem / 2);
  }
  .xxxxxxxxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xxxxxxxxlarge-offset-10 {
    margin-left: calc(83.3333333333% + 1.5rem / 2);
  }
  .xxxxxxxxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xxxxxxxxlarge-offset-11 {
    margin-left: calc(91.6666666667% + 1.5rem / 2);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 27.5em) {
  .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 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 33.75em) {
  .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 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 40em) {
  .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 48em) {
  .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-full, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 56em) {
  .grid-y > .xxxlarge-shrink, .grid-y > .xxxlarge-full, .grid-y > .xxxlarge-1, .grid-y > .xxxlarge-2, .grid-y > .xxxlarge-3, .grid-y > .xxxlarge-4, .grid-y > .xxxlarge-5, .grid-y > .xxxlarge-6, .grid-y > .xxxlarge-7, .grid-y > .xxxlarge-8, .grid-y > .xxxlarge-9, .grid-y > .xxxlarge-10, .grid-y > .xxxlarge-11, .grid-y > .xxxlarge-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 64em) {
  .grid-y > .xxxxlarge-shrink, .grid-y > .xxxxlarge-full, .grid-y > .xxxxlarge-1, .grid-y > .xxxxlarge-2, .grid-y > .xxxxlarge-3, .grid-y > .xxxxlarge-4, .grid-y > .xxxxlarge-5, .grid-y > .xxxxlarge-6, .grid-y > .xxxxlarge-7, .grid-y > .xxxxlarge-8, .grid-y > .xxxxlarge-9, .grid-y > .xxxxlarge-10, .grid-y > .xxxxlarge-11, .grid-y > .xxxxlarge-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xxxxxlarge-shrink, .grid-y > .xxxxxlarge-full, .grid-y > .xxxxxlarge-1, .grid-y > .xxxxxlarge-2, .grid-y > .xxxxxlarge-3, .grid-y > .xxxxxlarge-4, .grid-y > .xxxxxlarge-5, .grid-y > .xxxxxlarge-6, .grid-y > .xxxxxlarge-7, .grid-y > .xxxxxlarge-8, .grid-y > .xxxxxlarge-9, .grid-y > .xxxxxlarge-10, .grid-y > .xxxxxlarge-11, .grid-y > .xxxxxlarge-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-y > .xxxxxxlarge-shrink, .grid-y > .xxxxxxlarge-full, .grid-y > .xxxxxxlarge-1, .grid-y > .xxxxxxlarge-2, .grid-y > .xxxxxxlarge-3, .grid-y > .xxxxxxlarge-4, .grid-y > .xxxxxxlarge-5, .grid-y > .xxxxxxlarge-6, .grid-y > .xxxxxxlarge-7, .grid-y > .xxxxxxlarge-8, .grid-y > .xxxxxxlarge-9, .grid-y > .xxxxxxlarge-10, .grid-y > .xxxxxxlarge-11, .grid-y > .xxxxxxlarge-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 105em) {
  .grid-y > .xxxxxxxlarge-shrink, .grid-y > .xxxxxxxlarge-full, .grid-y > .xxxxxxxlarge-1, .grid-y > .xxxxxxxlarge-2, .grid-y > .xxxxxxxlarge-3, .grid-y > .xxxxxxxlarge-4, .grid-y > .xxxxxxxlarge-5, .grid-y > .xxxxxxxlarge-6, .grid-y > .xxxxxxxlarge-7, .grid-y > .xxxxxxxlarge-8, .grid-y > .xxxxxxxlarge-9, .grid-y > .xxxxxxxlarge-10, .grid-y > .xxxxxxxlarge-11, .grid-y > .xxxxxxxlarge-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 120em) {
  .grid-y > .xxxxxxxxlarge-shrink, .grid-y > .xxxxxxxxlarge-full, .grid-y > .xxxxxxxxlarge-1, .grid-y > .xxxxxxxxlarge-2, .grid-y > .xxxxxxxxlarge-3, .grid-y > .xxxxxxxxlarge-4, .grid-y > .xxxxxxxxlarge-5, .grid-y > .xxxxxxxxlarge-6, .grid-y > .xxxxxxxxlarge-7, .grid-y > .xxxxxxxxlarge-8, .grid-y > .xxxxxxxxlarge-9, .grid-y > .xxxxxxxxlarge-10, .grid-y > .xxxxxxxxlarge-11, .grid-y > .xxxxxxxxlarge-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 27.5em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 33.75em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}
@media screen and (min-width: 40em) {
  .grid-y > .xlarge-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xlarge-12, .grid-y > .xlarge-11, .grid-y > .xlarge-10, .grid-y > .xlarge-9, .grid-y > .xlarge-8, .grid-y > .xlarge-7, .grid-y > .xlarge-6, .grid-y > .xlarge-5, .grid-y > .xlarge-4, .grid-y > .xlarge-3, .grid-y > .xlarge-2, .grid-y > .xlarge-1, .grid-y > .xlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .xlarge-shrink {
    height: auto;
  }
  .grid-y > .xlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xlarge-3 {
    height: 25%;
  }
  .grid-y > .xlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xlarge-6 {
    height: 50%;
  }
  .grid-y > .xlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xlarge-9 {
    height: 75%;
  }
  .grid-y > .xlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xlarge-12 {
    height: 100%;
  }
}
@media screen and (min-width: 48em) {
  .grid-y > .xxlarge-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xxlarge-12, .grid-y > .xxlarge-11, .grid-y > .xxlarge-10, .grid-y > .xxlarge-9, .grid-y > .xxlarge-8, .grid-y > .xxlarge-7, .grid-y > .xxlarge-6, .grid-y > .xxlarge-5, .grid-y > .xxlarge-4, .grid-y > .xxlarge-3, .grid-y > .xxlarge-2, .grid-y > .xxlarge-1, .grid-y > .xxlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-y > .xxlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xxlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xxlarge-3 {
    height: 25%;
  }
  .grid-y > .xxlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xxlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xxlarge-6 {
    height: 50%;
  }
  .grid-y > .xxlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xxlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xxlarge-9 {
    height: 75%;
  }
  .grid-y > .xxlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xxlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xxlarge-12 {
    height: 100%;
  }
}
@media screen and (min-width: 56em) {
  .grid-y > .xxxlarge-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xxxlarge-12, .grid-y > .xxxlarge-11, .grid-y > .xxxlarge-10, .grid-y > .xxxlarge-9, .grid-y > .xxxlarge-8, .grid-y > .xxxlarge-7, .grid-y > .xxxlarge-6, .grid-y > .xxxlarge-5, .grid-y > .xxxlarge-4, .grid-y > .xxxlarge-3, .grid-y > .xxxlarge-2, .grid-y > .xxxlarge-1, .grid-y > .xxxlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .xxxlarge-shrink {
    height: auto;
  }
  .grid-y > .xxxlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xxxlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xxxlarge-3 {
    height: 25%;
  }
  .grid-y > .xxxlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xxxlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xxxlarge-6 {
    height: 50%;
  }
  .grid-y > .xxxlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xxxlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xxxlarge-9 {
    height: 75%;
  }
  .grid-y > .xxxlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xxxlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xxxlarge-12 {
    height: 100%;
  }
}
@media screen and (min-width: 64em) {
  .grid-y > .xxxxlarge-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xxxxlarge-12, .grid-y > .xxxxlarge-11, .grid-y > .xxxxlarge-10, .grid-y > .xxxxlarge-9, .grid-y > .xxxxlarge-8, .grid-y > .xxxxlarge-7, .grid-y > .xxxxlarge-6, .grid-y > .xxxxlarge-5, .grid-y > .xxxxlarge-4, .grid-y > .xxxxlarge-3, .grid-y > .xxxxlarge-2, .grid-y > .xxxxlarge-1, .grid-y > .xxxxlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .xxxxlarge-shrink {
    height: auto;
  }
  .grid-y > .xxxxlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xxxxlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xxxxlarge-3 {
    height: 25%;
  }
  .grid-y > .xxxxlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xxxxlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xxxxlarge-6 {
    height: 50%;
  }
  .grid-y > .xxxxlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xxxxlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xxxxlarge-9 {
    height: 75%;
  }
  .grid-y > .xxxxlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xxxxlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xxxxlarge-12 {
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xxxxxlarge-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xxxxxlarge-12, .grid-y > .xxxxxlarge-11, .grid-y > .xxxxxlarge-10, .grid-y > .xxxxxlarge-9, .grid-y > .xxxxxlarge-8, .grid-y > .xxxxxlarge-7, .grid-y > .xxxxxlarge-6, .grid-y > .xxxxxlarge-5, .grid-y > .xxxxxlarge-4, .grid-y > .xxxxxlarge-3, .grid-y > .xxxxxlarge-2, .grid-y > .xxxxxlarge-1, .grid-y > .xxxxxlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .xxxxxlarge-shrink {
    height: auto;
  }
  .grid-y > .xxxxxlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xxxxxlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xxxxxlarge-3 {
    height: 25%;
  }
  .grid-y > .xxxxxlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xxxxxlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xxxxxlarge-6 {
    height: 50%;
  }
  .grid-y > .xxxxxlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xxxxxlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xxxxxlarge-9 {
    height: 75%;
  }
  .grid-y > .xxxxxlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xxxxxlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xxxxxlarge-12 {
    height: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-y > .xxxxxxlarge-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xxxxxxlarge-12, .grid-y > .xxxxxxlarge-11, .grid-y > .xxxxxxlarge-10, .grid-y > .xxxxxxlarge-9, .grid-y > .xxxxxxlarge-8, .grid-y > .xxxxxxlarge-7, .grid-y > .xxxxxxlarge-6, .grid-y > .xxxxxxlarge-5, .grid-y > .xxxxxxlarge-4, .grid-y > .xxxxxxlarge-3, .grid-y > .xxxxxxlarge-2, .grid-y > .xxxxxxlarge-1, .grid-y > .xxxxxxlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .xxxxxxlarge-shrink {
    height: auto;
  }
  .grid-y > .xxxxxxlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xxxxxxlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xxxxxxlarge-3 {
    height: 25%;
  }
  .grid-y > .xxxxxxlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xxxxxxlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xxxxxxlarge-6 {
    height: 50%;
  }
  .grid-y > .xxxxxxlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xxxxxxlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xxxxxxlarge-9 {
    height: 75%;
  }
  .grid-y > .xxxxxxlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xxxxxxlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xxxxxxlarge-12 {
    height: 100%;
  }
}
@media screen and (min-width: 105em) {
  .grid-y > .xxxxxxxlarge-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xxxxxxxlarge-12, .grid-y > .xxxxxxxlarge-11, .grid-y > .xxxxxxxlarge-10, .grid-y > .xxxxxxxlarge-9, .grid-y > .xxxxxxxlarge-8, .grid-y > .xxxxxxxlarge-7, .grid-y > .xxxxxxxlarge-6, .grid-y > .xxxxxxxlarge-5, .grid-y > .xxxxxxxlarge-4, .grid-y > .xxxxxxxlarge-3, .grid-y > .xxxxxxxlarge-2, .grid-y > .xxxxxxxlarge-1, .grid-y > .xxxxxxxlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .xxxxxxxlarge-shrink {
    height: auto;
  }
  .grid-y > .xxxxxxxlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xxxxxxxlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xxxxxxxlarge-3 {
    height: 25%;
  }
  .grid-y > .xxxxxxxlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xxxxxxxlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xxxxxxxlarge-6 {
    height: 50%;
  }
  .grid-y > .xxxxxxxlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xxxxxxxlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xxxxxxxlarge-9 {
    height: 75%;
  }
  .grid-y > .xxxxxxxlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xxxxxxxlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xxxxxxxlarge-12 {
    height: 100%;
  }
}
@media screen and (min-width: 120em) {
  .grid-y > .xxxxxxxxlarge-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xxxxxxxxlarge-12, .grid-y > .xxxxxxxxlarge-11, .grid-y > .xxxxxxxxlarge-10, .grid-y > .xxxxxxxxlarge-9, .grid-y > .xxxxxxxxlarge-8, .grid-y > .xxxxxxxxlarge-7, .grid-y > .xxxxxxxxlarge-6, .grid-y > .xxxxxxxxlarge-5, .grid-y > .xxxxxxxxlarge-4, .grid-y > .xxxxxxxxlarge-3, .grid-y > .xxxxxxxxlarge-2, .grid-y > .xxxxxxxxlarge-1, .grid-y > .xxxxxxxxlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .xxxxxxxxlarge-shrink {
    height: auto;
  }
  .grid-y > .xxxxxxxxlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xxxxxxxxlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xxxxxxxxlarge-3 {
    height: 25%;
  }
  .grid-y > .xxxxxxxxlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xxxxxxxxlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xxxxxxxxlarge-6 {
    height: 50%;
  }
  .grid-y > .xxxxxxxxlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xxxxxxxxlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xxxxxxxxlarge-9 {
    height: 75%;
  }
  .grid-y > .xxxxxxxxlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xxxxxxxxlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xxxxxxxxlarge-12 {
    height: 100%;
  }
}

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

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 27.5em) {
  .grid-margin-y {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 27.5em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.5rem);
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 27.5em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.5rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.5rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.5rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.5rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.5rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.5rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.5rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.5rem);
  }
}
@media print, screen and (min-width: 33.75em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.5rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.5rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.5rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.5rem);
  }
}
@media screen and (min-width: 40em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.5rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.5rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.5rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.5rem);
  }
}
@media screen and (min-width: 48em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.5rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.5rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.5rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 1.5rem);
  }
}
@media screen and (min-width: 56em) {
  .grid-margin-y > .xxxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxxlarge-1 {
    height: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxxlarge-2 {
    height: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxxlarge-3 {
    height: calc(25% - 1.5rem);
  }
  .grid-margin-y > .xxxlarge-4 {
    height: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxxlarge-5 {
    height: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxxlarge-6 {
    height: calc(50% - 1.5rem);
  }
  .grid-margin-y > .xxxlarge-7 {
    height: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxxlarge-8 {
    height: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxxlarge-9 {
    height: calc(75% - 1.5rem);
  }
  .grid-margin-y > .xxxlarge-10 {
    height: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxxlarge-11 {
    height: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxxlarge-12 {
    height: calc(100% - 1.5rem);
  }
}
@media screen and (min-width: 64em) {
  .grid-margin-y > .xxxxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxxxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxxxlarge-1 {
    height: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxxxlarge-2 {
    height: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxxxlarge-3 {
    height: calc(25% - 1.5rem);
  }
  .grid-margin-y > .xxxxlarge-4 {
    height: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxxxlarge-5 {
    height: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxxxlarge-6 {
    height: calc(50% - 1.5rem);
  }
  .grid-margin-y > .xxxxlarge-7 {
    height: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxxxlarge-8 {
    height: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxxxlarge-9 {
    height: calc(75% - 1.5rem);
  }
  .grid-margin-y > .xxxxlarge-10 {
    height: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxxxlarge-11 {
    height: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxxxlarge-12 {
    height: calc(100% - 1.5rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y > .xxxxxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxxxxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxxxxlarge-1 {
    height: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxxxxlarge-2 {
    height: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxxxxlarge-3 {
    height: calc(25% - 1.5rem);
  }
  .grid-margin-y > .xxxxxlarge-4 {
    height: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxxxxlarge-5 {
    height: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxxxxlarge-6 {
    height: calc(50% - 1.5rem);
  }
  .grid-margin-y > .xxxxxlarge-7 {
    height: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxxxxlarge-8 {
    height: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxxxxlarge-9 {
    height: calc(75% - 1.5rem);
  }
  .grid-margin-y > .xxxxxlarge-10 {
    height: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxxxxlarge-11 {
    height: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxxxxlarge-12 {
    height: calc(100% - 1.5rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y > .xxxxxxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxxxxxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxxxxxlarge-1 {
    height: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxlarge-2 {
    height: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxlarge-3 {
    height: calc(25% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxlarge-4 {
    height: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxlarge-5 {
    height: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxlarge-6 {
    height: calc(50% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxlarge-7 {
    height: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxlarge-8 {
    height: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxlarge-9 {
    height: calc(75% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxlarge-10 {
    height: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxlarge-11 {
    height: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxlarge-12 {
    height: calc(100% - 1.5rem);
  }
}
@media screen and (min-width: 105em) {
  .grid-margin-y > .xxxxxxxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxxxxxxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxxxxxxlarge-1 {
    height: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxxlarge-2 {
    height: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxxlarge-3 {
    height: calc(25% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxxlarge-4 {
    height: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxxlarge-5 {
    height: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxxlarge-6 {
    height: calc(50% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxxlarge-7 {
    height: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxxlarge-8 {
    height: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxxlarge-9 {
    height: calc(75% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxxlarge-10 {
    height: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxxlarge-11 {
    height: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxxlarge-12 {
    height: calc(100% - 1.5rem);
  }
}
@media screen and (min-width: 120em) {
  .grid-margin-y > .xxxxxxxxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxxxxxxxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxxxxxxxlarge-1 {
    height: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxxxlarge-2 {
    height: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxxxlarge-3 {
    height: calc(25% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxxxlarge-4 {
    height: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxxxlarge-5 {
    height: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxxxlarge-6 {
    height: calc(50% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxxxlarge-7 {
    height: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxxxlarge-8 {
    height: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxxxlarge-9 {
    height: calc(75% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxxxlarge-10 {
    height: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxxxlarge-11 {
    height: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxxxlarge-12 {
    height: calc(100% - 1.5rem);
  }
}

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

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

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-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: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 27.5em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    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: 33.75em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    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: 40em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .xlarge-grid-frame {
    width: 100%;
  }
  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .xlarge-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 48em) {
  .xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .xxlarge-grid-frame {
    width: 100%;
  }
  .xxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xxlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .xxlarge-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .xxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 56em) {
  .xxxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .xxxlarge-grid-frame {
    width: 100%;
  }
  .xxxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xxxlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .xxxlarge-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .xxxlarge-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: 64em) {
  .xxxxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .xxxxlarge-grid-frame {
    width: 100%;
  }
  .xxxxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xxxxlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .xxxxlarge-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .xxxxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 75em) {
  .xxxxxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .xxxxxlarge-grid-frame {
    width: 100%;
  }
  .xxxxxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xxxxxlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .xxxxxlarge-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .xxxxxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 90em) {
  .xxxxxxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .xxxxxxlarge-grid-frame {
    width: 100%;
  }
  .xxxxxxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xxxxxxlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .xxxxxxlarge-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .xxxxxxlarge-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: 105em) {
  .xxxxxxxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .xxxxxxxlarge-grid-frame {
    width: 100%;
  }
  .xxxxxxxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xxxxxxxlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .xxxxxxxlarge-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .xxxxxxxlarge-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: 120em) {
  .xxxxxxxxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .xxxxxxxxlarge-grid-frame {
    width: 100%;
  }
  .xxxxxxxxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xxxxxxxxlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .xxxxxxxxlarge-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .xxxxxxxxlarge-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 {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 27.5em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 33.75em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 40em) {
  .grid-y.xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 48em) {
  .grid-y.xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 56em) {
  .grid-y.xxxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 64em) {
  .grid-y.xxxxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-y.xxxxxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-y.xxxxxxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 105em) {
  .grid-y.xxxxxxxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 120em) {
  .grid-y.xxxxxxxxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 27.5em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 33.75em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 40em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 48em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 56em) {
  .cell .grid-y.xxxlarge-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 64em) {
  .cell .grid-y.xxxxlarge-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .cell .grid-y.xxxxxlarge-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 90em) {
  .cell .grid-y.xxxxxxlarge-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 105em) {
  .cell .grid-y.xxxxxxxlarge-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 120em) {
  .cell .grid-y.xxxxxxxxlarge-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 27.5em) {
  .grid-margin-y {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 27.5em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.5rem);
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 27.5em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.5rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.5rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.5rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.5rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.5rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.5rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.5rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.5rem);
  }
}
@media print, screen and (min-width: 33.75em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.5rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.5rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.5rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.5rem);
  }
}
@media screen and (min-width: 40em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.5rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.5rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.5rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.5rem);
  }
}
@media screen and (min-width: 48em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.5rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.5rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.5rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 1.5rem);
  }
}
@media screen and (min-width: 56em) {
  .grid-margin-y > .xxxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxxlarge-1 {
    height: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxxlarge-2 {
    height: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxxlarge-3 {
    height: calc(25% - 1.5rem);
  }
  .grid-margin-y > .xxxlarge-4 {
    height: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxxlarge-5 {
    height: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxxlarge-6 {
    height: calc(50% - 1.5rem);
  }
  .grid-margin-y > .xxxlarge-7 {
    height: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxxlarge-8 {
    height: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxxlarge-9 {
    height: calc(75% - 1.5rem);
  }
  .grid-margin-y > .xxxlarge-10 {
    height: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxxlarge-11 {
    height: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxxlarge-12 {
    height: calc(100% - 1.5rem);
  }
}
@media screen and (min-width: 64em) {
  .grid-margin-y > .xxxxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxxxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxxxlarge-1 {
    height: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxxxlarge-2 {
    height: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxxxlarge-3 {
    height: calc(25% - 1.5rem);
  }
  .grid-margin-y > .xxxxlarge-4 {
    height: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxxxlarge-5 {
    height: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxxxlarge-6 {
    height: calc(50% - 1.5rem);
  }
  .grid-margin-y > .xxxxlarge-7 {
    height: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxxxlarge-8 {
    height: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxxxlarge-9 {
    height: calc(75% - 1.5rem);
  }
  .grid-margin-y > .xxxxlarge-10 {
    height: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxxxlarge-11 {
    height: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxxxlarge-12 {
    height: calc(100% - 1.5rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y > .xxxxxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxxxxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxxxxlarge-1 {
    height: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxxxxlarge-2 {
    height: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxxxxlarge-3 {
    height: calc(25% - 1.5rem);
  }
  .grid-margin-y > .xxxxxlarge-4 {
    height: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxxxxlarge-5 {
    height: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxxxxlarge-6 {
    height: calc(50% - 1.5rem);
  }
  .grid-margin-y > .xxxxxlarge-7 {
    height: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxxxxlarge-8 {
    height: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxxxxlarge-9 {
    height: calc(75% - 1.5rem);
  }
  .grid-margin-y > .xxxxxlarge-10 {
    height: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxxxxlarge-11 {
    height: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxxxxlarge-12 {
    height: calc(100% - 1.5rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y > .xxxxxxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxxxxxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxxxxxlarge-1 {
    height: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxlarge-2 {
    height: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxlarge-3 {
    height: calc(25% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxlarge-4 {
    height: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxlarge-5 {
    height: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxlarge-6 {
    height: calc(50% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxlarge-7 {
    height: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxlarge-8 {
    height: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxlarge-9 {
    height: calc(75% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxlarge-10 {
    height: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxlarge-11 {
    height: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxlarge-12 {
    height: calc(100% - 1.5rem);
  }
}
@media screen and (min-width: 105em) {
  .grid-margin-y > .xxxxxxxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxxxxxxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxxxxxxlarge-1 {
    height: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxxlarge-2 {
    height: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxxlarge-3 {
    height: calc(25% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxxlarge-4 {
    height: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxxlarge-5 {
    height: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxxlarge-6 {
    height: calc(50% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxxlarge-7 {
    height: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxxlarge-8 {
    height: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxxlarge-9 {
    height: calc(75% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxxlarge-10 {
    height: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxxlarge-11 {
    height: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxxlarge-12 {
    height: calc(100% - 1.5rem);
  }
}
@media screen and (min-width: 120em) {
  .grid-margin-y > .xxxxxxxxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxxxxxxxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxxxxxxxlarge-1 {
    height: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxxxlarge-2 {
    height: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxxxlarge-3 {
    height: calc(25% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxxxlarge-4 {
    height: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxxxlarge-5 {
    height: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxxxlarge-6 {
    height: calc(50% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxxxlarge-7 {
    height: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxxxlarge-8 {
    height: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxxxlarge-9 {
    height: calc(75% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxxxlarge-10 {
    height: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxxxlarge-11 {
    height: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-y > .xxxxxxxxlarge-12 {
    height: calc(100% - 1.5rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}
@media print, screen and (min-width: 27.5em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.5rem);
  }
}
@media print, screen and (min-width: 33.75em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.5rem);
  }
}
@media screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.5rem);
  }
}
@media screen and (min-width: 48em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.5rem);
  }
}
@media screen and (min-width: 56em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.5rem);
  }
}
@media screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.5rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.5rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.5rem);
  }
}
@media screen and (min-width: 105em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.5rem);
  }
}
@media screen and (min-width: 120em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.5rem);
  }
}

@media print, screen and (min-width: 27.5em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.5rem);
  }
}
@media print, screen and (min-width: 33.75em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.5rem);
  }
}
@media screen and (min-width: 40em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 1.5rem);
  }
}
@media screen and (min-width: 48em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 1.5rem);
  }
}
@media screen and (min-width: 56em) {
  .grid-margin-y.xxxlarge-grid-frame {
    height: calc(100vh + 1.5rem);
  }
}
@media screen and (min-width: 64em) {
  .grid-margin-y.xxxxlarge-grid-frame {
    height: calc(100vh + 1.5rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y.xxxxxlarge-grid-frame {
    height: calc(100vh + 1.5rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y.xxxxxxlarge-grid-frame {
    height: calc(100vh + 1.5rem);
  }
}
@media screen and (min-width: 105em) {
  .grid-margin-y.xxxxxxxlarge-grid-frame {
    height: calc(100vh + 1.5rem);
  }
}
@media screen and (min-width: 120em) {
  .grid-margin-y.xxxxxxxxlarge-grid-frame {
    height: calc(100vh + 1.5rem);
  }
}
.close-button {
  position: absolute;
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button.medium, .close-button {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: none;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #5592cd;
  position: fixed;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0;
}
.off-canvas.is-open {
  transform: translate(0, 0);
}

.off-canvas-absolute {
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #5592cd;
  position: absolute;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0;
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 280px;
  transform: translateX(-280px);
}
@media print, screen and (min-width: 27.5em) {
  .position-left {
    width: 320px;
    transform: translateX(-320px);
  }
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-280px);
}
@media print, screen and (min-width: 27.5em) {
  .off-canvas-content .off-canvas.position-left {
    transform: translateX(-320px);
  }
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(280px);
}
@media print, screen and (min-width: 27.5em) {
  .off-canvas-content.is-open-left.has-transition-push {
    transform: translateX(320px);
  }
}

.position-left.is-transition-push {
  box-shadow: inset 0 0 0 0 rgba(10, 10, 10, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 280px;
  transform: translateX(280px);
}
@media print, screen and (min-width: 27.5em) {
  .position-right {
    width: 320px;
    transform: translateX(320px);
  }
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(280px);
}
@media print, screen and (min-width: 27.5em) {
  .off-canvas-content .off-canvas.position-right {
    transform: translateX(320px);
  }
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-280px);
}
@media print, screen and (min-width: 27.5em) {
  .off-canvas-content.is-open-right.has-transition-push {
    transform: translateX(-320px);
  }
}

.position-right.is-transition-push {
  box-shadow: inset 0 0 0 0 rgba(10, 10, 10, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 0 0 0 rgba(10, 10, 10, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 0 0 0 rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
  transform: none;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  transition: transform 0.5s ease;
}
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 27.5em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 320px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 320px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 320px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 320px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 320px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 320px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 320px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 320px;
  }
}
@media print, screen and (min-width: 33.75em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 320px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 320px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 320px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 320px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 320px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 320px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 320px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 320px;
  }
}
@media screen and (min-width: 40em) {
  .position-left.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 320px;
  }
  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 320px;
  }
  .position-right.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 320px;
  }
  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 320px;
  }
  .position-top.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 320px;
  }
  .position-top.reveal-for-xlarge ~ .off-canvas-content {
    margin-top: 320px;
  }
  .position-bottom.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 320px;
  }
  .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
    margin-bottom: 320px;
  }
}
@media screen and (min-width: 48em) {
  .position-left.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 320px;
  }
  .position-left.reveal-for-xxlarge ~ .off-canvas-content {
    margin-left: 320px;
  }
  .position-right.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 320px;
  }
  .position-right.reveal-for-xxlarge ~ .off-canvas-content {
    margin-right: 320px;
  }
  .position-top.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 320px;
  }
  .position-top.reveal-for-xxlarge ~ .off-canvas-content {
    margin-top: 320px;
  }
  .position-bottom.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 320px;
  }
  .position-bottom.reveal-for-xxlarge ~ .off-canvas-content {
    margin-bottom: 320px;
  }
}
@media screen and (min-width: 56em) {
  .position-left.reveal-for-xxxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xxxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xxxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 320px;
  }
  .position-left.reveal-for-xxxlarge ~ .off-canvas-content {
    margin-left: 320px;
  }
  .position-right.reveal-for-xxxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xxxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xxxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 320px;
  }
  .position-right.reveal-for-xxxlarge ~ .off-canvas-content {
    margin-right: 320px;
  }
  .position-top.reveal-for-xxxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xxxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xxxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 320px;
  }
  .position-top.reveal-for-xxxlarge ~ .off-canvas-content {
    margin-top: 320px;
  }
  .position-bottom.reveal-for-xxxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xxxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xxxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 320px;
  }
  .position-bottom.reveal-for-xxxlarge ~ .off-canvas-content {
    margin-bottom: 320px;
  }
}
@media screen and (min-width: 64em) {
  .position-left.reveal-for-xxxxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xxxxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xxxxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 320px;
  }
  .position-left.reveal-for-xxxxlarge ~ .off-canvas-content {
    margin-left: 320px;
  }
  .position-right.reveal-for-xxxxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xxxxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xxxxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 320px;
  }
  .position-right.reveal-for-xxxxlarge ~ .off-canvas-content {
    margin-right: 320px;
  }
  .position-top.reveal-for-xxxxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xxxxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xxxxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 320px;
  }
  .position-top.reveal-for-xxxxlarge ~ .off-canvas-content {
    margin-top: 320px;
  }
  .position-bottom.reveal-for-xxxxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xxxxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xxxxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 320px;
  }
  .position-bottom.reveal-for-xxxxlarge ~ .off-canvas-content {
    margin-bottom: 320px;
  }
}
@media screen and (min-width: 75em) {
  .position-left.reveal-for-xxxxxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xxxxxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xxxxxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 320px;
  }
  .position-left.reveal-for-xxxxxlarge ~ .off-canvas-content {
    margin-left: 320px;
  }
  .position-right.reveal-for-xxxxxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xxxxxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xxxxxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 320px;
  }
  .position-right.reveal-for-xxxxxlarge ~ .off-canvas-content {
    margin-right: 320px;
  }
  .position-top.reveal-for-xxxxxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xxxxxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xxxxxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 320px;
  }
  .position-top.reveal-for-xxxxxlarge ~ .off-canvas-content {
    margin-top: 320px;
  }
  .position-bottom.reveal-for-xxxxxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xxxxxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xxxxxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 320px;
  }
  .position-bottom.reveal-for-xxxxxlarge ~ .off-canvas-content {
    margin-bottom: 320px;
  }
}
@media screen and (min-width: 90em) {
  .position-left.reveal-for-xxxxxxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xxxxxxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xxxxxxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 320px;
  }
  .position-left.reveal-for-xxxxxxlarge ~ .off-canvas-content {
    margin-left: 320px;
  }
  .position-right.reveal-for-xxxxxxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xxxxxxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xxxxxxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 320px;
  }
  .position-right.reveal-for-xxxxxxlarge ~ .off-canvas-content {
    margin-right: 320px;
  }
  .position-top.reveal-for-xxxxxxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xxxxxxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xxxxxxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 320px;
  }
  .position-top.reveal-for-xxxxxxlarge ~ .off-canvas-content {
    margin-top: 320px;
  }
  .position-bottom.reveal-for-xxxxxxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xxxxxxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xxxxxxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 320px;
  }
  .position-bottom.reveal-for-xxxxxxlarge ~ .off-canvas-content {
    margin-bottom: 320px;
  }
}
@media screen and (min-width: 105em) {
  .position-left.reveal-for-xxxxxxxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xxxxxxxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xxxxxxxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 320px;
  }
  .position-left.reveal-for-xxxxxxxlarge ~ .off-canvas-content {
    margin-left: 320px;
  }
  .position-right.reveal-for-xxxxxxxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xxxxxxxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xxxxxxxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 320px;
  }
  .position-right.reveal-for-xxxxxxxlarge ~ .off-canvas-content {
    margin-right: 320px;
  }
  .position-top.reveal-for-xxxxxxxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xxxxxxxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xxxxxxxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 320px;
  }
  .position-top.reveal-for-xxxxxxxlarge ~ .off-canvas-content {
    margin-top: 320px;
  }
  .position-bottom.reveal-for-xxxxxxxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xxxxxxxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xxxxxxxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 320px;
  }
  .position-bottom.reveal-for-xxxxxxxlarge ~ .off-canvas-content {
    margin-bottom: 320px;
  }
}
@media screen and (min-width: 120em) {
  .position-left.reveal-for-xxxxxxxxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xxxxxxxxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xxxxxxxxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 320px;
  }
  .position-left.reveal-for-xxxxxxxxlarge ~ .off-canvas-content {
    margin-left: 320px;
  }
  .position-right.reveal-for-xxxxxxxxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xxxxxxxxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xxxxxxxxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 320px;
  }
  .position-right.reveal-for-xxxxxxxxlarge ~ .off-canvas-content {
    margin-right: 320px;
  }
  .position-top.reveal-for-xxxxxxxxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xxxxxxxxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xxxxxxxxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 320px;
  }
  .position-top.reveal-for-xxxxxxxxlarge ~ .off-canvas-content {
    margin-top: 320px;
  }
  .position-bottom.reveal-for-xxxxxxxxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xxxxxxxxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xxxxxxxxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 320px;
  }
  .position-bottom.reveal-for-xxxxxxxxlarge ~ .off-canvas-content {
    margin-bottom: 320px;
  }
}
@media print, screen and (min-width: 27.5em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 33.75em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
@media screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-xlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-xlarge .close-button {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .off-canvas.in-canvas-for-xxlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-xxlarge.position-left, .off-canvas.in-canvas-for-xxlarge.position-right, .off-canvas.in-canvas-for-xxlarge.position-top, .off-canvas.in-canvas-for-xxlarge.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-xxlarge .close-button {
    display: none;
  }
}
@media screen and (min-width: 56em) {
  .off-canvas.in-canvas-for-xxxlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-xxxlarge.position-left, .off-canvas.in-canvas-for-xxxlarge.position-right, .off-canvas.in-canvas-for-xxxlarge.position-top, .off-canvas.in-canvas-for-xxxlarge.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-xxxlarge .close-button {
    display: none;
  }
}
@media screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-xxxxlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-xxxxlarge.position-left, .off-canvas.in-canvas-for-xxxxlarge.position-right, .off-canvas.in-canvas-for-xxxxlarge.position-top, .off-canvas.in-canvas-for-xxxxlarge.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-xxxxlarge .close-button {
    display: none;
  }
}
@media screen and (min-width: 75em) {
  .off-canvas.in-canvas-for-xxxxxlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-xxxxxlarge.position-left, .off-canvas.in-canvas-for-xxxxxlarge.position-right, .off-canvas.in-canvas-for-xxxxxlarge.position-top, .off-canvas.in-canvas-for-xxxxxlarge.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-xxxxxlarge .close-button {
    display: none;
  }
}
@media screen and (min-width: 90em) {
  .off-canvas.in-canvas-for-xxxxxxlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-xxxxxxlarge.position-left, .off-canvas.in-canvas-for-xxxxxxlarge.position-right, .off-canvas.in-canvas-for-xxxxxxlarge.position-top, .off-canvas.in-canvas-for-xxxxxxlarge.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-xxxxxxlarge .close-button {
    display: none;
  }
}
@media screen and (min-width: 105em) {
  .off-canvas.in-canvas-for-xxxxxxxlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-xxxxxxxlarge.position-left, .off-canvas.in-canvas-for-xxxxxxxlarge.position-right, .off-canvas.in-canvas-for-xxxxxxxlarge.position-top, .off-canvas.in-canvas-for-xxxxxxxlarge.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-xxxxxxxlarge .close-button {
    display: none;
  }
}
@media screen and (min-width: 120em) {
  .off-canvas.in-canvas-for-xxxxxxxxlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-xxxxxxxxlarge.position-left, .off-canvas.in-canvas-for-xxxxxxxxlarge.position-right, .off-canvas.in-canvas-for-xxxxxxxxlarge.position-top, .off-canvas.in-canvas-for-xxxxxxxxlarge.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-xxxxxxxxlarge .close-button {
    display: none;
  }
}
html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(37, 36, 55, 0.45);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.reveal {
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 27.5em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 27.5em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 27.5em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 27.5em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 27.5em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 27.49875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.align-left {
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 27.5em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 33.75em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 40em) {
  .xlarge-order-1 {
    order: 1;
  }
  .xlarge-order-2 {
    order: 2;
  }
  .xlarge-order-3 {
    order: 3;
  }
  .xlarge-order-4 {
    order: 4;
  }
  .xlarge-order-5 {
    order: 5;
  }
  .xlarge-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 48em) {
  .xxlarge-order-1 {
    order: 1;
  }
  .xxlarge-order-2 {
    order: 2;
  }
  .xxlarge-order-3 {
    order: 3;
  }
  .xxlarge-order-4 {
    order: 4;
  }
  .xxlarge-order-5 {
    order: 5;
  }
  .xxlarge-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 56em) {
  .xxxlarge-order-1 {
    order: 1;
  }
  .xxxlarge-order-2 {
    order: 2;
  }
  .xxxlarge-order-3 {
    order: 3;
  }
  .xxxlarge-order-4 {
    order: 4;
  }
  .xxxlarge-order-5 {
    order: 5;
  }
  .xxxlarge-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 64em) {
  .xxxxlarge-order-1 {
    order: 1;
  }
  .xxxxlarge-order-2 {
    order: 2;
  }
  .xxxxlarge-order-3 {
    order: 3;
  }
  .xxxxlarge-order-4 {
    order: 4;
  }
  .xxxxlarge-order-5 {
    order: 5;
  }
  .xxxxlarge-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 75em) {
  .xxxxxlarge-order-1 {
    order: 1;
  }
  .xxxxxlarge-order-2 {
    order: 2;
  }
  .xxxxxlarge-order-3 {
    order: 3;
  }
  .xxxxxlarge-order-4 {
    order: 4;
  }
  .xxxxxlarge-order-5 {
    order: 5;
  }
  .xxxxxlarge-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 90em) {
  .xxxxxxlarge-order-1 {
    order: 1;
  }
  .xxxxxxlarge-order-2 {
    order: 2;
  }
  .xxxxxxlarge-order-3 {
    order: 3;
  }
  .xxxxxxlarge-order-4 {
    order: 4;
  }
  .xxxxxxlarge-order-5 {
    order: 5;
  }
  .xxxxxxlarge-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 105em) {
  .xxxxxxxlarge-order-1 {
    order: 1;
  }
  .xxxxxxxlarge-order-2 {
    order: 2;
  }
  .xxxxxxxlarge-order-3 {
    order: 3;
  }
  .xxxxxxxlarge-order-4 {
    order: 4;
  }
  .xxxxxxxlarge-order-5 {
    order: 5;
  }
  .xxxxxxxlarge-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 120em) {
  .xxxxxxxxlarge-order-1 {
    order: 1;
  }
  .xxxxxxxxlarge-order-2 {
    order: 2;
  }
  .xxxxxxxxlarge-order-3 {
    order: 3;
  }
  .xxxxxxxxlarge-order-4 {
    order: 4;
  }
  .xxxxxxxxlarge-order-5 {
    order: 5;
  }
  .xxxxxxxxlarge-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

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

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

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

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

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

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

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

@media print, screen and (min-width: 27.5em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 33.75em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 40em) {
  .xlarge-flex-container {
    display: flex;
  }
  .xlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xlarge-flex-dir-row {
    flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 48em) {
  .xxlarge-flex-container {
    display: flex;
  }
  .xxlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xxlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xxlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xxlarge-flex-dir-row {
    flex-direction: row;
  }
  .xxlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xxlarge-flex-dir-column {
    flex-direction: column;
  }
  .xxlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 56em) {
  .xxxlarge-flex-container {
    display: flex;
  }
  .xxxlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xxxlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xxxlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xxxlarge-flex-dir-row {
    flex-direction: row;
  }
  .xxxlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xxxlarge-flex-dir-column {
    flex-direction: column;
  }
  .xxxlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 64em) {
  .xxxxlarge-flex-container {
    display: flex;
  }
  .xxxxlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xxxxlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xxxxlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xxxxlarge-flex-dir-row {
    flex-direction: row;
  }
  .xxxxlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xxxxlarge-flex-dir-column {
    flex-direction: column;
  }
  .xxxxlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 75em) {
  .xxxxxlarge-flex-container {
    display: flex;
  }
  .xxxxxlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xxxxxlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xxxxxlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xxxxxlarge-flex-dir-row {
    flex-direction: row;
  }
  .xxxxxlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xxxxxlarge-flex-dir-column {
    flex-direction: column;
  }
  .xxxxxlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 90em) {
  .xxxxxxlarge-flex-container {
    display: flex;
  }
  .xxxxxxlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xxxxxxlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xxxxxxlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xxxxxxlarge-flex-dir-row {
    flex-direction: row;
  }
  .xxxxxxlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xxxxxxlarge-flex-dir-column {
    flex-direction: column;
  }
  .xxxxxxlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 105em) {
  .xxxxxxxlarge-flex-container {
    display: flex;
  }
  .xxxxxxxlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xxxxxxxlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xxxxxxxlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xxxxxxxlarge-flex-dir-row {
    flex-direction: row;
  }
  .xxxxxxxlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xxxxxxxlarge-flex-dir-column {
    flex-direction: column;
  }
  .xxxxxxxlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 120em) {
  .xxxxxxxxlarge-flex-container {
    display: flex;
  }
  .xxxxxxxxlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xxxxxxxxlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xxxxxxxxlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xxxxxxxxlarge-flex-dir-row {
    flex-direction: row;
  }
  .xxxxxxxxlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xxxxxxxxlarge-flex-dir-column {
    flex-direction: column;
  }
  .xxxxxxxxlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 56em) and (max-width: 63.99875em) {
  .hide-for-xxxlarge-only {
    display: none !important;
  }
}

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

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

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

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

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

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

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

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .hide-for-xxxxxlarge-only {
    display: none !important;
  }
}

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

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

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

@media screen and (min-width: 90em) and (max-width: 104.99875em) {
  .hide-for-xxxxxxlarge-only {
    display: none !important;
  }
}

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

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

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

@media screen and (min-width: 105em) and (max-width: 119.99875em) {
  .hide-for-xxxxxxxlarge-only {
    display: none !important;
  }
}

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

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

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

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

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

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

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

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

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.spin-ccw {
  animation-name: spin-ccw-1turn;
}
@keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1turn);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-scroll {
  overflow: scroll !important;
  -webkit-overflow-scrolling: touch;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
  -webkit-overflow-scrolling: touch;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
}

.display-inline {
  display: inline !important;
}

.display-inline-block {
  display: inline-block !important;
}

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

.display-table {
  display: table !important;
}

.display-table-cell {
  display: table-cell !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-fixed-top {
  position: fixed !important;
  top: 0rem !important;
  right: 0rem !important;
  left: 0rem !important;
  z-index: 975;
}

.position-fixed-bottom {
  position: fixed !important;
  right: 0rem !important;
  bottom: 0rem !important;
  left: 0rem !important;
  z-index: 975;
}

* {
  --test-color: red;
}
*:focus {
  outline: 0.0625rem dotted #252437;
}
* {
  margin: 0;
}

html,
body {
  height: 100%;
  scroll-behavior: smooth;
}

blockquote,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
section,
ul,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  overflow-wrap: break-word;
}

address,
cite,
dt,
strong,
b,
i {
  font-style: normal;
}

fieldset {
  border: 0;
}
fieldset[disabled] {
  cursor: not-allowed;
}

img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

input[type=text],
input[type=email],
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=email],
input[type=file],
input[ype=hidden],
input[type=image],
input[type=month],
input[ype=number],
input[type=password],
input[type=range],
input[type=reset],
input[type=search],
input[type=submit],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
  appearance: none;
  -moz-appearance: none;
  box-shadow: 0;
  text-overflow: ellipsis;
}

textarea {
  resize: none;
  overflow: hidden;
}

a,
small,
span {
  font-size: inherit;
}

a,
button,
label,
input,
select,
textarea {
  cursor: pointer;
}

a, a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}

a,
button:before,
button,
svg {
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
}

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

picture img {
  height: auto;
}

video {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

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

@media print, screen and (max-width: 39.99875em) {
  .column-fix--large-down {
    margin: 0 -0.75rem;
    padding: 0 0.75rem;
  }
}

@media screen and (min-width: 64em) {
  .column-padding--energy-management-left {
    padding-left: 2.25rem;
  }
}
@media screen and (min-width: 64em) {
  .column-padding--our-services {
    padding: 0 2.75rem;
  }
}
@media screen and (min-width: 64em) {
  .column-padding--our-services-left {
    padding-left: 2.75rem;
  }
}
@media screen and (min-width: 64em) {
  .column-padding--section-aside-left {
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 64em) {
  .column-padding--section-aside-right {
    padding-right: 2.75rem;
  }
}
@media screen and (min-width: 64em) {
  .column-padding--section-aside-right-50 {
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 40em) {
  .column-padding--xlarge {
    padding-left: 1.25rem;
  }
}
@media screen and (min-width: 64em) {
  .column-padding--xlarge {
    padding-left: 2.25rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .column-padding--xxxlarge-down {
    padding-left: 1rem;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .column-padding--xxxxlarge-down {
    padding-left: 1rem;
  }
}
@media screen and (min-width: 64em) {
  .column-padding--xxxxlarge {
    padding-left: 2.25rem;
  }
}

.grid-column-1-span-3 {
  grid-column: 1/span 3;
}
@media screen and (min-width: 27.5em) and (max-width: 47.99875em) {
  .grid-column-1-span-3--medium {
    grid-column: 1/span 3;
  }
}

.grid-column-1-span-4 {
  grid-column: 1/span 4;
}
@media screen and (min-width: 48em) and (max-width: 74.99875em) {
  .grid-column-1-span-4--xxlarge {
    grid-column: 1/span 4;
  }
}

.grid-column-1-span-5 {
  grid-column: 1/span 5;
}
@media print, screen and (min-width: 27.5em) {
  .grid-column-1-span-5--medium {
    grid-column: 1/span 5;
  }
}

.grid-column-1-span-6 {
  grid-column: 1/span 6;
}
@media screen and (min-width: 27.5em) and (max-width: 47.99875em) {
  .grid-column-1-span-6--medium {
    grid-column: 1/span 6;
  }
}
@media screen and (min-width: 40em) {
  .grid-column-1-span-6--xlarge {
    grid-column: 1/span 6;
  }
}

.grid-column-1-span-12 {
  grid-column: 1/span 12;
}
@media screen and (min-width: 27.5em) and (max-width: 47.99875em) {
  .grid-column-1-span-12--medium {
    grid-column: 1/span 12;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .grid-column-1-span-12--xxxlarge-down {
    grid-column: 1/span 12;
  }
}

.grid-column-2-span-5 {
  grid-column: 2/span 5;
}
@media screen and (min-width: 40em) {
  .grid-column-2-span-5--xlarge {
    grid-column: 2/span 5;
  }
}
@media screen and (min-width: 48em) {
  .grid-column-2-span-5--xxlarge {
    grid-column: 2/span 5;
  }
}

.grid-column-2-span-10 {
  grid-column: 2/span 10;
}
@media screen and (min-width: 48em) {
  .grid-column-2-span-10--xxlarge {
    grid-column: 2/span 10;
  }
}
@media screen and (min-width: 64em) {
  .grid-column-2-span-10--xxxxlarge {
    grid-column: 2/span 10;
  }
}

@media print, screen and (min-width: 27.5em) {
  .grid-column-3-span-9--medium {
    grid-column: 3/span 9;
  }
}

@media print, screen and (min-width: 27.5em) {
  .grid-column-4-span-4--medium {
    grid-column: 4/span 4;
  }
}

@media print, screen and (min-width: 27.5em) {
  .grid-column-4-span-9--medium {
    grid-column: 4/span 9;
  }
}
@media screen and (min-width: 56em) {
  .grid-column-4-span-9--xxxlarge {
    grid-column: 4/span 9;
  }
}

@media print, screen and (min-width: 27.5em) {
  .grid-column-5-span-8--medium {
    grid-column: 5/span 8;
  }
}
@media screen and (min-width: 48em) {
  .grid-column-5-span-8--xxlarge {
    grid-column: 5/span 8;
  }
}

@media print, screen and (min-width: 27.5em) {
  .grid-column-7-span-5--medium {
    grid-column: 7/span 5;
  }
}
@media screen and (min-width: 40em) {
  .grid-column-7-span-5--xlarge {
    grid-column: 7/span 5;
  }
}
@media screen and (min-width: 48em) {
  .grid-column-7-span-5--xxlarge {
    grid-column: 7/span 5;
  }
}
@media screen and (min-width: 56em) {
  .grid-column-7-span-5--xxxlarge {
    grid-column: 7/span 5;
  }
}

@media print, screen and (min-width: 27.5em) {
  .grid-column-7-span-6--medium {
    grid-column: 7/span 6;
  }
}
@media screen and (min-width: 40em) {
  .grid-column-7-span-6--xlarge {
    grid-column: 7/span 6;
  }
}
@media screen and (min-width: 56em) {
  .grid-column-7-span-6--xxxlarge {
    grid-column: 7/span 6;
  }
}

@media print, screen and (min-width: 27.5em) {
  .grid-column-5-span-8--medium {
    grid-column: 5/span 8;
  }
}
@media screen and (min-width: 48em) and (max-width: 74.99875em) {
  .grid-column-5-span-8--xxlarge {
    grid-column: 5/span 8;
  }
}
@media screen and (min-width: 56em) {
  .grid-column-5-span-8--xxxlarge {
    grid-column: 5/span 8;
  }
}

.grid-column-6-span-6 {
  grid-column: 6/span 6;
}
@media print, screen and (min-width: 27.5em) {
  .grid-column-6-span-6--medium {
    grid-column: 6/span 6;
  }
}

.grid-column-6-span-7 {
  grid-column: 6/span 7;
}
@media print, screen and (max-width: 55.99875em) {
  .grid-column-6-span-7--xxlarge-down {
    grid-column: 6/span 7;
  }
}
@media screen and (min-width: 56em) {
  .grid-column-6-span-7--xxxlarge {
    grid-column: 6/span 7;
  }
}
@media screen and (min-width: 75em) {
  .grid-column-6-span-7--xxxxxlarge {
    grid-column: 6/span 7;
  }
}
@media screen and (min-width: 90em) {
  .grid-column-6-span-7--xxxxxxlarge {
    grid-column: 6/span 7;
  }
}

.grid-column-7-span-6 {
  grid-column: 7/span 6;
}
@media screen and (min-width: 48em) {
  .grid-column-7-span-6--xxlarge {
    grid-column: 7/span 6;
  }
}
@media screen and (min-width: 56em) {
  .grid-column-7-span-6--xxxlarge {
    grid-column: 7/span 6;
  }
}
@media screen and (min-width: 75em) {
  .grid-column-7-span-6--xxxxxlarge {
    grid-column: 7/span 6;
  }
}

.grid-column-9-span-3 {
  grid-column: 9/span 3;
}
@media print, screen and (min-width: 27.5em) {
  .grid-column-9-span-3--medium {
    grid-column: 9/span 3;
  }
}
@media screen and (min-width: 56em) {
  .grid-column-9-span-3--xxxlarge {
    grid-column: 9/span 3;
  }
}
@media screen and (min-width: 75em) {
  .grid-column-9-span-3--xxxxxlarge {
    grid-column: 9/span 3;
  }
}

@media screen and (min-width: 27.5em) and (max-width: 39.99875em) {
  .grid-column-9-span-4--medium {
    grid-column: 9/span 4;
  }
}
@media screen and (min-width: 56em) {
  .grid-column-9-span-4--xxxlarge {
    grid-column: 9/span 4;
  }
}
@media screen and (min-width: 75em) {
  .grid-column-9-span-4--xxxxxlarge {
    grid-column: 9/span 4;
  }
}

@media screen and (min-width: 27.5em) and (max-width: 47.99875em) {
  .grid-column-10-span-3--medium {
    grid-column: 10/span 3;
  }
}
@media screen and (min-width: 40em) and (max-width: 47.99875em) {
  .grid-column-10-span-3--xlarge {
    grid-column: 10/span 3;
  }
}
@media screen and (min-width: 56em) {
  .grid-column-10-span-3--xxxlarge {
    grid-column: 10/span 3;
  }
}
@media screen and (min-width: 75em) {
  .grid-column-10-span-3--xxxxxlarge {
    grid-column: 10/span 3;
  }
}

.grid-column-1-span-12 {
  grid-column: 1/span 12;
}

.gg-h-font--body {
  font-family: "effra", Helvetica, Roboto, Arial, sans-serif;
}
.gg-h-font--header {
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 700;
}

.gg-h-font-weight--bold {
  font-weight: 700;
}
.gg-h-font-weight--semibold {
  font-weight: 500;
}
.gg-h-font-weight--medium {
  font-weight: 600;
}
.gg-h-font-weight--normal {
  font-weight: 400;
}

@media screen and (min-width: 27.5em) and (max-width: 63.99875em) {
  .gg-h-heading-spacer--medium-to-xxxlarge:after {
    content: " ";
    display: block;
  }
}

.gg-h-hidden {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  overflow: hidden;
  margin: 0;
  clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);
}

@media print, screen and (max-width: 33.74875em) {
  .gg-h-padding--none-mobile-down {
    padding: 0;
  }
}

.gg-h-punctuation--comma:after {
  content: ",";
}
.gg-h-punctuation--period:after {
  content: ".";
}
.gg-h-punctuation--question:after {
  content: "?";
}

.gg-t-bg--blue {
  background-color: #5592cd;
}
.gg-t-bg--dark-gray-blue {
  background-color: #252437;
}
.gg-t-bg--light-blue {
  background-color: #cbe5ef;
}
.gg-t-bg--light-gray-white {
  background-color: #f9f9f9;
}
.gg-t-bg--medium-gray {
  background-color: #cacaca;
}
.gg-t-bg--white {
  background-color: #ffffff;
}

.gg-t-bg-hover--blue:hover {
  background-color: #5592cd;
}
.gg-t-bg-hover--blue:hover, .gg-t-bg-hover--blue:hover > * {
  color: #ffffff;
  fill: #ffffff;
}
.gg-t-bg-hover--blue:hover {
  background-color: #5592cd;
}
.gg-t-bg-hover--dark-gray-blue:hover {
  background-color: #252437;
}
.gg-t-bg-hover--dark-gray-blue:hover, .gg-t-bg-hover--dark-gray-blue:hover > * {
  color: #ffffff;
  fill: #ffffff;
}
.gg-t-bg-hover--dark-gray-blue:hover {
  background-color: #252437;
}
.gg-t-bg-hover--white:hover {
  background-color: #ffffff;
}
.gg-t-bg-hover--white:hover, .gg-t-bg-hover--white:hover > * {
  color: #252437;
  fill: #252437;
}
.gg-t-bg-hover--white:hover {
  background-color: #ffffff;
}

.gg-t-border-radius--none {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.gg-t-border-radius--xsmall {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}
.gg-t-border-radius--small {
  border-radius: 0.625rem;
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  -ms-border-radius: 0.625rem;
  -o-border-radius: 0.625rem;
}
.gg-t-border-radius--medium {
  border-radius: 0.75rem;
  -webkit-border-radius: 0.75rem;
  -moz-border-radius: 0.75rem;
  -ms-border-radius: 0.75rem;
  -o-border-radius: 0.75rem;
}
.gg-t-border-radius--large {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.gg-t-border-radius--xlarge {
  border-radius: 1.1875rem;
  -webkit-border-radius: 1.1875rem;
  -moz-border-radius: 1.1875rem;
  -ms-border-radius: 1.1875rem;
  -o-border-radius: 1.1875rem;
}

.gg-t-color--blue, .gg-t-color--blue > * {
  color: #5592cd;
  fill: #5592cd;
}
.gg-t-color--dark-gray-blue, .gg-t-color--dark-gray-blue > * {
  color: #252437;
  fill: #252437;
}
.gg-t-color--dark-gray-blue-second, .gg-t-color--dark-gray-blue-second > * {
  color: #9a9fa8;
  fill: #9a9fa8;
}
.gg-t-color--facebook-blue, .gg-t-color--facebook-blue > * {
  color: #0866ff;
  fill: #0866ff;
}
.gg-t-color--gray-blue, .gg-t-color--gray-blue > * {
  color: #bdbfc1;
  fill: #bdbfc1;
}
.gg-t-color--light-gray-cyan, .gg-t-color--light-gray-cyan > * {
  color: #dcdddd;
  fill: #dcdddd;
}
.gg-t-color--white, .gg-t-color--white > * {
  color: #ffffff;
  fill: #ffffff;
}

.gg-t-hover--blue:hover, .gg-t-hover--blue:hover > * {
  color: #5592cd;
  fill: #5592cd;
}
.gg-t-hover--dark-gray-blue:hover, .gg-t-hover--dark-gray-blue:hover > * {
  color: #252437;
  fill: #252437;
}
.gg-t-hover--dark-gray-blue-second:hover, .gg-t-hover--dark-gray-blue-second:hover > * {
  color: #9a9fa8;
  fill: #9a9fa8;
}
.gg-t-hover--light-gray-cyan:hover, .gg-t-hover--light-gray-cyan:hover > * {
  color: #dcdddd;
  fill: #dcdddd;
}
.gg-t-hover--white:hover, .gg-t-hover--white:hover > * {
  color: #ffffff;
  fill: #ffffff;
}

.heading-1 {
  font-size: clamp(2.25rem, 2.107rem + 0.714vw, 2.75rem); /* min: 36px, max: 44px */
  line-height: 1.0555555556;
  letter-spacing: -0.051em;
}

.heading-2 {
  font-size: clamp(2rem, 1.893rem + 0.536vw, 2.375rem); /* min: 32px, max: 38px */
  line-height: 1.0526315789;
  letter-spacing: -0.044em;
}

.heading-3 {
  font-size: clamp(1.875rem, 1.768rem + 0.536vw, 2.25rem); /* min: 30px, max: 36px */
  line-height: 0.9444444444;
  letter-spacing: -0.02em;
}

.heading-4 {
  font-size: clamp(1.75rem, 1.679rem + 0.357vw, 2rem); /* min: 28px, max: 32px */
  line-height: 1;
  letter-spacing: -0.037em;
}

.heading-5 {
  font-size: clamp(1.5rem, 1.429rem + 0.357vw, 1.75rem); /* min: 24px, max: 28px */
  line-height: 1.2142857143;
  letter-spacing: -0.033em;
}

.heading-7 {
  font-size: clamp(1.25rem, 1.214rem + 0.179vw, 1.375rem); /* min: 20px, max: 22px */
  line-height: 1.5454545455;
  letter-spacing: -0.026em;
}

.larger-text {
  font-size: clamp(1.75rem, 1.536rem + 1.071vw, 2.5rem); /* min: 28px, max: 40px */
  line-height: 1.1666666667;
  letter-spacing: -0.047em;
}

.big {
  font-size: clamp(1.625rem, 1.446rem + 0.893vw, 2.25rem); /* min: 26px, max: 36px */
  line-height: 1.2222222222;
  letter-spacing: -0.042em;
}

.medium-text {
  font-size: clamp(1.375rem, 1.196rem + 0.893vw, 2rem); /* min: 22px, max: 32px */
  line-height: 0.90625;
  letter-spacing: -0.037em;
}

.gg-c-card--sustainability p,
.standfirst {
  font-size: clamp(1.125rem, 1.018rem + 0.536vw, 1.5rem); /* min: 18px, max: 24px */
  line-height: 1.125;
  letter-spacing: -0.028em;
}

.gg-c-card--news p,
.body-1 {
  font-size: clamp(1.125rem, 1.071rem + 0.268vw, 1.313rem); /* min: 18px, max: 21px */
  line-height: 1.1904761905;
  letter-spacing: -0.025em;
}

.body-1-second {
  font-size: clamp(1.125rem, 1.089rem + 0.179vw, 1.25rem); /* min: 18px, max: 20px */
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.gg-c-card--services p,
.gg-c-card--careers p,
.body-2 {
  font-size: 1.125rem;
  line-height: 1.1111111111;
  letter-spacing: -0.01em;
}

.body-2-second {
  font-size: clamp(1rem, 0.982rem + 0.089vw, 1.063rem); /* min: 16px, max: 17px */
  line-height: 1.1764705882;
  letter-spacing: 0.01em;
}

.gg-c-card--careers p {
  font-size: 1.125rem;
}

.body-3 {
  font-size: 1rem;
  line-height: 1.3125;
  letter-spacing: -0.009em;
}

.gg-c-card--careers li,
.body-4 {
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: -0.019em;
}

.footnote {
  font-size: 0.875rem;
  line-height: 1.2142857143;
  letter-spacing: -0.016em;
}

.small-print {
  font-size: 1rem;
  line-height: 1.125;
  letter-spacing: -0.019em;
}

.overline {
  font-size: clamp(1.125rem, 1.089rem + 0.179vw, 1.25rem); /* min: 18px, max: 20px */
  line-height: 1;
  letter-spacing: 0.001em;
}

.overline-second {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.008em;
}

.byline {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.008em;
}

.legal-text {
  font-size: 0.875rem;
  line-height: 1.1428571429;
  letter-spacing: -0.008em;
}

.small-button {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.medium-button {
  font-size: clamp(1rem, 0.964rem + 0.179vw, 1.125rem); /* min: 16px, max: 18px */
  line-height: 1.8888888889;
  letter-spacing: 0.041em;
}

.large-button {
  font-size: clamp(1.125rem, 1.089rem + 0.179vw, 1.25rem); /* min: 18px, max: 20px */
  line-height: 1;
  letter-spacing: 0.011em;
}

.button {
  font-size: clamp(1.125rem, 1.107rem + 0.089vw, 1.188rem); /* min: 18px, max: 19px */
  line-height: 0.9473684211;
  letter-spacing: 0.054em;
}

.link {
  font-size: clamp(1.125rem, 1.089rem + 0.179vw, 1.25rem); /* min: 18px, max: 20px */
  line-height: 1.1111111111;
  letter-spacing: -0.021em;
}

.input {
  font-size: clamp(1.125rem, 1.071rem + 0.268vw, 1.313rem); /* min: 18px, max: 21px */
  line-height: 1.1904761905;
  letter-spacing: -0.025em;
}

.input-second {
  font-size: clamp(1.125rem, 1.089rem + 0.179vw, 1.25rem); /* min: 18px, max: 20px */
  line-height: 0.0113207547;
  letter-spacing: -0.023em;
}

.main-nav {
  font-size: clamp(1.125rem, 1.089rem + 0.179vw, 1.25rem); /* min: 18px, max: 20px */
  line-height: 1.2;
  letter-spacing: 0em;
}

.main-nav-second,
.legal-nav {
  font-size: 1rem;
  line-height: 1.5625;
  letter-spacing: -0.009em;
}

.main-nav-third {
  font-size: clamp(1.5rem, 1.464rem + 0.179vw, 1.625rem); /* min: 24px, max: 26px */
  line-height: 1.4285714286;
  letter-spacing: -0.008em;
}

.phone {
  font-size: clamp(1rem, 0.946rem + 0.268vw, 1.188rem); /* min: 16px, max: 19px */
  line-height: 1.5625;
  letter-spacing: -0.009em;
}

.gg-c-address--contact-us {
  margin: 2rem 0 1.5rem;
}
@media screen and (min-width: 48em) {
  .gg-c-address--contact-us {
    margin: 4.5rem 0 2.75rem;
  }
}

.gg-c-address--footer {
  margin: 0 0 1.25rem;
}

#home .gg-c-main-nav--primary a[data-link=home], #home .gg-c-main-nav--primary a[data-link=home]:hover,
#about-us .gg-c-main-nav--primary a[data-link=about-us],
#about-us .gg-c-main-nav--primary a[data-link=about-us]:hover,
#our-services .gg-c-main-nav--primary a[data-link=our-services],
#our-services .gg-c-main-nav--primary a[data-link=our-services]:hover,
#gateway-today .gg-c-main-nav--primary a[data-link=gateway-today],
#gateway-today .gg-c-main-nav--primary a[data-link=gateway-today]:hover,
#careers .gg-c-main-nav--primary a[data-link=careers],
#careers .gg-c-main-nav--primary a[data-link=careers]:hover,
#sustainability .gg-c-main-nav--primary a[data-link=sustainability],
#sustainability .gg-c-main-nav--primary a[data-link=sustainability]:hover,
#contact-us .gg-c-main-nav--primary a[data-link=contact-us],
#contact-us .gg-c-main-nav--primary a[data-link=contact-us]:hover {
  color: #252437;
  border-bottom: 0.0625rem solid #252437;
}

.gg-c-breakpoints {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0.5rem 1rem;
  z-index: 1;
}

.gg-l-button-layout--read-more {
  padding: 0.875rem 1.3125rem 0.9375rem;
}

.gg-l-button-layout--submit {
  padding: 0.75rem 2.375rem 0.875rem;
}

.gg-c-button--cookie-settings {
  margin: 2.5rem 0 0;
}

.gg-c-button--cookies {
  padding: 0.25rem 1.5rem 0.375rem;
}
.gg-c-button--cookies + .gg-c-button--cookies {
  margin-left: 0.75rem;
}

.gg-c-button--contact {
  padding: 0.4375rem 1.375rem 0.5625rem;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}

.gg-c-button--introduction {
  margin: 1.5rem 0 0;
}
@media screen and (min-width: 48em) {
  .gg-c-button--introduction {
    margin: 4.125rem 0 0;
  }
}

.gg-c-button--primary {
  padding: 0.625rem 1.3125rem 0.75rem;
}

.gg-c-button--read-more svg {
  margin: 0 0 0 0.75rem;
  position: relative;
  top: -0.0625rem;
  fill: #5592cd;
}
.gg-c-button--read-more:hover svg {
  fill: #ffffff;
}

.gg-c-button--services {
  padding: 0.25rem 1.5rem 0.375rem;
}

.gg-c-button--submit {
  margin: 2.5rem 0 1.75rem;
}

.gg-c-button--video-hero {
  margin: 1.5rem 0 0;
}
@media print, screen and (min-width: 33.75em) {
  .gg-c-button--video-hero {
    margin: 0;
  }
}

.gg-c-button {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  display: inline-block;
}

@media print, screen and (min-width: 33.75em) {
  .gg-c-header__grid-container {
    display: grid;
    gap: 0 12px;
    grid-template-columns: repeat(12, 1fr);
  }
}

.gg-l-card-layout--news {
  padding-bottom: 3.125rem;
}

.gg-c-card--aside-gateway-today .gg-c-card__heading {
  margin: 0 0 0.875rem;
}

@media screen and (min-width: 64em) {
  .gg-c-card--news {
    max-width: 39.875rem;
    width: 100%;
  }
}
.gg-c-card--news + .gg-c-card--news {
  border-top: 0.0625rem solid #cbe5ef;
  padding-top: 4.5rem;
}
.gg-c-card--news .gg-c-card__body {
  margin-top: 2.75rem;
}
.gg-c-card--news .gg-c-card__body h3,
.gg-c-card--news .gg-c-card__body h4 {
  font-size: clamp(1.125rem, 1.071rem + 0.268vw, 1.313rem); /* min: 18px, max: 21px */
  line-height: 1.05;
  letter-spacing: -0.025em;
}
.gg-c-card--news .gg-c-card__body h3 {
  margin: 3.125rem 0 0.75rem;
}
.gg-c-card--news .gg-c-card__body h4 {
  margin: 1.5rem 0 0.25rem;
}
.gg-c-card--news .gg-c-card__body h3,
.gg-c-card--news .gg-c-card__body h4,
.gg-c-card--news .gg-c-card__body b,
.gg-c-card--news .gg-c-card__body strong,
.gg-c-card--news .gg-c-card__body li,
.gg-c-card--news .gg-c-card__body table th {
  font-family: "effra", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 500;
}
.gg-c-card--news .gg-c-card__body ol li,
.gg-c-card--news .gg-c-card__body ul li {
  font-size: 1.125rem;
  line-height: 1.25;
  letter-spacing: -0.019em;
}
.gg-c-card--news .gg-c-card__body ul li {
  list-style-type: disc;
  margin: 0 1rem 0.625rem;
}
.gg-c-card--news .gg-c-card__body ul {
  margin-top: 1.625rem;
}
.gg-c-card--news .gg-c-card__body p + p {
  margin-top: 0.75rem;
}
.gg-c-card--news .gg-c-card__body p + ol {
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}
.gg-c-card--news .gg-c-card__body ol li {
  margin: 0 0 0.625rem;
}
.gg-c-card--news .gg-c-card__body hr {
  margin: 3rem 0;
}
.gg-c-card--news .gg-c-card__body a {
  text-decoration: underline;
}
.gg-c-card--news .gg-c-card__body a, .gg-c-card--news .gg-c-card__body a > * {
  color: #5592cd;
  fill: #5592cd;
}
.gg-c-card--news .gg-c-card__body table {
  border-collapse: collapse;
  margin: 2.5rem 0;
  width: 100%;
}
.gg-c-card--news .gg-c-card__body table th,
.gg-c-card--news .gg-c-card__body table td {
  border: 0.0625rem solid #252437;
  text-align: left;
  padding: 0.25rem 1rem;
}
.gg-c-card--news .gg-c-card__footer {
  margin-top: 2.75rem;
}
.gg-c-card--news .gg-c-card__header {
  margin-bottom: 1.25rem;
}
.gg-c-card--news .gg-c-card__heading {
  margin-bottom: 1.625rem;
}

.gg-c-checkbox__input {
  position: absolute;
  opacity: 0;
}
.gg-c-checkbox__input:checked ~ span:after {
  opacity: 1;
}

.gg-c-checkbox__mark {
  background-color: #ffffff;
  border: 0.125rem solid #252437;
  border-radius: 0.3125rem;
  -webkit-border-radius: 0.3125rem;
  -moz-border-radius: 0.3125rem;
  -ms-border-radius: 0.3125rem;
  -o-border-radius: 0.3125rem;
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  position: absolute;
  top: 0;
  left: 0;
}
.gg-c-checkbox__mark:after {
  border: solid #252437;
  border-width: 0 0.1875rem 0.1875rem 0;
  content: "";
  width: 0.5rem;
  height: 1.125rem;
  opacity: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: absolute;
  top: 0.125rem;
  left: 0.5rem;
}

.gg-c-checkbox--contact-us {
  padding: 0 0 0 2.875rem;
  margin: 0 0 2.5rem;
}
@media screen and (min-width: 48em) {
  .gg-c-checkbox--contact-us {
    margin: 0 0.75rem 2.5rem;
  }
}

.gg-c-cookie-consent__close-button {
  position: absolute;
  top: 1.125rem;
  right: 1.5rem;
}

.gg-c-cookie-consent__form {
  flex-flow: column wrap;
  margin: 1.5rem 0 0 0;
}
.gg-c-cookie-consent__form input {
  margin: 0;
}
.gg-c-cookie-consent__form button, .gg-c-cookie-consent__form button > * {
  color: inherit;
  fill: inherit;
}
.gg-c-cookie-consent__form button + button {
  margin: 0.5rem 0 0 0;
}
@media print, screen and (min-width: 33.75em) {
  .gg-c-cookie-consent__form {
    flex-flow: row nowrap;
  }
  .gg-c-cookie-consent__form button + button {
    margin: 0 0 0 0.5rem;
  }
}
@media screen and (min-width: 56em) {
  .gg-c-cookie-consent__form {
    margin: 0 0 0 1.5rem;
  }
}

.gg-c-cookie-consent__link {
  border-bottom: 0.0625rem solid;
  display: inline-block;
}
.gg-c-cookie-consent__link:hover, .gg-c-cookie-consent__link:hover > * {
  color: #5592cd;
  fill: #5592cd;
}

.gg-l-cookie-consent-layout {
  padding: 4rem 1.5rem 2.5rem;
}
@media screen and (min-width: 75em) {
  .gg-l-cookie-consent-layout {
    padding: 2.5rem 0.75rem;
  }
}

.gg-c-cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  flex-flow: column wrap;
  justify-content: center;
  width: 100%;
  z-index: 2;
  transition: bottom 1.5s ease;
  -webkit-transition: bottom 1.5s ease;
  -moz-transition: bottom 1.5s ease;
  -ms-transition: bottom 1.5s ease;
  -o-transition: bottom 1.5s ease;
}
.gg-c-cookie-consent p {
  flex: 1;
}
@media screen and (min-width: 64em) {
  .gg-c-cookie-consent p {
    flex: initial;
  }
}
.gg-c-cookie-consent.is-closed {
  bottom: -62.4375rem;
}
@media screen and (min-width: 56em) {
  .gg-c-cookie-consent {
    align-items: center;
    flex-flow: row nowrap;
  }
}

.gg-c-details--footer .gg-c-details__item:first-of-type {
  order: 1;
}
.gg-c-details--footer .gg-c-details__item:nth-of-type(2) {
  order: 3;
}
.gg-c-details--footer .gg-c-details__item:last-of-type {
  margin: 0 0.625rem;
  order: 2;
}

.gg-c-details--header .gg-c-details__item:first-of-type:after {
  background-color: #5592cd;
  content: "";
  display: flex;
  width: 0.0625rem;
  height: 1.8125rem;
  margin: 0 0.75rem;
}
.gg-c-details--header .gg-c-details__item:last-of-type {
  margin: 0 0 0 0.5rem;
}
.gg-c-details--header .gg-c-details__item a {
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}

label.error {
  margin: 0 0 0.75rem;
  padding: 0.25rem 0.75rem;
}

@media screen and (min-width: 64em) {
  #contact-postcode-error {
    max-width: 14.875rem;
  }
}

#contact_gdpr_consent-error {
  text-indent: -0.75ch;
}

.gg-c-field__element {
  border: 0;
  border-radius: 0.125rem;
  -webkit-border-radius: 0.125rem;
  -moz-border-radius: 0.125rem;
  -ms-border-radius: 0.125rem;
  -o-border-radius: 0.125rem;
  margin-bottom: 0.75rem;
  color: #afafaf;
  width: 100%;
}
.gg-c-field__element::-webkit-input-placeholder {
  color: #afafaf;
}
.gg-c-field__element::-moz-placeholder {
  color: #afafaf;
  opacity: 1;
}
.gg-c-field__element:-ms-input-placeholder {
  color: #afafaf;
}
.gg-c-field__element:-moz-placeholder {
  color: #afafaf;
  opacity: 1;
}

.gg-c-field--cookies:not(:first-of-type) {
  margin: 1.25rem 0 0;
}

@media screen and (min-width: 64em) {
  .gg-c-field--gateway-today-aside {
    display: grid;
    gap: 0 12px;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .gg-c-field--gateway-today-aside .gg-c-field__cell:first-of-type, .gg-c-field--gateway-today-aside .gg-c-field__cell:nth-of-type(4) {
    grid-column: 1/span 6;
  }
  .gg-c-field--gateway-today-aside .gg-c-field__cell:nth-of-type(2) {
    grid-column: 7/span 6;
  }
  .gg-c-field--gateway-today-aside .gg-c-field__cell:nth-of-type(3), .gg-c-field--gateway-today-aside .gg-c-field__cell:last-of-type {
    grid-column: 1/span 12;
  }
}
.gg-c-field--gateway-today-aside label.error {
  background-color: #252437;
  display: block;
  line-height: 1.125;
}
.gg-c-field--gateway-today-aside label.error, .gg-c-field--gateway-today-aside label.error > * {
  color: #ffffff;
  fill: #ffffff;
}
@media screen and (min-width: 75em) {
  .gg-c-field--gateway-today-aside label#gateway-today-fname-error, .gg-c-field--gateway-today-aside label#gateway-today-lname-error {
    text-indent: -0.25rem;
  }
}
.gg-c-field--gateway-today-aside .gg-c-field__element {
  border: 0.0625rem solid #cbe5ef;
  border-radius: 0.3125rem;
  -webkit-border-radius: 0.3125rem;
  -moz-border-radius: 0.3125rem;
  -ms-border-radius: 0.3125rem;
  -o-border-radius: 0.3125rem;
}

@media screen and (min-width: 64em) {
  .gg-c-field__element--input-postcode {
    max-width: 14.875rem;
  }
}

.gg-c-field__element--input {
  height: 3.125rem;
  padding: 0 1rem;
}

.gg-c-field__element--textarea {
  padding: 0.75rem 1rem;
}

.gg-c-field-list--cookies {
  margin: 1.25rem 0 0;
}
.gg-c-field-list--cookies .gg-c-field-list__item:not(:first-of-type) {
  margin: 0 0.625rem;
}

@media print, screen and (min-width: 27.5em) {
  .gg-c-footer__details {
    display: grid;
    gap: 0 12px;
    grid-template-columns: repeat(12, 1fr);
  }
}

.gg-l-footer-layout--details {
  padding-bottom: 5.625rem;
  padding-top: 5.625rem;
}

.gg-l-footer-layout--legal {
  padding-bottom: 2.375rem;
  padding-top: 2.5rem;
}

.gg-c-form--gateway-today-aside {
  margin: 3.25rem 0 0;
}
.gg-c-form--gateway-today-aside .gg-c-form__footnote {
  border-top: 0.0625rem solid #cbe5ef;
  margin: 0.75rem 0 0;
  padding: 1.75rem 0 0;
}

@media print, screen and (min-width: 33.75em) {
  .gg-c-footer__legal-grid-container {
    display: grid;
    gap: 0 12px;
    grid-template-columns: repeat(12, 1fr);
  }
}

@media print, screen and (min-width: 33.75em) {
  .gg-l-header-layout--inview {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

@media print, screen and (min-width: 33.75em) {
  .gg-l-header-layout {
    padding-bottom: 1.875rem;
    padding-top: 1rem;
  }
}

.gg-c-header--inview {
  position: fixed;
  top: -62.4375rem;
  left: 0;
  transition: top 0.75s ease;
  -webkit-transition: top 0.75s ease;
  -moz-transition: top 0.75s ease;
  -ms-transition: top 0.75s ease;
  -o-transition: top 0.75s ease;
  width: 100%;
  z-index: 2;
}
.gg-c-header--inview.is-visible {
  top: 0;
}
.gg-c-header--inview .gg-c-header__link svg {
  fill: #252437;
}
.gg-c-icon--chevron-right {
  width: 0.6875rem;
  height: 1.0625rem;
}

.gg-c-icon--close {
  width: 1.5rem;
  height: 1.5rem;
}

.gg-c-icon--hamburger {
  width: 2rem;
  height: 0.75rem;
  margin-left: 0.375rem;
}

.gg-c-icon--phone {
  width: 0.9375rem;
  height: 0.9375rem;
  margin: 0 0.5rem 0 0;
}

.gg-c-icon {
  display: inline-block;
  vertical-align: middle;
}

.gg-c-icon--social {
  width: 1.625rem;
  height: 1.625rem;
}

.gg-c-legal-nav--footer {
  margin: 2rem 0 0;
}
@media screen and (min-width: 64em) {
  .gg-c-legal-nav--footer {
    margin: 3.375rem 0 0;
  }
}
@media screen and (min-width: 56em) {
  .gg-c-legal-nav--footer .gg-c-legal-nav__item:not(:first-of-type):before {
    content: "|";
    color: #5592cd;
    margin: 0 0.375rem;
  }
}
.gg-c-legal-nav--footer .gg-c-legal-nav__link:hover {
  color: #252437;
}

.gg-c-legal-nav--off-canvas .gg-c-legal-nav__item:first-of-type {
  order: 3;
}

.gg-c-list--news-archive > .gg-c-list__item {
  border-top: 0.0625rem solid #cbe5ef;
}
.gg-c-list--news-archive .gg-c-list__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.875rem 0;
  width: 100%;
}
.gg-c-list--news-archive .gg-c-list__button.is-active svg {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.gg-c-list--news-archive .gg-c-list__second {
  margin: 0 0 2rem;
}
.gg-c-list--news-archive .gg-c-list__second li {
  margin: 0 0 0.375rem;
}
.gg-c-list--news-archive .gg-c-list__second li > a {
  display: block;
}

label.error {
  margin: 0 0 0.75rem;
  padding: 0.25rem 0.75rem;
}

@media screen and (min-width: 64em) {
  #contact-postcode-error {
    max-width: 14.875rem;
  }
}

#contact_gdpr_consent-error {
  text-indent: -0.75ch;
}

.gg-c-link--underline {
  text-decoration: underline;
}

.gg-c-logo--footer {
  width: 8.5625rem;
  height: 5.875rem;
}

.gg-c-logo--header {
  width: 11.125rem;
  height: 7.625rem;
  margin: 1.75rem 0;
}
@media print, screen and (min-width: 33.75em) {
  .gg-c-logo--header {
    margin: 0;
  }
}

.gg-c-logo--header-inview {
  width: 11.125rem;
  height: 2.8125rem;
  margin: 1.75rem 0;
}
@media print, screen and (min-width: 33.75em) {
  .gg-c-logo--header-inview {
    margin: 0;
  }
}

.gg-c-logo {
  display: inline-block;
  vertical-align: middle;
}

.gg-c-main-nav--footer .gg-c-main-nav__link.is-current, .gg-c-main-nav--footer .gg-c-main-nav__link:hover {
  color: #5592cd;
}

@media screen and (min-width: 48em) {
  .gg-c-main-nav--header .gg-c-main-nav__item {
    margin: 0 0.625rem;
  }
  .gg-c-main-nav--header .gg-c-main-nav__item:first-of-type {
    margin-left: 0;
  }
  .gg-c-main-nav--header .gg-c-main-nav__item:last-of-type {
    margin-right: 0;
  }
}

.gg-c-main-nav--off-canvas {
  margin: 1.25rem 0;
}
.gg-c-main-nav--off-canvas .gg-c-main-nav__link.is-current, .gg-c-main-nav--off-canvas .gg-c-main-nav__link:hover {
  color: #cbe5ef;
}

.gg-c-main-nav--primary .gg-c-main-nav__link {
  border-bottom: 0.0625rem solid transparent;
  display: inline-block;
  padding: 0 0 0.125rem;
}
.gg-c-main-nav--primary .gg-c-main-nav__link.is-current, .gg-c-main-nav--primary .gg-c-main-nav__link:hover {
  color: #252437;
  border-bottom: 0.0625rem solid #252437;
}

.gg-c-menu {
  background-color: #252437;
  display: flex;
  align-items: center;
  padding: 1.125rem;
  width: 100%;
}
.gg-c-menu, .gg-c-menu > * {
  color: #ffffff;
  fill: #ffffff;
}
.gg-c-menu {
  justify-content: space-between;
}
@media print, screen and (min-width: 33.75em) {
  .gg-c-menu {
    background-color: transparent;
    margin: 0 0 0.375rem;
    padding: 0;
    width: auto;
  }
  .gg-c-menu, .gg-c-menu > * {
    color: #252437;
    fill: #252437;
  }
}

@media screen and (min-width: 20em) {
  .gg-c-offices--footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 12px;
  }
}
@media screen and (min-width: 40em) {
  .gg-c-offices--footer {
    grid-template-columns: repeat(3, 2fr);
  }
}
.gg-c-offices--footer .gg-c-offices__item {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 48em) {
  .gg-c-offices--footer .gg-c-offices__item {
    margin: 0;
  }
}

.gg-c-off-canvas__close-button {
  top: 1.5rem;
  right: 1.5rem;
}

.gg-l-off-canvas-layout {
  padding: 7.5rem 2rem 5rem;
}

.gg-c-pagination__item + .gg-c-pagination__item {
  margin-left: 0.375rem;
}

.gg-c-pagination__link {
  padding: 0.125rem 0.875rem;
  display: inline-block;
}
.gg-c-pagination__link:not(.active) {
  background-color: #5592cd;
}
.gg-c-pagination__link:not(.active), .gg-c-pagination__link:not(.active) > * {
  color: #ffffff;
  fill: #ffffff;
}
.gg-c-pagination__link:hover, .gg-c-pagination__link.active {
  background-color: #252437;
}
.gg-c-pagination__link:hover, .gg-c-pagination__link:hover > *, .gg-c-pagination__link.active, .gg-c-pagination__link.active > * {
  color: #ffffff;
  fill: #ffffff;
}

.gg-l-pagination-layout--news-article {
  padding: 1rem 0 0.875rem;
}

.gg-c-pagination--news-article {
  border: 0.0625rem solid #cbe5ef;
  border-width: 0.0625rem 0;
  margin: 1.75rem 0 0;
}

.gg-c-pagination--news {
  margin-top: 5rem;
}

.gg-c-pagination--second .gg-c-pagination__item {
  margin: 0;
}
.gg-c-pagination--second .gg-c-pagination__item:not(:first-of-type):before {
  display: flex;
  align-items: center;
  content: "|";
  margin: 0 0.375rem;
}

.gg-c-logo {
  display: inline-block;
  vertical-align: middle;
}

.gg-c-radio--cookies .gg-c-radio__input {
  width: 1rem;
  height: 1rem;
  margin: 0 0.625rem 0 0;
}

.gg-l-reveal-layout--addtoany {
  padding-bottom: 1.875rem;
  padding-top: 2.75rem;
}

.gg-l-reveal-layout--cookies {
  padding: 4.5rem 1.5rem;
}

.gg-c-reveal--addtoany {
  width: 100%;
  max-width: 25rem;
}
.gg-c-reveal--addtoany .gg-c-reveal__heading {
  margin: 0 0 1rem;
}
.gg-c-reveal--addtoany div {
  margin: 0 -0.5rem;
}
.gg-c-reveal--addtoany div a {
  margin: 0 0.25rem 0.25rem;
}
.gg-c-reveal--addtoany div a, .gg-c-reveal--addtoany div a span {
  width: 3rem;
  height: 3rem;
}

.gg-c-reveal--cookies {
  border: 0;
}
@media screen and (min-width: 48em) {
  .gg-c-reveal--cookies {
    margin: 0;
    margin: 0 auto;
    max-width: 40rem;
    width: 100%;
  }
}
.gg-c-reveal--cookies .gg-c-reveal__close-button {
  right: 1.5rem;
  top: 1.5rem;
}

.gg-c-menu {
  background-color: #252437;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.125rem;
  width: 100%;
}
.gg-c-menu, .gg-c-menu > * {
  color: #ffffff;
  fill: #ffffff;
}
@media print, screen and (min-width: 33.75em) {
  .gg-c-menu {
    background-color: transparent;
    margin: 0 0 0.375rem;
    padding: 0;
    width: auto;
  }
  .gg-c-menu, .gg-c-menu > * {
    color: #252437;
    fill: #252437;
  }
}

.gg-c-rule--footer {
  margin: 2.75rem 0 3.75rem;
}

.gg-c-rule {
  border: 0;
  height: 0.0625rem;
}

.gg-c-scroll-anchor {
  position: absolute;
  top: 0;
  left: 0;
  margin: -9.5625rem 0 9.5625rem;
}
@media print, screen and (min-width: 33.75em) {
  .gg-c-scroll-anchor {
    margin: -6.5625rem 0 6.5625rem;
  }
}

.gg-c-section-hero__figure {
  aspect-ratio: 640/480;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
}

.gg-l-section-hero-layout--message {
  padding-bottom: 5rem;
  padding-top: 2.5rem;
}

@media print, screen and (min-width: 33.75em) {
  .gg-c-section-hero__message {
    height: 100%;
  }
}

.gg-c-section-hero--news .gg-c-section-hero__heading {
  max-width: 13em;
  margin-left: false;
  margin-right: false;
}

.no-webp .gg-c-section-hero--news figure {
  background-image: url(../images/build/section-hero-news.jpg);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .no-webp .gg-c-section-hero--news figure {
    background-image: url(../images/build/section-hero-news@2x.jpg);
  }
}
@media print, screen and (min-width: 27.5em) {
  .no-webp .gg-c-section-hero--news figure {
    background-image: url(../images/build/section-hero-news-medium.jpg);
  }
}
@media print and (min-resolution: 192dpi), screen and (min-width: 27.5em) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 27.5em) and (min-resolution: 192dpi) {
  .no-webp .gg-c-section-hero--news figure {
    background-image: url(../images/build/section-hero-news-medium@2x.jpg);
  }
}
@media print, screen and (min-width: 33.75em) {
  .no-webp .gg-c-section-hero--news {
    background-image: url(../images/build/section-hero-news-large.jpg);
  }
}
@media print and (min-resolution: 192dpi), screen and (min-width: 33.75em) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 33.75em) and (min-resolution: 192dpi) {
  .no-webp .gg-c-section-hero--news {
    background-image: url(../images/build/section-hero-news-large@2x.jpg);
  }
}
@media screen and (min-width: 40em) {
  .no-webp .gg-c-section-hero--news {
    background-image: url(../images/build/section-hero-news-xlarge.jpg);
  }
}
@media screen and (min-width: 40em) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 40em) and (min-resolution: 192dpi) {
  .no-webp .gg-c-section-hero--news {
    background-image: url(../images/build/section-hero-news-xlarge@2x.jpg);
  }
}
@media screen and (min-width: 48em) {
  .no-webp .gg-c-section-hero--news {
    background-image: url(../images/build/section-hero-news-xxlarge.jpg);
  }
}
@media screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 48em) and (min-resolution: 192dpi) {
  .no-webp .gg-c-section-hero--news {
    background-image: url(../images/build/section-hero-news-xxlarge@2x.jpg);
  }
}
@media screen and (min-width: 56em) {
  .no-webp .gg-c-section-hero--news {
    background-image: url(../images/build/section-hero-news-xxxlarge.jpg);
  }
}
@media screen and (min-width: 56em) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 56em) and (min-resolution: 192dpi) {
  .no-webp .gg-c-section-hero--news {
    background-image: url(../images/build/section-hero-news-xxxlarge@2x.jpg);
  }
}
@media screen and (min-width: 64em) {
  .no-webp .gg-c-section-hero--news {
    background-image: url(../images/build/section-hero-news-xxxxlarge.jpg);
  }
}

.webp .gg-c-section-hero--news figure {
  background-image: url(../images/build/section-hero-news.webp);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .webp .gg-c-section-hero--news figure {
    background-image: url(../images/build/section-hero-news@2x.webp);
  }
}
@media print, screen and (min-width: 27.5em) {
  .webp .gg-c-section-hero--news figure {
    background-image: url(../images/build/section-hero-news-medium.webp);
  }
}
@media print and (min-resolution: 192dpi), screen and (min-width: 27.5em) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 27.5em) and (min-resolution: 192dpi) {
  .webp .gg-c-section-hero--news figure {
    background-image: url(../images/build/section-hero-news-medium@2x.webp);
  }
}
@media print, screen and (min-width: 33.75em) {
  .webp .gg-c-section-hero--news {
    background-image: url(../images/build/section-hero-news-large.webp);
  }
}
@media print and (min-resolution: 192dpi), screen and (min-width: 33.75em) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 33.75em) and (min-resolution: 192dpi) {
  .webp .gg-c-section-hero--news {
    background-image: url(../images/build/section-hero-news-large@2x.webp);
  }
}
@media screen and (min-width: 40em) {
  .webp .gg-c-section-hero--news {
    background-image: url(../images/build/section-hero-news-xlarge.webp);
  }
}
@media screen and (min-width: 40em) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 40em) and (min-resolution: 192dpi) {
  .webp .gg-c-section-hero--news {
    background-image: url(../images/build/section-hero-news-xlarge@2x.webp);
  }
}
@media screen and (min-width: 48em) {
  .webp .gg-c-section-hero--news {
    background-image: url(../images/build/section-hero-news-xxlarge.webp);
  }
}
@media screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 48em) and (min-resolution: 192dpi) {
  .webp .gg-c-section-hero--news {
    background-image: url(../images/build/section-hero-news-xxlarge@2x.webp);
  }
}
@media screen and (min-width: 56em) {
  .webp .gg-c-section-hero--news {
    background-image: url(../images/build/section-hero-news-xxxlarge.webp);
  }
}
@media screen and (min-width: 56em) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 56em) and (min-resolution: 192dpi) {
  .webp .gg-c-section-hero--news {
    background-image: url(../images/build/section-hero-news-xxxlarge@2x.webp);
  }
}
@media screen and (min-width: 64em) {
  .webp .gg-c-section-hero--news {
    background-image: url(../images/build/section-hero-news-xxxxlarge.webp);
  }
}

.gg-c-section-hero {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  width: 100%;
}
@media print, screen and (min-width: 33.75em) {
  .gg-c-section-hero {
    aspect-ratio: 1600/775;
  }
}
@media screen and (min-width: 100em) {
  .gg-c-section-hero {
    height: 48.4375rem;
  }
}

.gg-l-section-layout--news {
  padding-bottom: 4.875rem;
  padding-top: 5.25rem;
}

.gg-c-section--news {
  border-bottom: 0.0625rem solid #cbe5ef;
}
.gg-c-section--news:before {
  background-image: url(../images/build/section-introduction-top-news.png);
  background-position: 50% 0;
  content: "";
  display: block;
  height: 1.5625rem;
  position: absolute;
  top: -1.5625rem;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 40em) {
  .gg-c-section--news .gg-c-section__grid-container {
    display: grid;
    gap: 0 12px;
    grid-template-columns: repeat(12, 1fr);
  }
}
.gg-c-section--news .gg-c-section__aside {
  grid-column: 8/span 5;
  margin: 4rem 0 0;
}
@media screen and (min-width: 40em) {
  .gg-c-section--news .gg-c-section__aside {
    margin: 0;
  }
}
@media screen and (min-width: 64em) {
  .gg-c-section--news .gg-c-section__aside {
    grid-column: 9/span 4;
  }
}
.gg-c-section--news .gg-c-section__header {
  grid-column: 1/span 12;
}
.gg-c-section--news .gg-c-section__heading {
  margin-bottom: 1rem;
}
.gg-c-section--news .gg-c-section__body {
  grid-column: 1/span 6;
}
@media screen and (min-width: 64em) {
  .gg-c-section--news .gg-c-section__body {
    grid-column: 1/span 7;
  }
}
.gg-c-section--news .gg-c-section__subheading {
  margin: 7.5rem 0 1.625rem;
}

.gg-c-section--primary .gg-c-section__header {
  margin-bottom: 2.125rem;
}

.gg-c-social__item + .gg-c-social__item {
  margin: 0 0 0 0.5rem;
}

.gg-c-social--contact-us .gg-c-social__link svg,
.gg-c-social--contact-us .gg-c-social__link img {
  width: 2rem;
  height: 2rem;
}

.gg-c-social--off-canvas {
  margin: 0 0 2.5rem;
}
.gg-c-social--off-canvas .gg-c-social__item picture[data-icon=instagram-gradient] {
  display: none;
}

.gg-c-social--primary .gg-c-social__item svg[data-icon=instagram] {
  display: none;
}
.gg-c-social--primary .gg-c-social__item:last-of-type, .gg-c-social--primary .gg-c-social__item:last-of-type > * {
  color: #0866ff;
  fill: #0866ff;
}
