@charset "UTF-8";

.white {
  color: #FFFFFF;
}

.secondary {
  color: #78B822;
}

.blue {
  color: #085795;
}

.yellow {
  color: #FCCD12;
}

/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */

@media print, screen and (min-width: 40em) {
  .reveal.large,
  .reveal.small,
  .reveal.tiny,
  .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

.slick-loading .slick-list {
  background: #fff url(/images/vendor/slick-carousel/slick/ajax-loader.gif?c5cd7f5300576ab4c88202b42f6ded62) center center no-repeat;
}

/* Icons */

@font-face {
  font-family: "slick";
  src: url(/fonts/vendor/slick-carousel/slick/slick.eot?ced611daf7709cc778da928fec876475);
  src: url(/fonts/vendor/slick-carousel/slick/slick.eot?ced611daf7709cc778da928fec876475) format("embedded-opentype"), url(/fonts/vendor/slick-carousel/slick/slick.woff?b7c9e1e479de3b53f1e4e30ebac2403a) format("woff"), url(/fonts/vendor/slick-carousel/slick/slick.ttf?d41f55a78e6f49a5512878df1737e58a) format("truetype"), url(/fonts/vendor/slick-carousel/slick/slick.svg?f97e3bbf73254b0112091d0192f17aec) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "\2190";
}

[dir=rtl] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "\2192";
}

[dir=rtl] .slick-next:before {
  content: "\2190";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

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

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

.row {
  max-width: 87.5rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}

.row .row {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

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

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

@media screen and (min-width: 75em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

.row:not(.expanded) .row {
  max-width: none;
}

.row.collapse > .column,
.row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.row.is-collapse-child,
.row.collapse > .column > .row,
.row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

.column,
.columns {
  flex: 1 1 0px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  min-width: 0;
}

@media print, screen and (min-width: 40em) {
  .column,
  .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.column.row.row,
.row.row.columns {
  float: none;
  display: block;
}

.row .column.row.row,
.row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

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

.small-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.small-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

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

.small-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

.small-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.small-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

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

.small-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

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

.small-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.small-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

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

.small-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

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

.small-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.small-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

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

.small-up-1 {
  flex-wrap: wrap;
}

.small-up-1 > .column,
.small-up-1 > .columns {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  flex-wrap: wrap;
}

.small-up-2 > .column,
.small-up-2 > .columns {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  flex-wrap: wrap;
}

.small-up-3 > .column,
.small-up-3 > .columns {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-up-4 {
  flex-wrap: wrap;
}

.small-up-4 > .column,
.small-up-4 > .columns {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  flex-wrap: wrap;
}

.small-up-5 > .column,
.small-up-5 > .columns {
  flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  flex-wrap: wrap;
}

.small-up-6 > .column,
.small-up-6 > .columns {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-up-7 {
  flex-wrap: wrap;
}

.small-up-7 > .column,
.small-up-7 > .columns {
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.small-up-8 {
  flex-wrap: wrap;
}

.small-up-8 > .column,
.small-up-8 > .columns {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-collapse > .column,
.small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.small-uncollapse > .column,
.small-uncollapse > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

  .medium-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

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

  .medium-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .medium-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

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

  .medium-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .medium-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

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

  .medium-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

  .medium-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

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

  .medium-up-1 {
    flex-wrap: wrap;
  }

  .medium-up-1 > .column,
  .medium-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .medium-up-2 {
    flex-wrap: wrap;
  }

  .medium-up-2 > .column,
  .medium-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .medium-up-3 {
    flex-wrap: wrap;
  }

  .medium-up-3 > .column,
  .medium-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .medium-up-4 {
    flex-wrap: wrap;
  }

  .medium-up-4 > .column,
  .medium-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .medium-up-5 {
    flex-wrap: wrap;
  }

  .medium-up-5 > .column,
  .medium-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .medium-up-6 {
    flex-wrap: wrap;
  }

  .medium-up-6 > .column,
  .medium-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .medium-up-7 {
    flex-wrap: wrap;
  }

  .medium-up-7 > .column,
  .medium-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .medium-up-8 {
    flex-wrap: wrap;
  }

  .medium-up-8 > .column,
  .medium-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    flex: 1 1 0px;
  }
}

.row.medium-unstack > .column,
.row.medium-unstack > .columns {
  flex: 0 0 100%;
}

@media print, screen and (min-width: 40em) {
  .row.medium-unstack > .column,
  .row.medium-unstack > .columns {
    flex: 1 1 0px;
  }

  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }

  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

  .large-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

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

  .large-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .large-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

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

  .large-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .large-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

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

  .large-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

  .large-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

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

  .large-up-1 {
    flex-wrap: wrap;
  }

  .large-up-1 > .column,
  .large-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .large-up-2 {
    flex-wrap: wrap;
  }

  .large-up-2 > .column,
  .large-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .large-up-3 {
    flex-wrap: wrap;
  }

  .large-up-3 > .column,
  .large-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .large-up-4 {
    flex-wrap: wrap;
  }

  .large-up-4 > .column,
  .large-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .large-up-5 {
    flex-wrap: wrap;
  }

  .large-up-5 > .column,
  .large-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .large-up-6 {
    flex-wrap: wrap;
  }

  .large-up-6 > .column,
  .large-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .large-up-7 {
    flex-wrap: wrap;
  }

  .large-up-7 > .column,
  .large-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .large-up-8 {
    flex-wrap: wrap;
  }

  .large-up-8 > .column,
  .large-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px;
  }
}

.row.large-unstack > .column,
.row.large-unstack > .columns {
  flex: 0 0 100%;
}

@media print, screen and (min-width: 64em) {
  .row.large-unstack > .column,
  .row.large-unstack > .columns {
    flex: 1 1 0px;
  }

  .large-collapse > .column,
  .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }

  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

  .xlarge-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .xlarge-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

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

  .xlarge-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .xlarge-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .xlarge-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

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

  .xlarge-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .xlarge-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .xlarge-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

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

  .xlarge-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

  .xlarge-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .xlarge-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

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

  .xlarge-up-1 {
    flex-wrap: wrap;
  }

  .xlarge-up-1 > .column,
  .xlarge-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .xlarge-up-2 {
    flex-wrap: wrap;
  }

  .xlarge-up-2 > .column,
  .xlarge-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .xlarge-up-3 {
    flex-wrap: wrap;
  }

  .xlarge-up-3 > .column,
  .xlarge-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .xlarge-up-4 {
    flex-wrap: wrap;
  }

  .xlarge-up-4 > .column,
  .xlarge-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .xlarge-up-5 {
    flex-wrap: wrap;
  }

  .xlarge-up-5 > .column,
  .xlarge-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .xlarge-up-6 {
    flex-wrap: wrap;
  }

  .xlarge-up-6 > .column,
  .xlarge-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .xlarge-up-7 {
    flex-wrap: wrap;
  }

  .xlarge-up-7 > .column,
  .xlarge-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .xlarge-up-8 {
    flex-wrap: wrap;
  }

  .xlarge-up-8 > .column,
  .xlarge-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media screen and (min-width: 75em) and (min-width: 75em) {
  .xlarge-expand {
    flex: 1 1 0px;
  }
}

.row.xlarge-unstack > .column,
.row.xlarge-unstack > .columns {
  flex: 0 0 100%;
}

@media screen and (min-width: 75em) {
  .row.xlarge-unstack > .column,
  .row.xlarge-unstack > .columns {
    flex: 1 1 0px;
  }

  .xlarge-collapse > .column,
  .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }

  .xlarge-uncollapse > .column,
  .xlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.shrink {
  flex: 0 0 auto;
  max-width: 100%;
}

.column-block {
  margin-bottom: 1.875rem;
}

.column-block > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }

  .column-block > :last-child {
    margin-bottom: 0;
  }
}

.grid-container {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.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: 40em) {
  .grid-x > .medium-shrink,
  .grid-x > .medium-full,
  .grid-x > .medium-1,
  .grid-x > .medium-2,
  .grid-x > .medium-3,
  .grid-x > .medium-4,
  .grid-x > .medium-5,
  .grid-x > .medium-6,
  .grid-x > .medium-7,
  .grid-x > .medium-8,
  .grid-x > .medium-9,
  .grid-x > .medium-10,
  .grid-x > .medium-11,
  .grid-x > .medium-12 {
    flex-basis: auto;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }

  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }

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

  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }

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

  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }

  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }

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

  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }

  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }

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

@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }

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

  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.875rem);
  }

  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.875rem);
  }

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

  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.875rem);
  }

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

  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.875rem);
  }

  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.875rem);
  }

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

  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.875rem);
  }

  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.875rem);
  }

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

@media screen and (min-width: 75em) {
  .grid-margin-x > .xlarge-auto {
    width: auto;
  }

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

  .grid-margin-x > .xlarge-1 {
    width: calc(8.3333333333% - 1.875rem);
  }

  .grid-margin-x > .xlarge-2 {
    width: calc(16.6666666667% - 1.875rem);
  }

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

  .grid-margin-x > .xlarge-4 {
    width: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-x > .xlarge-5 {
    width: calc(41.6666666667% - 1.875rem);
  }

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

  .grid-margin-x > .xlarge-7 {
    width: calc(58.3333333333% - 1.875rem);
  }

  .grid-margin-x > .xlarge-8 {
    width: calc(66.6666666667% - 1.875rem);
  }

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

  .grid-margin-x > .xlarge-10 {
    width: calc(83.3333333333% - 1.875rem);
  }

  .grid-margin-x > .xlarge-11 {
    width: calc(91.6666666667% - 1.875rem);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

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

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

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

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

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

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

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

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

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

  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }

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

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

  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }

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

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

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

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

  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }

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

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

  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }

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

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

