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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 27.5em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 0.75rem);
  }
}
@media print, screen and (min-width: 33.75em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 0.75rem);
  }
}
@media screen and (min-width: 40em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 0.75rem);
  }
}
@media screen and (min-width: 48em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 0.75rem);
  }
}
@media screen and (min-width: 56em) {
  .grid-margin-y.xxxlarge-grid-frame {
    height: calc(100vh + 0.75rem);
  }
}
@media screen and (min-width: 64em) {
  .grid-margin-y.xxxxlarge-grid-frame {
    height: calc(100vh + 0.75rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y.xxxxxlarge-grid-frame {
    height: calc(100vh + 0.75rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y.xxxxxxlarge-grid-frame {
    height: calc(100vh + 0.75rem);
  }
}
@media screen and (min-width: 105em) {
  .grid-margin-y.xxxxxxxlarge-grid-frame {
    height: calc(100vh + 0.75rem);
  }
}
@media screen and (min-width: 120em) {
  .grid-margin-y.xxxxxxxxlarge-grid-frame {
    height: calc(100vh + 0.75rem);
  }
}
.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: transparent;
  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: #5590cd;
  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: #5590cd;
  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: 250px;
  transform: translateX(-250px);
}
@media print, screen and (min-width: 33.75em) {
  .position-left {
    width: 315px;
    transform: translateX(-315px);
  }
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}
@media print, screen and (min-width: 33.75em) {
  .off-canvas-content .off-canvas.position-left {
    transform: translateX(-315px);
  }
}
.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(250px);
}
@media print, screen and (min-width: 33.75em) {
  .off-canvas-content.is-open-left.has-transition-push {
    transform: translateX(315px);
  }
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px none;
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(250px);
}
@media print, screen and (min-width: 33.75em) {
  .position-right {
    width: 315px;
    transform: translateX(315px);
  }
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}
@media print, screen and (min-width: 33.75em) {
  .off-canvas-content .off-canvas.position-right {
    transform: translateX(315px);
  }
}
.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(-250px);
}
@media print, screen and (min-width: 33.75em) {
  .off-canvas-content.is-open-right.has-transition-push {
    transform: translateX(-315px);
  }
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px none;
}

.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 -13px 20px -13px none;
}

.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 13px 20px -13px none;
}

.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: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .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: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .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: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .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: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@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: 315px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 315px;
  }
  .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: 315px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 315px;
  }
  .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: 315px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 315px;
  }
  .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: 315px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 315px;
  }
}
@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: 315px;
  }
  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 315px;
  }
  .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: 315px;
  }
  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 315px;
  }
  .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: 315px;
  }
  .position-top.reveal-for-xlarge ~ .off-canvas-content {
    margin-top: 315px;
  }
  .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: 315px;
  }
  .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
    margin-bottom: 315px;
  }
}
@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: 315px;
  }
  .position-left.reveal-for-xxlarge ~ .off-canvas-content {
    margin-left: 315px;
  }
  .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: 315px;
  }
  .position-right.reveal-for-xxlarge ~ .off-canvas-content {
    margin-right: 315px;
  }
  .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: 315px;
  }
  .position-top.reveal-for-xxlarge ~ .off-canvas-content {
    margin-top: 315px;
  }
  .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: 315px;
  }
  .position-bottom.reveal-for-xxlarge ~ .off-canvas-content {
    margin-bottom: 315px;
  }
}
@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: 315px;
  }
  .position-left.reveal-for-xxxlarge ~ .off-canvas-content {
    margin-left: 315px;
  }
  .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: 315px;
  }
  .position-right.reveal-for-xxxlarge ~ .off-canvas-content {
    margin-right: 315px;
  }
  .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: 315px;
  }
  .position-top.reveal-for-xxxlarge ~ .off-canvas-content {
    margin-top: 315px;
  }
  .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: 315px;
  }
  .position-bottom.reveal-for-xxxlarge ~ .off-canvas-content {
    margin-bottom: 315px;
  }
}
@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: 315px;
  }
  .position-left.reveal-for-xxxxlarge ~ .off-canvas-content {
    margin-left: 315px;
  }
  .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: 315px;
  }
  .position-right.reveal-for-xxxxlarge ~ .off-canvas-content {
    margin-right: 315px;
  }
  .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: 315px;
  }
  .position-top.reveal-for-xxxxlarge ~ .off-canvas-content {
    margin-top: 315px;
  }
  .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: 315px;
  }
  .position-bottom.reveal-for-xxxxlarge ~ .off-canvas-content {
    margin-bottom: 315px;
  }
}
@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: 315px;
  }
  .position-left.reveal-for-xxxxxlarge ~ .off-canvas-content {
    margin-left: 315px;
  }
  .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: 315px;
  }
  .position-right.reveal-for-xxxxxlarge ~ .off-canvas-content {
    margin-right: 315px;
  }
  .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: 315px;
  }
  .position-top.reveal-for-xxxxxlarge ~ .off-canvas-content {
    margin-top: 315px;
  }
  .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: 315px;
  }
  .position-bottom.reveal-for-xxxxxlarge ~ .off-canvas-content {
    margin-bottom: 315px;
  }
}
@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: 315px;
  }
  .position-left.reveal-for-xxxxxxlarge ~ .off-canvas-content {
    margin-left: 315px;
  }
  .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: 315px;
  }
  .position-right.reveal-for-xxxxxxlarge ~ .off-canvas-content {
    margin-right: 315px;
  }
  .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: 315px;
  }
  .position-top.reveal-for-xxxxxxlarge ~ .off-canvas-content {
    margin-top: 315px;
  }
  .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: 315px;
  }
  .position-bottom.reveal-for-xxxxxxlarge ~ .off-canvas-content {
    margin-bottom: 315px;
  }
}
@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: 315px;
  }
  .position-left.reveal-for-xxxxxxxlarge ~ .off-canvas-content {
    margin-left: 315px;
  }
  .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: 315px;
  }
  .position-right.reveal-for-xxxxxxxlarge ~ .off-canvas-content {
    margin-right: 315px;
  }
  .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: 315px;
  }
  .position-top.reveal-for-xxxxxxxlarge ~ .off-canvas-content {
    margin-top: 315px;
  }
  .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: 315px;
  }
  .position-bottom.reveal-for-xxxxxxxlarge ~ .off-canvas-content {
    margin-bottom: 315px;
  }
}
@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: 315px;
  }
  .position-left.reveal-for-xxxxxxxxlarge ~ .off-canvas-content {
    margin-left: 315px;
  }
  .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: 315px;
  }
  .position-right.reveal-for-xxxxxxxxlarge ~ .off-canvas-content {
    margin-right: 315px;
  }
  .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: 315px;
  }
  .position-top.reveal-for-xxxxxxxxlarge ~ .off-canvas-content {
    margin-top: 315px;
  }
  .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: 315px;
  }
  .position-bottom.reveal-for-xxxxxxxxlarge ~ .off-canvas-content {
    margin-bottom: 315px;
  }
}
@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(10, 10, 10, 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;
}

.text-hide {
  font: 0/0 a !important;
  color: transparent !important;
  text-shadow: none !important;
  background-color: transparent !important;
  border: 0 !important;
}

.text-truncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-wrap {
  word-wrap: break-word !important;
}

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

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

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

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