@media screen and (min-width: 75em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

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

  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }

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

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

  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.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: 40em) {
  .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: 64em) {
  .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: 75em) {
  .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 print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

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

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

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

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.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: 64em) {
  .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: 64em) {
  .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: 75em) {
  .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 print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

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

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

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

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.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: 75em) {
  .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: 75em) {
  .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: 75em) {
  .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: 75em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 75em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 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: 40em) {
  .grid-y > .medium-shrink,
  .grid-y > .medium-full,
  .grid-y > .medium-1,
  .grid-y > .medium-2,
  .grid-y > .medium-3,
  .grid-y > .medium-4,
  .grid-y > .medium-5,
  .grid-y > .medium-6,
  .grid-y > .medium-7,
  .grid-y > .medium-8,
  .grid-y > .medium-9,
  .grid-y > .medium-10,
  .grid-y > .medium-11,
  .grid-y > .medium-12 {
    flex-basis: auto;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }

  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }

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

  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }

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

  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }

  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }

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

  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }

  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }

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

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }

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

  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }

  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }

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

  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }

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

  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }

  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }

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

  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }

  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }

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

@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }

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

  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }

  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }

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

  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }

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

  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }

  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }

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

  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }

  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }

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

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

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

@media print, screen and (min-width: 40em) {
  .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: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }

  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }

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

  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }

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

  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }

  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }

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

  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }

  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }

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

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }

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

  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }

  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }

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

  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }

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

  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }

  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }

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

  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }

  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }

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

@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }

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

  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }

  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }

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

  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }

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

  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }

  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }

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

  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }

  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }

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

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

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

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

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

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

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

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

/*! 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;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

legend {
  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=40em&large=64em&xlarge=75em&xxlarge=90em";
}

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

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

body {
  margin: 0;
  padding: 0;
  background: #F8F8F8;
  font-family: "Work Sans", europa, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #171717;
  -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;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

[data-whatinput=mouse] button {
  outline: 0;
}

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

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

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

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

.accordion {
  margin-left: 0;
  background: #FFFFFF;
  list-style-type: none;
}

.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #EDEDED;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #171717;
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #EDEDED;
  border-radius: 0 0 0 0;
}

.accordion-title:hover,
.accordion-title:focus {
  background-color: #EDEDED;
}

.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}

.is-active > .accordion-title::before {
  content: "\2013";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #EDEDED;
  border-bottom: 0;
  background-color: #FFFFFF;
  color: #171717;
}

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #EDEDED;
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 1rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

[data-whatinput=mouse] .button {
  outline: 0;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.button,
.button.disabled,
.button[disabled],
.button.disabled:hover,
.button[disabled]:hover,
.button.disabled:focus,
.button[disabled]:focus {
  background-color: #171717;
  color: #FFFFFF;
}

.button:hover,
.button:focus {
  background-color: #141414;
  color: #FFFFFF;
}

.button.primary,
.button.primary.disabled,
.button.primary[disabled],
.button.primary.disabled:hover,
.button.primary[disabled]:hover,
.button.primary.disabled:focus,
.button.primary[disabled]:focus {
  background-color: #171717;
  color: #FFFFFF;
}

.button.primary:hover,
.button.primary:focus {
  background-color: #121212;
  color: #FFFFFF;
}

.button.secondary,
.button.secondary.disabled,
.button.secondary[disabled],
.button.secondary.disabled:hover,
.button.secondary[disabled]:hover,
.button.secondary.disabled:focus,
.button.secondary[disabled]:focus {
  background-color: #78B822;
  color: #000000;
}

.button.secondary:hover,
.button.secondary:focus {
  background-color: #60931b;
  color: #000000;
}

.button.success,
.button.success.disabled,
.button.success[disabled],
.button.success.disabled:hover,
.button.success[disabled]:hover,
.button.success.disabled:focus,
.button.success[disabled]:focus {
  background-color: #3adb76;
  color: #000000;
}

.button.success:hover,
.button.success:focus {
  background-color: #22bb5b;
  color: #000000;
}

.button.warning,
.button.warning.disabled,
.button.warning[disabled],
.button.warning.disabled:hover,
.button.warning[disabled]:hover,
.button.warning.disabled:focus,
.button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #000000;
}

.button.warning:hover,
.button.warning:focus {
  background-color: #cc8b00;
  color: #000000;
}

.button.alert,
.button.alert.disabled,
.button.alert[disabled],
.button.alert.disabled:hover,
.button.alert[disabled]:hover,
.button.alert.disabled:focus,
.button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #000000;
}

.button.alert:hover,
.button.alert:focus {
  background-color: #a53b2a;
  color: #000000;
}

.button.hollow,
.button.hollow:hover,
.button.hollow:focus,
.button.hollow.disabled,
.button.hollow.disabled:hover,
.button.hollow.disabled:focus,
.button.hollow[disabled],
.button.hollow[disabled]:hover,
.button.hollow[disabled]:focus {
  background-color: transparent;
}

.button.hollow,
.button.hollow.disabled,
.button.hollow[disabled],
.button.hollow.disabled:hover,
.button.hollow[disabled]:hover,
.button.hollow.disabled:focus,
.button.hollow[disabled]:focus {
  border: 1px solid #171717;
  color: #171717;
}

.button.hollow:hover,
.button.hollow:focus {
  border-color: #0c0c0c;
  color: #0c0c0c;
}

.button.hollow.primary,
.button.hollow.primary.disabled,
.button.hollow.primary[disabled],
.button.hollow.primary.disabled:hover,
.button.hollow.primary[disabled]:hover,
.button.hollow.primary.disabled:focus,
.button.hollow.primary[disabled]:focus {
  border: 1px solid #171717;
  color: #171717;
}

.button.hollow.primary:hover,
.button.hollow.primary:focus {
  border-color: #0c0c0c;
  color: #0c0c0c;
}

.button.hollow.secondary,
.button.hollow.secondary.disabled,
.button.hollow.secondary[disabled],
.button.hollow.secondary.disabled:hover,
.button.hollow.secondary[disabled]:hover,
.button.hollow.secondary.disabled:focus,
.button.hollow.secondary[disabled]:focus {
  border: 1px solid #78B822;
  color: #78B822;
}

.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
  border-color: #3c5c11;
  color: #3c5c11;
}

.button.hollow.success,
.button.hollow.success.disabled,
.button.hollow.success[disabled],
.button.hollow.success.disabled:hover,
.button.hollow.success[disabled]:hover,
.button.hollow.success.disabled:focus,
.button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.success:hover,
.button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.hollow.warning,
.button.hollow.warning.disabled,
.button.hollow.warning[disabled],
.button.hollow.warning.disabled:hover,
.button.hollow.warning[disabled]:hover,
.button.hollow.warning.disabled:focus,
.button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover,
.button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.hollow.alert,
.button.hollow.alert.disabled,
.button.hollow.alert[disabled],
.button.hollow.alert.disabled:hover,
.button.hollow.alert[disabled]:hover,
.button.hollow.alert.disabled:focus,
.button.hollow.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.hollow.alert:hover,
.button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}

.button.clear,
.button.clear:hover,
.button.clear:focus,
.button.clear.disabled,
.button.clear.disabled:hover,
.button.clear.disabled:focus,
.button.clear[disabled],
.button.clear[disabled]:hover,
.button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}

.button.clear,
.button.clear.disabled,
.button.clear[disabled],
.button.clear.disabled:hover,
.button.clear[disabled]:hover,
.button.clear.disabled:focus,
.button.clear[disabled]:focus {
  color: #171717;
}

.button.clear:hover,
.button.clear:focus {
  color: #0c0c0c;
}

.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary[disabled],
.button.clear.primary.disabled:hover,
.button.clear.primary[disabled]:hover,
.button.clear.primary.disabled:focus,
.button.clear.primary[disabled]:focus {
  color: #171717;
}

.button.clear.primary:hover,
.button.clear.primary:focus {
  color: #0c0c0c;
}

.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary[disabled],
.button.clear.secondary.disabled:hover,
.button.clear.secondary[disabled]:hover,
.button.clear.secondary.disabled:focus,
.button.clear.secondary[disabled]:focus {
  color: #78B822;
}

.button.clear.secondary:hover,
.button.clear.secondary:focus {
  color: #3c5c11;
}

.button.clear.success,
.button.clear.success.disabled,
.button.clear.success[disabled],
.button.clear.success.disabled:hover,
.button.clear.success[disabled]:hover,
.button.clear.success.disabled:focus,
.button.clear.success[disabled]:focus {
  color: #3adb76;
}

.button.clear.success:hover,
.button.clear.success:focus {
  color: #157539;
}

.button.clear.warning,
.button.clear.warning.disabled,
.button.clear.warning[disabled],
.button.clear.warning.disabled:hover,
.button.clear.warning[disabled]:hover,
.button.clear.warning.disabled:focus,
.button.clear.warning[disabled]:focus {
  color: #ffae00;
}

.button.clear.warning:hover,
.button.clear.warning:focus {
  color: #805700;
}

.button.clear.alert,
.button.clear.alert.disabled,
.button.clear.alert[disabled],
.button.clear.alert.disabled:hover,
.button.clear.alert[disabled]:hover,
.button.clear.alert.disabled:focus,
.button.clear.alert[disabled]:focus {
  color: #cc4b37;
}

.button.clear.alert:hover,
.button.clear.alert:focus {
  color: #67251a;
}

.button.disabled,
.button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #FFFFFF transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}

.button.dropdown.hollow::after,
.button.dropdown.clear::after {
  border-top-color: #171717;
}

.button.dropdown.hollow.primary::after,
.button.dropdown.clear.primary::after {
  border-top-color: #171717;
}

.button.dropdown.hollow.secondary::after,
.button.dropdown.clear.secondary::after {
  border-top-color: #78B822;
}

.button.dropdown.hollow.success::after,
.button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}

.button.dropdown.hollow.warning::after,
.button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}

.button.dropdown.hollow.alert::after,
.button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}

.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover,
a.button:focus {
  text-decoration: none;
}

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #EDEDED;
  border-radius: 0;
  background: #FFFFFF;
  box-shadow: none;
  overflow: hidden;
  color: #171717;
}

.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 1rem;
  background: #EDEDED;
}

.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  flex: 1 0 auto;
  padding: 1rem;
}

.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
  background-color: white;
  color: #171717;
}

.callout > :first-child {
  margin-top: 0;
}

.callout > :last-child {
  margin-bottom: 0;
}

.callout.primary {
  background-color: gainsboro;
  color: #171717;
}

.callout.secondary {
  background-color: #ebf8da;
  color: #171717;
}

.callout.success {
  background-color: #e1faea;
  color: #171717;
}

.callout.warning {
  background-color: #fff3d9;
  color: #171717;
}

.callout.alert {
  background-color: #f7e4e1;
  color: #171717;
}

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.close-button {
  position: absolute;
  z-index: 10;
  color: #1D1D1B;
  cursor: pointer;
}

[data-whatinput=mouse] .close-button {
  outline: 0;
}

.close-button:hover,
.close-button:focus {
  color: #000000;
}

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

[type=text],
[type=password],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=email],
[type=number],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.625rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: none;
  border-radius: 0;
  background-color: #F5F5F5;
  box-shadow: none;
  font-family: "Work Sans", europa, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #171717;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[type=text]:focus,
[type=password]:focus,
[type=date]:focus,
[type=datetime]:focus,
[type=datetime-local]:focus,
[type=month]:focus,
[type=week]:focus,
[type=email]:focus,
[type=number]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=time]:focus,
[type=url]:focus,
[type=color]:focus,
textarea:focus {
  outline: none;
  border: none;
  background-color: #F5F5F5;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #EDEDED;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type=search] {
  box-sizing: border-box;
}

::-moz-placeholder {
  color: rgba(23, 23, 23, 0.5);
}

::placeholder {
  color: rgba(23, 23, 23, 0.5);
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}

[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
  color: #000000;
}

label.middle {
  margin: 0 0 1rem;
  line-height: 1.5;
  padding: 0.5rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000000;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}

.input-group > :first-child,
.input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group > :last-child,
.input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label,
.input-group-button,
.input-group-field,
.input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #F5F5F5;
  background: #EDEDED;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.125rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #F5F5F5;
}

.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.625rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 0;
  background-color: #FFFFFF;
  font-family: "Work Sans", europa, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #171717;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2829, 29, 27%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:focus {
  outline: none;
  border: none;
  background-color: #F5F5F5;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

select:disabled {
  background-color: #EDEDED;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb;
}

.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

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

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

.form-error.is-visible {
  display: block;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

[data-whatinput=mouse] .menu li {
  outline: 0;
}

.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}

.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu input {
  display: inline-block;
}

.menu,
.menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}

.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}

.menu.vertical.icon-top li a img,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a svg,
.menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a svg {
  text-align: left;
}

.menu.expanded li {
  flex: 1 1 0px;
}

.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a svg,
.menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a svg {
  text-align: left;
}

.menu.simple {
  align-items: center;
}

.menu.simple li + li {
  margin-left: 1rem;
}

.menu.simple a {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .menu.medium-expanded li {
    flex: 1 1 0px;
  }

  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .menu.large-expanded li {
    flex: 1 1 0px;
  }

  .menu.large-simple li {
    flex: 1 1 0px;
  }
}

@media screen and (min-width: 75em) {
  .menu.xlarge-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .menu.xlarge-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .menu.xlarge-expanded li {
    flex: 1 1 0px;
  }

  .menu.xlarge-simple li {
    flex: 1 1 0px;
  }
}

.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}

.menu.icons a {
  display: flex;
}

.menu.icon-top a,
.menu.icon-right a,
.menu.icon-bottom a,
.menu.icon-left a {
  display: flex;
}

.menu.icon-left li a,
.menu.nested.icon-left li a {
  flex-flow: row nowrap;
}

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg,
.menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
}

.menu.icon-right li a,
.menu.nested.icon-right li a {
  flex-flow: row nowrap;
}

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg,
.menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
}

.menu.icon-top li a,
.menu.nested.icon-top li a {
  flex-flow: column nowrap;
}

.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg,
.menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu.icon-bottom li a,
.menu.nested.icon-bottom li a {
  flex-flow: column nowrap;
}

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg,
.menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu .is-active > a {
  background: #171717;
  color: #FFFFFF;
}

.menu .active > a {
  background: #171717;
  color: #FFFFFF;
}

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

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

.menu.align-right li .submenu li {
  justify-content: flex-start;
}

.menu.align-right.vertical li {
  display: block;
  text-align: right;
}

.menu.align-right.vertical li .submenu li {
  text-align: right;
}

.menu.align-right.icon-top li a img,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a svg,
.menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a svg {
  text-align: right;
}

.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}

.menu.align-center li {
  display: flex;
  justify-content: center;
}

.menu.align-center li .submenu li {
  justify-content: flex-start;
}

.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}

.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}

.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #F5F5F5;
  border-radius: 0;
  background-color: #F8F8F8;
  font-size: 1rem;
}

.dropdown-pane.is-opening {
  display: block;
}

.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #000000 transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}

[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}

.dropdown.menu > li > a {
  background: #FFFFFF;
  padding: 0.7rem 1rem;
}

.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #171717;
}

.no-js .dropdown.menu ul {
  display: none;
}

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.dropdown.menu.vertical > li > a::after {
  right: 14px;
}

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #000000 transparent transparent;
  right: auto;
  left: 5px;
}

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #000000;
}

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }

  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #000000 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }

  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }

  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }

  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #000000 transparent transparent;
    right: auto;
    left: 5px;
  }

  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #000000;
  }
}

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }

  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #000000 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }

  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }

  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }

  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #000000 transparent transparent;
    right: auto;
    left: 5px;
  }

  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #000000;
  }
}

@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }

  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #000000 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }

  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }

  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
  }

  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #000000 transparent transparent;
    right: auto;
    left: 5px;
  }

  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #000000;
  }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}

.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #F5F5F5;
  background: #FFFFFF;
}

.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #000000 transparent transparent;
  right: auto;
  left: 5px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #000000;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

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(0, 0, 0, 0.45);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #F5F5F5;
  border-radius: 0;
  background-color: #FFFFFF;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

[data-whatinput=mouse] .reveal {
  outline: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column,
.reveal .columns {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 87.5rem;
  }
}

.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 87.5rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 87.5rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 87.5rem;
  }
}

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

.title-bar {
  padding: 0.5rem;
  background: #000000;
  color: #FFFFFF;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

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

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap;
}

.top-bar,
.top-bar ul {
  background-color: #EDEDED;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 40em) {
  .top-bar {
    flex-wrap: nowrap;
  }

  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }

  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media print, screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media print, screen and (max-width: 89.99875em) {
  .top-bar.stacked-for-xlarge {
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-xlarge .top-bar-left,
  .top-bar.stacked-for-xlarge .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

.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: rgba(255, 255, 255, 0.25);
  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 {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #FFFFFF;
}

[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 0 20px rgba(23, 23, 23, 0.5);
}

.off-canvas.is-open {
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #FFFFFF;
}

[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 0 20px rgba(23, 23, 23, 0.5);
}

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

.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}

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

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

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}

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

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

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

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

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

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

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

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

.off-canvas-content {
  transform: none;
  backface-visibility: hidden;
}

.off-canvas-content.has-transition-overlap,
.off-canvas-content.has-transition-push {
  transition: transform 0.5s ease;
}

.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}

.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .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: 64em) {
  .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: 250px;
  }

  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }

  .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: 250px;
  }

  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }

  .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: 250px;
  }

  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }

  .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: 250px;
  }

  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media screen and (min-width: 75em) {
  .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: 250px;
  }

  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 250px;
  }

  .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: 250px;
  }

  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 250px;
  }

  .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: 250px;
  }

  .position-top.reveal-for-xlarge ~ .off-canvas-content {
    margin-top: 250px;
  }

  .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: 250px;
  }

  .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 40em) {
  .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: 64em) {
  .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: 75em) {
  .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;
  }
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 0;
  padding-bottom: 75%;
  overflow: hidden;
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 74.99875em), screen and (min-width: 90em) {
  .show-for-xlarge-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;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before,
.clearfix::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.clearfix::after {
  clear: both;
}

.tabs {
  margin: 0;
  border: 1px solid #EDEDED;
  background: #FFFFFF;
  list-style-type: none;
}

.tabs::before,
.tabs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}

.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #171717;
}

.tabs.primary > li > a {
  color: #FFFFFF;
}

.tabs.primary > li > a:hover,
.tabs.primary > li > a:focus {
  background: #232323;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #171717;
}

[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}

.tabs-title > a:hover {
  background: #FFFFFF;
  color: #141414;
}

.tabs-title > a:focus,
.tabs-title > a[aria-selected=true] {
  background: #EDEDED;
  color: #171717;
}

.tabs-content {
  border: 1px solid #EDEDED;
  border-top: 0;
  background: #FFFFFF;
  color: #171717;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #EDEDED;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}

.tabs-panel.is-active {
  display: block;
}

.sticky-container {
  position: relative;
}

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

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

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

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

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: 700;
  line-height: inherit;
}

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: Verdana, mr-eaves-modern, sans-serif;
  font-style: normal;
  font-weight: 800;
  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: #F5F5F5;
}

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

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

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

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

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

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

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

  h2,
  .h2 {
    font-size: 2.1875rem;
  }

  h3,
  .h3 {
    font-size: 1.8125rem;
  }

  h4,
  .h4 {
    font-size: 1.25rem;
  }

  h5,
  .h5 {
    font-size: 1.125rem;
  }

  h6,
  .h6 {
    font-size: 1rem;
  }
}

a {
  line-height: inherit;
  color: #171717;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus {
  color: #141414;
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 100%;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #F5F5F5;
  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: 700;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #F5F5F5;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #1D1D1B;
}

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

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #EDEDED;
  font-family: Verdana, mr-eaves-modern, sans-serif;
  color: #000000;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #1D1D1B;
}

.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: #1D1D1B;
  font-size: 0.8125rem;
}

.cite-block:before,
cite:before {
  content: "\2014   ";
}

.code-inline,
code {
  border: 1px solid #F5F5F5;
  background-color: #EDEDED;
  font-family: Verdana, mr-eaves-modern, sans-serif;
  font-weight: 400;
  color: #000000;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #F5F5F5;
  background-color: #EDEDED;
  font-family: Verdana, mr-eaves-modern, sans-serif;
  font-weight: 400;
  color: #000000;
  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: 40em) {
  .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: 64em) {
  .large-text-left {
    text-align: left;
  }

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

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

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

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

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

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

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

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

@media print {
  * {
    background: transparent !important;
    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 #1D1D1B;
    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;
  }
}

* {
  font-family: "Outfit", sans-serif;
}

h1 {
  font-family: "Outfit", sans-serif;
  font-size: 50px;
}

@media print, screen and (max-width: 63.99875em) {
  h1 {
    font-size: 45px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  h1 {
    font-size: 38px;
  }
}

h2,
h3,
h4,
h5,
h6 {
  font-family: "Outfit", sans-serif;
}

p {
  white-space: pre-line;
  font-size: 18px;
}

@media print, screen and (max-width: 39.99875em) {
  p {
    font-size: 12px;
  }
}

h2 {
  font-size: 40px;
}

@media print, screen and (max-width: 63.99875em) {
  h2 {
    font-size: 32px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-weight: 300;
  font-size: 28px;
}

.spacer--sm-10-px {
  height: 10px;
}

.spacer--sm-10-vh {
  height: 10vh;
}

.spacer--sm-20-px {
  height: 20px;
}

.spacer--sm-20-vh {
  height: 20vh;
}

.spacer--sm-30-px {
  height: 30px;
}

.spacer--sm-30-vh {
  height: 30vh;
}

.spacer--sm-40-px {
  height: 40px;
}

.spacer--sm-40-vh {
  height: 40vh;
}

.spacer--sm-50-px {
  height: 50px;
}

.spacer--sm-50-vh {
  height: 50vh;
}

.spacer--sm-75-px {
  height: 75px;
}

.spacer--sm-75-vh {
  height: 75vh;
}

.spacer--sm-100-px {
  height: 100px;
}

.spacer--sm-100-vh {
  height: 100vh;
}

.spacer--sm-200-px {
  height: 200px;
}

.spacer--sm-200-vh {
  height: 200vh;
}

.spacer--sm-250-px {
  height: 250px;
}

.spacer--sm-250-vh {
  height: 250vh;
}

@media print, screen and (min-width: 40em) {
  .spacer--10-px {
    height: 10px;
  }

  .spacer--10-vh {
    height: 10vh;
  }

  .spacer--20-px {
    height: 20px;
  }

  .spacer--20-vh {
    height: 20vh;
  }

  .spacer--30-px {
    height: 30px;
  }

  .spacer--30-vh {
    height: 30vh;
  }

  .spacer--40-px {
    height: 40px;
  }

  .spacer--40-vh {
    height: 40vh;
  }

  .spacer--50-px {
    height: 50px;
  }

  .spacer--50-vh {
    height: 50vh;
  }

  .spacer--75-px {
    height: 75px;
  }

  .spacer--75-vh {
    height: 75vh;
  }

  .spacer--100-px {
    height: 100px;
  }

  .spacer--100-vh {
    height: 100vh;
  }

  .spacer--200-px {
    height: 200px;
  }

  .spacer--200-vh {
    height: 200vh;
  }

  .spacer--250-px {
    height: 250px;
  }

  .spacer--250-vh {
    height: 250vh;
  }
}

.spacer--xx-large {
  height: 150px;
}

.spacer--x-large {
  height: 100px;
}

.spacer--large {
  height: 75px;
}

.spacer--medium {
  height: 50px;
}

.spacer--small {
  height: 20px;
}

@media print, screen and (min-width: 64em) {
  .spacer--xx-large {
    height: 300px;
  }

  .spacer--x-large {
    height: 200px;
  }

  .spacer--large {
    height: 100px;
  }

  .spacer--medium {
    height: 75px;
  }

  .spacer--small {
    height: 50px;
  }
}

.container-spacer {
  height: 12.5rem;
}

.button {
  border-radius: 5px;
  padding: 12px 26px;
  transition: all 0.3s ease;
}

.button-blue {
  background-color: #085795;
  border: 1px solid #085795;
}

.button-blue:hover {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #085795;
  transition: all 0.3s ease;
}

.button-blue-green-hover:hover {
  color: #78B822;
  border: 1px solid #78B822;
}

.button-yellow {
  background-color: transparent;
  color: #000000;
  border: 1px solid #FCCD12;
  transition: all 0.3s ease;
}

.button-yellow:hover {
  background-color: #FCCD12;
  color: #FFFFFF;
}

.button-red {
  background-color: #D2232A;
  color: #FFFFFF;
  border: 1px solid #D2232A;
  transition: all 0.3s ease;
}

.button-red:hover {
  background-color: #FFFFFF;
  color: #D2232A;
}

.button-white {
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #FFFFFF;
  transition: all 0.3s ease;
}

.button-white:hover {
  color: #FCCD12;
}

.button-green {
  background-color: transparent;
  color: #78B822;
  border: 1px solid #78B822;
}

.button-green:hover {
  background-color: #78B822;
  color: #FFFFFF;
  transition: all 0.3s ease;
}

.button-green.white-bg {
  background-color: #FFFFFF;
}

.button-green.white-bg:hover {
  background-color: #78B822;
  color: #FFFFFF;
}

.button-green-inverted {
  background-color: #78B822;
  color: #FFFFFF;
  border: 1px solid #78B822;
}

.button-green-inverted:hover {
  background-color: transparent;
  color: #78B822;
  transition: all 0.3s ease;
}

.main-menu__container {
  position: fixed;
  width: 100%;
  padding: 40px 50px;
  z-index: 100;
  top: 0;
  transition: all 0.3s ease;
}

.main-menu__container .main-menu__logo {
  width: 260px;
}

@media print, screen and (max-width: 63.99875em) {
  .main-menu__container .main-menu__logo {
    width: 200px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .main-menu__container .main-menu__logo {
    width: 120px;
  }
}

.main-menu__container .main-menu__logo .not-scroll {
  display: block;
}

.main-menu__container .main-menu__logo .scroll {
  display: none;
}

.main-menu__container .main-menu {
  align-items: baseline;
}

.main-menu__container .main-menu .main-menu__item {
  padding-left: 80px;
}

@media print, screen and (max-width: 63.99875em) {
  .main-menu__container .main-menu .main-menu__item {
    padding-left: 40px;
  }
}

.main-menu__container .main-menu .main-menu__item a {
  color: #FFFFFF;
  position: relative;
  padding: 0;
  text-transform: capitalize;
}

.main-menu__container .main-menu .main-menu__item a:hover {
  color: #171717;
}

.main-menu__container .main-menu .main-menu__item.is-active a {
  color: #171717;
  background: transparent;
}

.main-menu__container.is-sticky {
  background-color: #FFFFFF;
  padding: 20px 50px;
  transition: all 0.3s ease;
}

.main-menu__container.is-sticky .scroll {
  display: block;
}

.main-menu__container.is-sticky .not-scroll {
  display: none;
}

.main-menu__container.is-sticky .main-menu__item a {
  color: #085795;
}

.main-menu__container.is-mobile {
  padding: 20px 50px;
}

.main-menu__container.is-mobile .main-menu.menu {
  display: none;
}

@media print, screen and (max-width: 39.99875em) {
  .main-menu__container.is-mobile .main-menu__logo {
    width: 120px;
  }
}

.main-menu__container.detail-page {
  background-color: #FFFFFF;
  padding: 20px 50px;
}

.main-menu__container.detail-page .main-menu__item a {
  color: #085795;
}

.main-menu__container.detail-page #hamburger-container {
  top: 14px;
}

.main-menu__container.detail-page.is-mobile #hamburger-container {
  top: 11px;
}

#hamburger-container {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 25px;
  top: 20px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: none;
}

#hamburger-container.active {
  background-color: transparent;
}

#hamburger-container.not-active {
  background: #171717;
}

#hamburger-btn {
  cursor: pointer;
  margin: 1rem;
  width: 25px;
  height: 16px;
  z-index: 9999999 !important;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
}

#hamburger-btn span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#hamburger-btn span:nth-child(1) {
  top: 0px;
}

#hamburger-btn span:nth-child(2) {
  top: 8px;
}

#hamburger-btn span:nth-child(3) {
  top: 16px;
}

#hamburger-btn.open span:nth-child(1) {
  top: 8px;
  transform: rotate(135deg);
  background: #171717;
}

#hamburger-btn.open span:nth-child(2) {
  opacity: 0;
  left: 60px;
  background: #171717;
}

#hamburger-btn.open span:nth-child(3) {
  top: 8px;
  background: #171717;
  transform: rotate(-135deg);
}

.main-menu__container.is-mobile #hamburger-container {
  display: flex;
}

@media print, screen and (max-width: 39.99875em) {
  .main-menu__container.is-mobile {
    padding: 8px 25px;
  }

  .main-menu__container.is-mobile #hamburger-container {
    height: 40px;
    width: 40px;
    top: 16px;
    right: 25px;
  }

  .main-menu__container.is-mobile #hamburger-container #hamburger-btn {
    margin: 0;
    width: 20px;
  }

  .main-menu__container.is-mobile #hamburger-container #hamburger-btn span:nth-child(1) {
    top: 2px;
  }

  .main-menu__container.is-mobile #hamburger-container #hamburger-btn span:nth-child(3) {
    top: 14px;
  }

  .main-menu__container.is-mobile #hamburger-container #hamburger-btn.open span:nth-child(1) {
    top: 8px;
  }

  .main-menu__container.is-mobile #hamburger-container #hamburger-btn.open span:nth-child(3) {
    top: 8px;
  }
}

.off-canvas .responsive-menu {
  margin-top: 150px;
}

.off-canvas .responsive-menu ul {
  margin-left: 0;
}

.off-canvas .responsive-menu ul li {
  list-style: none;
  margin-bottom: 16px;
  text-align: center;
  font-weight: bold;
}

.off-canvas .responsive-menu ul li a {
  outline: none;
}

.form__loader {
  display: none;
}

form .form-group {
  position: relative;
  margin-bottom: 20px;
}

form .form-group input {
  height: 62px;
  border-radius: 5px;
  padding-left: 20px;
  background-color: #FFFFFF;
  border: 1px solid #78B822;
}

form .form-group input:focus {
  background-color: #FFFFFF;
  border: 1px solid #78B822;
}

form .form-group label {
  color: #78B822;
}

form .textarea textarea {
  height: 245px;
  border-radius: 5px;
  padding-top: 20px;
  font-weight: bold;
  padding-left: 20px;
  background-color: #FFFFFF;
  border: 1px solid #78B822;
}

form .dropdownWrapper {
  position: relative;
}

form .dropdownWrapper::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-color: #FFFFFF;
  right: 0;
  z-index: 9999;
  top: 40%;
  background-image: url("/themes/diezit-kitchen-child/assets/images/svg/greenArrow.svg");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
  pointer-events: none;
}

form .dropdownWrapper.backgroundTrans::after {
  background-color: #faedeb;
}

form .dropdownWrapper select {
  position: relative;
  border-radius: 5px;
  height: 62px;
  background-color: #FFFFFF;
  border: 1px solid #78B822;
}

form .dropdownWrapper select.is-invalid-input {
  border-color: #cc4b37;
  background-color: #faedeb;
}

form .dropdownWrapper .dropdown {
  height: 62px;
  border-radius: 10px;
  margin: 0;
  padding-left: 20px;
  background-color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
}

form .dropdownWrapper .dropdown select {
  color: #000000;
}

form .dropdownWrapper .dropdown.active {
  color: #78B822;
}

form .checkboxes label {
  color: #171717;
  position: relative;
  pointer-events: auto;
  margin: 0;
}

form .checkboxes label.is-invalid-label {
  color: #D2232A;
}

form .checkboxes input {
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
}

form .checkboxes input.is-invalid-input {
  box-shadow: 0px 0px 0px 2px #D2232A;
}

form .checkboxes .btn-block {
  font-size: 12px;
  margin-bottom: 18px;
  font-weight: bold;
}

form .checkboxes .checkbox-inline {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 12px;
}

form .control-multi-file-uploader {
  margin: 0 0 30px 0;
}

form .control-multi-file-uploader label {
  z-index: 1;
  margin-left: 40px;
}

form .control-multi-file-uploader label::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/themes/diezit-kitchen-child/assets/images/svg/upload.svg");
  margin-left: -25px;
  top: 50%;
  transform: translateY(-50%);
}

form .control-multi-file-uploader.uploadBanner {
  margin-bottom: 20px;
}

form .control-multi-file-uploader .clickable {
  border-radius: 10px !important;
  background: #FFFFFF;
  border: none;
  height: 62px;
}

form .control-multi-file-uploader .dz-preview {
  position: relative;
  margin-top: 50px;
}

form .control-multi-file-uploader .dz-preview .dz-error-mark {
  display: none;
}

.switch {
  margin: 0;
  position: relative;
  height: auto;
}

.switch input {
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.switch input:checked + label::before {
  background-color: #4CD964;
  background-image: url("/themes/diezit-kitchen-child/assets/images/svg/check-icon-white.svg");
  background-size: 15px;
  background-position: left 12px center;
  background-repeat: no-repeat;
}

.switch input:checked + label::after {
  left: 2.0625rem;
}

.switch label {
  color: #FFFFFF;
  font-size: 16px;
  margin: 0;
  padding-left: 4.375rem;
  font-weight: 300;
  pointer-events: none;
}

.switch label::before {
  transition-delay: 50ms;
  position: absolute;
  top: 1px;
  left: 0;
  content: "";
  width: 3.5625rem;
  height: 1.5625rem;
  border-radius: 1.25rem;
  background-color: #EA1313;
  background-image: url("/themes/diezit-kitchen-child/assets/images/svg/error-icon-white.svg");
  background-size: 10px;
  background-position: right 13px center;
  background-repeat: no-repeat;
}

.switch label::after {
  transition-duration: 100ms;
  position: absolute;
  top: 3px;
  left: 2px;
  content: "";
  width: 1.3125rem;
  height: 1.3125rem;
  border-radius: 1.125rem;
  background: #FFFFFF;
  box-shadow: 1px 0 1px rgba(0, 0, 0, 0.25);
}

.contact-form {
  background-color: #FFFFFF;
  padding: 90px 0;
  position: relative;
}

.contact-form .cell {
  z-index: 1;
}

.contact-form h2 {
  color: #085795;
}

.contact-form p {
  font-weight: lighter;
  padding-right: 120px;
}

@media print, screen and (max-width: 63.99875em) {
  .contact-form p {
    padding-right: 0;
  }
}

.contact-form::before {
  position: absolute;
  width: 300px;
  height: 300px;
  background-image: url("/themes/diezit-kitchen-child/assets/images/svg/largeCircle.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  top: 0;
  right: 0;
}

.contact-form::after {
  position: absolute;
  content: "";
  background-image: url("/themes/diezit-kitchen-child/assets/images/scribbles/arrows.svg");
  bottom: 115px;
  left: 200px;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  width: 360px;
  height: 160px;
}

@media print, screen and (max-width: 39.99875em) {
  .contact-form::after {
    width: 200px;
    height: 100px;
    left: 100px;
  }
}

.main-header {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  height: 80vh;
  position: relative;
}

.main-header-bus {
  background-position: left center;
}

.main-header-bus::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 50%;
  background-image: url("/themes/diezit-kitchen-child/assets/images/bg/Bus_vrijstaand.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  right: -5%;
  top: 45%;
  pointer-events: none;
  z-index: 2;
}

@media print, screen and (max-width: 39.99875em) {
  .main-header-bus::after {
    right: 0;
    transform: translateX(-50%);
    top: 50%;
  }
}

.main-header-bus::before {
  position: absolute;
  width: 110px;
  height: 400px;
  background-image: url("/themes/diezit-kitchen-child/assets/images/scribbles/scribble-green.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  top: -50px;
  right: 10%;
}

@media print, screen and (max-width: 63.99875em) {
  .main-header-bus::before {
    display: none;
  }
}

.main-header-bus .buttons {
  position: relative;
}

.main-header-bus .buttons .button {
  z-index: 2;
  position: relative;
}

.main-header-bus .buttons .line {
  position: absolute;
  width: 2px;
  height: 400px;
  top: 20px;
  background-color: #085795;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.main-header .grid-container {
  height: 100%;
}

.main-header .grid-container .grid-x {
  height: 100%;
  display: flex;
  align-items: center;
}

.main-header .grid-container .grid-x .content {
  text-align: center;
}

.main-header.smallHeader {
  min-height: 438px;
  height: 50vh;
  background-position: bottom right;
}

.main-header.mediumHeader {
  height: 60vh;
  background-position: bottom right;
}

.main-header #branches {
  position: absolute;
  bottom: 250px;
}

.detailHeader {
  background-image: url("/themes/diezit-kitchen-child/assets/images/bg/detail-header.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
  height: 80vh;
  position: relative;
}

.detailHeader.techniek-header {
  height: 65vh;
}

.detailHeader.blue-header {
  background-image: url("/themes/diezit-kitchen-child/assets/images/bg/detail-header-blue.png");
}

.detailHeader .grid-container {
  height: 100%;
}

.detailHeader .grid-x {
  height: 100%;
  display: flex;
  align-items: center;
}

.detailHeader .content h1 {
  margin-bottom: 0px;
}

.detailHeader .content p {
  font-weight: 100;
  margin-bottom: 30px;
}

.detailHeader .video {
  overflow: hidden;
  position: relative;
  height: 500px;
}

.detailHeader .image {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 0;
  display: flex;
}

.detailHeader .image::after {
  position: absolute;
  width: 280px;
  height: 120px;
  content: "";
  background-image: url("/themes/diezit-kitchen-child/assets/images/small-images/greenCTA.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  top: -55px;
  left: -130px;
}

@media print, screen and (max-width: 63.99875em) {
  .detailHeader .image::after {
    width: 180px;
    left: -80px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .detailHeader .image::after {
    display: none;
  }
}

.detailHeader__video {
  height: 120%;
  margin: 0 auto;
}

.detailHeader__title,
.detailHeader__subtitle {
  font-size: clamp(40px, 5vw, 50px);
  color: #FFFFFF;
  line-height: 1.2;
  font-weight: bold;
}

.detailHeader__title strong,
.detailHeader__subtitle strong {
  color: #D2232A;
}

.detailHeader--campaign {
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 56px;
  height: auto;
}

@media print, screen and (min-width: 40em) {
  .detailHeader--campaign {
    min-height: 740px;
  }
}

.detailHeader--campaign .grid-container {
  width: 100%;
}

.detailHeader--campaign .detailHeader__subtitle p {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

.detailHeader--campaign .image {
  top: inherit;
  transform: none;
  aspect-ratio: 1;
}

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

.detailHeader--campaign .image:after {
  background-image: url("/themes/diezit-kitchen-child/assets/images/small-images/whiteCTA.svg");
}

.cards .card-content {
  border-radius: 10px;
  padding: 10px;
  background-color: #FFFFFF;
  position: relative;
}

.cards .card-content .image {
  height: 220px;
  width: 100%;
  border-radius: 5px;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}

.cards .card-content .content {
  padding: 15px;
  position: relative;
  height: 100%;
}

.cards .card-content .content h3 {
  margin-top: 10px;
}

.cards .card-content .content p {
  margin-bottom: 18px;
  font-weight: 100;
}

.quote {
  border-radius: 10px;
  padding: 25px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.quote.bg-blue {
  background-color: #085795;
}

.quote.bg-blue .quote-after {
  position: absolute;
  width: 60px;
  height: 60px;
  bottom: -30px;
  right: 40px;
  background-image: url("/themes/diezit-kitchen-child/assets/images/svg/quote.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
}

.quote.bg-green {
  background-color: #78B822;
}

.quote.bg-green .quote-after {
  position: absolute;
  width: 60px;
  height: 60px;
  bottom: -30px;
  right: 40px;
  background-image: url("/themes/diezit-kitchen-child/assets/images/svg/quote-green.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
}

.quote h4 {
  margin-bottom: 20px;
}

.quote p {
  margin-bottom: 0;
}

.twoBlockImage {
  background-color: #FFFFFF;
  position: relative;
  padding: 115px 0;
}

@media print, screen and (max-width: 63.99875em) {
  .twoBlockImage {
    padding: 90px 0;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .twoBlockImage {
    padding: 50px 0;
  }
}

.twoBlockImage::before {
  position: absolute;
  content: "";
  width: 160px;
  height: 160px;
  background-image: url("/themes/diezit-kitchen-child/assets/images/scribbles/bolletjes-small.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

@media print, screen and (max-width: 63.99875em) {
  .twoBlockImage::before {
    top: 50px;
  }
}

.twoBlockImage .wrapper {
  position: relative;
}

.twoBlockImage .wrapper.withVideo {
  gap: 2rem;
}

.twoBlockImage .wrapper video {
  display: block;
  max-width: 100%;
}

.twoBlockImage .wrapper .image {
  height: 365px;
  width: 650px;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -80px;
}

@media print, screen and (max-width: 63.99875em) {
  .twoBlockImage .wrapper .image {
    position: relative;
    width: 100%;
    transform: translateY(0);
    left: auto;
  }
}

.twoBlockImage .wrapper .image::before {
  position: absolute;
  width: 160px;
  height: 160px;
  background-image: url("/themes/diezit-kitchen-child/assets/images/scribbles/bolletjes.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  left: -100px;
}

.twoBlockImage .wrapper .content p {
  font-weight: 100;
  margin: 13px 0 30px 0;
}

.twoBlockImage .wrapper .content a {
  color: #085795;
}

.block__one-column {
  font-weight: 100;
}

.twoColumnLinks {
  padding: 130px 0;
}

@media print, screen and (max-width: 63.99875em) {
  .twoColumnLinks {
    padding: 100px 0;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .twoColumnLinks {
    padding: 75px 0;
  }
}

.twoColumnLinks .content {
  padding: 0 16px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media print, screen and (max-width: 39.99875em) {
  .twoColumnLinks .content {
    margin-bottom: 20px;
  }
}

.twoColumnLinks .content h2 {
  margin-bottom: 10px;
}

.twoColumnLinks .content p {
  font-weight: 100;
}

.twoColumnLinks .right-content .cell {
  border-radius: 10px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 64%;
  height: 320px;
}

@media print, screen and (max-width: 63.99875em) {
  .twoColumnLinks .right-content .cell {
    margin-bottom: 20px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .twoColumnLinks .right-content .cell {
    background-size: 40%;
  }
}

.detail-content .image-wrapper {
  padding-right: 60px;
}

@media print, screen and (max-width: 63.99875em) {
  .detail-content .image-wrapper {
    padding-right: 0;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .detail-content .image-wrapper {
    height: 350px;
  }
}

.detail-content .image-wrapper .image {
  border-radius: 5px;
  height: 100%;
  width: 100%;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}

.detail-content .content {
  padding: 50px 0;
}

@media print, screen and (max-width: 39.99875em) {
  .detail-content .content {
    padding: 25px 0 0 0;
  }
}

.detail-content .content h2 {
  margin-bottom: 13px;
}

.detail-content .content p {
  font-weight: 100;
}

.campaign__image {
  border-radius: 5px;
  max-width: 100%;
  margin: 0;
  display: none;
}

@media print, screen and (min-width: 40em) {
  .campaign__image {
    display: block;
  }
}

.campaign__title,
.campaign h3,
.campaign h2,
.campaign h1 {
  margin-bottom: 6px;
}

.campaign__text {
  padding: 24px 14px 14px;
  margin-top: 24px;
}

@media print, screen and (min-width: 40em) {
  .campaign__text {
    margin: 0;
  }
}

.campaign-sidebar {
  background: #FCCD12;
  color: #FFFFFF;
  position: fixed;
  bottom: 0;
  right: 0;
  max-width: 400px;
  transform: translate(0, 100%);
  transition: transform 0.25s ease-in-out;
  display: none;
  z-index: 10;
}

@media print, screen and (min-width: 40em) {
  .campaign-sidebar {
    display: block;
    transform: translate(100%, -10px);
    width: 274px;
  }
}

.campaign-sidebar__body {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
}

.campaign-sidebar__title,
.campaign-sidebar__subtitle {
  background: #FCCD12;
  padding: 5px;
  display: inline-block;
  font-size: 26px;
  line-height: 1.2;
  font-weight: bold;
}

.campaign-sidebar__title {
  color: #D2232A;
}

.campaign-sidebar p {
  margin: 0;
}

.campaign-sidebar strong {
  color: #D2232A;
}

.campaign-sidebar__subtitle {
  color: #FFFFFF;
  margin-bottom: 2px;
}

.campaign-sidebar--open {
  transform: translate(0);
}

@media print, screen and (min-width: 40em) {
  .campaign-sidebar--open {
    transform: translate(-10px, -10px);
  }
}

.campaign-sidebar--open + .campaign-sidebar__open-btn {
  transform: translateX(100%);
}

.campaign-sidebar__close-btn {
  position: absolute;
  left: 20px;
  top: 20px;
  cursor: pointer;
}

.campaign-sidebar__open-btn {
  background: #FCCD12;
  color: #FFFFFF;
  position: fixed;
  right: 0;
  bottom: 10px;
  width: 254px;
  padding: 10px 40px 10px 24px;
  transform: translateX(10px);
  z-index: 11;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  font-weight: bold;
  font-size: 26px;
}

.campaign-sidebar__open-btn strong {
  color: #D2232A;
}

.campaign-sidebar__open-btn p {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

.campaign-sidebar__open-btn a {
  color: inherit;
}

.campaign-sidebar__open-btn:hover {
  width: 260px;
}

.functionRepeater {
  position: relative;
}

.functionRepeater .arrows-1 {
  position: absolute;
  width: 340px;
  height: 155px;
  background-image: url("/themes/diezit-kitchen-child/assets/images/scribbles/arrows.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  right: -300px;
  top: 0;
  transform: rotate(-90deg);
}

@media print, screen and (max-width: 63.99875em) {
  .functionRepeater .arrows-1 {
    width: 200px;
    right: -100px;
  }
}

.functionRepeater h2 {
  margin-bottom: 40px;
}

@media print, screen and (max-width: 39.99875em) {
  .functionRepeater h2 {
    margin-bottom: 20px;
  }
}

.functionRepeater-item {
  background-color: #FFFFFF;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.functionRepeater-item p {
  font-weight: 100;
  margin-bottom: 20px;
}

.functionRepeater-item .image {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  min-height: 220px;
}

@media print, screen and (max-width: 39.99875em) {
  .functionRepeater-item .image {
    height: 300px;
  }
}

.functionRepeater-item .video .responsive-embed {
  border-radius: 5px;
}

.functionRepeater-item .content {
  padding: 15px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.branchesOverview {
  position: relative;
}

.branchesOverview #branches {
  position: absolute;
  top: -200px;
}

.branchesOverview .arrows-1 {
  position: absolute;
  width: 340px;
  height: 155px;
  background-image: url("/themes/diezit-kitchen-child/assets/images/scribbles/arrows.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  left: -170px;
  bottom: 0;
  transform: rotate(90deg);
}

@media print, screen and (max-width: 63.99875em) {
  .branchesOverview .arrows-1 {
    width: 200px;
    left: -100px;
  }
}

.branchesOverview .arrows-2 {
  position: absolute;
  width: 340px;
  height: 155px;
  background-image: url("/themes/diezit-kitchen-child/assets/images/scribbles/arrows.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  right: -170px;
  top: 0;
  transform: rotate(-90deg);
}

@media print, screen and (max-width: 63.99875em) {
  .branchesOverview .arrows-2 {
    width: 200px;
    right: -100px;
  }
}

.branchesOverview .bubbles-1 {
  position: absolute;
  width: 340px;
  height: 155px;
  background-image: url("/themes/diezit-kitchen-child/assets/images/scribbles/bolletjes.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  left: -40px;
  top: 400px;
}

.branchesOverview .bubbles-2 {
  position: absolute;
  width: 160px;
  height: 155px;
  background-image: url("/themes/diezit-kitchen-child/assets/images/scribbles/crosses.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  bottom: 100px;
}

.videoRepeater {
  margin: 300px 0 200px 0;
}

@media print, screen and (max-width: 63.99875em) {
  .videoRepeater {
    margin: 130px 0;
  }
}

.videoRepeater .video-house {
  max-width: 1000px;
  margin: auto;
  padding: 0 150px;
  position: relative;
}

@media print, screen and (max-width: 39.99875em) {
  .videoRepeater .video-house {
    padding: 0 16px;
  }
}

.videoRepeater .video-house .video-wrapper {
  position: relative;
  margin-bottom: 50px;
}

@media print, screen and (max-width: 63.99875em) {
  .videoRepeater .video-house .video-wrapper {
    margin-bottom: 30px;
  }
}

.videoRepeater .video-house .video-wrapper .title {
  position: absolute;
  top: -55px;
  font-size: 32px;
  right: 0;
  color: #085795;
  text-transform: uppercase;
}

@media print, screen and (max-width: 63.99875em) {
  .videoRepeater .video-house .video-wrapper .title {
    font-size: 24px;
    top: -32px;
  }
}

.videoRepeater .video-house::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 600px;
  background-image: url("/themes/diezit-kitchen-child/assets/images/svg/roof.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  top: -450px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

@media print, screen and (max-width: 63.99875em) {
  .videoRepeater .video-house::before {
    top: -350px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .videoRepeater .video-house::before {
    top: -380px;
  }
}

.videoRepeater .video-house::after {
  pointer-events: none;
  position: absolute;
  content: "";
  width: 110%;
  height: 800px;
  background-image: url("/themes/diezit-kitchen-child/assets/images/svg/bottom.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -200px;
  left: 50%;
  transform: translateX(-50%);
}

@media print, screen and (max-width: 63.99875em) {
  .videoRepeater .video-house::after {
    bottom: -250px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .videoRepeater .video-house::after {
    bottom: -310px;
    width: 130%;
  }
}

.busRoutes .blue-line {
  display: flex;
  justify-content: center;
  height: 50px;
}

.busRoutes .blue-line .line {
  width: 2px;
  height: 100%;
  background-color: #085795;
}

.busRoutes .blue-line.last-line {
  height: 100px;
}

.busRoutes:last-of-type(.blue-line) {
  display: none;
}

.busRoutes .routeTitleWrapper {
  display: flex;
  justify-content: center;
  z-index: 2;
}

.busRoutes .routeTitleWrapper .routeTitle {
  text-align: center;
  background-color: #085795;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px;
  border-radius: 10px;
  position: relative;
}

.busRoutes .routeTitleWrapper .routeTitle h2 {
  position: relative;
  font-weight: lighter;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 14px 60px;
  border: 2px solid #FFFFFF;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
}

.busRoutes .routesWrapper {
  z-index: 2;
  display: flex;
  flex-direction: column;
  border: 2px solid #085795;
  border-radius: 10px;
}

.busRoutes .routesWrapper .routeItemWrapper {
  padding: 15px 20px;
  display: flex;
  align-items: center;
}

@media print, screen and (max-width: 39.99875em) {
  .busRoutes .routesWrapper .routeItemWrapper {
    flex-direction: column;
    padding: 10px 20px;
  }
}

.busRoutes .routesWrapper .routeItemWrapper.white-bg {
  background-color: #FFFFFF;
}

.busRoutes .routesWrapper .routeItemWrapper:first-child {
  padding-top: 20px;
}

.busRoutes .routesWrapper .routeItemWrapper:last-child {
  padding-bottom: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.busRoutes .routesWrapper .routeItemWrapper p {
  margin-bottom: 0;
}

.busRoutes .routesWrapper .routeItemWrapper h3 {
  line-height: 1;
}

@media print, screen and (max-width: 39.99875em) {
  .busRoutes .routesWrapper .routeItemWrapper h3 {
    line-height: unset;
  }
}

.busRoutes .routesWrapper .routeItemWrapper h3.blue {
  font-size: 22px;
}

.busRoutes .routesWrapper .routeItemWrapper .routeDate {
  display: flex;
  align-items: center;
  min-width: 230px;
}

@media print, screen and (max-width: 39.99875em) {
  .busRoutes .routesWrapper .routeItemWrapper .routeDate {
    min-width: auto;
  }
}

.busRoutes .routesWrapper .routeItemWrapper .firstTime,
.busRoutes .routesWrapper .routeItemWrapper .secondTime {
  display: flex;
}

.busRoutes .routesWrapper .routeItemWrapper .firstTime .secondary,
.busRoutes .routesWrapper .routeItemWrapper .secondTime .secondary {
  min-width: 90px;
  padding-right: 10px;
}

@media print, screen and (max-width: 39.99875em) {
  .busRoutes .routesWrapper .routeItemWrapper .firstTime .secondary,
  .busRoutes .routesWrapper .routeItemWrapper .secondTime .secondary {
    min-width: 70px;
  }
}

.busRoutes .blueCta {
  text-align: center;
  padding: 50px 100px;
  background-color: #085795;
  border-radius: 10px;
}

@media print, screen and (max-width: 63.99875em) {
  .busRoutes .blueCta {
    padding: 50px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .busRoutes .blueCta {
    padding: 16px;
  }
}

.engineeringOrConstruction {
  padding: 150px 0;
  position: relative;
}

@media print, screen and (max-width: 63.99875em) {
  .engineeringOrConstruction {
    padding: 100px 0;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .engineeringOrConstruction {
    padding: 75px 0;
  }
}

.engineeringOrConstruction .wrapper {
  display: flex;
  margin-bottom: 30px;
}

@media print, screen and (max-width: 39.99875em) {
  .engineeringOrConstruction .wrapper {
    flex-direction: column;
  }
}

.engineeringOrConstruction .wrapper .date {
  width: 200px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media print, screen and (max-width: 39.99875em) {
  .engineeringOrConstruction .wrapper .date {
    width: 100%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 8px 0;
  }
}

.engineeringOrConstruction .wrapper .date p {
  font-size: 28px;
  margin-bottom: 0;
}

@media print, screen and (max-width: 39.99875em) {
  .engineeringOrConstruction .wrapper .date p {
    font-size: 20px;
  }
}

.engineeringOrConstruction .wrapper .date.blue-bg {
  background-color: #085795;
}

.engineeringOrConstruction .wrapper .date.green-bg {
  background-color: #78B822;
}

.engineeringOrConstruction .wrapper .date p {
  color: #FFFFFF;
}

.engineeringOrConstruction .wrapper .content {
  margin-left: 30px;
  background-color: #FFFFFF;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
}

@media print, screen and (max-width: 39.99875em) {
  .engineeringOrConstruction .wrapper .content {
    margin-left: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}

.engineeringOrConstruction .wrapper .content .item-content {
  font-weight: 100;
  margin-bottom: 20px;
}

.engineeringOrConstruction .wrapper .content .locals {
  display: flex;
  flex-wrap: wrap;
}

.engineeringOrConstruction .wrapper .content .locals .local {
  position: relative;
  padding: 0 16px 0 26px;
}

.engineeringOrConstruction .wrapper .content .locals .local::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.engineeringOrConstruction .wrapper .content .locals .local.location::before {
  background-image: url("/themes/diezit-kitchen-child/assets/images/svg/location.svg");
}

.engineeringOrConstruction .wrapper .content .locals .local.time::before {
  background-image: url("/themes/diezit-kitchen-child/assets/images/svg/time.svg");
}

.engineeringOrConstruction .wrapper .content .locals .local.parking::before {
  background-image: url("/themes/diezit-kitchen-child/assets/images/svg/info.svg");
}

.engineeringOrConstruction .cta {
  background-color: #085795;
  text-align: center;
  border-radius: 10px;
  padding: 50px 0;
}

@media print, screen and (max-width: 39.99875em) {
  .engineeringOrConstruction .cta {
    padding: 24px 0;
  }
}

.engineeringOrConstruction .cta h2 {
  font-weight: 500;
  margin-bottom: 10px;
}

.engineeringOrConstruction .cta p {
  font-weight: 100;
  margin-bottom: 10px;
}

.engineeringOrConstruction .cta a {
  margin-bottom: 10px;
}

.engineeringOrConstruction .cta a:hover {
  color: #78B822;
}

.engineeringOrConstruction .arrows-1 {
  position: absolute;
  width: 340px;
  height: 155px;
  background-image: url("/themes/diezit-kitchen-child/assets/images/scribbles/circle-green.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  left: -170px;
  bottom: 210px;
  z-index: -1;
  transform: rotate(90deg);
}

@media print, screen and (max-width: 63.99875em) {
  .engineeringOrConstruction .arrows-1 {
    width: 200px;
    left: -100px;
  }
}

.engineeringOrConstruction .arrows-2 {
  position: absolute;
  width: 340px;
  height: 155px;
  background-image: url("/themes/diezit-kitchen-child/assets/images/scribbles/arrows.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  right: -170px;
  top: 200px;
  transform: rotate(-90deg);
  z-index: -1;
}

@media print, screen and (max-width: 63.99875em) {
  .engineeringOrConstruction .arrows-2 {
    width: 200px;
    right: -100px;
  }
}

.engineeringOrConstruction .bubbles-1 {
  position: absolute;
  width: 340px;
  height: 300px;
  background-image: url("/themes/diezit-kitchen-child/assets/images/scribbles/scribble-green.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  left: -196px;
  top: 400px;
  transform: rotate(-90deg);
  z-index: -1;
}

.engineeringOrConstruction .bubbles-2 {
  position: absolute;
  width: 160px;
  height: 155px;
  background-image: url("/themes/diezit-kitchen-child/assets/images/scribbles/crosses.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  bottom: 100px;
  z-index: -1;
}

.block__usp-list .usp-item {
  background-color: #fff;
  border-radius: 0.625rem;
  margin-bottom: 1.25rem;
  color: #085795;
  padding: 2.5rem 5.3125rem;
  position: relative;
}

.block__usp-list .usp-item:before {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/themes/diezit-kitchen-child/assets/images/svg/info.svg");
}

.client-list__item {
  transition: all 150ms ease-in-out;
  padding: 0.9375rem 1.25rem;
  background: #FFFFFF;
  min-height: 10.4375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 1.25rem;
}

@media print, screen and (max-width: 39.99875em) {
  .client-list__item:nth-child(n+3) {
    margin-top: 1.875rem;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .client-list__item:nth-child(n+4) {
    margin-top: 1.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .client-list__item:nth-child(n+7) {
    margin-top: 1.875rem;
  }
}

.agenda-items {
  margin-top: -2rem;
}

.agenda-items::after {
  clear: both;
}

.agenda-items .swiper-agenda {
  overflow: hidden !important;
}

.agenda-items .grid-container {
  position: relative;
}

.swiper-agenda {
  position: relative;
  border-radius: 10px;
}

.swiper {
  overflow: visible !important;
  height: 340px;
  overflow: hidden;
}

.swiper__button .button-next,
.swiper__button .button-prev {
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}

.swiper__button .button-next circle,
.swiper__button .button-prev circle {
  transition: 0.3s ease-in-out;
}

.swiper__button .button-next:hover circle,
.swiper__button .button-next:focus circle,
.swiper__button .button-prev:hover circle,
.swiper__button .button-prev:focus circle {
  fill: #78B822;
}

.swiper__button .button-prev {
  left: 0;
  transform: translate(-100%, -50%);
}

.swiper__button .button-next {
  right: 0;
  transform: translate(100%, -50%);
}

@media print, screen and (max-width: 63.99875em) {
  .swiper__button .button-prev {
    transform: translate(0, -50%);
  }

  .swiper__button .button-next {
    transform: translate(0, -50%);
  }
}

.swiper::after {
  content: "";
  display: table;
  clear: both;
}

.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.swiper-button-disabled:hover,
.swiper-button-disabled :focus {
  background-color: inherit;
}

.swiper .swiper-slide {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  position: relative;
  background-color: #fff;
  border-radius: 1rem;
  padding: 10px !important;
  box-sizing: border-box;
}

.swiper .swiper-slide__img {
  flex: 0 0 60%;
  width: 100%;
  position: relative;
  min-height: 200px;
}

.swiper .swiper-slide__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  position: absolute;
}

.swiper .swiper-slide__content {
  flex: 0 0 40%;
  align-items: center;
  color: #171717;
  padding: 1rem;
}

.swiper .swiper-slide__content .buttons {
  margin-top: 15px;
}

.swiper .swiper-slide .date {
  position: absolute;
  top: 25px;
  left: 25px;
  background-color: #fff;
  color: #085795;
  display: flex;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  line-height: 1;
  padding: 10px 15px;
}

.swiper .swiper-slide .date__first {
  font-size: 28px;
}

.swiper .swiper-slide .date__second {
  text-transform: lowercase;
}

.swiper .swiper-pagination {
  position: absolute;
  text-align: right;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  top: 150px !important;
  left: unset !important;
  right: 20px;
  max-height: 20px;
}

.swiper .swiper-pagination .swiper-pagination-bullet {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #F8F8F8;
  opacity: 1;
}

.swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #78B822;
}

.image-slider__wrapper {
  padding: 3rem 0;
}

.image-slider__wrapper .grid-container {
  max-width: none;
  padding: 0;
  margin: 0 -60px;
}

.image-slider .swiper-slide {
  background: none;
}

.image-slider .swiper-slide__img {
  min-height: 300px;
}

.image-slider .swiper-slide img {
  border-radius: 0;
}

.video-slider {
  height: auto;
}

.video-slider__wrapper .grid-container .cell {
  position: relative;
}

.video-slider__wrapper .grid-container .cell::after,
.video-slider__wrapper .grid-container .cell::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, transparent -80%, white 100%);
  transform: translate(100%, 0);
  z-index: 2;
}

.video-slider__wrapper .grid-container .cell:after {
  left: 0;
  right: -30px;
}

.video-slider__wrapper .grid-container .cell::before {
  transform: translate(-100%, 0);
  background: linear-gradient(to left, transparent -80%, white 100%);
}

.iframe__container {
  position: relative;
}

.iframe__content {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.greenCTA {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  overflow: visible;
  padding: 100px 0;
  position: relative;
}

@media print, screen and (max-width: 39.99875em) {
  .greenCTA {
    padding: 40px 0;
  }
}

.greenCTA .grid-container,
.greenCTA .grid-x {
  height: 100%;
}

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

.greenCTA .content h2 {
  margin-bottom: 20px;
}

.greenCTA .content p {
  font-weight: 100;
  margin-bottom: 18px;
}

.greenCTA::before {
  position: absolute;
  width: 280px;
  height: 120px;
  content: "";
  background-image: url("/themes/diezit-kitchen-child/assets/images/small-images/greenCTA.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  top: -60px;
  right: 300px;
}

@media print, screen and (max-width: 63.99875em) {
  .greenCTA::before {
    width: 180px;
    right: 120px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .greenCTA::before {
    width: 120px;
    right: 100px;
  }
}

.footer {
  background-color: #085795;
  padding: 100px 0;
  position: relative;
}

.footer::before {
  position: absolute;
  content: "";
  width: 160px;
  height: 160px;
  background-image: url("/themes/diezit-kitchen-child/assets/images/scribbles/crosses-green.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: -110px;
}

@media print, screen and (max-width: 39.99875em) {
  .footer::before {
    width: 100px;
    height: 100px;
    top: -70px;
  }
}

.footer::after {
  position: absolute;
  content: "";
  width: 160px;
  height: 160px;
  background-image: url("/themes/diezit-kitchen-child/assets/images/scribbles/bolletjes-small.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  top: 0;
}

@media print, screen and (max-width: 39.99875em) {
  .footer::after {
    width: 100px;
    height: 100px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .footer {
    padding: 100px 0 70px 0;
  }

  .footer .cell {
    margin-bottom: 30px;
  }
}

.footer .footerLogo h4,
.footer .footerLogo img {
  margin-bottom: 6px;
  display: block;
}

.footer .footerLogo p {
  margin-bottom: 20px;
}

.footer .footerLogo p.text {
  font-size: 14px;
}

.footer .footerLinks h4 {
  margin-bottom: 14px;
}

.footer .footerLinks a {
  display: block;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.footer .socials {
  margin-top: 50px;
}

.footer .socials .icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 10px;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
}

.footer .socials .icon.facebook {
  background-image: url("/themes/diezit-kitchen-child/assets/images/svg/fb.svg");
}

.footer .socials .icon.twitter {
  background-image: url("/themes/diezit-kitchen-child/assets/images/svg/twitter.svg");
}

.footer .socials .icon.linkedin {
  background-image: url("/themes/diezit-kitchen-child/assets/images/svg/linkedin.svg");
}

.footer .socials .icon.instagram {
  background-image: url("/themes/diezit-kitchen-child/assets/images/svg/insta.svg");
}

html {
  overflow-y: scroll;
  scroll-behavior: smooth;
}

body {
  position: relative;
}

.innerText {
  font-weight: 100;
}

.innerText a {
  color: blue;
}

.page--campaign .footer:before {
  display: none;
}

.page--campaign .form-group label {
  color: #000000;
}

.page--campaign .form-group input {
  border-color: #FCCD12;
}

.page--campaign .page__body {
  min-height: 50vh;
  background-color: #FFFFFF;
  padding: 90px 0;
  position: relative;
}

.page--campaign .page__body > div {
  position: relative;
  z-index: 1;
}

.page--campaign .page__body::before {
  position: absolute;
  width: 300px;
  height: 300px;
  background-image: url(/themes/diezit-kitchen-child/assets/images/svg/circle.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  top: 0;
  right: 0;
}

.page--campaign .page__body::after {
  position: absolute;
  content: "";
  background-image: url(/themes/diezit-kitchen-child/assets/images/svg/arrows.svg);
  bottom: 115px;
  left: 200px;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  width: 360px;
  height: 160px;
}

@media print, screen and (max-width: 74.99875em) {
  .page--campaign .page__body::after {
    display: none;
  }
}