* {
  margin: 0;
}
*:focus {
  outline: 0.0625rem dotted #252437;
}

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

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,
span:before,
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,
ol li {
  list-style: none;
}
ul ol,
ul ul,
ol ol,
ol ul {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 75em) {
  .gib-h-column--padding-xxxxxlarge {
    padding: 0 0.625rem;
  }
}
@media screen and (min-width: 75em) {
  .gib-h-column--padding-left-xxxxxlarge {
    padding-left: 0.625rem;
  }
}
@media screen and (min-width: 75em) {
  .gib-h-column--padding-right-xxxxxlarge {
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 75em) {
  .gib-h-column--padding-left-38-xxxxxlarge {
    padding-left: 2.375rem;
  }
}
@media screen and (min-width: 75em) {
  .gib-h-column--padding-left-48-xxxxxlarge {
    padding-left: 3rem;
  }
}
@media screen and (min-width: 75em) {
  .gib-h-column--padding-left-64-xxxxxlarge {
    padding-left: 4rem;
  }
}

.gib-h-font--body-header {
  font-family: "effra", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
}
.gib-h-font--header {
  font-family: "acumin-pro-condensed", sans-serif;
  font-style: normal;
}

.gib-h-font-weight--normal {
  font-weight: 400;
  font-style: normal;
}
.gib-h-font-weight--medium {
  font-weight: 500;
  font-style: normal;
}

@media print, screen and (min-width: 27.5em) {
  .gib-h-grid--start-1-span-1-medium {
    grid-column: 1/span 1;
  }
  .gib-h-grid--start-1-span-2-medium {
    grid-column: 1/span 2;
  }
  .gib-h-grid--start-1-span-3-medium {
    grid-column: 1/span 3;
  }
  .gib-h-grid--start-1-span-4-medium {
    grid-column: 1/span 4;
  }
  .gib-h-grid--start-1-span-5-medium {
    grid-column: 1/span 5;
  }
  .gib-h-grid--start-1-span-6-medium {
    grid-column: 1/span 6;
  }
  .gib-h-grid--start-1-span-7-medium {
    grid-column: 1/span 7;
  }
  .gib-h-grid--start-1-span-8-medium {
    grid-column: 1/span 8;
  }
  .gib-h-grid--start-1-span-9-medium {
    grid-column: 1/span 9;
  }
  .gib-h-grid--start-1-span-10-medium {
    grid-column: 1/span 10;
  }
  .gib-h-grid--start-1-span-11-medium {
    grid-column: 1/span 11;
  }
  .gib-h-grid--start-1-span-12-medium {
    grid-column: 1/span 12;
  }
  .gib-h-grid--start-2-span-1-medium {
    grid-column: 2/span 1;
  }
  .gib-h-grid--start-2-span-2-medium {
    grid-column: 2/span 2;
  }
  .gib-h-grid--start-2-span-3-medium {
    grid-column: 2/span 3;
  }
  .gib-h-grid--start-2-span-4-medium {
    grid-column: 2/span 4;
  }
  .gib-h-grid--start-2-span-5-medium {
    grid-column: 2/span 5;
  }
  .gib-h-grid--start-2-span-6-medium {
    grid-column: 2/span 6;
  }
  .gib-h-grid--start-2-span-7-medium {
    grid-column: 2/span 7;
  }
  .gib-h-grid--start-2-span-8-medium {
    grid-column: 2/span 8;
  }
  .gib-h-grid--start-2-span-9-medium {
    grid-column: 2/span 9;
  }
  .gib-h-grid--start-2-span-10-medium {
    grid-column: 2/span 10;
  }
  .gib-h-grid--start-2-span-11-medium {
    grid-column: 2/span 11;
  }
  .gib-h-grid--start-2-span-12-medium {
    grid-column: 2/span 12;
  }
  .gib-h-grid--start-3-span-1-medium {
    grid-column: 3/span 1;
  }
  .gib-h-grid--start-3-span-2-medium {
    grid-column: 3/span 2;
  }
  .gib-h-grid--start-3-span-3-medium {
    grid-column: 3/span 3;
  }
  .gib-h-grid--start-3-span-4-medium {
    grid-column: 3/span 4;
  }
  .gib-h-grid--start-3-span-5-medium {
    grid-column: 3/span 5;
  }
  .gib-h-grid--start-3-span-6-medium {
    grid-column: 3/span 6;
  }
  .gib-h-grid--start-3-span-7-medium {
    grid-column: 3/span 7;
  }
  .gib-h-grid--start-3-span-8-medium {
    grid-column: 3/span 8;
  }
  .gib-h-grid--start-3-span-9-medium {
    grid-column: 3/span 9;
  }
  .gib-h-grid--start-3-span-10-medium {
    grid-column: 3/span 10;
  }
  .gib-h-grid--start-3-span-11-medium {
    grid-column: 3/span 11;
  }
  .gib-h-grid--start-3-span-12-medium {
    grid-column: 3/span 12;
  }
  .gib-h-grid--start-4-span-1-medium {
    grid-column: 4/span 1;
  }
  .gib-h-grid--start-4-span-2-medium {
    grid-column: 4/span 2;
  }
  .gib-h-grid--start-4-span-3-medium {
    grid-column: 4/span 3;
  }
  .gib-h-grid--start-4-span-4-medium {
    grid-column: 4/span 4;
  }
  .gib-h-grid--start-4-span-5-medium {
    grid-column: 4/span 5;
  }
  .gib-h-grid--start-4-span-6-medium {
    grid-column: 4/span 6;
  }
  .gib-h-grid--start-4-span-7-medium {
    grid-column: 4/span 7;
  }
  .gib-h-grid--start-4-span-8-medium {
    grid-column: 4/span 8;
  }
  .gib-h-grid--start-4-span-9-medium {
    grid-column: 4/span 9;
  }
  .gib-h-grid--start-4-span-10-medium {
    grid-column: 4/span 10;
  }
  .gib-h-grid--start-4-span-11-medium {
    grid-column: 4/span 11;
  }
  .gib-h-grid--start-4-span-12-medium {
    grid-column: 4/span 12;
  }
  .gib-h-grid--start-5-span-1-medium {
    grid-column: 5/span 1;
  }
  .gib-h-grid--start-5-span-2-medium {
    grid-column: 5/span 2;
  }
  .gib-h-grid--start-5-span-3-medium {
    grid-column: 5/span 3;
  }
  .gib-h-grid--start-5-span-4-medium {
    grid-column: 5/span 4;
  }
  .gib-h-grid--start-5-span-5-medium {
    grid-column: 5/span 5;
  }
  .gib-h-grid--start-5-span-6-medium {
    grid-column: 5/span 6;
  }
  .gib-h-grid--start-5-span-7-medium {
    grid-column: 5/span 7;
  }
  .gib-h-grid--start-5-span-8-medium {
    grid-column: 5/span 8;
  }
  .gib-h-grid--start-5-span-9-medium {
    grid-column: 5/span 9;
  }
  .gib-h-grid--start-5-span-10-medium {
    grid-column: 5/span 10;
  }
  .gib-h-grid--start-5-span-11-medium {
    grid-column: 5/span 11;
  }
  .gib-h-grid--start-5-span-12-medium {
    grid-column: 5/span 12;
  }
  .gib-h-grid--start-6-span-1-medium {
    grid-column: 6/span 1;
  }
  .gib-h-grid--start-6-span-2-medium {
    grid-column: 6/span 2;
  }
  .gib-h-grid--start-6-span-3-medium {
    grid-column: 6/span 3;
  }
  .gib-h-grid--start-6-span-4-medium {
    grid-column: 6/span 4;
  }
  .gib-h-grid--start-6-span-5-medium {
    grid-column: 6/span 5;
  }
  .gib-h-grid--start-6-span-6-medium {
    grid-column: 6/span 6;
  }
  .gib-h-grid--start-6-span-7-medium {
    grid-column: 6/span 7;
  }
  .gib-h-grid--start-6-span-8-medium {
    grid-column: 6/span 8;
  }
  .gib-h-grid--start-6-span-9-medium {
    grid-column: 6/span 9;
  }
  .gib-h-grid--start-6-span-10-medium {
    grid-column: 6/span 10;
  }
  .gib-h-grid--start-6-span-11-medium {
    grid-column: 6/span 11;
  }
  .gib-h-grid--start-6-span-12-medium {
    grid-column: 6/span 12;
  }
  .gib-h-grid--start-7-span-1-medium {
    grid-column: 7/span 1;
  }
  .gib-h-grid--start-7-span-2-medium {
    grid-column: 7/span 2;
  }
  .gib-h-grid--start-7-span-3-medium {
    grid-column: 7/span 3;
  }
  .gib-h-grid--start-7-span-4-medium {
    grid-column: 7/span 4;
  }
  .gib-h-grid--start-7-span-5-medium {
    grid-column: 7/span 5;
  }
  .gib-h-grid--start-7-span-6-medium {
    grid-column: 7/span 6;
  }
  .gib-h-grid--start-7-span-7-medium {
    grid-column: 7/span 7;
  }
  .gib-h-grid--start-7-span-8-medium {
    grid-column: 7/span 8;
  }
  .gib-h-grid--start-7-span-9-medium {
    grid-column: 7/span 9;
  }
  .gib-h-grid--start-7-span-10-medium {
    grid-column: 7/span 10;
  }
  .gib-h-grid--start-7-span-11-medium {
    grid-column: 7/span 11;
  }
  .gib-h-grid--start-7-span-12-medium {
    grid-column: 7/span 12;
  }
  .gib-h-grid--start-8-span-1-medium {
    grid-column: 8/span 1;
  }
  .gib-h-grid--start-8-span-2-medium {
    grid-column: 8/span 2;
  }
  .gib-h-grid--start-8-span-3-medium {
    grid-column: 8/span 3;
  }
  .gib-h-grid--start-8-span-4-medium {
    grid-column: 8/span 4;
  }
  .gib-h-grid--start-8-span-5-medium {
    grid-column: 8/span 5;
  }
  .gib-h-grid--start-8-span-6-medium {
    grid-column: 8/span 6;
  }
  .gib-h-grid--start-8-span-7-medium {
    grid-column: 8/span 7;
  }
  .gib-h-grid--start-8-span-8-medium {
    grid-column: 8/span 8;
  }
  .gib-h-grid--start-8-span-9-medium {
    grid-column: 8/span 9;
  }
  .gib-h-grid--start-8-span-10-medium {
    grid-column: 8/span 10;
  }
  .gib-h-grid--start-8-span-11-medium {
    grid-column: 8/span 11;
  }
  .gib-h-grid--start-8-span-12-medium {
    grid-column: 8/span 12;
  }
  .gib-h-grid--start-9-span-1-medium {
    grid-column: 9/span 1;
  }
  .gib-h-grid--start-9-span-2-medium {
    grid-column: 9/span 2;
  }
  .gib-h-grid--start-9-span-3-medium {
    grid-column: 9/span 3;
  }
  .gib-h-grid--start-9-span-4-medium {
    grid-column: 9/span 4;
  }
  .gib-h-grid--start-9-span-5-medium {
    grid-column: 9/span 5;
  }
  .gib-h-grid--start-9-span-6-medium {
    grid-column: 9/span 6;
  }
  .gib-h-grid--start-9-span-7-medium {
    grid-column: 9/span 7;
  }
  .gib-h-grid--start-9-span-8-medium {
    grid-column: 9/span 8;
  }
  .gib-h-grid--start-9-span-9-medium {
    grid-column: 9/span 9;
  }
  .gib-h-grid--start-9-span-10-medium {
    grid-column: 9/span 10;
  }
  .gib-h-grid--start-9-span-11-medium {
    grid-column: 9/span 11;
  }
  .gib-h-grid--start-9-span-12-medium {
    grid-column: 9/span 12;
  }
  .gib-h-grid--start-10-span-1-medium {
    grid-column: 10/span 1;
  }
  .gib-h-grid--start-10-span-2-medium {
    grid-column: 10/span 2;
  }
  .gib-h-grid--start-10-span-3-medium {
    grid-column: 10/span 3;
  }
  .gib-h-grid--start-10-span-4-medium {
    grid-column: 10/span 4;
  }
  .gib-h-grid--start-10-span-5-medium {
    grid-column: 10/span 5;
  }
  .gib-h-grid--start-10-span-6-medium {
    grid-column: 10/span 6;
  }
  .gib-h-grid--start-10-span-7-medium {
    grid-column: 10/span 7;
  }
  .gib-h-grid--start-10-span-8-medium {
    grid-column: 10/span 8;
  }
  .gib-h-grid--start-10-span-9-medium {
    grid-column: 10/span 9;
  }
  .gib-h-grid--start-10-span-10-medium {
    grid-column: 10/span 10;
  }
  .gib-h-grid--start-10-span-11-medium {
    grid-column: 10/span 11;
  }
  .gib-h-grid--start-10-span-12-medium {
    grid-column: 10/span 12;
  }
  .gib-h-grid--start-11-span-1-medium {
    grid-column: 11/span 1;
  }
  .gib-h-grid--start-11-span-2-medium {
    grid-column: 11/span 2;
  }
  .gib-h-grid--start-11-span-3-medium {
    grid-column: 11/span 3;
  }
  .gib-h-grid--start-11-span-4-medium {
    grid-column: 11/span 4;
  }
  .gib-h-grid--start-11-span-5-medium {
    grid-column: 11/span 5;
  }
  .gib-h-grid--start-11-span-6-medium {
    grid-column: 11/span 6;
  }
  .gib-h-grid--start-11-span-7-medium {
    grid-column: 11/span 7;
  }
  .gib-h-grid--start-11-span-8-medium {
    grid-column: 11/span 8;
  }
  .gib-h-grid--start-11-span-9-medium {
    grid-column: 11/span 9;
  }
  .gib-h-grid--start-11-span-10-medium {
    grid-column: 11/span 10;
  }
  .gib-h-grid--start-11-span-11-medium {
    grid-column: 11/span 11;
  }
  .gib-h-grid--start-11-span-12-medium {
    grid-column: 11/span 12;
  }
  .gib-h-grid--start-12-span-1-medium {
    grid-column: 12/span 1;
  }
  .gib-h-grid--start-12-span-2-medium {
    grid-column: 12/span 2;
  }
  .gib-h-grid--start-12-span-3-medium {
    grid-column: 12/span 3;
  }
  .gib-h-grid--start-12-span-4-medium {
    grid-column: 12/span 4;
  }
  .gib-h-grid--start-12-span-5-medium {
    grid-column: 12/span 5;
  }
  .gib-h-grid--start-12-span-6-medium {
    grid-column: 12/span 6;
  }
  .gib-h-grid--start-12-span-7-medium {
    grid-column: 12/span 7;
  }
  .gib-h-grid--start-12-span-8-medium {
    grid-column: 12/span 8;
  }
  .gib-h-grid--start-12-span-9-medium {
    grid-column: 12/span 9;
  }
  .gib-h-grid--start-12-span-10-medium {
    grid-column: 12/span 10;
  }
  .gib-h-grid--start-12-span-11-medium {
    grid-column: 12/span 11;
  }
  .gib-h-grid--start-12-span-12-medium {
    grid-column: 12/span 12;
  }
}
@media print, screen and (min-width: 33.75em) {
  .gib-h-grid--start-1-span-1-large {
    grid-column: 1/span 1;
  }
  .gib-h-grid--start-1-span-2-large {
    grid-column: 1/span 2;
  }
  .gib-h-grid--start-1-span-3-large {
    grid-column: 1/span 3;
  }
  .gib-h-grid--start-1-span-4-large {
    grid-column: 1/span 4;
  }
  .gib-h-grid--start-1-span-5-large {
    grid-column: 1/span 5;
  }
  .gib-h-grid--start-1-span-6-large {
    grid-column: 1/span 6;
  }
  .gib-h-grid--start-1-span-7-large {
    grid-column: 1/span 7;
  }
  .gib-h-grid--start-1-span-8-large {
    grid-column: 1/span 8;
  }
  .gib-h-grid--start-1-span-9-large {
    grid-column: 1/span 9;
  }
  .gib-h-grid--start-1-span-10-large {
    grid-column: 1/span 10;
  }
  .gib-h-grid--start-1-span-11-large {
    grid-column: 1/span 11;
  }
  .gib-h-grid--start-1-span-12-large {
    grid-column: 1/span 12;
  }
  .gib-h-grid--start-2-span-1-large {
    grid-column: 2/span 1;
  }
  .gib-h-grid--start-2-span-2-large {
    grid-column: 2/span 2;
  }
  .gib-h-grid--start-2-span-3-large {
    grid-column: 2/span 3;
  }
  .gib-h-grid--start-2-span-4-large {
    grid-column: 2/span 4;
  }
  .gib-h-grid--start-2-span-5-large {
    grid-column: 2/span 5;
  }
  .gib-h-grid--start-2-span-6-large {
    grid-column: 2/span 6;
  }
  .gib-h-grid--start-2-span-7-large {
    grid-column: 2/span 7;
  }
  .gib-h-grid--start-2-span-8-large {
    grid-column: 2/span 8;
  }
  .gib-h-grid--start-2-span-9-large {
    grid-column: 2/span 9;
  }
  .gib-h-grid--start-2-span-10-large {
    grid-column: 2/span 10;
  }
  .gib-h-grid--start-2-span-11-large {
    grid-column: 2/span 11;
  }
  .gib-h-grid--start-2-span-12-large {
    grid-column: 2/span 12;
  }
  .gib-h-grid--start-3-span-1-large {
    grid-column: 3/span 1;
  }
  .gib-h-grid--start-3-span-2-large {
    grid-column: 3/span 2;
  }
  .gib-h-grid--start-3-span-3-large {
    grid-column: 3/span 3;
  }
  .gib-h-grid--start-3-span-4-large {
    grid-column: 3/span 4;
  }
  .gib-h-grid--start-3-span-5-large {
    grid-column: 3/span 5;
  }
  .gib-h-grid--start-3-span-6-large {
    grid-column: 3/span 6;
  }
  .gib-h-grid--start-3-span-7-large {
    grid-column: 3/span 7;
  }
  .gib-h-grid--start-3-span-8-large {
    grid-column: 3/span 8;
  }
  .gib-h-grid--start-3-span-9-large {
    grid-column: 3/span 9;
  }
  .gib-h-grid--start-3-span-10-large {
    grid-column: 3/span 10;
  }
  .gib-h-grid--start-3-span-11-large {
    grid-column: 3/span 11;
  }
  .gib-h-grid--start-3-span-12-large {
    grid-column: 3/span 12;
  }
  .gib-h-grid--start-4-span-1-large {
    grid-column: 4/span 1;
  }
  .gib-h-grid--start-4-span-2-large {
    grid-column: 4/span 2;
  }
  .gib-h-grid--start-4-span-3-large {
    grid-column: 4/span 3;
  }
  .gib-h-grid--start-4-span-4-large {
    grid-column: 4/span 4;
  }
  .gib-h-grid--start-4-span-5-large {
    grid-column: 4/span 5;
  }
  .gib-h-grid--start-4-span-6-large {
    grid-column: 4/span 6;
  }
  .gib-h-grid--start-4-span-7-large {
    grid-column: 4/span 7;
  }
  .gib-h-grid--start-4-span-8-large {
    grid-column: 4/span 8;
  }
  .gib-h-grid--start-4-span-9-large {
    grid-column: 4/span 9;
  }
  .gib-h-grid--start-4-span-10-large {
    grid-column: 4/span 10;
  }
  .gib-h-grid--start-4-span-11-large {
    grid-column: 4/span 11;
  }
  .gib-h-grid--start-4-span-12-large {
    grid-column: 4/span 12;
  }
  .gib-h-grid--start-5-span-1-large {
    grid-column: 5/span 1;
  }
  .gib-h-grid--start-5-span-2-large {
    grid-column: 5/span 2;
  }
  .gib-h-grid--start-5-span-3-large {
    grid-column: 5/span 3;
  }
  .gib-h-grid--start-5-span-4-large {
    grid-column: 5/span 4;
  }
  .gib-h-grid--start-5-span-5-large {
    grid-column: 5/span 5;
  }
  .gib-h-grid--start-5-span-6-large {
    grid-column: 5/span 6;
  }
  .gib-h-grid--start-5-span-7-large {
    grid-column: 5/span 7;
  }
  .gib-h-grid--start-5-span-8-large {
    grid-column: 5/span 8;
  }
  .gib-h-grid--start-5-span-9-large {
    grid-column: 5/span 9;
  }
  .gib-h-grid--start-5-span-10-large {
    grid-column: 5/span 10;
  }
  .gib-h-grid--start-5-span-11-large {
    grid-column: 5/span 11;
  }
  .gib-h-grid--start-5-span-12-large {
    grid-column: 5/span 12;
  }
  .gib-h-grid--start-6-span-1-large {
    grid-column: 6/span 1;
  }
  .gib-h-grid--start-6-span-2-large {
    grid-column: 6/span 2;
  }
  .gib-h-grid--start-6-span-3-large {
    grid-column: 6/span 3;
  }
  .gib-h-grid--start-6-span-4-large {
    grid-column: 6/span 4;
  }
  .gib-h-grid--start-6-span-5-large {
    grid-column: 6/span 5;
  }
  .gib-h-grid--start-6-span-6-large {
    grid-column: 6/span 6;
  }
  .gib-h-grid--start-6-span-7-large {
    grid-column: 6/span 7;
  }
  .gib-h-grid--start-6-span-8-large {
    grid-column: 6/span 8;
  }
  .gib-h-grid--start-6-span-9-large {
    grid-column: 6/span 9;
  }
  .gib-h-grid--start-6-span-10-large {
    grid-column: 6/span 10;
  }
  .gib-h-grid--start-6-span-11-large {
    grid-column: 6/span 11;
  }
  .gib-h-grid--start-6-span-12-large {
    grid-column: 6/span 12;
  }
  .gib-h-grid--start-7-span-1-large {
    grid-column: 7/span 1;
  }
  .gib-h-grid--start-7-span-2-large {
    grid-column: 7/span 2;
  }
  .gib-h-grid--start-7-span-3-large {
    grid-column: 7/span 3;
  }
  .gib-h-grid--start-7-span-4-large {
    grid-column: 7/span 4;
  }
  .gib-h-grid--start-7-span-5-large {
    grid-column: 7/span 5;
  }
  .gib-h-grid--start-7-span-6-large {
    grid-column: 7/span 6;
  }
  .gib-h-grid--start-7-span-7-large {
    grid-column: 7/span 7;
  }
  .gib-h-grid--start-7-span-8-large {
    grid-column: 7/span 8;
  }
  .gib-h-grid--start-7-span-9-large {
    grid-column: 7/span 9;
  }
  .gib-h-grid--start-7-span-10-large {
    grid-column: 7/span 10;
  }
  .gib-h-grid--start-7-span-11-large {
    grid-column: 7/span 11;
  }
  .gib-h-grid--start-7-span-12-large {
    grid-column: 7/span 12;
  }
  .gib-h-grid--start-8-span-1-large {
    grid-column: 8/span 1;
  }
  .gib-h-grid--start-8-span-2-large {
    grid-column: 8/span 2;
  }
  .gib-h-grid--start-8-span-3-large {
    grid-column: 8/span 3;
  }
  .gib-h-grid--start-8-span-4-large {
    grid-column: 8/span 4;
  }
  .gib-h-grid--start-8-span-5-large {
    grid-column: 8/span 5;
  }
  .gib-h-grid--start-8-span-6-large {
    grid-column: 8/span 6;
  }
  .gib-h-grid--start-8-span-7-large {
    grid-column: 8/span 7;
  }
  .gib-h-grid--start-8-span-8-large {
    grid-column: 8/span 8;
  }
  .gib-h-grid--start-8-span-9-large {
    grid-column: 8/span 9;
  }
  .gib-h-grid--start-8-span-10-large {
    grid-column: 8/span 10;
  }
  .gib-h-grid--start-8-span-11-large {
    grid-column: 8/span 11;
  }
  .gib-h-grid--start-8-span-12-large {
    grid-column: 8/span 12;
  }
  .gib-h-grid--start-9-span-1-large {
    grid-column: 9/span 1;
  }
  .gib-h-grid--start-9-span-2-large {
    grid-column: 9/span 2;
  }
  .gib-h-grid--start-9-span-3-large {
    grid-column: 9/span 3;
  }
  .gib-h-grid--start-9-span-4-large {
    grid-column: 9/span 4;
  }
  .gib-h-grid--start-9-span-5-large {
    grid-column: 9/span 5;
  }
  .gib-h-grid--start-9-span-6-large {
    grid-column: 9/span 6;
  }
  .gib-h-grid--start-9-span-7-large {
    grid-column: 9/span 7;
  }
  .gib-h-grid--start-9-span-8-large {
    grid-column: 9/span 8;
  }
  .gib-h-grid--start-9-span-9-large {
    grid-column: 9/span 9;
  }
  .gib-h-grid--start-9-span-10-large {
    grid-column: 9/span 10;
  }
  .gib-h-grid--start-9-span-11-large {
    grid-column: 9/span 11;
  }
  .gib-h-grid--start-9-span-12-large {
    grid-column: 9/span 12;
  }
  .gib-h-grid--start-10-span-1-large {
    grid-column: 10/span 1;
  }
  .gib-h-grid--start-10-span-2-large {
    grid-column: 10/span 2;
  }
  .gib-h-grid--start-10-span-3-large {
    grid-column: 10/span 3;
  }
  .gib-h-grid--start-10-span-4-large {
    grid-column: 10/span 4;
  }
  .gib-h-grid--start-10-span-5-large {
    grid-column: 10/span 5;
  }
  .gib-h-grid--start-10-span-6-large {
    grid-column: 10/span 6;
  }
  .gib-h-grid--start-10-span-7-large {
    grid-column: 10/span 7;
  }
  .gib-h-grid--start-10-span-8-large {
    grid-column: 10/span 8;
  }
  .gib-h-grid--start-10-span-9-large {
    grid-column: 10/span 9;
  }
  .gib-h-grid--start-10-span-10-large {
    grid-column: 10/span 10;
  }
  .gib-h-grid--start-10-span-11-large {
    grid-column: 10/span 11;
  }
  .gib-h-grid--start-10-span-12-large {
    grid-column: 10/span 12;
  }
  .gib-h-grid--start-11-span-1-large {
    grid-column: 11/span 1;
  }
  .gib-h-grid--start-11-span-2-large {
    grid-column: 11/span 2;
  }
  .gib-h-grid--start-11-span-3-large {
    grid-column: 11/span 3;
  }
  .gib-h-grid--start-11-span-4-large {
    grid-column: 11/span 4;
  }
  .gib-h-grid--start-11-span-5-large {
    grid-column: 11/span 5;
  }
  .gib-h-grid--start-11-span-6-large {
    grid-column: 11/span 6;
  }
  .gib-h-grid--start-11-span-7-large {
    grid-column: 11/span 7;
  }
  .gib-h-grid--start-11-span-8-large {
    grid-column: 11/span 8;
  }
  .gib-h-grid--start-11-span-9-large {
    grid-column: 11/span 9;
  }
  .gib-h-grid--start-11-span-10-large {
    grid-column: 11/span 10;
  }
  .gib-h-grid--start-11-span-11-large {
    grid-column: 11/span 11;
  }
  .gib-h-grid--start-11-span-12-large {
    grid-column: 11/span 12;
  }
  .gib-h-grid--start-12-span-1-large {
    grid-column: 12/span 1;
  }
  .gib-h-grid--start-12-span-2-large {
    grid-column: 12/span 2;
  }
  .gib-h-grid--start-12-span-3-large {
    grid-column: 12/span 3;
  }
  .gib-h-grid--start-12-span-4-large {
    grid-column: 12/span 4;
  }
  .gib-h-grid--start-12-span-5-large {
    grid-column: 12/span 5;
  }
  .gib-h-grid--start-12-span-6-large {
    grid-column: 12/span 6;
  }
  .gib-h-grid--start-12-span-7-large {
    grid-column: 12/span 7;
  }
  .gib-h-grid--start-12-span-8-large {
    grid-column: 12/span 8;
  }
  .gib-h-grid--start-12-span-9-large {
    grid-column: 12/span 9;
  }
  .gib-h-grid--start-12-span-10-large {
    grid-column: 12/span 10;
  }
  .gib-h-grid--start-12-span-11-large {
    grid-column: 12/span 11;
  }
  .gib-h-grid--start-12-span-12-large {
    grid-column: 12/span 12;
  }
}
@media screen and (min-width: 40em) {
  .gib-h-grid--start-1-span-1-xlarge {
    grid-column: 1/span 1;
  }
  .gib-h-grid--start-1-span-2-xlarge {
    grid-column: 1/span 2;
  }
  .gib-h-grid--start-1-span-3-xlarge {
    grid-column: 1/span 3;
  }
  .gib-h-grid--start-1-span-4-xlarge {
    grid-column: 1/span 4;
  }
  .gib-h-grid--start-1-span-5-xlarge {
    grid-column: 1/span 5;
  }
  .gib-h-grid--start-1-span-6-xlarge {
    grid-column: 1/span 6;
  }
  .gib-h-grid--start-1-span-7-xlarge {
    grid-column: 1/span 7;
  }
  .gib-h-grid--start-1-span-8-xlarge {
    grid-column: 1/span 8;
  }
  .gib-h-grid--start-1-span-9-xlarge {
    grid-column: 1/span 9;
  }
  .gib-h-grid--start-1-span-10-xlarge {
    grid-column: 1/span 10;
  }
  .gib-h-grid--start-1-span-11-xlarge {
    grid-column: 1/span 11;
  }
  .gib-h-grid--start-1-span-12-xlarge {
    grid-column: 1/span 12;
  }
  .gib-h-grid--start-2-span-1-xlarge {
    grid-column: 2/span 1;
  }
  .gib-h-grid--start-2-span-2-xlarge {
    grid-column: 2/span 2;
  }
  .gib-h-grid--start-2-span-3-xlarge {
    grid-column: 2/span 3;
  }
  .gib-h-grid--start-2-span-4-xlarge {
    grid-column: 2/span 4;
  }
  .gib-h-grid--start-2-span-5-xlarge {
    grid-column: 2/span 5;
  }
  .gib-h-grid--start-2-span-6-xlarge {
    grid-column: 2/span 6;
  }
  .gib-h-grid--start-2-span-7-xlarge {
    grid-column: 2/span 7;
  }
  .gib-h-grid--start-2-span-8-xlarge {
    grid-column: 2/span 8;
  }
  .gib-h-grid--start-2-span-9-xlarge {
    grid-column: 2/span 9;
  }
  .gib-h-grid--start-2-span-10-xlarge {
    grid-column: 2/span 10;
  }
  .gib-h-grid--start-2-span-11-xlarge {
    grid-column: 2/span 11;
  }
  .gib-h-grid--start-2-span-12-xlarge {
    grid-column: 2/span 12;
  }
  .gib-h-grid--start-3-span-1-xlarge {
    grid-column: 3/span 1;
  }
  .gib-h-grid--start-3-span-2-xlarge {
    grid-column: 3/span 2;
  }
  .gib-h-grid--start-3-span-3-xlarge {
    grid-column: 3/span 3;
  }
  .gib-h-grid--start-3-span-4-xlarge {
    grid-column: 3/span 4;
  }
  .gib-h-grid--start-3-span-5-xlarge {
    grid-column: 3/span 5;
  }
  .gib-h-grid--start-3-span-6-xlarge {
    grid-column: 3/span 6;
  }
  .gib-h-grid--start-3-span-7-xlarge {
    grid-column: 3/span 7;
  }
  .gib-h-grid--start-3-span-8-xlarge {
    grid-column: 3/span 8;
  }
  .gib-h-grid--start-3-span-9-xlarge {
    grid-column: 3/span 9;
  }
  .gib-h-grid--start-3-span-10-xlarge {
    grid-column: 3/span 10;
  }
  .gib-h-grid--start-3-span-11-xlarge {
    grid-column: 3/span 11;
  }
  .gib-h-grid--start-3-span-12-xlarge {
    grid-column: 3/span 12;
  }
  .gib-h-grid--start-4-span-1-xlarge {
    grid-column: 4/span 1;
  }
  .gib-h-grid--start-4-span-2-xlarge {
    grid-column: 4/span 2;
  }
  .gib-h-grid--start-4-span-3-xlarge {
    grid-column: 4/span 3;
  }
  .gib-h-grid--start-4-span-4-xlarge {
    grid-column: 4/span 4;
  }
  .gib-h-grid--start-4-span-5-xlarge {
    grid-column: 4/span 5;
  }
  .gib-h-grid--start-4-span-6-xlarge {
    grid-column: 4/span 6;
  }
  .gib-h-grid--start-4-span-7-xlarge {
    grid-column: 4/span 7;
  }
  .gib-h-grid--start-4-span-8-xlarge {
    grid-column: 4/span 8;
  }
  .gib-h-grid--start-4-span-9-xlarge {
    grid-column: 4/span 9;
  }
  .gib-h-grid--start-4-span-10-xlarge {
    grid-column: 4/span 10;
  }
  .gib-h-grid--start-4-span-11-xlarge {
    grid-column: 4/span 11;
  }
  .gib-h-grid--start-4-span-12-xlarge {
    grid-column: 4/span 12;
  }
  .gib-h-grid--start-5-span-1-xlarge {
    grid-column: 5/span 1;
  }
  .gib-h-grid--start-5-span-2-xlarge {
    grid-column: 5/span 2;
  }
  .gib-h-grid--start-5-span-3-xlarge {
    grid-column: 5/span 3;
  }
  .gib-h-grid--start-5-span-4-xlarge {
    grid-column: 5/span 4;
  }
  .gib-h-grid--start-5-span-5-xlarge {
    grid-column: 5/span 5;
  }
  .gib-h-grid--start-5-span-6-xlarge {
    grid-column: 5/span 6;
  }
  .gib-h-grid--start-5-span-7-xlarge {
    grid-column: 5/span 7;
  }
  .gib-h-grid--start-5-span-8-xlarge {
    grid-column: 5/span 8;
  }
  .gib-h-grid--start-5-span-9-xlarge {
    grid-column: 5/span 9;
  }
  .gib-h-grid--start-5-span-10-xlarge {
    grid-column: 5/span 10;
  }
  .gib-h-grid--start-5-span-11-xlarge {
    grid-column: 5/span 11;
  }
  .gib-h-grid--start-5-span-12-xlarge {
    grid-column: 5/span 12;
  }
  .gib-h-grid--start-6-span-1-xlarge {
    grid-column: 6/span 1;
  }
  .gib-h-grid--start-6-span-2-xlarge {
    grid-column: 6/span 2;
  }
  .gib-h-grid--start-6-span-3-xlarge {
    grid-column: 6/span 3;
  }
  .gib-h-grid--start-6-span-4-xlarge {
    grid-column: 6/span 4;
  }
  .gib-h-grid--start-6-span-5-xlarge {
    grid-column: 6/span 5;
  }
  .gib-h-grid--start-6-span-6-xlarge {
    grid-column: 6/span 6;
  }
  .gib-h-grid--start-6-span-7-xlarge {
    grid-column: 6/span 7;
  }
  .gib-h-grid--start-6-span-8-xlarge {
    grid-column: 6/span 8;
  }
  .gib-h-grid--start-6-span-9-xlarge {
    grid-column: 6/span 9;
  }
  .gib-h-grid--start-6-span-10-xlarge {
    grid-column: 6/span 10;
  }
  .gib-h-grid--start-6-span-11-xlarge {
    grid-column: 6/span 11;
  }
  .gib-h-grid--start-6-span-12-xlarge {
    grid-column: 6/span 12;
  }
  .gib-h-grid--start-7-span-1-xlarge {
    grid-column: 7/span 1;
  }
  .gib-h-grid--start-7-span-2-xlarge {
    grid-column: 7/span 2;
  }
  .gib-h-grid--start-7-span-3-xlarge {
    grid-column: 7/span 3;
  }
  .gib-h-grid--start-7-span-4-xlarge {
    grid-column: 7/span 4;
  }
  .gib-h-grid--start-7-span-5-xlarge {
    grid-column: 7/span 5;
  }
  .gib-h-grid--start-7-span-6-xlarge {
    grid-column: 7/span 6;
  }
  .gib-h-grid--start-7-span-7-xlarge {
    grid-column: 7/span 7;
  }
  .gib-h-grid--start-7-span-8-xlarge {
    grid-column: 7/span 8;
  }
  .gib-h-grid--start-7-span-9-xlarge {
    grid-column: 7/span 9;
  }
  .gib-h-grid--start-7-span-10-xlarge {
    grid-column: 7/span 10;
  }
  .gib-h-grid--start-7-span-11-xlarge {
    grid-column: 7/span 11;
  }
  .gib-h-grid--start-7-span-12-xlarge {
    grid-column: 7/span 12;
  }
  .gib-h-grid--start-8-span-1-xlarge {
    grid-column: 8/span 1;
  }
  .gib-h-grid--start-8-span-2-xlarge {
    grid-column: 8/span 2;
  }
  .gib-h-grid--start-8-span-3-xlarge {
    grid-column: 8/span 3;
  }
  .gib-h-grid--start-8-span-4-xlarge {
    grid-column: 8/span 4;
  }
  .gib-h-grid--start-8-span-5-xlarge {
    grid-column: 8/span 5;
  }
  .gib-h-grid--start-8-span-6-xlarge {
    grid-column: 8/span 6;
  }
  .gib-h-grid--start-8-span-7-xlarge {
    grid-column: 8/span 7;
  }
  .gib-h-grid--start-8-span-8-xlarge {
    grid-column: 8/span 8;
  }
  .gib-h-grid--start-8-span-9-xlarge {
    grid-column: 8/span 9;
  }
  .gib-h-grid--start-8-span-10-xlarge {
    grid-column: 8/span 10;
  }
  .gib-h-grid--start-8-span-11-xlarge {
    grid-column: 8/span 11;
  }
  .gib-h-grid--start-8-span-12-xlarge {
    grid-column: 8/span 12;
  }
  .gib-h-grid--start-9-span-1-xlarge {
    grid-column: 9/span 1;
  }
  .gib-h-grid--start-9-span-2-xlarge {
    grid-column: 9/span 2;
  }
  .gib-h-grid--start-9-span-3-xlarge {
    grid-column: 9/span 3;
  }
  .gib-h-grid--start-9-span-4-xlarge {
    grid-column: 9/span 4;
  }
  .gib-h-grid--start-9-span-5-xlarge {
    grid-column: 9/span 5;
  }
  .gib-h-grid--start-9-span-6-xlarge {
    grid-column: 9/span 6;
  }
  .gib-h-grid--start-9-span-7-xlarge {
    grid-column: 9/span 7;
  }
  .gib-h-grid--start-9-span-8-xlarge {
    grid-column: 9/span 8;
  }
  .gib-h-grid--start-9-span-9-xlarge {
    grid-column: 9/span 9;
  }
  .gib-h-grid--start-9-span-10-xlarge {
    grid-column: 9/span 10;
  }
  .gib-h-grid--start-9-span-11-xlarge {
    grid-column: 9/span 11;
  }
  .gib-h-grid--start-9-span-12-xlarge {
    grid-column: 9/span 12;
  }
  .gib-h-grid--start-10-span-1-xlarge {
    grid-column: 10/span 1;
  }
  .gib-h-grid--start-10-span-2-xlarge {
    grid-column: 10/span 2;
  }
  .gib-h-grid--start-10-span-3-xlarge {
    grid-column: 10/span 3;
  }
  .gib-h-grid--start-10-span-4-xlarge {
    grid-column: 10/span 4;
  }
  .gib-h-grid--start-10-span-5-xlarge {
    grid-column: 10/span 5;
  }
  .gib-h-grid--start-10-span-6-xlarge {
    grid-column: 10/span 6;
  }
  .gib-h-grid--start-10-span-7-xlarge {
    grid-column: 10/span 7;
  }
  .gib-h-grid--start-10-span-8-xlarge {
    grid-column: 10/span 8;
  }
  .gib-h-grid--start-10-span-9-xlarge {
    grid-column: 10/span 9;
  }
  .gib-h-grid--start-10-span-10-xlarge {
    grid-column: 10/span 10;
  }
  .gib-h-grid--start-10-span-11-xlarge {
    grid-column: 10/span 11;
  }
  .gib-h-grid--start-10-span-12-xlarge {
    grid-column: 10/span 12;
  }
  .gib-h-grid--start-11-span-1-xlarge {
    grid-column: 11/span 1;
  }
  .gib-h-grid--start-11-span-2-xlarge {
    grid-column: 11/span 2;
  }
  .gib-h-grid--start-11-span-3-xlarge {
    grid-column: 11/span 3;
  }
  .gib-h-grid--start-11-span-4-xlarge {
    grid-column: 11/span 4;
  }
  .gib-h-grid--start-11-span-5-xlarge {
    grid-column: 11/span 5;
  }
  .gib-h-grid--start-11-span-6-xlarge {
    grid-column: 11/span 6;
  }
  .gib-h-grid--start-11-span-7-xlarge {
    grid-column: 11/span 7;
  }
  .gib-h-grid--start-11-span-8-xlarge {
    grid-column: 11/span 8;
  }
  .gib-h-grid--start-11-span-9-xlarge {
    grid-column: 11/span 9;
  }
  .gib-h-grid--start-11-span-10-xlarge {
    grid-column: 11/span 10;
  }
  .gib-h-grid--start-11-span-11-xlarge {
    grid-column: 11/span 11;
  }
  .gib-h-grid--start-11-span-12-xlarge {
    grid-column: 11/span 12;
  }
  .gib-h-grid--start-12-span-1-xlarge {
    grid-column: 12/span 1;
  }
  .gib-h-grid--start-12-span-2-xlarge {
    grid-column: 12/span 2;
  }
  .gib-h-grid--start-12-span-3-xlarge {
    grid-column: 12/span 3;
  }
  .gib-h-grid--start-12-span-4-xlarge {
    grid-column: 12/span 4;
  }
  .gib-h-grid--start-12-span-5-xlarge {
    grid-column: 12/span 5;
  }
  .gib-h-grid--start-12-span-6-xlarge {
    grid-column: 12/span 6;
  }
  .gib-h-grid--start-12-span-7-xlarge {
    grid-column: 12/span 7;
  }
  .gib-h-grid--start-12-span-8-xlarge {
    grid-column: 12/span 8;
  }
  .gib-h-grid--start-12-span-9-xlarge {
    grid-column: 12/span 9;
  }
  .gib-h-grid--start-12-span-10-xlarge {
    grid-column: 12/span 10;
  }
  .gib-h-grid--start-12-span-11-xlarge {
    grid-column: 12/span 11;
  }
  .gib-h-grid--start-12-span-12-xlarge {
    grid-column: 12/span 12;
  }
}
@media screen and (min-width: 48em) {
  .gib-h-grid--start-1-span-1-xxlarge {
    grid-column: 1/span 1;
  }
  .gib-h-grid--start-1-span-2-xxlarge {
    grid-column: 1/span 2;
  }
  .gib-h-grid--start-1-span-3-xxlarge {
    grid-column: 1/span 3;
  }
  .gib-h-grid--start-1-span-4-xxlarge {
    grid-column: 1/span 4;
  }
  .gib-h-grid--start-1-span-5-xxlarge {
    grid-column: 1/span 5;
  }
  .gib-h-grid--start-1-span-6-xxlarge {
    grid-column: 1/span 6;
  }
  .gib-h-grid--start-1-span-7-xxlarge {
    grid-column: 1/span 7;
  }
  .gib-h-grid--start-1-span-8-xxlarge {
    grid-column: 1/span 8;
  }
  .gib-h-grid--start-1-span-9-xxlarge {
    grid-column: 1/span 9;
  }
  .gib-h-grid--start-1-span-10-xxlarge {
    grid-column: 1/span 10;
  }
  .gib-h-grid--start-1-span-11-xxlarge {
    grid-column: 1/span 11;
  }
  .gib-h-grid--start-1-span-12-xxlarge {
    grid-column: 1/span 12;
  }
  .gib-h-grid--start-2-span-1-xxlarge {
    grid-column: 2/span 1;
  }
  .gib-h-grid--start-2-span-2-xxlarge {
    grid-column: 2/span 2;
  }
  .gib-h-grid--start-2-span-3-xxlarge {
    grid-column: 2/span 3;
  }
  .gib-h-grid--start-2-span-4-xxlarge {
    grid-column: 2/span 4;
  }
  .gib-h-grid--start-2-span-5-xxlarge {
    grid-column: 2/span 5;
  }
  .gib-h-grid--start-2-span-6-xxlarge {
    grid-column: 2/span 6;
  }
  .gib-h-grid--start-2-span-7-xxlarge {
    grid-column: 2/span 7;
  }
  .gib-h-grid--start-2-span-8-xxlarge {
    grid-column: 2/span 8;
  }
  .gib-h-grid--start-2-span-9-xxlarge {
    grid-column: 2/span 9;
  }
  .gib-h-grid--start-2-span-10-xxlarge {
    grid-column: 2/span 10;
  }
  .gib-h-grid--start-2-span-11-xxlarge {
    grid-column: 2/span 11;
  }
  .gib-h-grid--start-2-span-12-xxlarge {
    grid-column: 2/span 12;
  }
  .gib-h-grid--start-3-span-1-xxlarge {
    grid-column: 3/span 1;
  }
  .gib-h-grid--start-3-span-2-xxlarge {
    grid-column: 3/span 2;
  }
  .gib-h-grid--start-3-span-3-xxlarge {
    grid-column: 3/span 3;
  }
  .gib-h-grid--start-3-span-4-xxlarge {
    grid-column: 3/span 4;
  }
  .gib-h-grid--start-3-span-5-xxlarge {
    grid-column: 3/span 5;
  }
  .gib-h-grid--start-3-span-6-xxlarge {
    grid-column: 3/span 6;
  }
  .gib-h-grid--start-3-span-7-xxlarge {
    grid-column: 3/span 7;
  }
  .gib-h-grid--start-3-span-8-xxlarge {
    grid-column: 3/span 8;
  }
  .gib-h-grid--start-3-span-9-xxlarge {
    grid-column: 3/span 9;
  }
  .gib-h-grid--start-3-span-10-xxlarge {
    grid-column: 3/span 10;
  }
  .gib-h-grid--start-3-span-11-xxlarge {
    grid-column: 3/span 11;
  }
  .gib-h-grid--start-3-span-12-xxlarge {
    grid-column: 3/span 12;
  }
  .gib-h-grid--start-4-span-1-xxlarge {
    grid-column: 4/span 1;
  }
  .gib-h-grid--start-4-span-2-xxlarge {
    grid-column: 4/span 2;
  }
  .gib-h-grid--start-4-span-3-xxlarge {
    grid-column: 4/span 3;
  }
  .gib-h-grid--start-4-span-4-xxlarge {
    grid-column: 4/span 4;
  }
  .gib-h-grid--start-4-span-5-xxlarge {
    grid-column: 4/span 5;
  }
  .gib-h-grid--start-4-span-6-xxlarge {
    grid-column: 4/span 6;
  }
  .gib-h-grid--start-4-span-7-xxlarge {
    grid-column: 4/span 7;
  }
  .gib-h-grid--start-4-span-8-xxlarge {
    grid-column: 4/span 8;
  }
  .gib-h-grid--start-4-span-9-xxlarge {
    grid-column: 4/span 9;
  }
  .gib-h-grid--start-4-span-10-xxlarge {
    grid-column: 4/span 10;
  }
  .gib-h-grid--start-4-span-11-xxlarge {
    grid-column: 4/span 11;
  }
  .gib-h-grid--start-4-span-12-xxlarge {
    grid-column: 4/span 12;
  }
  .gib-h-grid--start-5-span-1-xxlarge {
    grid-column: 5/span 1;
  }
  .gib-h-grid--start-5-span-2-xxlarge {
    grid-column: 5/span 2;
  }
  .gib-h-grid--start-5-span-3-xxlarge {
    grid-column: 5/span 3;
  }
  .gib-h-grid--start-5-span-4-xxlarge {
    grid-column: 5/span 4;
  }
  .gib-h-grid--start-5-span-5-xxlarge {
    grid-column: 5/span 5;
  }
  .gib-h-grid--start-5-span-6-xxlarge {
    grid-column: 5/span 6;
  }
  .gib-h-grid--start-5-span-7-xxlarge {
    grid-column: 5/span 7;
  }
  .gib-h-grid--start-5-span-8-xxlarge {
    grid-column: 5/span 8;
  }
  .gib-h-grid--start-5-span-9-xxlarge {
    grid-column: 5/span 9;
  }
  .gib-h-grid--start-5-span-10-xxlarge {
    grid-column: 5/span 10;
  }
  .gib-h-grid--start-5-span-11-xxlarge {
    grid-column: 5/span 11;
  }
  .gib-h-grid--start-5-span-12-xxlarge {
    grid-column: 5/span 12;
  }
  .gib-h-grid--start-6-span-1-xxlarge {
    grid-column: 6/span 1;
  }
  .gib-h-grid--start-6-span-2-xxlarge {
    grid-column: 6/span 2;
  }
  .gib-h-grid--start-6-span-3-xxlarge {
    grid-column: 6/span 3;
  }
  .gib-h-grid--start-6-span-4-xxlarge {
    grid-column: 6/span 4;
  }
  .gib-h-grid--start-6-span-5-xxlarge {
    grid-column: 6/span 5;
  }
  .gib-h-grid--start-6-span-6-xxlarge {
    grid-column: 6/span 6;
  }
  .gib-h-grid--start-6-span-7-xxlarge {
    grid-column: 6/span 7;
  }
  .gib-h-grid--start-6-span-8-xxlarge {
    grid-column: 6/span 8;
  }
  .gib-h-grid--start-6-span-9-xxlarge {
    grid-column: 6/span 9;
  }
  .gib-h-grid--start-6-span-10-xxlarge {
    grid-column: 6/span 10;
  }
  .gib-h-grid--start-6-span-11-xxlarge {
    grid-column: 6/span 11;
  }
  .gib-h-grid--start-6-span-12-xxlarge {
    grid-column: 6/span 12;
  }
  .gib-h-grid--start-7-span-1-xxlarge {
    grid-column: 7/span 1;
  }
  .gib-h-grid--start-7-span-2-xxlarge {
    grid-column: 7/span 2;
  }
  .gib-h-grid--start-7-span-3-xxlarge {
    grid-column: 7/span 3;
  }
  .gib-h-grid--start-7-span-4-xxlarge {
    grid-column: 7/span 4;
  }
  .gib-h-grid--start-7-span-5-xxlarge {
    grid-column: 7/span 5;
  }
  .gib-h-grid--start-7-span-6-xxlarge {
    grid-column: 7/span 6;
  }
  .gib-h-grid--start-7-span-7-xxlarge {
    grid-column: 7/span 7;
  }
  .gib-h-grid--start-7-span-8-xxlarge {
    grid-column: 7/span 8;
  }
  .gib-h-grid--start-7-span-9-xxlarge {
    grid-column: 7/span 9;
  }
  .gib-h-grid--start-7-span-10-xxlarge {
    grid-column: 7/span 10;
  }
  .gib-h-grid--start-7-span-11-xxlarge {
    grid-column: 7/span 11;
  }
  .gib-h-grid--start-7-span-12-xxlarge {
    grid-column: 7/span 12;
  }
  .gib-h-grid--start-8-span-1-xxlarge {
    grid-column: 8/span 1;
  }
  .gib-h-grid--start-8-span-2-xxlarge {
    grid-column: 8/span 2;
  }
  .gib-h-grid--start-8-span-3-xxlarge {
    grid-column: 8/span 3;
  }
  .gib-h-grid--start-8-span-4-xxlarge {
    grid-column: 8/span 4;
  }
  .gib-h-grid--start-8-span-5-xxlarge {
    grid-column: 8/span 5;
  }
  .gib-h-grid--start-8-span-6-xxlarge {
    grid-column: 8/span 6;
  }
  .gib-h-grid--start-8-span-7-xxlarge {
    grid-column: 8/span 7;
  }
  .gib-h-grid--start-8-span-8-xxlarge {
    grid-column: 8/span 8;
  }
  .gib-h-grid--start-8-span-9-xxlarge {
    grid-column: 8/span 9;
  }
  .gib-h-grid--start-8-span-10-xxlarge {
    grid-column: 8/span 10;
  }
  .gib-h-grid--start-8-span-11-xxlarge {
    grid-column: 8/span 11;
  }
  .gib-h-grid--start-8-span-12-xxlarge {
    grid-column: 8/span 12;
  }
  .gib-h-grid--start-9-span-1-xxlarge {
    grid-column: 9/span 1;
  }
  .gib-h-grid--start-9-span-2-xxlarge {
    grid-column: 9/span 2;
  }
  .gib-h-grid--start-9-span-3-xxlarge {
    grid-column: 9/span 3;
  }
  .gib-h-grid--start-9-span-4-xxlarge {
    grid-column: 9/span 4;
  }
  .gib-h-grid--start-9-span-5-xxlarge {
    grid-column: 9/span 5;
  }
  .gib-h-grid--start-9-span-6-xxlarge {
    grid-column: 9/span 6;
  }
  .gib-h-grid--start-9-span-7-xxlarge {
    grid-column: 9/span 7;
  }
  .gib-h-grid--start-9-span-8-xxlarge {
    grid-column: 9/span 8;
  }
  .gib-h-grid--start-9-span-9-xxlarge {
    grid-column: 9/span 9;
  }
  .gib-h-grid--start-9-span-10-xxlarge {
    grid-column: 9/span 10;
  }
  .gib-h-grid--start-9-span-11-xxlarge {
    grid-column: 9/span 11;
  }
  .gib-h-grid--start-9-span-12-xxlarge {
    grid-column: 9/span 12;
  }
  .gib-h-grid--start-10-span-1-xxlarge {
    grid-column: 10/span 1;
  }
  .gib-h-grid--start-10-span-2-xxlarge {
    grid-column: 10/span 2;
  }
  .gib-h-grid--start-10-span-3-xxlarge {
    grid-column: 10/span 3;
  }
  .gib-h-grid--start-10-span-4-xxlarge {
    grid-column: 10/span 4;
  }
  .gib-h-grid--start-10-span-5-xxlarge {
    grid-column: 10/span 5;
  }
  .gib-h-grid--start-10-span-6-xxlarge {
    grid-column: 10/span 6;
  }
  .gib-h-grid--start-10-span-7-xxlarge {
    grid-column: 10/span 7;
  }
  .gib-h-grid--start-10-span-8-xxlarge {
    grid-column: 10/span 8;
  }
  .gib-h-grid--start-10-span-9-xxlarge {
    grid-column: 10/span 9;
  }
  .gib-h-grid--start-10-span-10-xxlarge {
    grid-column: 10/span 10;
  }
  .gib-h-grid--start-10-span-11-xxlarge {
    grid-column: 10/span 11;
  }
  .gib-h-grid--start-10-span-12-xxlarge {
    grid-column: 10/span 12;
  }
  .gib-h-grid--start-11-span-1-xxlarge {
    grid-column: 11/span 1;
  }
  .gib-h-grid--start-11-span-2-xxlarge {
    grid-column: 11/span 2;
  }
  .gib-h-grid--start-11-span-3-xxlarge {
    grid-column: 11/span 3;
  }
  .gib-h-grid--start-11-span-4-xxlarge {
    grid-column: 11/span 4;
  }
  .gib-h-grid--start-11-span-5-xxlarge {
    grid-column: 11/span 5;
  }
  .gib-h-grid--start-11-span-6-xxlarge {
    grid-column: 11/span 6;
  }
  .gib-h-grid--start-11-span-7-xxlarge {
    grid-column: 11/span 7;
  }
  .gib-h-grid--start-11-span-8-xxlarge {
    grid-column: 11/span 8;
  }
  .gib-h-grid--start-11-span-9-xxlarge {
    grid-column: 11/span 9;
  }
  .gib-h-grid--start-11-span-10-xxlarge {
    grid-column: 11/span 10;
  }
  .gib-h-grid--start-11-span-11-xxlarge {
    grid-column: 11/span 11;
  }
  .gib-h-grid--start-11-span-12-xxlarge {
    grid-column: 11/span 12;
  }
  .gib-h-grid--start-12-span-1-xxlarge {
    grid-column: 12/span 1;
  }
  .gib-h-grid--start-12-span-2-xxlarge {
    grid-column: 12/span 2;
  }
  .gib-h-grid--start-12-span-3-xxlarge {
    grid-column: 12/span 3;
  }
  .gib-h-grid--start-12-span-4-xxlarge {
    grid-column: 12/span 4;
  }
  .gib-h-grid--start-12-span-5-xxlarge {
    grid-column: 12/span 5;
  }
  .gib-h-grid--start-12-span-6-xxlarge {
    grid-column: 12/span 6;
  }
  .gib-h-grid--start-12-span-7-xxlarge {
    grid-column: 12/span 7;
  }
  .gib-h-grid--start-12-span-8-xxlarge {
    grid-column: 12/span 8;
  }
  .gib-h-grid--start-12-span-9-xxlarge {
    grid-column: 12/span 9;
  }
  .gib-h-grid--start-12-span-10-xxlarge {
    grid-column: 12/span 10;
  }
  .gib-h-grid--start-12-span-11-xxlarge {
    grid-column: 12/span 11;
  }
  .gib-h-grid--start-12-span-12-xxlarge {
    grid-column: 12/span 12;
  }
}
@media screen and (min-width: 56em) {
  .gib-h-grid--start-1-span-1-xxxlarge {
    grid-column: 1/span 1;
  }
  .gib-h-grid--start-1-span-2-xxxlarge {
    grid-column: 1/span 2;
  }
  .gib-h-grid--start-1-span-3-xxxlarge {
    grid-column: 1/span 3;
  }
  .gib-h-grid--start-1-span-4-xxxlarge {
    grid-column: 1/span 4;
  }
  .gib-h-grid--start-1-span-5-xxxlarge {
    grid-column: 1/span 5;
  }
  .gib-h-grid--start-1-span-6-xxxlarge {
    grid-column: 1/span 6;
  }
  .gib-h-grid--start-1-span-7-xxxlarge {
    grid-column: 1/span 7;
  }
  .gib-h-grid--start-1-span-8-xxxlarge {
    grid-column: 1/span 8;
  }
  .gib-h-grid--start-1-span-9-xxxlarge {
    grid-column: 1/span 9;
  }
  .gib-h-grid--start-1-span-10-xxxlarge {
    grid-column: 1/span 10;
  }
  .gib-h-grid--start-1-span-11-xxxlarge {
    grid-column: 1/span 11;
  }
  .gib-h-grid--start-1-span-12-xxxlarge {
    grid-column: 1/span 12;
  }
  .gib-h-grid--start-2-span-1-xxxlarge {
    grid-column: 2/span 1;
  }
  .gib-h-grid--start-2-span-2-xxxlarge {
    grid-column: 2/span 2;
  }
  .gib-h-grid--start-2-span-3-xxxlarge {
    grid-column: 2/span 3;
  }
  .gib-h-grid--start-2-span-4-xxxlarge {
    grid-column: 2/span 4;
  }
  .gib-h-grid--start-2-span-5-xxxlarge {
    grid-column: 2/span 5;
  }
  .gib-h-grid--start-2-span-6-xxxlarge {
    grid-column: 2/span 6;
  }
  .gib-h-grid--start-2-span-7-xxxlarge {
    grid-column: 2/span 7;
  }
  .gib-h-grid--start-2-span-8-xxxlarge {
    grid-column: 2/span 8;
  }
  .gib-h-grid--start-2-span-9-xxxlarge {
    grid-column: 2/span 9;
  }
  .gib-h-grid--start-2-span-10-xxxlarge {
    grid-column: 2/span 10;
  }
  .gib-h-grid--start-2-span-11-xxxlarge {
    grid-column: 2/span 11;
  }
  .gib-h-grid--start-2-span-12-xxxlarge {
    grid-column: 2/span 12;
  }
  .gib-h-grid--start-3-span-1-xxxlarge {
    grid-column: 3/span 1;
  }
  .gib-h-grid--start-3-span-2-xxxlarge {
    grid-column: 3/span 2;
  }
  .gib-h-grid--start-3-span-3-xxxlarge {
    grid-column: 3/span 3;
  }
  .gib-h-grid--start-3-span-4-xxxlarge {
    grid-column: 3/span 4;
  }
  .gib-h-grid--start-3-span-5-xxxlarge {
    grid-column: 3/span 5;
  }
  .gib-h-grid--start-3-span-6-xxxlarge {
    grid-column: 3/span 6;
  }
  .gib-h-grid--start-3-span-7-xxxlarge {
    grid-column: 3/span 7;
  }
  .gib-h-grid--start-3-span-8-xxxlarge {
    grid-column: 3/span 8;
  }
  .gib-h-grid--start-3-span-9-xxxlarge {
    grid-column: 3/span 9;
  }
  .gib-h-grid--start-3-span-10-xxxlarge {
    grid-column: 3/span 10;
  }
  .gib-h-grid--start-3-span-11-xxxlarge {
    grid-column: 3/span 11;
  }
  .gib-h-grid--start-3-span-12-xxxlarge {
    grid-column: 3/span 12;
  }
  .gib-h-grid--start-4-span-1-xxxlarge {
    grid-column: 4/span 1;
  }
  .gib-h-grid--start-4-span-2-xxxlarge {
    grid-column: 4/span 2;
  }
  .gib-h-grid--start-4-span-3-xxxlarge {
    grid-column: 4/span 3;
  }
  .gib-h-grid--start-4-span-4-xxxlarge {
    grid-column: 4/span 4;
  }
  .gib-h-grid--start-4-span-5-xxxlarge {
    grid-column: 4/span 5;
  }
  .gib-h-grid--start-4-span-6-xxxlarge {
    grid-column: 4/span 6;
  }
  .gib-h-grid--start-4-span-7-xxxlarge {
    grid-column: 4/span 7;
  }
  .gib-h-grid--start-4-span-8-xxxlarge {
    grid-column: 4/span 8;
  }
  .gib-h-grid--start-4-span-9-xxxlarge {
    grid-column: 4/span 9;
  }
  .gib-h-grid--start-4-span-10-xxxlarge {
    grid-column: 4/span 10;
  }
  .gib-h-grid--start-4-span-11-xxxlarge {
    grid-column: 4/span 11;
  }
  .gib-h-grid--start-4-span-12-xxxlarge {
    grid-column: 4/span 12;
  }
  .gib-h-grid--start-5-span-1-xxxlarge {
    grid-column: 5/span 1;
  }
  .gib-h-grid--start-5-span-2-xxxlarge {
    grid-column: 5/span 2;
  }
  .gib-h-grid--start-5-span-3-xxxlarge {
    grid-column: 5/span 3;
  }
  .gib-h-grid--start-5-span-4-xxxlarge {
    grid-column: 5/span 4;
  }
  .gib-h-grid--start-5-span-5-xxxlarge {
    grid-column: 5/span 5;
  }
  .gib-h-grid--start-5-span-6-xxxlarge {
    grid-column: 5/span 6;
  }
  .gib-h-grid--start-5-span-7-xxxlarge {
    grid-column: 5/span 7;
  }
  .gib-h-grid--start-5-span-8-xxxlarge {
    grid-column: 5/span 8;
  }
  .gib-h-grid--start-5-span-9-xxxlarge {
    grid-column: 5/span 9;
  }
  .gib-h-grid--start-5-span-10-xxxlarge {
    grid-column: 5/span 10;
  }
  .gib-h-grid--start-5-span-11-xxxlarge {
    grid-column: 5/span 11;
  }
  .gib-h-grid--start-5-span-12-xxxlarge {
    grid-column: 5/span 12;
  }
  .gib-h-grid--start-6-span-1-xxxlarge {
    grid-column: 6/span 1;
  }
  .gib-h-grid--start-6-span-2-xxxlarge {
    grid-column: 6/span 2;
  }
  .gib-h-grid--start-6-span-3-xxxlarge {
    grid-column: 6/span 3;
  }
  .gib-h-grid--start-6-span-4-xxxlarge {
    grid-column: 6/span 4;
  }
  .gib-h-grid--start-6-span-5-xxxlarge {
    grid-column: 6/span 5;
  }
  .gib-h-grid--start-6-span-6-xxxlarge {
    grid-column: 6/span 6;
  }
  .gib-h-grid--start-6-span-7-xxxlarge {
    grid-column: 6/span 7;
  }
  .gib-h-grid--start-6-span-8-xxxlarge {
    grid-column: 6/span 8;
  }
  .gib-h-grid--start-6-span-9-xxxlarge {
    grid-column: 6/span 9;
  }
  .gib-h-grid--start-6-span-10-xxxlarge {
    grid-column: 6/span 10;
  }
  .gib-h-grid--start-6-span-11-xxxlarge {
    grid-column: 6/span 11;
  }
  .gib-h-grid--start-6-span-12-xxxlarge {
    grid-column: 6/span 12;
  }
  .gib-h-grid--start-7-span-1-xxxlarge {
    grid-column: 7/span 1;
  }
  .gib-h-grid--start-7-span-2-xxxlarge {
    grid-column: 7/span 2;
  }
  .gib-h-grid--start-7-span-3-xxxlarge {
    grid-column: 7/span 3;
  }
  .gib-h-grid--start-7-span-4-xxxlarge {
    grid-column: 7/span 4;
  }
  .gib-h-grid--start-7-span-5-xxxlarge {
    grid-column: 7/span 5;
  }
  .gib-h-grid--start-7-span-6-xxxlarge {
    grid-column: 7/span 6;
  }
  .gib-h-grid--start-7-span-7-xxxlarge {
    grid-column: 7/span 7;
  }
  .gib-h-grid--start-7-span-8-xxxlarge {
    grid-column: 7/span 8;
  }
  .gib-h-grid--start-7-span-9-xxxlarge {
    grid-column: 7/span 9;
  }
  .gib-h-grid--start-7-span-10-xxxlarge {
    grid-column: 7/span 10;
  }
  .gib-h-grid--start-7-span-11-xxxlarge {
    grid-column: 7/span 11;
  }
  .gib-h-grid--start-7-span-12-xxxlarge {
    grid-column: 7/span 12;
  }
  .gib-h-grid--start-8-span-1-xxxlarge {
    grid-column: 8/span 1;
  }
  .gib-h-grid--start-8-span-2-xxxlarge {
    grid-column: 8/span 2;
  }
  .gib-h-grid--start-8-span-3-xxxlarge {
    grid-column: 8/span 3;
  }
  .gib-h-grid--start-8-span-4-xxxlarge {
    grid-column: 8/span 4;
  }
  .gib-h-grid--start-8-span-5-xxxlarge {
    grid-column: 8/span 5;
  }
  .gib-h-grid--start-8-span-6-xxxlarge {
    grid-column: 8/span 6;
  }
  .gib-h-grid--start-8-span-7-xxxlarge {
    grid-column: 8/span 7;
  }
  .gib-h-grid--start-8-span-8-xxxlarge {
    grid-column: 8/span 8;
  }
  .gib-h-grid--start-8-span-9-xxxlarge {
    grid-column: 8/span 9;
  }
  .gib-h-grid--start-8-span-10-xxxlarge {
    grid-column: 8/span 10;
  }
  .gib-h-grid--start-8-span-11-xxxlarge {
    grid-column: 8/span 11;
  }
  .gib-h-grid--start-8-span-12-xxxlarge {
    grid-column: 8/span 12;
  }
  .gib-h-grid--start-9-span-1-xxxlarge {
    grid-column: 9/span 1;
  }
  .gib-h-grid--start-9-span-2-xxxlarge {
    grid-column: 9/span 2;
  }
  .gib-h-grid--start-9-span-3-xxxlarge {
    grid-column: 9/span 3;
  }
  .gib-h-grid--start-9-span-4-xxxlarge {
    grid-column: 9/span 4;
  }
  .gib-h-grid--start-9-span-5-xxxlarge {
    grid-column: 9/span 5;
  }
  .gib-h-grid--start-9-span-6-xxxlarge {
    grid-column: 9/span 6;
  }
  .gib-h-grid--start-9-span-7-xxxlarge {
    grid-column: 9/span 7;
  }
  .gib-h-grid--start-9-span-8-xxxlarge {
    grid-column: 9/span 8;
  }
  .gib-h-grid--start-9-span-9-xxxlarge {
    grid-column: 9/span 9;
  }
  .gib-h-grid--start-9-span-10-xxxlarge {
    grid-column: 9/span 10;
  }
  .gib-h-grid--start-9-span-11-xxxlarge {
    grid-column: 9/span 11;
  }
  .gib-h-grid--start-9-span-12-xxxlarge {
    grid-column: 9/span 12;
  }
  .gib-h-grid--start-10-span-1-xxxlarge {
    grid-column: 10/span 1;
  }
  .gib-h-grid--start-10-span-2-xxxlarge {
    grid-column: 10/span 2;
  }
  .gib-h-grid--start-10-span-3-xxxlarge {
    grid-column: 10/span 3;
  }
  .gib-h-grid--start-10-span-4-xxxlarge {
    grid-column: 10/span 4;
  }
  .gib-h-grid--start-10-span-5-xxxlarge {
    grid-column: 10/span 5;
  }
  .gib-h-grid--start-10-span-6-xxxlarge {
    grid-column: 10/span 6;
  }
  .gib-h-grid--start-10-span-7-xxxlarge {
    grid-column: 10/span 7;
  }
  .gib-h-grid--start-10-span-8-xxxlarge {
    grid-column: 10/span 8;
  }
  .gib-h-grid--start-10-span-9-xxxlarge {
    grid-column: 10/span 9;
  }
  .gib-h-grid--start-10-span-10-xxxlarge {
    grid-column: 10/span 10;
  }
  .gib-h-grid--start-10-span-11-xxxlarge {
    grid-column: 10/span 11;
  }
  .gib-h-grid--start-10-span-12-xxxlarge {
    grid-column: 10/span 12;
  }
  .gib-h-grid--start-11-span-1-xxxlarge {
    grid-column: 11/span 1;
  }
  .gib-h-grid--start-11-span-2-xxxlarge {
    grid-column: 11/span 2;
  }
  .gib-h-grid--start-11-span-3-xxxlarge {
    grid-column: 11/span 3;
  }
  .gib-h-grid--start-11-span-4-xxxlarge {
    grid-column: 11/span 4;
  }
  .gib-h-grid--start-11-span-5-xxxlarge {
    grid-column: 11/span 5;
  }
  .gib-h-grid--start-11-span-6-xxxlarge {
    grid-column: 11/span 6;
  }
  .gib-h-grid--start-11-span-7-xxxlarge {
    grid-column: 11/span 7;
  }
  .gib-h-grid--start-11-span-8-xxxlarge {
    grid-column: 11/span 8;
  }
  .gib-h-grid--start-11-span-9-xxxlarge {
    grid-column: 11/span 9;
  }
  .gib-h-grid--start-11-span-10-xxxlarge {
    grid-column: 11/span 10;
  }
  .gib-h-grid--start-11-span-11-xxxlarge {
    grid-column: 11/span 11;
  }
  .gib-h-grid--start-11-span-12-xxxlarge {
    grid-column: 11/span 12;
  }
  .gib-h-grid--start-12-span-1-xxxlarge {
    grid-column: 12/span 1;
  }
  .gib-h-grid--start-12-span-2-xxxlarge {
    grid-column: 12/span 2;
  }
  .gib-h-grid--start-12-span-3-xxxlarge {
    grid-column: 12/span 3;
  }
  .gib-h-grid--start-12-span-4-xxxlarge {
    grid-column: 12/span 4;
  }
  .gib-h-grid--start-12-span-5-xxxlarge {
    grid-column: 12/span 5;
  }
  .gib-h-grid--start-12-span-6-xxxlarge {
    grid-column: 12/span 6;
  }
  .gib-h-grid--start-12-span-7-xxxlarge {
    grid-column: 12/span 7;
  }
  .gib-h-grid--start-12-span-8-xxxlarge {
    grid-column: 12/span 8;
  }
  .gib-h-grid--start-12-span-9-xxxlarge {
    grid-column: 12/span 9;
  }
  .gib-h-grid--start-12-span-10-xxxlarge {
    grid-column: 12/span 10;
  }
  .gib-h-grid--start-12-span-11-xxxlarge {
    grid-column: 12/span 11;
  }
  .gib-h-grid--start-12-span-12-xxxlarge {
    grid-column: 12/span 12;
  }
}
@media screen and (min-width: 64em) {
  .gib-h-grid--start-1-span-1-xxxxlarge {
    grid-column: 1/span 1;
  }
  .gib-h-grid--start-1-span-2-xxxxlarge {
    grid-column: 1/span 2;
  }
  .gib-h-grid--start-1-span-3-xxxxlarge {
    grid-column: 1/span 3;
  }
  .gib-h-grid--start-1-span-4-xxxxlarge {
    grid-column: 1/span 4;
  }
  .gib-h-grid--start-1-span-5-xxxxlarge {
    grid-column: 1/span 5;
  }
  .gib-h-grid--start-1-span-6-xxxxlarge {
    grid-column: 1/span 6;
  }
  .gib-h-grid--start-1-span-7-xxxxlarge {
    grid-column: 1/span 7;
  }
  .gib-h-grid--start-1-span-8-xxxxlarge {
    grid-column: 1/span 8;
  }
  .gib-h-grid--start-1-span-9-xxxxlarge {
    grid-column: 1/span 9;
  }
  .gib-h-grid--start-1-span-10-xxxxlarge {
    grid-column: 1/span 10;
  }
  .gib-h-grid--start-1-span-11-xxxxlarge {
    grid-column: 1/span 11;
  }
  .gib-h-grid--start-1-span-12-xxxxlarge {
    grid-column: 1/span 12;
  }
  .gib-h-grid--start-2-span-1-xxxxlarge {
    grid-column: 2/span 1;
  }
  .gib-h-grid--start-2-span-2-xxxxlarge {
    grid-column: 2/span 2;
  }
  .gib-h-grid--start-2-span-3-xxxxlarge {
    grid-column: 2/span 3;
  }
  .gib-h-grid--start-2-span-4-xxxxlarge {
    grid-column: 2/span 4;
  }
  .gib-h-grid--start-2-span-5-xxxxlarge {
    grid-column: 2/span 5;
  }
  .gib-h-grid--start-2-span-6-xxxxlarge {
    grid-column: 2/span 6;
  }
  .gib-h-grid--start-2-span-7-xxxxlarge {
    grid-column: 2/span 7;
  }
  .gib-h-grid--start-2-span-8-xxxxlarge {
    grid-column: 2/span 8;
  }
  .gib-h-grid--start-2-span-9-xxxxlarge {
    grid-column: 2/span 9;
  }
  .gib-h-grid--start-2-span-10-xxxxlarge {
    grid-column: 2/span 10;
  }
  .gib-h-grid--start-2-span-11-xxxxlarge {
    grid-column: 2/span 11;
  }
  .gib-h-grid--start-2-span-12-xxxxlarge {
    grid-column: 2/span 12;
  }
  .gib-h-grid--start-3-span-1-xxxxlarge {
    grid-column: 3/span 1;
  }
  .gib-h-grid--start-3-span-2-xxxxlarge {
    grid-column: 3/span 2;
  }
  .gib-h-grid--start-3-span-3-xxxxlarge {
    grid-column: 3/span 3;
  }
  .gib-h-grid--start-3-span-4-xxxxlarge {
    grid-column: 3/span 4;
  }
  .gib-h-grid--start-3-span-5-xxxxlarge {
    grid-column: 3/span 5;
  }
  .gib-h-grid--start-3-span-6-xxxxlarge {
    grid-column: 3/span 6;
  }
  .gib-h-grid--start-3-span-7-xxxxlarge {
    grid-column: 3/span 7;
  }
  .gib-h-grid--start-3-span-8-xxxxlarge {
    grid-column: 3/span 8;
  }
  .gib-h-grid--start-3-span-9-xxxxlarge {
    grid-column: 3/span 9;
  }
  .gib-h-grid--start-3-span-10-xxxxlarge {
    grid-column: 3/span 10;
  }
  .gib-h-grid--start-3-span-11-xxxxlarge {
    grid-column: 3/span 11;
  }
  .gib-h-grid--start-3-span-12-xxxxlarge {
    grid-column: 3/span 12;
  }
  .gib-h-grid--start-4-span-1-xxxxlarge {
    grid-column: 4/span 1;
  }
  .gib-h-grid--start-4-span-2-xxxxlarge {
    grid-column: 4/span 2;
  }
  .gib-h-grid--start-4-span-3-xxxxlarge {
    grid-column: 4/span 3;
  }
  .gib-h-grid--start-4-span-4-xxxxlarge {
    grid-column: 4/span 4;
  }
  .gib-h-grid--start-4-span-5-xxxxlarge {
    grid-column: 4/span 5;
  }
  .gib-h-grid--start-4-span-6-xxxxlarge {
    grid-column: 4/span 6;
  }
  .gib-h-grid--start-4-span-7-xxxxlarge {
    grid-column: 4/span 7;
  }
  .gib-h-grid--start-4-span-8-xxxxlarge {
    grid-column: 4/span 8;
  }
  .gib-h-grid--start-4-span-9-xxxxlarge {
    grid-column: 4/span 9;
  }
  .gib-h-grid--start-4-span-10-xxxxlarge {
    grid-column: 4/span 10;
  }
  .gib-h-grid--start-4-span-11-xxxxlarge {
    grid-column: 4/span 11;
  }
  .gib-h-grid--start-4-span-12-xxxxlarge {
    grid-column: 4/span 12;
  }
  .gib-h-grid--start-5-span-1-xxxxlarge {
    grid-column: 5/span 1;
  }
  .gib-h-grid--start-5-span-2-xxxxlarge {
    grid-column: 5/span 2;
  }
  .gib-h-grid--start-5-span-3-xxxxlarge {
    grid-column: 5/span 3;
  }
  .gib-h-grid--start-5-span-4-xxxxlarge {
    grid-column: 5/span 4;
  }
  .gib-h-grid--start-5-span-5-xxxxlarge {
    grid-column: 5/span 5;
  }
  .gib-h-grid--start-5-span-6-xxxxlarge {
    grid-column: 5/span 6;
  }
  .gib-h-grid--start-5-span-7-xxxxlarge {
    grid-column: 5/span 7;
  }
  .gib-h-grid--start-5-span-8-xxxxlarge {
    grid-column: 5/span 8;
  }
  .gib-h-grid--start-5-span-9-xxxxlarge {
    grid-column: 5/span 9;
  }
  .gib-h-grid--start-5-span-10-xxxxlarge {
    grid-column: 5/span 10;
  }
  .gib-h-grid--start-5-span-11-xxxxlarge {
    grid-column: 5/span 11;
  }
  .gib-h-grid--start-5-span-12-xxxxlarge {
    grid-column: 5/span 12;
  }
  .gib-h-grid--start-6-span-1-xxxxlarge {
    grid-column: 6/span 1;
  }
  .gib-h-grid--start-6-span-2-xxxxlarge {
    grid-column: 6/span 2;
  }
  .gib-h-grid--start-6-span-3-xxxxlarge {
    grid-column: 6/span 3;
  }
  .gib-h-grid--start-6-span-4-xxxxlarge {
    grid-column: 6/span 4;
  }
  .gib-h-grid--start-6-span-5-xxxxlarge {
    grid-column: 6/span 5;
  }
  .gib-h-grid--start-6-span-6-xxxxlarge {
    grid-column: 6/span 6;
  }
  .gib-h-grid--start-6-span-7-xxxxlarge {
    grid-column: 6/span 7;
  }
  .gib-h-grid--start-6-span-8-xxxxlarge {
    grid-column: 6/span 8;
  }
  .gib-h-grid--start-6-span-9-xxxxlarge {
    grid-column: 6/span 9;
  }
  .gib-h-grid--start-6-span-10-xxxxlarge {
    grid-column: 6/span 10;
  }
  .gib-h-grid--start-6-span-11-xxxxlarge {
    grid-column: 6/span 11;
  }
  .gib-h-grid--start-6-span-12-xxxxlarge {
    grid-column: 6/span 12;
  }
  .gib-h-grid--start-7-span-1-xxxxlarge {
    grid-column: 7/span 1;
  }
  .gib-h-grid--start-7-span-2-xxxxlarge {
    grid-column: 7/span 2;
  }
  .gib-h-grid--start-7-span-3-xxxxlarge {
    grid-column: 7/span 3;
  }
  .gib-h-grid--start-7-span-4-xxxxlarge {
    grid-column: 7/span 4;
  }
  .gib-h-grid--start-7-span-5-xxxxlarge {
    grid-column: 7/span 5;
  }
  .gib-h-grid--start-7-span-6-xxxxlarge {
    grid-column: 7/span 6;
  }
  .gib-h-grid--start-7-span-7-xxxxlarge {
    grid-column: 7/span 7;
  }
  .gib-h-grid--start-7-span-8-xxxxlarge {
    grid-column: 7/span 8;
  }
  .gib-h-grid--start-7-span-9-xxxxlarge {
    grid-column: 7/span 9;
  }
  .gib-h-grid--start-7-span-10-xxxxlarge {
    grid-column: 7/span 10;
  }
  .gib-h-grid--start-7-span-11-xxxxlarge {
    grid-column: 7/span 11;
  }
  .gib-h-grid--start-7-span-12-xxxxlarge {
    grid-column: 7/span 12;
  }
  .gib-h-grid--start-8-span-1-xxxxlarge {
    grid-column: 8/span 1;
  }
  .gib-h-grid--start-8-span-2-xxxxlarge {
    grid-column: 8/span 2;
  }
  .gib-h-grid--start-8-span-3-xxxxlarge {
    grid-column: 8/span 3;
  }
  .gib-h-grid--start-8-span-4-xxxxlarge {
    grid-column: 8/span 4;
  }
  .gib-h-grid--start-8-span-5-xxxxlarge {
    grid-column: 8/span 5;
  }
  .gib-h-grid--start-8-span-6-xxxxlarge {
    grid-column: 8/span 6;
  }
  .gib-h-grid--start-8-span-7-xxxxlarge {
    grid-column: 8/span 7;
  }
  .gib-h-grid--start-8-span-8-xxxxlarge {
    grid-column: 8/span 8;
  }
  .gib-h-grid--start-8-span-9-xxxxlarge {
    grid-column: 8/span 9;
  }
  .gib-h-grid--start-8-span-10-xxxxlarge {
    grid-column: 8/span 10;
  }
  .gib-h-grid--start-8-span-11-xxxxlarge {
    grid-column: 8/span 11;
  }
  .gib-h-grid--start-8-span-12-xxxxlarge {
    grid-column: 8/span 12;
  }
  .gib-h-grid--start-9-span-1-xxxxlarge {
    grid-column: 9/span 1;
  }
  .gib-h-grid--start-9-span-2-xxxxlarge {
    grid-column: 9/span 2;
  }
  .gib-h-grid--start-9-span-3-xxxxlarge {
    grid-column: 9/span 3;
  }
  .gib-h-grid--start-9-span-4-xxxxlarge {
    grid-column: 9/span 4;
  }
  .gib-h-grid--start-9-span-5-xxxxlarge {
    grid-column: 9/span 5;
  }
  .gib-h-grid--start-9-span-6-xxxxlarge {
    grid-column: 9/span 6;
  }
  .gib-h-grid--start-9-span-7-xxxxlarge {
    grid-column: 9/span 7;
  }
  .gib-h-grid--start-9-span-8-xxxxlarge {
    grid-column: 9/span 8;
  }
  .gib-h-grid--start-9-span-9-xxxxlarge {
    grid-column: 9/span 9;
  }
  .gib-h-grid--start-9-span-10-xxxxlarge {
    grid-column: 9/span 10;
  }
  .gib-h-grid--start-9-span-11-xxxxlarge {
    grid-column: 9/span 11;
  }
  .gib-h-grid--start-9-span-12-xxxxlarge {
    grid-column: 9/span 12;
  }
  .gib-h-grid--start-10-span-1-xxxxlarge {
    grid-column: 10/span 1;
  }
  .gib-h-grid--start-10-span-2-xxxxlarge {
    grid-column: 10/span 2;
  }
  .gib-h-grid--start-10-span-3-xxxxlarge {
    grid-column: 10/span 3;
  }
  .gib-h-grid--start-10-span-4-xxxxlarge {
    grid-column: 10/span 4;
  }
  .gib-h-grid--start-10-span-5-xxxxlarge {
    grid-column: 10/span 5;
  }
  .gib-h-grid--start-10-span-6-xxxxlarge {
    grid-column: 10/span 6;
  }
  .gib-h-grid--start-10-span-7-xxxxlarge {
    grid-column: 10/span 7;
  }
  .gib-h-grid--start-10-span-8-xxxxlarge {
    grid-column: 10/span 8;
  }
  .gib-h-grid--start-10-span-9-xxxxlarge {
    grid-column: 10/span 9;
  }
  .gib-h-grid--start-10-span-10-xxxxlarge {
    grid-column: 10/span 10;
  }
  .gib-h-grid--start-10-span-11-xxxxlarge {
    grid-column: 10/span 11;
  }
  .gib-h-grid--start-10-span-12-xxxxlarge {
    grid-column: 10/span 12;
  }
  .gib-h-grid--start-11-span-1-xxxxlarge {
    grid-column: 11/span 1;
  }
  .gib-h-grid--start-11-span-2-xxxxlarge {
    grid-column: 11/span 2;
  }
  .gib-h-grid--start-11-span-3-xxxxlarge {
    grid-column: 11/span 3;
  }
  .gib-h-grid--start-11-span-4-xxxxlarge {
    grid-column: 11/span 4;
  }
  .gib-h-grid--start-11-span-5-xxxxlarge {
    grid-column: 11/span 5;
  }
  .gib-h-grid--start-11-span-6-xxxxlarge {
    grid-column: 11/span 6;
  }
  .gib-h-grid--start-11-span-7-xxxxlarge {
    grid-column: 11/span 7;
  }
  .gib-h-grid--start-11-span-8-xxxxlarge {
    grid-column: 11/span 8;
  }
  .gib-h-grid--start-11-span-9-xxxxlarge {
    grid-column: 11/span 9;
  }
  .gib-h-grid--start-11-span-10-xxxxlarge {
    grid-column: 11/span 10;
  }
  .gib-h-grid--start-11-span-11-xxxxlarge {
    grid-column: 11/span 11;
  }
  .gib-h-grid--start-11-span-12-xxxxlarge {
    grid-column: 11/span 12;
  }
  .gib-h-grid--start-12-span-1-xxxxlarge {
    grid-column: 12/span 1;
  }
  .gib-h-grid--start-12-span-2-xxxxlarge {
    grid-column: 12/span 2;
  }
  .gib-h-grid--start-12-span-3-xxxxlarge {
    grid-column: 12/span 3;
  }
  .gib-h-grid--start-12-span-4-xxxxlarge {
    grid-column: 12/span 4;
  }
  .gib-h-grid--start-12-span-5-xxxxlarge {
    grid-column: 12/span 5;
  }
  .gib-h-grid--start-12-span-6-xxxxlarge {
    grid-column: 12/span 6;
  }
  .gib-h-grid--start-12-span-7-xxxxlarge {
    grid-column: 12/span 7;
  }
  .gib-h-grid--start-12-span-8-xxxxlarge {
    grid-column: 12/span 8;
  }
  .gib-h-grid--start-12-span-9-xxxxlarge {
    grid-column: 12/span 9;
  }
  .gib-h-grid--start-12-span-10-xxxxlarge {
    grid-column: 12/span 10;
  }
  .gib-h-grid--start-12-span-11-xxxxlarge {
    grid-column: 12/span 11;
  }
  .gib-h-grid--start-12-span-12-xxxxlarge {
    grid-column: 12/span 12;
  }
}
@media screen and (min-width: 75em) {
  .gib-h-grid--start-1-span-1-xxxxxlarge {
    grid-column: 1/span 1;
  }
  .gib-h-grid--start-1-span-2-xxxxxlarge {
    grid-column: 1/span 2;
  }
  .gib-h-grid--start-1-span-3-xxxxxlarge {
    grid-column: 1/span 3;
  }
  .gib-h-grid--start-1-span-4-xxxxxlarge {
    grid-column: 1/span 4;
  }
  .gib-h-grid--start-1-span-5-xxxxxlarge {
    grid-column: 1/span 5;
  }
  .gib-h-grid--start-1-span-6-xxxxxlarge {
    grid-column: 1/span 6;
  }
  .gib-h-grid--start-1-span-7-xxxxxlarge {
    grid-column: 1/span 7;
  }
  .gib-h-grid--start-1-span-8-xxxxxlarge {
    grid-column: 1/span 8;
  }
  .gib-h-grid--start-1-span-9-xxxxxlarge {
    grid-column: 1/span 9;
  }
  .gib-h-grid--start-1-span-10-xxxxxlarge {
    grid-column: 1/span 10;
  }
  .gib-h-grid--start-1-span-11-xxxxxlarge {
    grid-column: 1/span 11;
  }
  .gib-h-grid--start-1-span-12-xxxxxlarge {
    grid-column: 1/span 12;
  }
  .gib-h-grid--start-2-span-1-xxxxxlarge {
    grid-column: 2/span 1;
  }
  .gib-h-grid--start-2-span-2-xxxxxlarge {
    grid-column: 2/span 2;
  }
  .gib-h-grid--start-2-span-3-xxxxxlarge {
    grid-column: 2/span 3;
  }
  .gib-h-grid--start-2-span-4-xxxxxlarge {
    grid-column: 2/span 4;
  }
  .gib-h-grid--start-2-span-5-xxxxxlarge {
    grid-column: 2/span 5;
  }
  .gib-h-grid--start-2-span-6-xxxxxlarge {
    grid-column: 2/span 6;
  }
  .gib-h-grid--start-2-span-7-xxxxxlarge {
    grid-column: 2/span 7;
  }
  .gib-h-grid--start-2-span-8-xxxxxlarge {
    grid-column: 2/span 8;
  }
  .gib-h-grid--start-2-span-9-xxxxxlarge {
    grid-column: 2/span 9;
  }
  .gib-h-grid--start-2-span-10-xxxxxlarge {
    grid-column: 2/span 10;
  }
  .gib-h-grid--start-2-span-11-xxxxxlarge {
    grid-column: 2/span 11;
  }
  .gib-h-grid--start-2-span-12-xxxxxlarge {
    grid-column: 2/span 12;
  }
  .gib-h-grid--start-3-span-1-xxxxxlarge {
    grid-column: 3/span 1;
  }
  .gib-h-grid--start-3-span-2-xxxxxlarge {
    grid-column: 3/span 2;
  }
  .gib-h-grid--start-3-span-3-xxxxxlarge {
    grid-column: 3/span 3;
  }
  .gib-h-grid--start-3-span-4-xxxxxlarge {
    grid-column: 3/span 4;
  }
  .gib-h-grid--start-3-span-5-xxxxxlarge {
    grid-column: 3/span 5;
  }
  .gib-h-grid--start-3-span-6-xxxxxlarge {
    grid-column: 3/span 6;
  }
  .gib-h-grid--start-3-span-7-xxxxxlarge {
    grid-column: 3/span 7;
  }
  .gib-h-grid--start-3-span-8-xxxxxlarge {
    grid-column: 3/span 8;
  }
  .gib-h-grid--start-3-span-9-xxxxxlarge {
    grid-column: 3/span 9;
  }
  .gib-h-grid--start-3-span-10-xxxxxlarge {
    grid-column: 3/span 10;
  }
  .gib-h-grid--start-3-span-11-xxxxxlarge {
    grid-column: 3/span 11;
  }
  .gib-h-grid--start-3-span-12-xxxxxlarge {
    grid-column: 3/span 12;
  }
  .gib-h-grid--start-4-span-1-xxxxxlarge {
    grid-column: 4/span 1;
  }
  .gib-h-grid--start-4-span-2-xxxxxlarge {
    grid-column: 4/span 2;
  }
  .gib-h-grid--start-4-span-3-xxxxxlarge {
    grid-column: 4/span 3;
  }
  .gib-h-grid--start-4-span-4-xxxxxlarge {
    grid-column: 4/span 4;
  }
  .gib-h-grid--start-4-span-5-xxxxxlarge {
    grid-column: 4/span 5;
  }
  .gib-h-grid--start-4-span-6-xxxxxlarge {
    grid-column: 4/span 6;
  }
  .gib-h-grid--start-4-span-7-xxxxxlarge {
    grid-column: 4/span 7;
  }
  .gib-h-grid--start-4-span-8-xxxxxlarge {
    grid-column: 4/span 8;
  }
  .gib-h-grid--start-4-span-9-xxxxxlarge {
    grid-column: 4/span 9;
  }
  .gib-h-grid--start-4-span-10-xxxxxlarge {
    grid-column: 4/span 10;
  }
  .gib-h-grid--start-4-span-11-xxxxxlarge {
    grid-column: 4/span 11;
  }
  .gib-h-grid--start-4-span-12-xxxxxlarge {
    grid-column: 4/span 12;
  }
  .gib-h-grid--start-5-span-1-xxxxxlarge {
    grid-column: 5/span 1;
  }
  .gib-h-grid--start-5-span-2-xxxxxlarge {
    grid-column: 5/span 2;
  }
  .gib-h-grid--start-5-span-3-xxxxxlarge {
    grid-column: 5/span 3;
  }
  .gib-h-grid--start-5-span-4-xxxxxlarge {
    grid-column: 5/span 4;
  }
  .gib-h-grid--start-5-span-5-xxxxxlarge {
    grid-column: 5/span 5;
  }
  .gib-h-grid--start-5-span-6-xxxxxlarge {
    grid-column: 5/span 6;
  }
  .gib-h-grid--start-5-span-7-xxxxxlarge {
    grid-column: 5/span 7;
  }
  .gib-h-grid--start-5-span-8-xxxxxlarge {
    grid-column: 5/span 8;
  }
  .gib-h-grid--start-5-span-9-xxxxxlarge {
    grid-column: 5/span 9;
  }
  .gib-h-grid--start-5-span-10-xxxxxlarge {
    grid-column: 5/span 10;
  }
  .gib-h-grid--start-5-span-11-xxxxxlarge {
    grid-column: 5/span 11;
  }
  .gib-h-grid--start-5-span-12-xxxxxlarge {
    grid-column: 5/span 12;
  }
  .gib-h-grid--start-6-span-1-xxxxxlarge {
    grid-column: 6/span 1;
  }
  .gib-h-grid--start-6-span-2-xxxxxlarge {
    grid-column: 6/span 2;
  }
  .gib-h-grid--start-6-span-3-xxxxxlarge {
    grid-column: 6/span 3;
  }
  .gib-h-grid--start-6-span-4-xxxxxlarge {
    grid-column: 6/span 4;
  }
  .gib-h-grid--start-6-span-5-xxxxxlarge {
    grid-column: 6/span 5;
  }
  .gib-h-grid--start-6-span-6-xxxxxlarge {
    grid-column: 6/span 6;
  }
  .gib-h-grid--start-6-span-7-xxxxxlarge {
    grid-column: 6/span 7;
  }
  .gib-h-grid--start-6-span-8-xxxxxlarge {
    grid-column: 6/span 8;
  }
  .gib-h-grid--start-6-span-9-xxxxxlarge {
    grid-column: 6/span 9;
  }
  .gib-h-grid--start-6-span-10-xxxxxlarge {
    grid-column: 6/span 10;
  }
  .gib-h-grid--start-6-span-11-xxxxxlarge {
    grid-column: 6/span 11;
  }
  .gib-h-grid--start-6-span-12-xxxxxlarge {
    grid-column: 6/span 12;
  }
  .gib-h-grid--start-7-span-1-xxxxxlarge {
    grid-column: 7/span 1;
  }
  .gib-h-grid--start-7-span-2-xxxxxlarge {
    grid-column: 7/span 2;
  }
  .gib-h-grid--start-7-span-3-xxxxxlarge {
    grid-column: 7/span 3;
  }
  .gib-h-grid--start-7-span-4-xxxxxlarge {
    grid-column: 7/span 4;
  }
  .gib-h-grid--start-7-span-5-xxxxxlarge {
    grid-column: 7/span 5;
  }
  .gib-h-grid--start-7-span-6-xxxxxlarge {
    grid-column: 7/span 6;
  }
  .gib-h-grid--start-7-span-7-xxxxxlarge {
    grid-column: 7/span 7;
  }
  .gib-h-grid--start-7-span-8-xxxxxlarge {
    grid-column: 7/span 8;
  }
  .gib-h-grid--start-7-span-9-xxxxxlarge {
    grid-column: 7/span 9;
  }
  .gib-h-grid--start-7-span-10-xxxxxlarge {
    grid-column: 7/span 10;
  }
  .gib-h-grid--start-7-span-11-xxxxxlarge {
    grid-column: 7/span 11;
  }
  .gib-h-grid--start-7-span-12-xxxxxlarge {
    grid-column: 7/span 12;
  }
  .gib-h-grid--start-8-span-1-xxxxxlarge {
    grid-column: 8/span 1;
  }
  .gib-h-grid--start-8-span-2-xxxxxlarge {
    grid-column: 8/span 2;
  }
  .gib-h-grid--start-8-span-3-xxxxxlarge {
    grid-column: 8/span 3;
  }
  .gib-h-grid--start-8-span-4-xxxxxlarge {
    grid-column: 8/span 4;
  }
  .gib-h-grid--start-8-span-5-xxxxxlarge {
    grid-column: 8/span 5;
  }
  .gib-h-grid--start-8-span-6-xxxxxlarge {
    grid-column: 8/span 6;
  }
  .gib-h-grid--start-8-span-7-xxxxxlarge {
    grid-column: 8/span 7;
  }
  .gib-h-grid--start-8-span-8-xxxxxlarge {
    grid-column: 8/span 8;
  }
  .gib-h-grid--start-8-span-9-xxxxxlarge {
    grid-column: 8/span 9;
  }
  .gib-h-grid--start-8-span-10-xxxxxlarge {
    grid-column: 8/span 10;
  }
  .gib-h-grid--start-8-span-11-xxxxxlarge {
    grid-column: 8/span 11;
  }
  .gib-h-grid--start-8-span-12-xxxxxlarge {
    grid-column: 8/span 12;
  }
  .gib-h-grid--start-9-span-1-xxxxxlarge {
    grid-column: 9/span 1;
  }
  .gib-h-grid--start-9-span-2-xxxxxlarge {
    grid-column: 9/span 2;
  }
  .gib-h-grid--start-9-span-3-xxxxxlarge {
    grid-column: 9/span 3;
  }
  .gib-h-grid--start-9-span-4-xxxxxlarge {
    grid-column: 9/span 4;
  }
  .gib-h-grid--start-9-span-5-xxxxxlarge {
    grid-column: 9/span 5;
  }
  .gib-h-grid--start-9-span-6-xxxxxlarge {
    grid-column: 9/span 6;
  }
  .gib-h-grid--start-9-span-7-xxxxxlarge {
    grid-column: 9/span 7;
  }
  .gib-h-grid--start-9-span-8-xxxxxlarge {
    grid-column: 9/span 8;
  }
  .gib-h-grid--start-9-span-9-xxxxxlarge {
    grid-column: 9/span 9;
  }
  .gib-h-grid--start-9-span-10-xxxxxlarge {
    grid-column: 9/span 10;
  }
  .gib-h-grid--start-9-span-11-xxxxxlarge {
    grid-column: 9/span 11;
  }
  .gib-h-grid--start-9-span-12-xxxxxlarge {
    grid-column: 9/span 12;
  }
  .gib-h-grid--start-10-span-1-xxxxxlarge {
    grid-column: 10/span 1;
  }
  .gib-h-grid--start-10-span-2-xxxxxlarge {
    grid-column: 10/span 2;
  }
  .gib-h-grid--start-10-span-3-xxxxxlarge {
    grid-column: 10/span 3;
  }
  .gib-h-grid--start-10-span-4-xxxxxlarge {
    grid-column: 10/span 4;
  }
  .gib-h-grid--start-10-span-5-xxxxxlarge {
    grid-column: 10/span 5;
  }
  .gib-h-grid--start-10-span-6-xxxxxlarge {
    grid-column: 10/span 6;
  }
  .gib-h-grid--start-10-span-7-xxxxxlarge {
    grid-column: 10/span 7;
  }
  .gib-h-grid--start-10-span-8-xxxxxlarge {
    grid-column: 10/span 8;
  }
  .gib-h-grid--start-10-span-9-xxxxxlarge {
    grid-column: 10/span 9;
  }
  .gib-h-grid--start-10-span-10-xxxxxlarge {
    grid-column: 10/span 10;
  }
  .gib-h-grid--start-10-span-11-xxxxxlarge {
    grid-column: 10/span 11;
  }
  .gib-h-grid--start-10-span-12-xxxxxlarge {
    grid-column: 10/span 12;
  }
  .gib-h-grid--start-11-span-1-xxxxxlarge {
    grid-column: 11/span 1;
  }
  .gib-h-grid--start-11-span-2-xxxxxlarge {
    grid-column: 11/span 2;
  }
  .gib-h-grid--start-11-span-3-xxxxxlarge {
    grid-column: 11/span 3;
  }
  .gib-h-grid--start-11-span-4-xxxxxlarge {
    grid-column: 11/span 4;
  }
  .gib-h-grid--start-11-span-5-xxxxxlarge {
    grid-column: 11/span 5;
  }
  .gib-h-grid--start-11-span-6-xxxxxlarge {
    grid-column: 11/span 6;
  }
  .gib-h-grid--start-11-span-7-xxxxxlarge {
    grid-column: 11/span 7;
  }
  .gib-h-grid--start-11-span-8-xxxxxlarge {
    grid-column: 11/span 8;
  }
  .gib-h-grid--start-11-span-9-xxxxxlarge {
    grid-column: 11/span 9;
  }
  .gib-h-grid--start-11-span-10-xxxxxlarge {
    grid-column: 11/span 10;
  }
  .gib-h-grid--start-11-span-11-xxxxxlarge {
    grid-column: 11/span 11;
  }
  .gib-h-grid--start-11-span-12-xxxxxlarge {
    grid-column: 11/span 12;
  }
  .gib-h-grid--start-12-span-1-xxxxxlarge {
    grid-column: 12/span 1;
  }
  .gib-h-grid--start-12-span-2-xxxxxlarge {
    grid-column: 12/span 2;
  }
  .gib-h-grid--start-12-span-3-xxxxxlarge {
    grid-column: 12/span 3;
  }
  .gib-h-grid--start-12-span-4-xxxxxlarge {
    grid-column: 12/span 4;
  }
  .gib-h-grid--start-12-span-5-xxxxxlarge {
    grid-column: 12/span 5;
  }
  .gib-h-grid--start-12-span-6-xxxxxlarge {
    grid-column: 12/span 6;
  }
  .gib-h-grid--start-12-span-7-xxxxxlarge {
    grid-column: 12/span 7;
  }
  .gib-h-grid--start-12-span-8-xxxxxlarge {
    grid-column: 12/span 8;
  }
  .gib-h-grid--start-12-span-9-xxxxxlarge {
    grid-column: 12/span 9;
  }
  .gib-h-grid--start-12-span-10-xxxxxlarge {
    grid-column: 12/span 10;
  }
  .gib-h-grid--start-12-span-11-xxxxxlarge {
    grid-column: 12/span 11;
  }
  .gib-h-grid--start-12-span-12-xxxxxlarge {
    grid-column: 12/span 12;
  }
}

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

@media print, screen and (max-width: 33.74875em) {
  .gib-h-no-padding--medium-down {
    padding: 0 !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .gib-h-no-padding--large-down {
    padding: 0 !important;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .gib-h-no-padding--xlarge-down {
    padding: 0 !important;
  }
}

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

.gib-t-bg--blue {
  background-color: #2c90d0;
}
.gib-t-bg--blue-second {
  background-color: #5590cd;
}
.gib-t-bg--blue-third {
  background-color: #5591cd;
}
.gib-t-bg--dark-gray-blue {
  background-color: #3a394d;
}
.gib-t-bg--dark-gray-blue-second {
  background-color: #252437;
}
.gib-t-bg--dark-gray-blue-third {
  background-color: #0a0a00;
}
.gib-t-bg--dark-gray-blue-fourth {
  background-color: #262537;
}
.gib-t-bg--light-gray-blue {
  background-color: #cae4ee;
}
.gib-t-bg--light-gray-blue-third {
  background-color: #cbe5ef;
}
.gib-t-bg--light-gray-blue-third {
  background-color: #cbe5ef;
}
.gib-t-bg--soft-red {
  background-color: #fa4e52;
}
.gib-t-bg--white {
  background-color: #ffffff;
}

.gib-t-bg-cell--after-dark-gray-blue-second:after {
  background-color: #252437;
}
.gib-t-bg-cell--after-light-gray-blue:after {
  background-color: #cae4ee;
}

.gib-h-bg-hover--blue:hover {
  background-color: #2c90d0;
}
.gib-h-bg-hover--blue:hover, .gib-h-bg-hover--blue:hover > * {
  color: #ffffff;
  fill: #2c90d0;
}
.gib-h-bg-hover--blue:hover {
  background-color: #2c90d0;
}
.gib-h-bg-hover--dark-gray-blue-second:hover {
  background-color: #252437;
}
.gib-h-bg-hover--dark-gray-blue-second:hover, .gib-h-bg-hover--dark-gray-blue-second:hover > * {
  color: #ffffff;
  fill: #252437;
}
.gib-h-bg-hover--dark-gray-blue-second:hover {
  background-color: #252437;
}
.gib-h-bg-hover--white:hover {
  background-color: #ffffff;
}
.gib-h-bg-hover--white:hover, .gib-h-bg-hover--white:hover > * {
  color: #252437;
  fill: #ffffff;
}
.gib-h-bg-hover--white:hover {
  background-color: #ffffff;
}

.gib-t-border-radius, .gib-t-border-radius--xlarge {
  border-radius: 0.375rem;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  -ms-border-radius: 0.375rem;
  -o-border-radius: 0.375rem;
}
.gib-t-border-radius--bottom-left-right-xxlarge {
  border-radius: 0 0 0.25rem 0.25rem;
  -webkit-border-radius: 0 0 0.25rem 0.25rem;
  -moz-border-radius: 0 0 0.25rem 0.25rem;
  -ms-border-radius: 0 0 0.25rem 0.25rem;
  -o-border-radius: 0 0 0.25rem 0.25rem;
}
@media screen and (min-width: 48em) {
  .gib-t-border-radius--bottom-left-right-xxlarge {
    border-radius: 0 0 0.5rem 0.5rem;
    -webkit-border-radius: 0 0 0.5rem 0.5rem;
    -moz-border-radius: 0 0 0.5rem 0.5rem;
    -ms-border-radius: 0 0 0.5rem 0.5rem;
    -o-border-radius: 0 0 0.5rem 0.5rem;
  }
}
.gib-t-border-radius--circle {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
@media screen and (min-width: 40em) {
  .gib-t-border-radius--xlarge {
    border-radius: 0.8125rem;
    -webkit-border-radius: 0.8125rem;
    -moz-border-radius: 0.8125rem;
    -ms-border-radius: 0.8125rem;
    -o-border-radius: 0.8125rem;
  }
}

.gib-t-button-arrow-right--blue svg {
  fill: #2c90d0;
}
.gib-t-button-arrow-right--blue-second svg {
  fill: #5590cd;
}
.gib-t-button-arrow-right--blue-third svg {
  fill: #5591cd;
}
.gib-t-button-arrow-right--dark-gray-blue svg {
  fill: #3a394d;
}
.gib-t-button-arrow-right--dark-gray-blue-second svg {
  fill: #252437;
}
.gib-t-button-arrow-right--light-gray-blue svg {
  fill: #cae4ee;
}
.gib-t-button-arrow-right--light-gray-blue-second svg {
  fill: #fbf9f2;
}
.gib-t-button-arrow-right--soft-red svg {
  fill: #fa4e52;
}
.gib-t-button-arrow-right--white svg {
  fill: #ffffff;
}

.gib-t-color--blue, .gib-t-color--blue > * {
  color: #2c90d0;
  fill: #2c90d0;
}
.gib-t-color--blue-second, .gib-t-color--blue-second > * {
  color: #5590cd;
  fill: #5590cd;
}
.gib-t-color--blue-third, .gib-t-color--blue-third > * {
  color: #5591cd;
  fill: #5591cd;
}
.gib-t-color--dark-gray-blue, .gib-t-color--dark-gray-blue > * {
  color: #3a394d;
  fill: #3a394d;
}
.gib-t-color--dark-gray-blue-second, .gib-t-color--dark-gray-blue-second > * {
  color: #252437;
  fill: #252437;
}
.gib-t-color--dark-gray-blue-third, .gib-t-color--dark-gray-blue-third > * {
  color: #0a0a00;
  fill: #0a0a00;
}
.gib-t-color--dark-gray-blue-fourth, .gib-t-color--dark-gray-blue-fourth > * {
  color: #262537;
  fill: #262537;
}
.gib-t-color--light-gray-blue, .gib-t-color--light-gray-blue > * {
  color: #cae4ee;
  fill: #cae4ee;
}
.gib-t-color--light-gray-blue-second, .gib-t-color--light-gray-blue-second > * {
  color: #fbf9f2;
  fill: #fbf9f2;
}
.gib-t-color--soft-red, .gib-t-color--soft-red > * {
  color: #fa4e52;
  fill: #fa4e52;
}
.gib-t-color--white, .gib-t-color--white > * {
  color: #ffffff;
  fill: #ffffff;
}
.gib-t-color--white-second, .gib-t-color--white-second > * {
  color: #fbf9f2;
  fill: #fbf9f2;
}

.gib-t-hover--blue-third:hover, .gib-t-hover--blue-third:hover > * {
  color: #5591cd;
  fill: #5591cd;
}

.gib-t-link-hover--dark-gray-blue a:hover, .gib-t-link-hover--dark-gray-blue a:hover > * {
  color: #3a394d;
  fill: #3a394d;
}
.gib-t-link-hover--white a:hover, .gib-t-link-hover--white a:hover > * {
  color: #ffffff;
  fill: #ffffff;
}

.xxxlarge-heading {
  font-size: clamp(3rem, 2.25rem + 3.75vw, 5.625rem); /* min: 48px, max: 90px */
  line-height: 0.7555555556;
  letter-spacing: -0.024em;
}

.xxxlarge-heading-second {
  font-size: clamp(2.75rem, 2.286rem + 2.321vw, 4.375rem); /* min: 44px, max: 70px */
  line-height: 0.8857142857;
  letter-spacing: -0.025em;
}

.xxlarge-heading {
  font-size: clamp(2.625rem, 2.304rem + 1.607vw, 3.75rem); /* min: 42px, max: 60px */
  line-height: 0.8;
  letter-spacing: -0.01em;
}

.xxlarge-heading-second {
  font-size: clamp(2.625rem, 2.429rem + 0.982vw, 3.313rem); /* min: 42px, max: 53px */
  line-height: 0.8;
  letter-spacing: -0.025em;
}

.xxlarge-heading-third {
  font-size: clamp(2.625rem, 2.446rem + 0.893vw, 3.25rem); /* min: 42px, max: 52px */
  line-height: 1;
  letter-spacing: 0em;
}

.xlarge-heading {
  font-size: clamp(2.375rem, 2.161rem + 1.071vw, 3.125rem); /* min: 38px, max: 50px */
  line-height: 0.8888888889;
  letter-spacing: -0.03em;
}

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

.heading-3 {
  font-size: clamp(1.5rem, 1.393rem + 0.536vw, 1.875rem); /* min: 24px, max: 30px */
  line-height: 1.1333333333;
  letter-spacing: -0.025em;
}

.heading-4 {
  font-size: clamp(1.375rem, 1.268rem + 0.536vw, 1.75rem); /* min: 22px, max: 28px */
  line-height: 0.9642857143;
  letter-spacing: -0.039em;
}

.heading-6 {
  font-size: clamp(1.375rem, 1.339rem + 0.179vw, 1.5rem); /* min: 22px, max: 24px */
  line-height: 1.2083333333;
  letter-spacing: 0em;
}

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

.big {
  font-size: clamp(1.375rem, 1.232rem + 0.714vw, 1.875rem); /* min: 22px, max: 30px */
  line-height: 0.9333333333;
  letter-spacing: -0.025em;
}

.big-second {
  font-size: clamp(1.375rem, 1.25rem + 0.625vw, 1.813rem); /* min: 22px, max: 29px */
  line-height: 1.2068965517;
  letter-spacing: -0.012em;
}

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

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

.body-3 {
  font-size: 1.0625rem;
  line-height: 1.5294117647;
  letter-spacing: 0em;
}

.small-print {
  font-size: 0.875rem;
  line-height: 1.2142857143;
  letter-spacing: 0.01em;
}

.legal-text {
  font-size: 0.75rem;
  line-height: 1.3333333333;
  letter-spacing: -0.02em;
}

.button {
  font-size: clamp(1.25rem, 1.179rem + 0.357vw, 1.5rem); /* min: 20px, max: 24px */
  line-height: 1;
  letter-spacing: 0em;
}

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

.main-nav {
  font-size: clamp(1.125rem, 1.054rem + 0.357vw, 1.375rem); /* min: 18px, max: 22px */
  line-height: 1;
  letter-spacing: 0em;
}

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

.gib-c-address--footer {
  margin-bottom: 0.75rem;
}
@media print, screen and (min-width: 33.75em) {
  .gib-c-address--footer {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 75em) {
  .gib-c-address--footer {
    margin-bottom: 0;
  }
}
.gib-c-address--footer .gib-c-address__line {
  display: block;
}

.gib-c-button__arrow {
  width: 1.25rem;
  height: 2.75rem;
  position: absolute;
  top: 0;
  right: -1.25rem;
}
@media screen and (min-width: 64em) {
  .gib-c-button__arrow {
    width: 1.5rem;
    height: 3rem;
    right: -1.4375rem;
  }
}

.gib-c-button--cookies-settings {
  margin-top: 3rem;
}

.gib-l-button-layout {
  padding: 0.75rem 1.125rem 0.75rem 0.75rem;
}

.gib-c-button--section-hero {
  margin: 1.5rem 0 0;
}
@media screen and (min-width: 40em) {
  .gib-c-button--section-hero {
    margin: 0 1.5rem 0 0;
  }
}
@media screen and (min-width: 75em) {
  .gib-c-button--section-hero {
    margin: 0 2.125rem 0 0;
  }
}

.gib-c-button--section-view-policies {
  margin: 1.75rem 0 0;
}

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

.gib-c-button {
  display: inline-block;
  position: relative;
  border-radius: 0.25rem 0 0 0.25rem;
  -webkit-border-radius: 0.25rem 0 0 0.25rem;
  -moz-border-radius: 0.25rem 0 0 0.25rem;
  -ms-border-radius: 0.25rem 0 0 0.25rem;
  -o-border-radius: 0.25rem 0 0 0.25rem;
}

.gib-c-card--chosen-for-you {
  margin: 4.25rem 0 0;
}
@media print, screen and (max-width: 33.74875em) {
  .gib-c-card--chosen-for-you .gib-c-card__body {
    margin: 4.25rem 0 0;
  }
}
@media print, screen and (min-width: 33.75em) {
  .gib-c-card--chosen-for-you .gib-c-card__grid-container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 0 0.75rem;
  }
}
.gib-c-card--chosen-for-you .gib-c-card__heading {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 64em) {
  .gib-c-card--chosen-for-you .gib-c-card__picture img {
    max-width: 23.3125rem;
  }
}

.gib-c-checkbox__input {
  opacity: 0;
}

.gib-c-checkbox__input:checked ~ .gib-c-checkbox__mark:before {
  opacity: 1;
}

.gib-c-checkbox__mark {
  border: 0.125rem solid #5591cd;
  width: 1.125rem;
  height: 1.125rem;
  top: 0.375rem;
  left: 0;
}
.gib-c-checkbox__mark, .gib-c-checkbox__mark:before {
  display: block;
  position: absolute;
}
.gib-c-checkbox__mark:before {
  background-color: #5591cd;
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  opacity: 0;
}

.gib-c-checkbox--round {
  padding: 0 0 0 2rem;
  letter-spacing: -0.024em;
}
.gib-c-checkbox--round .gib-c-checkbox__mark, .gib-c-checkbox--round .gib-c-checkbox__mark:before {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.gib-c-checkbox--round .gib-c-checkbox__mark:before {
  --position: 0.125rem;
  top: var(--position);
  left: var(--position);
}

.gib-c-checkbox {
  display: block;
  position: relative;
  line-height: 1.18;
}

.gib-c-cookies__copy {
  line-height: 1.25;
}

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

.gib-c-cookie-consent__form {
  flex-flow: column wrap;
  margin: 1.5rem 0 0 0;
}
.gib-c-cookie-consent__form input {
  margin: 0;
}
.gib-c-cookie-consent__form button + button {
  margin: 0.5rem 0 0 0;
}
.gib-c-cookie-consent__form button + a {
  margin: 0.5rem 0 0 0;
}
@media screen and (min-width: 19.5em) {
  .gib-c-cookie-consent__form button + a {
    margin: 0 0 0 1.75rem;
  }
}
@media print, screen and (min-width: 33.75em) {
  .gib-c-cookie-consent__form button + a {
    margin: 0 0 0 2.25rem;
  }
}
@media print, screen and (min-width: 33.75em) {
  .gib-c-cookie-consent__form {
    flex-flow: row nowrap;
  }
}
@media screen and (min-width: 64em) {
  .gib-c-cookie-consent__form {
    margin: 0 0 0 1.5rem;
    position: relative;
    left: -1.5rem;
  }
}
@media screen and (min-width: 75em) {
  .gib-c-cookie-consent__form {
    left: 0;
  }
}

.gib-c-cookie-consent__link {
  border-bottom: 0.0625rem solid;
  display: inline-block;
}

@media screen and (min-width: 20em) {
  .gib-c-cookie-consent__list-group {
    display: flex;
  }
}
@media screen and (min-width: 20em) {
  .gib-c-cookie-consent__list-group li + li {
    margin-left: 1.75rem;
  }
}
@media screen and (min-width: 48em) {
  .gib-c-cookie-consent__list-group li + li {
    margin-left: 2.25rem;
  }
}

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

.gib-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;
}
.gib-c-cookie-consent p {
  flex: 1;
}
@media screen and (min-width: 75em) {
  .gib-c-cookie-consent p {
    flex: initial;
  }
}
.gib-c-cookie-consent.is-closed {
  bottom: -62.4375rem;
}
@media screen and (min-width: 56em) {
  .gib-c-cookie-consent {
    align-items: center;
    flex-flow: row nowrap;
  }
}

.gib-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;
  padding: 0 0.75rem;
  width: 100%;
}

.gib-c-field__label {
  margin-bottom: 0.25rem;
}

.gib-c-field__row {
  margin: 0 0 0.75rem;
}

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

.gib-c-field__element--address {
  height: 5.25rem;
}

.gib-c-field__element--input {
  height: 2rem;
}

.gib-c-field__element--query {
  height: 12.5rem;
}

.gib-c-field__element--select {
  height: 2rem;
  background-image: url("../images/build/icon-chevron-down-round.svg");
  background-position: 96.5% 50%;
  background-repeat: no-repeat;
  background-size: 0.9375rem;
  -webkit-background-size: 0.9375rem;
  -moz-background-size: 0.9375rem;
  -ms-background-size: 0.9375rem;
  -o-background-size: 0.9375rem;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .gib-c-field__element--select {
    background-image: url("../images/build/icon-chevron-down-round.svg");
  }
}

.gib-c-field--gateway-today {
  flex-flow: column nowrap;
}
@media screen and (min-width: 64em) {
  .gib-c-field--gateway-today {
    max-width: 30.75rem;
  }
}
.gib-c-field--gateway-today .gib-c-field__label {
  margin: 0 0 0.25rem;
  max-width: 8.75rem;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .gib-c-field--gateway-today .gib-c-field__label {
    margin: 0;
  }
}
.gib-c-field--gateway-today .gib-c-field__element {
  flex: 1;
}

.gib-c-field__grid-row--gateway-today {
  margin-bottom: 1.125rem;
}
@media screen and (min-width: 48em) {
  .gib-c-field__grid-row--gateway-today > *:first-child {
    max-width: 7.75rem;
    width: 100%;
  }
  .gib-c-field__grid-row--gateway-today > *:last-child {
    flex: 1;
  }
}
.gib-c-field__grid-row--gateway-today label,
.gib-c-field__grid-row--gateway-today input,
.gib-c-field__grid-row--gateway-today textarea {
  padding-top: 0.375rem;
}

.gib-c-field--primary-gdpr {
  margin: 1rem 0 0;
}

.gib-c-field--primary .gib-c-field__element {
  background-color: transparent;
  border: 0.125rem solid #5591cd;
  color: #5591cd;
}
.gib-c-field--primary .gib-c-field__element::-webkit-input-placeholder {
  color: #5591cd;
}
.gib-c-field--primary .gib-c-field__element::-moz-placeholder {
  color: #5591cd;
  opacity: 1;
}
.gib-c-field--primary .gib-c-field__element:-ms-input-placeholder {
  color: #5591cd;
}
.gib-c-field--primary .gib-c-field__element:-moz-placeholder {
  color: #5591cd;
  opacity: 1;
}

.gib-c-field__grid-row--primary-query {
  margin-top: 2.5rem;
}
@media screen and (min-width: 64em) {
  .gib-c-field__grid-row--primary-query {
    margin-top: 4.625rem;
  }
}

.gib-c-field__grid-row--primary {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 48em) {
  .gib-c-field__grid-row--primary > *:first-child {
    max-width: 12.5rem;
    width: 100%;
  }
  .gib-c-field__grid-row--primary > *:last-child {
    flex: 1;
  }
}
.gib-c-field__grid-row--primary label,
.gib-c-field__grid-row--primary input,
.gib-c-field__grid-row--primary textarea {
  padding-top: 0.375rem;
}
.gib-c-field__grid-row--primary label {
  padding-bottom: 0.125rem;
}

label.error {
  background-color: #252437;
  display: block;
  margin: 0.375rem 0 0;
  padding: 0.375rem 0.75rem;
}
label.error, label.error > * {
  color: #ffffff;
  fill: #ffffff;
}
label.error#quote_gdpr_consent-error {
  text-indent: -0.75ch;
}

.gib-l-figure-layout--better-value-caption {
  padding: 2.25rem 2.5rem 3.625rem 1.25rem;
}

.gib-c-figure--better-value {
  border: 0.375rem solid #5591cd;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .gib-c-figure--better-value {
    margin: 0;
    margin: 0 auto;
    max-width: 21.5rem;
  }
}
.gib-c-figure--better-value .gib-c-figure__caption {
  display: flex;
}
.gib-c-figure--better-value .gib-c-figure__caption > * {
  flex: 1;
}
.gib-c-figure--better-value .gib-c-figure__picture img {
  width: 100%;
}

.gib-c-figure--gateway-today .gib-c-figure__caption {
  margin: 1.75rem 0 0;
}
@media screen and (min-width: 64em) {
  .gib-c-figure--gateway-today .gib-c-figure__caption {
    max-width: 5.25em;
    margin-left: false;
    margin-right: false;
  }
}

.gib-c-footer__addresses {
  margin-top: 2rem;
}
@media print, screen and (min-width: 27.5em) {
  .gib-c-footer__addresses {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 27.5em) {
  .gib-c-footer__grid-container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 0 0.75rem;
  }
}
.gib-c-footer__grid-container p + p {
  margin-top: 0.375rem;
}

.gib-c-footer__legal-copy span:not(:last-of-type):after {
  content: ",";
}

.gib-l-footer-layout--grid-container-primary {
  padding-bottom: 6.375rem;
  padding-top: 4.375rem;
}

.gib-l-footer-layout--grid-container-second {
  padding-bottom: 1.375rem;
  padding-top: 1.125rem;
}

.gib-c-form--quote {
  margin: 2.75rem 0 0;
}
.gib-c-form--quote .gib-c-form__grid-row > *:first-child {
  width: 100%;
  max-width: 12.5rem;
}

.gib-c-form--primary {
  margin: 2.75rem 0 0;
}
.gib-c-form--primary .gib-c-form__grid-row > *:first-child {
  width: 100%;
  max-width: 12.5rem;
}

.gib-c-grid-row--gateway-today-address * {
  padding-top: 0.375rem;
}

.gib-c-grid-row--gateway-today {
  margin-bottom: 1.125rem;
}
@media screen and (min-width: 48em) {
  .gib-c-grid-row--gateway-today > *:first-child {
    max-width: 8.75rem;
    width: 100%;
  }
  .gib-c-grid-row--gateway-today .gib-c-grid-row__field-group {
    flex: 1;
  }
}
.gib-c-grid-row--gateway-today label,
.gib-c-grid-row--gateway-today input,
.gib-c-grid-row--gateway-today textarea {
  padding-top: 0.375rem;
}

.grid-container {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

.gib-c-header__logo {
  margin: 2rem;
  margin: 2rem auto;
}
@media print, screen and (min-width: 33.75em) {
  .gib-c-header__logo {
    margin: 2rem 0 2.375rem;
  }
}

.gib-c-icon--circle-phone {
  width: 1.875rem;
  height: 1.875rem;
}

.gib-c-icon--close {
  width: 1.25rem;
  height: 1.25rem;
}

.gib-c-icon--hamburger {
  width: 1.8125rem;
  height: 1.3125rem;
}

.gib-c-icon--phone {
  width: 1.0625rem;
  height: 1.0625rem;
  margin: 0 0.375rem 0 0;
}

.gib-c-icon--rounded-triangle {
  width: 1.1875rem;
  height: 0.875rem;
}

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

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

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

@media print, screen and (min-width: 33.75em) {
  .gib-c-inview-header__menu button {
    width: 3.8125rem;
    height: 4.1875rem;
  }
}

@media print, screen and (max-width: 33.74875em) {
  .gib-c-inview-header__grid-container {
    padding: 0;
  }
}
@media print, screen and (min-width: 33.75em) {
  .gib-c-inview-header__grid-container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 0 0.75rem;
  }
}

.gib-c-inview-header {
  position: fixed;
  top: -31.25rem;
  left: 0;
  width: 100%;
  z-index: 2;
}
.gib-c-inview-header.is-visible {
  transition: top 1.25s ease;
  -webkit-transition: top 1.25s ease;
  -moz-transition: top 1.25s ease;
  -ms-transition: top 1.25s ease;
  -o-transition: top 1.25s ease;
  top: 0;
}

.gib-c-logo--footer {
  width: 9.75rem;
  height: 7.3125rem;
}

.gib-c-logo--header {
  width: 11.5625rem;
  height: 8.6875rem;
}
@media screen and (min-width: 64em) {
  .gib-c-logo--header {
    width: 14.1875rem;
    height: 10.625rem;
  }
}

.gib-c-logo--logotype {
  width: 11.5625rem;
  height: 3.875rem;
  margin: 2.5rem 0;
}
@media print, screen and (min-width: 33.75em) {
  .gib-c-logo--logotype {
    margin: 0;
  }
}
@media screen and (min-width: 48em) {
  .gib-c-logo--logotype {
    width: 14.1875rem;
    height: 4.75rem;
  }
}

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

.gib-c-legal-nav--footer {
  margin: 1.25rem 0 0;
}
@media screen and (min-width: 48em) {
  .gib-c-legal-nav--footer .gib-c-legal-nav__item:not(:first-of-type):before {
    background-color: #2c90d0;
    content: "";
    width: 0.0625rem;
    height: 1.625rem;
    display: flex;
    margin: 0 0.75rem;
  }
}

.gib-c-legal-nav--off-canvas {
  margin: 2rem 1.5rem 1.5rem;
}

.gib-c-main-nav--footer .gib-c-main-nav__link.is-current, .gib-c-main-nav--footer .gib-c-main-nav__link.is-current > *, .gib-c-main-nav--footer .gib-c-main-nav__link:hover, .gib-c-main-nav--footer .gib-c-main-nav__link:hover > * {
  color: #252437;
  fill: #252437;
}

.gib-c-main-nav--header .gib-c-main-nav__item {
  flex: auto;
}
.gib-c-main-nav--header .gib-c-main-nav__item:last-of-type {
  flex: 1;
}

.gib-c-main-nav--off-canvas .gib-c-main-nav__link {
  display: block;
  padding: 0.875rem 1.5rem 0.75rem;
}
.gib-c-main-nav--off-canvas .gib-c-main-nav__link.is-current, .gib-c-main-nav--off-canvas .gib-c-main-nav__link:hover {
  background-color: #3a394d;
}
.gib-c-main-nav--off-canvas .gib-c-main-nav__link.is-current, .gib-c-main-nav--off-canvas .gib-c-main-nav__link.is-current > *, .gib-c-main-nav--off-canvas .gib-c-main-nav__link:hover, .gib-c-main-nav--off-canvas .gib-c-main-nav__link:hover > * {
  color: #ffffff;
  fill: #ffffff;
}

.gib-l-menu-layout--header {
  padding: 1rem 0.75rem;
}
@media screen and (min-width: 64em) {
  .gib-l-menu-layout--header {
    padding: 1.625rem 1rem 1.25rem;
  }
}

.gib-c-menu--header {
  background-color: #3a394d;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.gib-c-menu--header, .gib-c-menu--header > * {
  color: #cae4ee;
  fill: #cae4ee;
}
@media print, screen and (min-width: 33.75em) {
  .gib-c-menu--header {
    background-color: transparent;
    justify-content: center;
  }
  .gib-c-menu--header, .gib-c-menu--header > * {
    color: #2c90d0;
    fill: #2c90d0;
  }
}
.gib-c-menu--header:before {
  content: "Menu";
}
@media print, screen and (min-width: 33.75em) {
  .gib-c-menu--header:before {
    display: none;
  }
}

.gib-l-details-layout--header {
  padding: 0.75rem 1.5rem 1rem;
}
@media screen and (min-width: 40em) {
  .gib-l-details-layout--header {
    padding: 0.75rem 0.75rem 1rem;
  }
}
@media screen and (min-width: 64em) {
  .gib-l-details-layout--header {
    padding: 1.5rem 0.75rem 1rem;
  }
}
@media screen and (min-width: 75em) {
  .gib-l-details-layout--header {
    padding: 1.5rem 2.25rem 1rem;
  }
}

.gib-c-details--header {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .gib-c-details--header {
    max-width: 19rem;
  }
}
@media screen and (min-width: 40em) {
  .gib-c-details--header .gib-c-details__item:not(:first-of-type):before {
    background-color: #cae4ee;
    content: "";
    width: 0.0625rem;
    height: 1.625rem;
    display: flex;
    margin: 0 0.5rem;
  }
}
@media screen and (min-width: 48em) {
  .gib-c-details--header .gib-c-details__item:not(:first-of-type):before {
    margin: 0 0.625rem;
  }
}

.gib-c-list--reveal-cookies {
  margin: 0.75rem 0 0;
}
.gib-c-list--reveal-cookies .gib-c-list__item:not(:first-of-type) {
  margin-left: 0.75rem;
}

.gib-c-list--what-we-cover-blue .gib-c-list__item:before {
  background-image: url("../images/build/icon-round-triangle-right-blue.svg");
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .gib-c-list--what-we-cover-blue .gib-c-list__item:before {
    background-image: url("../images/build/icon-round-triangle-right-blue.svg");
  }
}

@media print, screen and (min-width: 33.75em) {
  .gib-c-list--what-we-cover {
    margin: 0 0 0 -1.25rem;
  }
}
.gib-c-list--what-we-cover .gib-c-list__item {
  margin: 0 0 0.625rem;
  position: relative;
  padding: 0 0 0 1.25rem;
}
.gib-c-list--what-we-cover .gib-c-list__item:before {
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  top: 0.25rem;
  left: 0;
}
@media print, screen and (min-width: 27.5em) {
  .gib-c-list--what-we-cover .gib-c-list__item:before {
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
  }
}

.gib-l-off-canvas-layout {
  padding: 7.5rem 0 5rem;
}

.gib-c-off-canvas__close-button {
  top: 2rem;
  right: 2rem;
}

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

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

.gib-c-radio__input {
  width: 1.125rem;
  height: 1.125rem;
  margin: 0 0.75rem 0 0;
}

.gib-c-rule--footer {
  height: 0.0625rem;
  margin: 2.625rem 0;
}

.gib-c-rule--xxxlarge-heading {
  height: 0.375rem;
  margin: 1.375rem 0 0 0;
  max-width: 4rem;
}
@media print, screen and (min-width: 33.75em) {
  .gib-c-rule--xxxlarge-heading {
    height: 0.5625rem;
    max-width: 5.25rem;
    margin: 1.375rem 0 0 0.25rem;
  }
}

.gib-c-rule--small {
  height: 0.4375rem;
  margin: 1.25rem 0 3.375rem;
  max-width: 2.6875rem;
  width: 100%;
}

.gib-c-rule {
  width: 100%;
  border: 0;
}

.gib-c-scroll-anchor {
  position: absolute;
  top: 0;
  left: 0;
  margin: -12.1875rem 0 12.1875rem;
}
@media print, screen and (min-width: 33.75em) {
  .gib-c-scroll-anchor {
    margin: -8.1875rem 0 8.1875rem;
  }
}
@media screen and (min-width: 48em) {
  .gib-c-scroll-anchor {
    margin: -8.75rem 0 8.75rem;
  }
}

.gib-c-scroll-link--introduction {
  position: absolute;
  top: -1.625rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.gib-c-scroll-link--introduction svg {
  width: 3.25rem;
  height: 3.25rem;
}

.gib-c-scroll-link {
  display: inline-block;
}

.gib-c-section__heading + p {
  margin-top: 1.25rem;
}

.gib-l-section-layout--chosen-for-you {
  padding-bottom: 7.5rem;
  padding-top: 7.5rem;
}

.gib-l-section-layout--form {
  padding-bottom: 5rem;
  padding-top: 5rem;
}
@media screen and (min-width: 64em) {
  .gib-l-section-layout--form {
    padding-bottom: 6.625rem;
    padding-top: 9rem;
  }
}

.gib-l-section-layout--introduction {
  padding-bottom: 4.75rem;
  padding-top: 4.625rem;
}

.gib-l-section-layout--second {
  padding-bottom: 6.875rem;
  padding-top: 5rem;
}
@media screen and (min-width: 64em) {
  .gib-l-section-layout--second {
    padding-bottom: 8.25rem;
    padding-top: 6rem;
  }
}

.gib-c-section--introduction-get-a-quote .gib-c-section__body p {
  letter-spacing: -0.025em;
}

.gib-c-section--introduction .gib-c-section__body {
  margin: 1.5rem 0 0;
}
@media print, screen and (min-width: 33.75em) {
  .gib-c-section--introduction .gib-c-section__body {
    margin: 0;
  }
}
@media print, screen and (min-width: 33.75em) {
  .gib-c-section--introduction .gib-c-section__grid-container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 0 0.75rem;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .gib-c-section--form .gib-c-section__cell:nth-of-type(even) {
    margin: 3rem 0 0;
  }
}
@media screen and (min-width: 64em) {
  .gib-c-section--form .gib-c-section__cell:nth-of-type(even) > p {
    max-width: 22em;
    margin-left: false;
    margin-right: false;
  }
}
@media print, screen and (min-width: 33.75em) {
  .gib-c-section--form .gib-c-section__grid-container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 0 0.75rem;
  }
}
.gib-c-section--form .gib-c-section__heading:after {
  margin-left: -0.25rem;
}
.gib-c-section--form .gib-c-section__heading + p {
  margin-top: 2rem;
  max-width: 64em;
  margin-left: false;
  margin-right: false;
}
@media screen and (min-width: 64em) {
  .gib-c-section--form .gib-c-section__heading + p {
    max-width: 18em;
    margin-left: false;
    margin-right: false;
  }
}
.gib-c-section--form .gib-c-section__phone {
  margin-top: 1.5rem;
}
@media screen and (min-width: 48em) {
  .gib-c-section--form .gib-c-section__phone {
    margin-top: 3.125rem;
  }
}
.gib-c-section--form .gib-c-section__phone svg {
  margin: 0 0.625rem 0 0;
}

.gib-c-section--what-we-cover .gib-c-section__footer {
  margin: 6.5625rem 0 0;
}
@media print, screen and (min-width: 33.75em) {
  .gib-c-section--what-we-cover .gib-c-section__header p {
    max-width: 22em;
    margin-left: auto;
    margin-right: auto;
  }
}

.gib-c-section p + p {
  margin-top: 0.75rem;
}

.gib-l-section-divider-layout {
  padding-bottom: 4.5rem;
  padding-top: 4rem;
}
@media screen and (min-width: 48em) {
  .gib-l-section-divider-layout {
    padding-bottom: 5.25rem;
    padding-top: 4.875rem;
  }
}

.gib-l-section-hero-divider-layout--get-a-quote-message {
  padding-bottom: 5rem;
  padding-top: 3.75rem;
}
@media screen and (min-width: 40em) {
  .gib-l-section-hero-divider-layout--get-a-quote-message {
    padding-bottom: 0;
    padding-top: 5rem;
  }
}
@media screen and (min-width: 64em) {
  .gib-l-section-hero-divider-layout--get-a-quote-message {
    padding-top: 9.5rem;
  }
}

.gib-c-section-hero-divider--get-a-quote:before {
  background-position: 50% 0;
}

.no-webp .gib-c-section-hero-divider--get-a-quote:before {
  background-image: url(../images/build/section-hero-divider-get-a-quote.jpg);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .no-webp .gib-c-section-hero-divider--get-a-quote:before {
    background-image: url(../images/build/section-hero-divider-get-a-quote@2x.jpg);
  }
}
@media print, screen and (min-width: 27.5em) {
  .no-webp .gib-c-section-hero-divider--get-a-quote:before {
    background-image: url(../images/build/section-hero-divider-get-a-quote-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 .gib-c-section-hero-divider--get-a-quote:before {
    background-image: url(../images/build/section-hero-divider-get-a-quote-medium@2x.jpg);
  }
}
@media print, screen and (min-width: 33.75em) {
  .no-webp .gib-c-section-hero-divider--get-a-quote:before {
    background-image: url(../images/build/section-hero-divider-get-a-quote-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 .gib-c-section-hero-divider--get-a-quote:before {
    background-image: url(../images/build/section-hero-divider-get-a-quote-large@2x.jpg);
  }
}
@media screen and (min-width: 40em) {
  .no-webp .gib-c-section-hero-divider--get-a-quote:before {
    background-image: url(../images/build/section-hero-divider-get-a-quote-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 .gib-c-section-hero-divider--get-a-quote:before {
    background-image: url(../images/build/section-hero-divider-get-a-quote-xlarge@2x.jpg);
  }
}
@media screen and (min-width: 48em) {
  .no-webp .gib-c-section-hero-divider--get-a-quote:before {
    background-image: url(../images/build/section-hero-divider-get-a-quote-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 .gib-c-section-hero-divider--get-a-quote:before {
    background-image: url(../images/build/section-hero-divider-get-a-quote-xxlarge@2x.jpg);
  }
}
@media screen and (min-width: 56em) {
  .no-webp .gib-c-section-hero-divider--get-a-quote:before {
    background-image: url(../images/build/section-hero-divider-get-a-quote-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 .gib-c-section-hero-divider--get-a-quote:before {
    background-image: url(../images/build/section-hero-divider-get-a-quote-xxxlarge@2x.jpg);
  }
}
@media screen and (min-width: 64em) {
  .no-webp .gib-c-section-hero-divider--get-a-quote:before {
    background-image: url(../images/build/section-hero-divider-get-a-quote-xxxxlarge.jpg);
  }
}
@media screen and (min-width: 64em) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 64em) and (min-resolution: 192dpi) {
  .no-webp .gib-c-section-hero-divider--get-a-quote:before {
    background-image: url(../images/build/section-hero-divider-get-a-quote-xxxxlarge@2x.jpg);
  }
}

.webp .gib-c-section-hero-divider--get-a-quote:before {
  background-image: url(../images/build/section-hero-divider-get-a-quote.webp);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .webp .gib-c-section-hero-divider--get-a-quote:before {
    background-image: url(../images/build/section-hero-divider-get-a-quote@2x.webp);
  }
}
@media print, screen and (min-width: 27.5em) {
  .webp .gib-c-section-hero-divider--get-a-quote:before {
    background-image: url(../images/build/section-hero-divider-get-a-quote-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 .gib-c-section-hero-divider--get-a-quote:before {
    background-image: url(../images/build/section-hero-divider-get-a-quote-medium@2x.webp);
  }
}
@media print, screen and (min-width: 33.75em) {
  .webp .gib-c-section-hero-divider--get-a-quote:before {
    background-image: url(../images/build/section-hero-divider-get-a-quote-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 .gib-c-section-hero-divider--get-a-quote:before {
    background-image: url(../images/build/section-hero-divider-get-a-quote-large@2x.webp);
  }
}
@media screen and (min-width: 40em) {
  .webp .gib-c-section-hero-divider--get-a-quote:before {
    background-image: url(../images/build/section-hero-divider-get-a-quote-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 .gib-c-section-hero-divider--get-a-quote:before {
    background-image: url(../images/build/section-hero-divider-get-a-quote-xlarge@2x.webp);
  }
}
@media screen and (min-width: 48em) {
  .webp .gib-c-section-hero-divider--get-a-quote:before {
    background-image: url(../images/build/section-hero-divider-get-a-quote-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 .gib-c-section-hero-divider--get-a-quote:before {
    background-image: url(../images/build/section-hero-divider-get-a-quote-xxlarge@2x.webp);
  }
}
@media screen and (min-width: 56em) {
  .webp .gib-c-section-hero-divider--get-a-quote:before {
    background-image: url(../images/build/section-hero-divider-get-a-quote-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 .gib-c-section-hero-divider--get-a-quote:before {
    background-image: url(../images/build/section-hero-divider-get-a-quote-xxxlarge@2x.webp);
  }
}
@media screen and (min-width: 64em) {
  .webp .gib-c-section-hero-divider--get-a-quote:before {
    background-image: url(../images/build/section-hero-divider-get-a-quote-xxxxlarge.webp);
  }
}
@media screen and (min-width: 64em) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 64em) and (min-resolution: 192dpi) {
  .webp .gib-c-section-hero-divider--get-a-quote:before {
    background-image: url(../images/build/section-hero-divider-get-a-quote-xxxxlarge@2x.webp);
  }
}

.gib-c-section-hero-divider:before {
  aspect-ratio: 640/440;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 100%;
}
@media screen and (min-width: 84.875em) {
  .gib-c-section-hero-divider:before {
    height: 58.3125rem;
  }
}
.gib-c-section-hero-divider .gib-c-section-hero-divider__grid-container {
  background-color: #5591cd;
  width: 100%;
}
@media screen and (min-width: 40em) {
  .gib-c-section-hero-divider .gib-c-section-hero-divider__grid-container {
    background-color: transparent;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 0 0.75rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
  }
}
.gib-c-section-hero-divider .gib-c-section-hero-divider__heading + p {
  margin-top: 0.625rem;
}

.gib-c-section-hero__heading {
  flex: 1;
}

.gib-c-section-hero__message {
  background-color: #252437;
}
.gib-c-section-hero__message, .gib-c-section-hero__message > * {
  color: #fbf9f2;
  fill: #fbf9f2;
}
@media screen and (min-width: 48em) {
  .gib-c-section-hero__message {
    background-color: rgba(37, 36, 55, 0.9);
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
  }
}

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

.no-webp .gib-c-section-hero--get-a-quote:before {
  background-image: url(../images/build/section-hero-get-a-quote.jpg);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .no-webp .gib-c-section-hero--get-a-quote:before {
    background-image: url(../images/build/section-hero-get-a-quote@2x.jpg);
  }
}
@media print, screen and (min-width: 27.5em) {
  .no-webp .gib-c-section-hero--get-a-quote:before {
    background-image: url(../images/build/section-hero-get-a-quote-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 .gib-c-section-hero--get-a-quote:before {
    background-image: url(../images/build/section-hero-get-a-quote-medium@2x.jpg);
  }
}
@media print, screen and (min-width: 33.75em) {
  .no-webp .gib-c-section-hero--get-a-quote:before {
    background-image: url(../images/build/section-hero-get-a-quote-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 .gib-c-section-hero--get-a-quote:before {
    background-image: url(../images/build/section-hero-get-a-quote-large@2x.jpg);
  }
}
@media screen and (min-width: 40em) {
  .no-webp .gib-c-section-hero--get-a-quote:before {
    background-image: url(../images/build/section-hero-get-a-quote-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 .gib-c-section-hero--get-a-quote:before {
    background-image: url(../images/build/section-hero-get-a-quote-xlarge@2x.jpg);
  }
}
@media screen and (min-width: 48em) {
  .no-webp .gib-c-section-hero--get-a-quote:before {
    background-image: url(../images/build/section-hero-get-a-quote-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 .gib-c-section-hero--get-a-quote:before {
    background-image: url(../images/build/section-hero-get-a-quote-xxlarge@2x.jpg);
  }
}
@media screen and (min-width: 56em) {
  .no-webp .gib-c-section-hero--get-a-quote:before {
    background-image: url(../images/build/section-hero-get-a-quote-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 .gib-c-section-hero--get-a-quote:before {
    background-image: url(../images/build/section-hero-get-a-quote-xxxlarge@2x.jpg);
  }
}
@media screen and (min-width: 64em) {
  .no-webp .gib-c-section-hero--get-a-quote:before {
    background-image: url(../images/build/section-hero-get-a-quote-xxxxlarge.jpg);
  }
}
@media screen and (min-width: 64em) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 64em) and (min-resolution: 192dpi) {
  .no-webp .gib-c-section-hero--get-a-quote:before {
    background-image: url(../images/build/section-hero-get-a-quote-xxxxlarge@2x.jpg);
  }
}

.webp .gib-c-section-hero--get-a-quote:before {
  background-image: url(../images/build/section-hero-get-a-quote.jpg);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .webp .gib-c-section-hero--get-a-quote:before {
    background-image: url(../images/build/section-hero-get-a-quote@2x.jpg);
  }
}
@media print, screen and (min-width: 27.5em) {
  .webp .gib-c-section-hero--get-a-quote:before {
    background-image: url(../images/build/section-hero-get-a-quote-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) {
  .webp .gib-c-section-hero--get-a-quote:before {
    background-image: url(../images/build/section-hero-get-a-quote-medium@2x.jpg);
  }
}
@media print, screen and (min-width: 33.75em) {
  .webp .gib-c-section-hero--get-a-quote:before {
    background-image: url(../images/build/section-hero-get-a-quote-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) {
  .webp .gib-c-section-hero--get-a-quote:before {
    background-image: url(../images/build/section-hero-get-a-quote-large@2x.jpg);
  }
}
@media screen and (min-width: 40em) {
  .webp .gib-c-section-hero--get-a-quote:before {
    background-image: url(../images/build/section-hero-get-a-quote-xlarge.jpg);
  }
}
@media screen and (min-width: 40em) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 40em) and (min-resolution: 192dpi) {
  .webp .gib-c-section-hero--get-a-quote:before {
    background-image: url(../images/build/section-hero-get-a-quote-xlarge@2x.jpg);
  }
}
@media screen and (min-width: 48em) {
  .webp .gib-c-section-hero--get-a-quote:before {
    background-image: url(../images/build/section-hero-get-a-quote-xxlarge.jpg);
  }
}
@media screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 48em) and (min-resolution: 192dpi) {
  .webp .gib-c-section-hero--get-a-quote:before {
    background-image: url(../images/build/section-hero-get-a-quote-xxlarge@2x.jpg);
  }
}
@media screen and (min-width: 56em) {
  .webp .gib-c-section-hero--get-a-quote:before {
    background-image: url(../images/build/section-hero-get-a-quote-xxxlarge.jpg);
  }
}
@media screen and (min-width: 56em) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 56em) and (min-resolution: 192dpi) {
  .webp .gib-c-section-hero--get-a-quote:before {
    background-image: url(../images/build/section-hero-get-a-quote-xxxlarge@2x.jpg);
  }
}
@media screen and (min-width: 64em) {
  .webp .gib-c-section-hero--get-a-quote:before {
    background-image: url(../images/build/section-hero-get-a-quote-xxxxlarge.jpg);
  }
}
@media screen and (min-width: 64em) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 64em) and (min-resolution: 192dpi) {
  .webp .gib-c-section-hero--get-a-quote:before {
    background-image: url(../images/build/section-hero-get-a-quote-xxxxlarge@2x.jpg);
  }
}

.gib-c-section-hero:before {
  aspect-ratio: 1024/737;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-color: #cacaca;
  background-position: 50% 0;
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .gib-c-section-hero:before {
    height: 46.0625rem;
  }
}

.gib-c-social__icon {
  width: 1.625rem;
  height: 1.625rem;
}

.gib-c-social__item + .gib-c-social__item {
  margin: 0 0 0 0.375rem;
}

.gib-c-social--header .gib-c-social__icon path {
  fill: #cae4ee;
}

.gib-c-social--footer {
  margin-top: 2.625rem;
}
.gib-c-social--footer .gib-c-social__icon path {
  fill: #5591cd;
}

.gib-c-social--off-canvas {
  margin: 0 1.5rem;
}
.gib-c-social--off-canvas .gib-c-social__icon path {
  fill: #ffffff;
}
