/******************************************************************
	
Stylesheet: Main Stylesheet

Here's where the magic happens. Here is where you import
all of your Sass files so they can compile into one
CSS file. 

******************************************************************/
/******************************************************************

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants.

******************************************************************/
/*********************
GLOBAL TRANSITION MIXIN
Use like this: @include transition(property1, property2);
*********************/
/*********************
COLORS
*********************/
/*********************
CSS3 GRADIENTS.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-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;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, .form__wrapper form input[type="submit"],
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, .form__wrapper form input[type="submit"],
input {
  overflow: visible;
}

button, .form__wrapper form input[type="submit"],
select {
  text-transform: none;
}

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

button::-moz-focus-inner, .form__wrapper form input[type="submit"]::-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, .form__wrapper form input:-moz-focusring[type="submit"],
[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;
}

.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: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0A0A0A;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

button, .form__wrapper form input[type="submit"] {
  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, [data-whatinput='mouse'] .form__wrapper form input[type="submit"], .form__wrapper form [data-whatinput='mouse'] input[type="submit"] {
  outline: 0;
}

pre {
  overflow: auto;
}

button, .form__wrapper form input[type="submit"],
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

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

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

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

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

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

.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.625rem;
  padding-left: 0.625rem;
  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.33333333%;
  max-width: 8.33333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.33333333%;
  max-width: 33.33333333%;
}

.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.66666667%;
  max-width: 16.66666667%;
}

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

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

.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.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333333%;
  }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.66666667%;
  }
  .medium-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333333%;
  }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.66666667%;
  }
  .medium-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333333%;
  }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.66666667%;
  }
  .medium-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333333%;
  }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66666667%;
  }
  .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.33333333%;
    max-width: 33.33333333%;
  }
  .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.66666667%;
    max-width: 16.66666667%;
  }
  .medium-up-7 {
    flex-wrap: wrap;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    flex: 0 0 14.28571429%;
    max-width: 14.28571429%;
  }
  .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;
  }
}

@media print, screen and (min-width: 40em) {
  .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.33333333%;
    max-width: 8.33333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .large-offset-1 {
    margin-left: 8.33333333%;
  }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.66666667%;
  }
  .large-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .large-offset-4 {
    margin-left: 33.33333333%;
  }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.66666667%;
  }
  .large-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .large-offset-7 {
    margin-left: 58.33333333%;
  }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.66666667%;
  }
  .large-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .large-offset-10 {
    margin-left: 83.33333333%;
  }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66666667%;
  }
  .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.33333333%;
    max-width: 33.33333333%;
  }
  .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.66666667%;
    max-width: 16.66666667%;
  }
  .large-up-7 {
    flex-wrap: wrap;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    flex: 0 0 14.28571429%;
    max-width: 14.28571429%;
  }
  .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;
  }
}

@media print, screen and (min-width: 64em) {
  .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;
  }
}

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

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

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

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

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

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

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

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

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

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

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

@media print, screen and (min-width: 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: 0px;
  min-width: 0px;
  width: 100%;
}

.cell.auto {
  flex: 1 1 0px;
}

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

.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: 0 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.33333333%;
  }
  .grid-x > .medium-2 {
    width: 16.66666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.33333333%;
  }
  .grid-x > .medium-5 {
    width: 41.66666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.33333333%;
  }
  .grid-x > .medium-8 {
    width: 66.66666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.33333333%;
  }
  .grid-x > .medium-11 {
    width: 91.66666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.33333333%;
  }
  .grid-x > .large-2 {
    width: 16.66666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.33333333%;
  }
  .grid-x > .large-5 {
    width: 41.66666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.33333333%;
  }
  .grid-x > .large-8 {
    width: 66.66666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.33333333%;
  }
  .grid-x > .large-11 {
    width: 91.66666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}

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

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

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

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

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

@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.33333333% - 1.25rem);
}

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

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

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

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

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

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

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

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

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

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

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

@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.33333333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.66666667% - 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.33333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.66666667% - 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.33333333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

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

@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.625rem;
  margin-left: -0.625rem;
}

@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.625rem;
  padding-left: 0.625rem;
}

@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.33333333%;
}

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

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

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

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

.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.33333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.66666667%;
  }
  .medium-up-7 > .cell {
    width: 14.28571429%;
  }
  .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.33333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.66666667%;
  }
  .large-up-7 > .cell {
    width: 14.28571429%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}

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

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

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

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

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

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

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

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

@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.33333333% - 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.66666667% - 1.875rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571429% - 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.33333333% - 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.66666667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571429% - 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.33333333% - 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.66666667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571429% - 1.875rem);
  }
  .grid-margin-x.large-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.33333333%;
}

.small-margin-collapse > .small-2 {
  width: 16.66666667%;
}

.small-margin-collapse > .small-3 {
  width: 25%;
}

.small-margin-collapse > .small-4 {
  width: 33.33333333%;
}

.small-margin-collapse > .small-5 {
  width: 41.66666667%;
}

.small-margin-collapse > .small-6 {
  width: 50%;
}

.small-margin-collapse > .small-7 {
  width: 58.33333333%;
}

.small-margin-collapse > .small-8 {
  width: 66.66666667%;
}

.small-margin-collapse > .small-9 {
  width: 75%;
}

.small-margin-collapse > .small-10 {
  width: 83.33333333%;
}

.small-margin-collapse > .small-11 {
  width: 91.66666667%;
}

.small-margin-collapse > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.33333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.66666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.33333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.66666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.33333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.66666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.33333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.66666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.33333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.66666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.33333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.66666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.33333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.66666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.33333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.66666667%;
  }
  .small-margin-collapse > .large-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.33333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.66666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.33333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.66666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.33333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.66666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.33333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.66666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.66666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.66666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.66666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.66666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.66666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.33333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.66666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.33333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.66666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.33333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.66666667%;
  }
  .medium-margin-collapse > .large-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.33333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.66666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.33333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.66666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.33333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.66666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.33333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.66666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.66666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.33333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.66666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.33333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.66666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.33333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.66666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.66666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.33333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.66666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.33333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.66666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.33333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.66666667%;
  }
  .large-margin-collapse > .large-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;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .medium-offset-1 {
    margin-left: 8.33333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333333% + 0.9375rem);
  }
  .medium-offset-2 {
    margin-left: 16.66666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66666667% + 0.9375rem);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .medium-offset-4 {
    margin-left: 33.33333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333333% + 0.9375rem);
  }
  .medium-offset-5 {
    margin-left: 41.66666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66666667% + 0.9375rem);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .medium-offset-7 {
    margin-left: 58.33333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333333% + 0.9375rem);
  }
  .medium-offset-8 {
    margin-left: 66.66666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66666667% + 0.9375rem);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .medium-offset-10 {
    margin-left: 83.33333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333333% + 0.9375rem);
  }
  .medium-offset-11 {
    margin-left: 91.66666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66666667% + 0.9375rem);
  }
}

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .large-offset-1 {
    margin-left: 8.33333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333333% + 0.9375rem);
  }
  .large-offset-2 {
    margin-left: 16.66666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66666667% + 0.9375rem);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .large-offset-4 {
    margin-left: 33.33333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333333% + 0.9375rem);
  }
  .large-offset-5 {
    margin-left: 41.66666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66666667% + 0.9375rem);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .large-offset-7 {
    margin-left: 58.33333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333333% + 0.9375rem);
  }
  .large-offset-8 {
    margin-left: 66.66666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66666667% + 0.9375rem);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .large-offset-10 {
    margin-left: 83.33333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333333% + 0.9375rem);
  }
  .large-offset-11 {
    margin-left: 91.66666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66666667% + 0.9375rem);
  }
}

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

.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: 0 0 auto;
}

.grid-y > .small-1 {
  height: 8.33333333%;
}

.grid-y > .small-2 {
  height: 16.66666667%;
}

.grid-y > .small-3 {
  height: 25%;
}

.grid-y > .small-4 {
  height: 33.33333333%;
}

.grid-y > .small-5 {
  height: 41.66666667%;
}

.grid-y > .small-6 {
  height: 50%;
}

.grid-y > .small-7 {
  height: 58.33333333%;
}

.grid-y > .small-8 {
  height: 66.66666667%;
}

.grid-y > .small-9 {
  height: 75%;
}

.grid-y > .small-10 {
  height: 83.33333333%;
}

.grid-y > .small-11 {
  height: 91.66666667%;
}

.grid-y > .small-12 {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.33333333%;
  }
  .grid-y > .medium-2 {
    height: 16.66666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.33333333%;
  }
  .grid-y > .medium-5 {
    height: 41.66666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.33333333%;
  }
  .grid-y > .medium-8 {
    height: 66.66666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.33333333%;
  }
  .grid-y > .medium-11 {
    height: 91.66666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.33333333%;
  }
  .grid-y > .large-2 {
    height: 16.66666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.33333333%;
  }
  .grid-y > .large-5 {
    height: 41.66666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.33333333%;
  }
  .grid-y > .large-8 {
    height: 66.66666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.33333333%;
  }
  .grid-y > .large-11 {
    height: 91.66666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

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

@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.625rem;
  padding-bottom: 0.625rem;
}

@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.625rem;
  margin-bottom: -0.625rem;
}

@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.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@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.33333333% - 1.25rem);
}

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

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

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

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

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

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

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

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

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

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

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

@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.33333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66666667% - 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.33333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66666667% - 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.33333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-y > .large-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;
  }
}

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

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

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

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

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

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

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

@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.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@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.33333333% - 1.25rem);
}

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

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

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

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

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

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

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

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

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

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

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

@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.33333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66666667% - 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.33333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66666667% - 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.33333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

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

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

/*
 * ------------------------------------------------------------
 * DazyCore Specific Styling
 * ------------------------------------------------------------
*/
/*
	* Reset
	* Reset css
	*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input, button, .form__wrapper form input[type="submit"],
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/*
	* Helpers
	* space-top, space-bottom
	* text-left etc.
	*/
/*********************
TEXT ALIGNS
*********************/
.text-center {
  text-align: center;
}

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

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

/*********************
TEXT STYLES
*********************/
.uppercase {
  text-transform: uppercase;
}

.text-medium {
  font-weight: 600;
}

.text-bold {
  font-weight: 700;
}

.text-black {
  font-weight: 900;
}

.text-hide {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.bold {
  font-weight: 500;
}

/*********************
COLORS
*********************/
.color-primary {
  color: #DC2C1E;
}

.color-white {
  color: #ffffff !important;
}

.color-white h1, .color-white h2, .color-white h3, .color-white h4, .color-white h5, .color-white h6 {
  color: #ffffff;
}

.color-black {
  color: #0A0A0A !important;
}

.color-offwhite {
  color: #F5F5F5;
}

.color-gray {
  color: #C0C0C0;
}

.bg-offwhite {
  background-color: #F5F5F5;
}

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

.bg-dark-gray {
  background-color: #2c2c2c;
}

.bg-primary {
  background-color: #DC2C1E;
}

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

.bg-black {
  background-color: #ffffff;
}

/*********************
BACKGROUND IMAGE
*********************/
.bg-image {
  background-repeat: no-repeat;
  background-position: center center;
}

.bg-image--fit {
  background-size: contain;
}

.bg-image--fill {
  background-size: cover;
}

/*********************
SPACE CLASSES
*********************/
.space {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

@media print, screen and (min-width: 40em) {
  .space {
    padding-top: 3.4375rem;
    padding-bottom: 3.4375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .space {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

@media screen and (min-width: 75em) {
  .space {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}

@media screen and (min-width: 90em) {
  .space {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
}

.nopad {
  padding: 0;
}

.marg-left {
  margin-left: 30px;
}

.marg-right {
  margin-right: 30px;
}

/*********************
PLACEMENT CLASSES
*********************/
.inline-block {
  display: inline-block;
}

.relative {
  position: relative;
}

.height-100 {
  height: 100%;
}

.width-100 {
  width: 100%;
}

.no-scroll {
  overflow: hidden;
}

/*
	* Animations
	* This is where we define 
	* @keyframe type animation classes.
	*/
/*
	* Fonts
	* This is where we import
	* fonts that the site uses.
	*/
/*
	* Glyphs
	* This is where we import 
	* icon-fonts, and also where
	* we specify icon-classes.
	*/
.icon-pdf:before {
  background-color: #DC2C1E;
  content: '';
  display: inline-block;
  height: 24px;
  margin-right: 0.9375rem;
  -webkit-mask-size: cover;
  -webkit-mask: url(https://4861479.fs1.hubspotusercontent-na1.net/hubfs/4861479/Assets/icons/icon-pdf.svg) no-repeat 50% 50%;
  mask: url(https://4861479.fs1.hubspotusercontent-na1.net/hubfs/4861479/Assets/icons/icon-pdf.svg) no-repeat 50% 50%;
  mask-size: cover;
  position: relative;
  top: 5px;
  width: 24px;
}

.icon-download:after {
  background-color: #DC2C1E;
  content: '';
  display: inline-block;
  height: 24px;
  margin-left: 0.9375rem;
  -webkit-mask-size: cover;
  -webkit-mask: url(https://4861479.fs1.hubspotusercontent-na1.net/hubfs/4861479/Assets/icons/icon-download.svg) no-repeat 50% 50%;
  mask: url(https://4861479.fs1.hubspotusercontent-na1.net/hubfs/4861479/Assets/icons/icon-download.svg) no-repeat 50% 50%;
  mask-size: cover;
  position: relative;
  top: 5px;
  width: 24px;
}

.icon-plus:after {
  background-color: #0A0A0A;
  content: '';
  display: inline-block;
  height: 24px;
  margin-left: 0.9375rem;
  -webkit-mask-size: cover;
  -webkit-mask: url(https://4861479.fs1.hubspotusercontent-na1.net/hubfs/4861479/Assets/icons/icon-plus.svg) no-repeat 50% 50%;
  mask: url(https://4861479.fs1.hubspotusercontent-na1.net/hubfs/4861479/Assets/icons/icon-plus.svg) no-repeat 50% 50%;
  mask-size: cover;
  position: relative;
  top: 5px;
  width: 24px;
}

.icon-minus:after {
  background-color: #0A0A0A;
  content: '';
  display: inline-block;
  height: 24px;
  margin-left: 0.9375rem;
  -webkit-mask-size: cover;
  -webkit-mask: url(https://4861479.fs1.hubspotusercontent-na1.net/hubfs/4861479/Assets/icons/icon-minus.svg) no-repeat 50% 50%;
  mask: url(https://4861479.fs1.hubspotusercontent-na1.net/hubfs/4861479/Assets/icons/icon-minus.svg) no-repeat 50% 50%;
  mask-size: cover;
  position: relative;
  top: 5px;
  width: 24px;
}

.icon-chevron-left:after {
  background-color: #ffffff;
  content: '';
  display: inline-block;
  height: 24px;
  margin-left: 0.9375rem;
  -webkit-mask-size: contain;
  -webkit-mask: url(https://4861479.fs1.hubspotusercontent-na1.net/hubfs/4861479/Assets/icons/Chevron%20down-icon.svg) no-repeat 50% 50%;
  mask: url(https://4861479.fs1.hubspotusercontent-na1.net/hubfs/4861479/Assets/icons/Chevron%20down-icon.svg) no-repeat 50% 50%;
  mask-size: contain;
  position: relative;
  top: 5px;
  width: 24px;
}

.icon-chevron-right:after {
  background-color: #ffffff;
  content: '';
  display: inline-block;
  height: 24px;
  margin-left: 0.9375rem;
  -webkit-mask-size: contain;
  -webkit-mask: url(https://4861479.fs1.hubspotusercontent-na1.net/hubfs/4861479/Assets/icons/Chevron%20down-icon.svg) no-repeat 50% 50%;
  mask: url(https://4861479.fs1.hubspotusercontent-na1.net/hubfs/4861479/Assets/icons/Chevron%20down-icon.svg) no-repeat 50% 50%;
  mask-size: contain;
  position: relative;
  top: 5px;
  width: 24px;
}

/*
	* Typography
	* This is where we set the  
	* base typography for the site.
	*/
/*********************
LINK STYLES
*********************/
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: 0.25s cubic-bezier(0.15, 0.75, 0.5, 1);
  transition-property: color;
}

a:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

@font-face {
  font-family: 'Ombudsman stencil regular';
  src: url("https://4861479.fs1.hubspotusercontent-na1.net/hubfs/4861479/Assets/fonts/ombudsmanstencil-webfont.woff2") format("woff2"), url("https://4861479.fs1.hubspotusercontent-na1.net/hubfs/4861479/Assets/fonts/ombudsmanstencil-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*********************
TYPOGRAPHY STYLES
*********************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: #505050;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: -0.2px;
  font-weight: 700;
  margin: 0 0 0.5rem;
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  text-decoration: none;
  cursor: pointer;
}

h1.fs-font, .h1.fs-font, h2.fs-font, .h2.fs-font, h3.fs-font, .h3.fs-font, h4.fs-font, .h4.fs-font, h5.fs-font, .h5.fs-font, h6.fs-font, .h6.fs-font {
  font-family: 'Ombudsman stencil regular', sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.1px;
  line-height: 4.375rem;
}

@media print, screen and (min-width: 64em) {
  h1.fs-font, .h1.fs-font, h2.fs-font, .h2.fs-font, h3.fs-font, .h3.fs-font, h4.fs-font, .h4.fs-font, h5.fs-font, .h5.fs-font, h6.fs-font, .h6.fs-font {
    line-height: 6.75rem;
  }
}

.heading_styled {
  display: inline-block;
}

.heading_styled span, .heading_styled div {
  display: inline-block;
}

h1, .h1 {
  font-size: 2.5rem;
  line-height: 1.3;
}

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

@media print, screen and (min-width: 64em) {
  h1, .h1 {
    font-size: 3.125rem;
  }
}

@media screen and (min-width: 75em) {
  h1, .h1 {
    font-size: 3.5rem;
    line-height: 4.125rem;
  }
}

h2, .h2 {
  font-size: 1.875rem;
  line-height: 1.3;
}

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

@media print, screen and (min-width: 64em) {
  h2, .h2 {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 75em) {
  h2, .h2 {
    font-size: 3rem;
    line-height: 3.5625rem;
  }
}

h3, .h3 {
  font-size: 1.5rem;
  line-height: 2.0625rem;
}

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

@media print, screen and (min-width: 64em) {
  h3, .h3 {
    font-size: 2rem;
  }
}

@media print, screen and (min-width: 64em) {
  h3, .h3 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

h4, .h4 {
  font-size: 1.375rem;
  line-height: 1.3;
}

@media print, screen and (min-width: 64em) {
  h4, .h4 {
    font-size: 1.75rem;
  }
}

@media print, screen and (min-width: 64em) {
  h4, .h4 {
    font-size: 1.875rem;
  }
}

h5, .h5 {
  font-size: 1rem;
  line-height: 1.3;
}

@media print, screen and (min-width: 64em) {
  h5, .h5 {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 75em) {
  h5, .h5 {
    font-size: 1.375rem;
  }
}

h6, .h6 {
  font-size: 0.875rem;
  line-height: 1.3;
}

@media print, screen and (min-width: 64em) {
  h6, .h6 {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 75em) {
  h6, .h6 {
    font-size: 1.25rem;
  }
}

.heading_styled {
  display: inline-block;
}

p,
.text-default,
.blog-post__feed .blog-post .blog-post__excerpt,
.text-content {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}

@media print, screen and (min-width: 40em) {
  p,
  .text-default,
  .blog-post__feed .blog-post .blog-post__excerpt,
  .text-content {
    font-size: 1rem;
    line-height: 1.7;
  }
}

@media print, screen and (min-width: 64em) {
  p,
  .text-default,
  .blog-post__feed .blog-post .blog-post__excerpt,
  .text-content {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

.text-large, .slide-caption {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: -0.5px;
}

@media print, screen and (min-width: 40em) {
  .text-large, .slide-caption {
    font-size: 1.125rem;
  }
}

@media print, screen and (min-width: 64em) {
  .text-large, .slide-caption {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}

.text-small {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 1px;
}

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

@media print, screen and (min-width: 64em) {
  .text-small {
    font-size: 1.25rem;
  }
}

.text-smaller {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.25rem;
}

@media print, screen and (min-width: 40em) {
  .text-smaller {
    font-size: 1rem;
  }
}

.small-heading {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.25rem;
  line-height: 2.25rem;
  font-weight: bold;
  letter-spacing: -0.4px;
}

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

@media print, screen and (min-width: 64em) {
  .small-heading {
    font-size: 1.5rem;
  }
}

/*
	* Buttons
	* This is where we define 
	* styling for button elements
	* we specify icon-classes.
	*/
button:not(#slick-slide-control + *), .form__wrapper form input[type="submit"], .button {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  border-radius: 3px;
  color: #ffffff;
  transition: all .2s ease;
  display: inline-block;
  text-align: center;
  padding: 22px 10px;
  min-width: 240px;
  max-width: 100%;
  text-transform: uppercase;
}

@media print, screen and (min-width: 40em) {
  button:not(#slick-slide-control + *), .form__wrapper form input[type="submit"], .button {
    max-width: none;
  }
}

.button-primary {
  background-color: #DC2C1E;
  border: 2px solid #DC2C1E;
}

.button-primary:hover {
  background-color: #af2318;
  border: 2px solid #af2318;
}

.button-transparent {
  background-color: transparent;
  border: 2px solid #ffffff;
}

.button-transparent:hover {
  background-color: #DC2C1E;
  border: 2px solid #DC2C1E;
}

/*
	* Navigation
	* This is where we define 
	* styling for all navigations
	*/
/*********************
DESKTOP MENU STYLING
*********************/
.menu {
  list-style: none;
}

.menu--main {
  display: none;
}

@media print, screen and (min-width: 64em) {
  .menu--main {
    display: flex;
    justify-content: flex-end;
  }
}

.menu__item {
  position: relative;
  display: inline-block;
  list-style: none;
  padding: 1.25rem 0;
}

.menu__link {
  font-size: 1.125rem;
  margin: 0 1.125rem;
}

.is-active .menu__link {
  color: #DC2C1E;
}

.menu__link:hover {
  color: #DC2C1E;
}

/*********************
MOBILE MENU TOGGLE
*********************/
.menu-toggle {
  outline: none;
  position: relative;
  display: inline-flex;
  z-index: 2;
}

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

.hamburger {
  position: relative;
  display: block;
  height: 2.25rem;
  width: 2.25rem;
}

.hamburger__bar {
  display: block;
  background-color: #0A0A0A;
  width: 1.875rem;
  height: 0.15rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: 4px auto 0;
  cursor: pointer;
  transition: 0.25s cubic-bezier(0.15, 0.75, 0.5, 1);
  transition-property: top, opacity, transform;
}

.hamburger__bar:nth-of-type(1) {
  top: 8px;
}

.hamburger__bar:nth-of-type(2) {
  top: 16px;
  opacity: 1;
}

.hamburger__bar:nth-of-type(3) {
  top: 24px;
}

.menu-toggle[aria-expanded="true"] .hamburger__bar {
  transition: 0.25s cubic-bezier(0.15, 0.75, 0.5, 1);
  transition-property: top, opacity, transform;
}

.menu-toggle[aria-expanded="true"] .hamburger__bar:nth-of-type(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] .hamburger__bar:nth-of-type(1) {
  transform: rotate(45deg);
  top: 16px;
}

.menu-toggle[aria-expanded="true"] .hamburger__bar:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 16px;
}

/*
	* Lists
	* This is where we define 
	* styling for lists. 
	*/
/*********************
LIST ( UL, LI ) - STYLES
*********************/
.list--clean {
  text-decoration: none;
}

.list--horizontal .list__item {
  display: inline-block;
}

/*
	* Tables
	* This is where we define 
	* styling for tables
	*/
/*
	* Blog
	* This is where we define 
	* styling for the blog
	*/
.blog-header__title {
  margin-bottom: 50px;
}

/********************************
            BLOG FEED
********************************/
.blog-post__feed .blog-post {
  background-color: #ffffff;
  margin-bottom: 24px;
  position: relative;
}

@media print, screen and (min-width: 64em) {
  .blog-post__feed .blog-post {
    margin-bototm: 0;
  }
}

.blog-post__feed .blog-post .blog-post__item {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 12px 24px 0 rgba(10, 10, 10, 0.08);
  min-height: 630px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.blog-post__feed .blog-post__bottom, .blog-post__feed .blog-post__top {
  padding: 0 25px;
}

.blog-post__feed .blog-post:hover .blog-post-overlay {
  opacity: .1;
}

.blog-post__feed .blog-post .blog-post__image {
  position: relative;
  left: -25px;
}

.blog-post__feed .blog-post .blog-post__image a {
  width: calc(100% + 50px);
  min-height: 260px;
  display: block;
  background-size: cover;
  background-position: center center;
}

.blog-post__feed .blog-post .blog-post__image a .blog-post-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .2s ease;
}

.blog-post__feed .blog-post .tags {
  color: #ffffff;
  display: inline-block;
  font-family: "Roboto Condensed";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 3px 5px 0px 5px;
}

.blog-post__feed .blog-post .tags a {
  display: inline;
}

.blog-post__feed .blog-post .tags-top {
  position: absolute;
  top: 20px;
  right: -30px;
  text-align: right;
}

.blog-post__feed .blog-post .tags-top a {
  background-color: #DC2C1E;
  padding: 2px;
}

@media print, screen and (min-width: 64em) {
  .blog-post__feed .blog-post .tags-top {
    top: 20px;
    right: -35px;
  }
}

.blog-post__feed .blog-post .tags-bottom {
  color: #DC2C1E;
  margin: 20px 0;
  min-height: 20px;
}

.blog-post__feed .blog-post .blog-post__link {
  z-index: 50;
  width: 100%;
}

.blog-post__feed .blog-post .blog-post__heading .h3 {
  color: #0A0A0A;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 33px;
}

.blog-post__feed .blog-post .blog-post__item:hover .h3 {
  color: #DC2C1E;
}

.blog-post__feed .blog-post .blog-post__excerpt {
  color: #505050;
  letter-spacing: 0;
  line-height: 1.75rem;
  padding-top: 10px;
}

.blog-post__feed .blog-post .blog-post__meta {
  color: #C0C0C0;
  font-family: 'Roboto condensed', sans-serif;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  padding: 15px 15px 15px 0;
  border-top: 2px solid #E0E0E0;
  margin-top: 20px;
}

/*
	* Forms
	* This is where we define 
	* everything concerning forms.
	*/
/*********************
FORM STYLES
*********************/
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="url"],
input[type="search"],
input[type="password"],
select,
textarea {
  font-size: 1rem;
  padding: 0.75rem 1rem 0.8125rem;
  margin: 0 0 0.9375rem;
  border: 2px solid rgba(10, 10, 10, 0.3);
  background-color: transparent;
  max-width: 100%;
  width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  border: 2px solid rgba(10, 10, 10, 0.6);
  outline: none;
}

.form__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.form__wrapper select {
  background: url(https://4861479.fs1.hubspotusercontent-na1.net/hubfs/4861479/Assets/icons/Chevron%20down-icon.svg) no-repeat right #fff;
  -webkit-appearance: none;
  background-position-x: 95%;
  background-position-y: 53%;
}

.form__wrapper ul.inputs-list {
  margin-bottom: 10px;
}

.form__wrapper input[type="radio"] {
  margin-right: 10px;
}

.form__wrapper fieldset.form-columns-1 .hs-input[type="text"] {
  width: 100% !important;
}

.form__wrapper fieldset.form-columns-1 select {
  width: 100% !important;
}

.form__wrapper form {
  color: #C0C0C0;
  width: 90%;
  margin: 0 auto;
}

@media print, screen and (min-width: 64em) {
  .form__wrapper form {
    width: 100%;
  }
}

.form__wrapper form label {
  font-family: "Roboto Condensed";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.4px;
  line-height: 28px;
  text-transform: uppercase;
}

@media print, screen and (min-width: 64em) {
  .form__wrapper form label {
    font-size: 16px;
  }
}

.form__wrapper form label.hs-error-msg {
  color: #DC2C1E !important;
}

.form__wrapper form input, .form__wrapper form select {
  border: none !important;
  border-radius: 4px;
  background-color: #FAFAFA;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.08), 0 4px 8px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.form__wrapper form input[type="submit"] {
  background-color: #DC2C1E;
  cursor: pointer;
  width: 100%;
  margin: 10px 0;
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.4px;
  line-height: 28px;
  text-transform: uppercase;
  transition: all .1s ease;
}

.form__wrapper form input[type="submit"]:hover {
  background-color: #af2318;
}

.form__wrapper form input[type="email"] {
  width: 100% !important;
}

.form__wrapper form input[type="checkbox"] {
  width: 24px !important;
  height: 24px;
  box-shadow: none;
  margin-right: 10px;
  position: relative;
  top: 5px;
}

.form__wrapper form .legal-consent-container {
  margin-top: 40px;
}

.form__wrapper form .legal-consent-container input[type="checkbox"] {
  width: initial;
  height: initial;
  position: relative;
  top: 7px;
  box-shadow: none;
}

.form__wrapper form .legal-consent-container p {
  font-size: 14px;
}

.form__wrapper form .legal-consent-container label {
  text-transform: none;
}

.submitted-message {
  color: #ffffff;
}

.form-section.theme_dark {
  background-color: #2c2c2c;
}

.form-section.theme_light {
  background-color: #F5F5F5;
}

.form-section.theme_light h2, .form-section.theme_light .section__sub-heading, .form-section.theme_light label span {
  color: #0A0A0A;
}

.form-section.theme_light .legal-consent-container p {
  color: #505050;
}

.form-section.theme_light .submitted-message {
  color: #0A0A0A;
}

/*
	* Modals
	* This is where we define 
	* everything concerning modals.
	*/
/*
	* Header
	* This is where we define 
	* the styling for headers
	*/
/*********************
HEADER
*********************/
.page-header__landing:not(.state--scrolled) {
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  transition: all .15s ease-in;
}

.logo img {
  max-width: 156px;
  transition: all .15s ease-in;
}

body.state--scrolled-down.state--scrolled-past-height .page-header__landing {
  height: 60px;
}

body.state--scrolled-down.state--scrolled-past-height .logo img {
  max-width: 132px;
}

/*
	* Space
	* This is where we define 
	* the space and padding
	*/
/*.space--small {
  padding-top: rem-calc(15);
  padding-bottom: rem-calc(15);

  @include breakpoint(medium) {
    padding-top: rem-calc(25);
    padding-bottom: rem-calc(25);
  }

  @include breakpoint(large) {
    padding-top: rem-calc(40);
    padding-bottom: rem-calc(40);
  }

  @include breakpoint(xlarge) {
    padding-top: rem-calc(60);
    padding-bottom: rem-calc(60);
  }
}

.space--smallest {
  padding-top: rem-calc(50);
  padding-bottom: rem-calc(15);

  @include breakpoint(medium) {
    padding-top: rem-calc(30);
    padding-bottom: rem-calc(30);
  }
  @include breakpoint(large) {
    padding-top: rem-calc(50);
    padding-bottom: rem-calc(30);
  }
}*/
/*********************
SPACE CLASSES
*********************/
.space--small {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.space--medium {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.space--regular {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.space--large {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

@media print, screen and (min-width: 40em) {
  .space--small {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .space--medium {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .space--regular {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .space--large {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media print, screen and (min-width: 64em) {
  .space--small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .space--medium {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .space--regular {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .space--large {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }
}

/* Space top */
.space-top--small {
  padding-top: 1rem;
}

.space-top--medium {
  padding-top: 2rem;
}

.space-top--regular {
  padding-top: 3rem;
}

.space-top--large {
  padding-top: 3.5rem;
}

@media print, screen and (min-width: 40em) {
  .space-top--small {
    padding-top: 1.5rem;
  }
  .space-top--medium {
    padding-top: 2.5rem;
  }
  .space-top--regular {
    padding-top: 4rem;
  }
  .space-top--large {
    padding-top: 5rem;
  }
}

@media print, screen and (min-width: 64em) {
  .space-top--small {
    padding-top: 2rem;
  }
  .space-top--medium {
    padding-top: 3.5rem;
  }
  .space-top--regular {
    padding-top: 5rem;
  }
  .space-top--large {
    padding-top: 6.5rem;
  }
}

/* Space bottom */
.space-bottom--small {
  padding-bottom: 1rem;
}

.space-bottom--medium {
  padding-bottom: 2rem;
}

.space-bottom--regular {
  padding-bottom: 3rem;
}

.space-bottom--large {
  padding-bottom: 3.5rem;
}

@media print, screen and (min-width: 40em) {
  .space-bottom--small {
    padding-bottom: 1.5rem;
  }
  .space-bottom--medium {
    padding-bottom: 2.5rem;
  }
  .space-bottom--regular {
    padding-bottom: 4rem;
  }
  .space-bottom--large {
    padding-bottom: 5rem;
  }
}

@media print, screen and (min-width: 64em) {
  .space-bottom--small {
    padding-bottom: 2rem;
  }
  .space-bottom--medium {
    padding-bottom: 3.5rem;
  }
  .space-bottom--regular {
    padding-bottom: 5rem;
  }
  .space-bottom--large {
    padding-bottom: 6.5rem;
  }
}

/* Space left */
.space-left--small {
  padding-left: 1rem;
}

.space-left--medium {
  padding-left: 2rem;
}

.space-left--regular {
  padding-left: 3rem;
}

.space-left--large {
  padding-left: 3.5rem;
}

@media print, screen and (min-width: 40em) {
  .space-left--small {
    padding-left: 1.5rem;
  }
  .space-left--medium {
    padding-left: 2.5rem;
  }
  .space-left--regular {
    padding-left: 4rem;
  }
  .space-left--large {
    padding-left: 5rem;
  }
}

@media print, screen and (min-width: 64em) {
  .space-left--small {
    padding-left: 2rem;
  }
  .space-left--medium {
    padding-left: 3.5rem;
  }
  .space-left--regular {
    padding-left: 5rem;
  }
  .space-left--large {
    padding-left: 6.5rem;
  }
}

/* Space right */
.space-right--small {
  padding-right: 1rem;
}

.space-right--medium {
  padding-right: 2rem;
}

.space-right--regular {
  padding-right: 3rem;
}

.space-right--large {
  padding-right: 3.5rem;
}

@media print, screen and (min-width: 40em) {
  .space-right--small {
    padding-right: 1.5rem;
  }
  .space-right--medium {
    padding-right: 2.5rem;
  }
  .space-right--regular {
    padding-right: 4rem;
  }
  .space-right--large {
    padding-right: 5rem;
  }
}

@media print, screen and (min-width: 64em) {
  .space-right--small {
    padding-right: 2rem;
  }
  .space-right--medium {
    padding-right: 3.5rem;
  }
  .space-right--regular {
    padding-right: 5rem;
  }
  .space-right--large {
    padding-right: 6.5rem;
  }
}

/* Space all */
.space-all--small {
  padding: 1rem;
}

.space-all--medium {
  padding: 2rem;
}

.space-all--regular {
  padding: 3rem;
}

.space-all--large {
  padding: 3.5rem;
}

@media print, screen and (min-width: 40em) {
  .space-all--small {
    padding: 1.5rem;
  }
  .space-all--medium {
    padding: 2.5rem;
  }
  .space-all--regular {
    padding: 4rem;
  }
  .space-all--large {
    padding: 5rem;
  }
}

@media print, screen and (min-width: 64em) {
  .space-all--small {
    padding: 2rem;
  }
  .space-all--medium {
    padding: 3.5rem;
  }
  .space-all--regular {
    padding: 5rem;
  }
  .space-all--large {
    padding: 6.5rem;
  }
}

/* Padding */
.no-top-padding {
  padding-top: 0 !important;
}

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

.no-padding {
  padding: 0 !important;
}

/*********************
MARGIN CLASSES
*********************/
.no-margin {
  margin: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.margin-top--s {
  margin-top: 1.25rem;
}

.no-margin-right {
  margin-left: 0 !important;
}

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

.no-margin-right {
  margin-right: 0 !important;
}

.margin-bottom--xs {
  margin-bottom: 0.5rem;
}

.margin-auto {
  margin: 0 auto;
}

/*
	* Content
	* This is where we define 
	* styling for entry-content,
	* articles, comments etc.
	*/
.line {
  height: 10px;
}

.styled {
  font-weight: bold;
  border-bottom: 5px solid #DC2C1E;
}

.section__sub-heading {
  font-size: 24px;
  font-weight: 400;
}

/*
	* Footer
	* This is where we define 
	* the styling for the footer
	*/
/*
	* Base
	* Base styling or any other styling that 
	* don't fit in any other module goes here
	*/
/* used to debug css injection fix for webpack */
.body-block {
  padding-top: 70px;
}

/*
 * ------------------------------------------------------------
 * MODULES
 * ------------------------------------------------------------
*/
.offer {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 253px;
  margin-bottom: 50px;
}

@media print, screen and (min-width: 64em) {
  .offer {
    margin-bottom: 10px;
  }
}

.offer img {
  max-height: 100px;
  margin-bottom: 25px;
}

.offer p {
  padding: 10px 45px;
}

.round-img {
  border-radius: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.quote__inner {
  position: relative;
}

.quote__inner h3 {
  font-weight: 400;
  position: relative;
}

.round-img__testimonials {
  height: 104px;
  width: 104px;
  margin-bottom: 24px;
}

.quote {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
  text-align: center;
}

.quote h3 {
  font-weight: 400;
}

.top-section, .top-section__extended {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.top-section h1, .top-section .h1, .top-section .small-heading, .top-section__extended h1, .top-section__extended .h1, .top-section__extended .small-heading {
  color: #ffffff;
}

.top-section .top-section__headings, .top-section__extended .top-section__headings {
  max-width: 630px;
}

.top-section .campaign_header, .top-section__extended .campaign_header {
  display: inline-block;
  border-bottom: 6px solid #DC2C1E;
  margin-bottom: 25px;
  font-size: 40px;
  letter-spacing: 4px;
  line-height: 48px;
}

.top-section .top-section__buttons, .top-section__extended .top-section__buttons {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}

.top-section .top-section__buttons.ext, .top-section__extended .top-section__buttons.ext {
  justify-content: center;
}

.top-section .top-section__buttons .button, .top-section__extended .top-section__buttons .button {
  margin-right: 24px;
  margin-bottom: 24px;
}

@media print, screen and (min-width: 40em) {
  .top-section .top-section__buttons, .top-section__extended .top-section__buttons {
    flex-flow: row wrap;
  }
}

.section-content__wrapper {
  background-size: cover;
  background-attachment: fixed;
  margin: 0 auto;
  padding: 20px 0;
}

@media print, screen and (min-width: 40em) {
  .section-content__wrapper {
    padding: 50px 0;
  }
}

.content-block {
  margin-bottom: 50px;
}

@media print, screen and (min-width: 64em) {
  .content-block {
    margin-bottom: 100px;
  }
  .content-block.img-round {
    margin-bottom: 50px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .content-block__content {
    margin-bottom: 50px;
  }
}

.text-content {
  font-family: 'Roboto regular', sans-serif;
}

.text-content .hs-cta-wrapper {
  display: flex;
  justify-content: center;
}

.text-content .cta_button {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media print, screen and (min-width: 40em) {
  .text-content .cta_button {
    margin-bottom: 20px;
  }
}

.content-block__heading h3 {
  font-size: 60px;
}

@media print, screen and (min-width: 64em) {
  .content-block__heading h3 {
    font-size: 80px;
  }
}

@media screen and (min-width: 75em) {
  .content-block__heading h3 {
    font-size: 90px;
  }
}

.content-block.img-round {
  align-items: center;
}

.row.img_left {
  justify-content: flex-start;
}

.row.img_left img {
  margin: 0 auto;
}

.row.img_right {
  justify-content: flex-end;
}

.row.img_right img {
  margin: 0 auto;
}

.column.img_left, .img_left.columns {
  order: 0;
  margin-top: 30px;
}

@media print, screen and (min-width: 40em) {
  .column.img_left, .img_left.columns {
    order: 1;
    margin-top: 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .column.img_left .text-content, .img_left.columns .text-content {
    padding-left: 50px;
  }
}

@media screen and (min-width: 75em) {
  .column.img_left .text-content, .img_left.columns .text-content {
    padding-left: 110px;
  }
}

.column.img_right, .img_right.columns {
  margin-top: 30px;
}

@media print, screen and (min-width: 64em) {
  .column.img_right, .img_right.columns {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .column.img_right .text-content, .img_right.columns .text-content {
    padding-right: 50px;
  }
}

@media screen and (min-width: 75em) {
  .column.img_right .text-content, .img_right.columns .text-content {
    padding-right: 110px;
  }
}

.content-block__round-img {
  background-size: cover;
  background-position: center center;
  border-radius: 100%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 12px 24px 0 rgba(10, 10, 10, 0.08);
  image-rendering: -webkit-optimize-contrast;
  width: 270px;
  height: 270px;
  margin: 20px auto;
}

@media print, screen and (min-width: 40em) {
  .content-block__round-img {
    min-width: 200px;
    min-height: 200px;
  }
}

@media print, screen and (min-width: 64em) {
  .content-block__round-img {
    min-width: 300px;
    min-height: 300px;
  }
}

@media screen and (min-width: 75em) {
  .content-block__round-img {
    min-width: 370px;
    min-height: 370px;
  }
}

#vy-player .play-btn-bg, #vy-player .player-play-button-color {
  background-color: #DC2C1E !important;
}

.faq-section__tab {
  border-bottom: 2px solid #E0E0E0;
  border-right: 2px solid #E0E0E0;
  border-left: 2px solid #E0E0E0;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: -0.15px;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .1s ease;
}

@media print, screen and (min-width: 64em) {
  .faq-section__tab {
    border-top: 4px solid transparent;
    border-bottom: 2px solid #E0E0E0;
    border-right: 2px solid transparent;
    border-left: 2px solid transparent;
  }
}

.faq-section__tab.active {
  border-bottom: 4px solid #DC2C1E;
}

@media print, screen and (min-width: 64em) {
  .faq-section__tab.active {
    border-top: 4px solid #DC2C1E;
    border-bottom: 2px solid transparent;
  }
}

.faq-section__tab.active .small-heading {
  color: #0A0A0A;
}

.faq-section__tab .small-heading {
  color: #505050;
}

.faq-section__tab:first-of-type {
  border-top: 2px solid #E0E0E0;
  border-bottom: 2px solid #E0E0E0;
}

@media print, screen and (min-width: 64em) {
  .faq-section__tab:first-of-type {
    border-top: 4px solid transparent;
    border-right: 2px solid #E0E0E0;
  }
}

.faq-section__tab:first-of-type.active {
  border-bottom: 4px solid #DC2C1E;
}

@media print, screen and (min-width: 64em) {
  .faq-section__tab:first-of-type.active {
    border-top: 4px solid #DC2C1E;
    border-bottom: 2px solid transparent;
  }
}

.faq-section__content {
  opacity: 0;
  display: none;
  width: 100%;
  margin-top: 40px;
}

.faq-section__content.active {
  opacity: 1;
  display: block;
}

.faq__container {
  width: 100%;
}

@media print, screen and (min-width: 64em) {
  .faq__container {
    float: left;
    width: 48%;
    margin: 1%;
  }
}

.file__wrapper {
  width: calc(100% + 30px);
  position: relative;
  left: -15px;
}

.file__wrapper a {
  background-color: #F5F5F5;
  border-bottom: 2px solid #E0E0E0;
  display: flex;
  justify-content: space-between;
  min-height: 70px;
  align-items: center;
  transition: all .1s ease;
  padding: 20px;
}

.file__wrapper a:hover {
  background-color: #f0f0f0;
}

.file__wrapper a p {
  font-weight: 400;
}

.file__wrapper a p span {
  display: inline-block;
}

.file__wrapper a p.icon-download {
  color: transparent;
  display: inline-flex;
  align-items: center;
  flex-direction: row;
}

.file__wrapper a p.icon-download:after {
  width: 40px;
  top: 0;
}

@media print, screen and (min-width: 64em) {
  .file__wrapper a p.icon-download {
    color: #0A0A0A;
  }
}

.file__wrapper a .extra-info {
  background-color: #E5E5E5;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.17px;
  line-height: 24px;
  padding: 6px;
  margin-left: 10px;
}

.question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
}

.question p {
  max-width: 90%;
  padding: 15px 0;
}

.question span.icon {
  display: none;
}

.question span.icon.active {
  display: inline-block;
}

.answer {
  display: none;
  width: 100%;
}

.answer p {
  padding-top: 0;
}

.question__wrapper {
  border-bottom: 2px solid #E0E0E0;
  cursor: pointer;
  width: 100%;
  min-height: 60px;
}

.faq-section.theme_light {
  background-color: #F5F5F5;
}

.faq-section.theme_light .small-heading {
  color: #505050;
}

.faq-section.theme_light .small-heading.active {
  color: #0A0A0A;
}

.faq-section.theme_light .question p, .faq-section.theme_light .answer p {
  color: #0A0A0A;
}

.faq-section.theme_light .icon-plus::after, .faq-section.theme_light .icon-minus::after {
  background-color: #0A0A0A;
}

.faq-section.theme_dark {
  background-color: #2c2c2c;
}

.faq-section.theme_dark .small-heading {
  color: #F5F5F5;
}

.faq-section.theme_dark .small-heading.active {
  color: #ffffff;
}

.faq-section.theme_dark .question p, .faq-section.theme_dark .answer p {
  color: #ffffff;
}

.faq-section.theme_dark .icon-plus::after, .faq-section.theme_dark .icon-minus::after {
  background-color: #ffffff;
}

.faq-section.theme_dark .file__wrapper a {
  background-color: #2c2c2c;
}

.faq-section.theme_dark .file__wrapper a p {
  color: #F5F5F5;
}

.faq-section.theme_dark .file__wrapper a .extra-info {
  background-color: #333;
}

.images__wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.images__wrapper .images__wrapper-inner {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin: 15px;
}

@media print, screen and (min-width: 40em) {
  .images__wrapper .images__wrapper-inner {
    width: 25%;
  }
}

@media print, screen and (min-width: 64em) {
  .images__wrapper .images__wrapper-inner {
    width: 15%;
  }
}

.images__wrapper .images__wrapper-inner.center {
  justify-content: center;
}

@media print, screen and (min-width: 64em) {
  .images__wrapper .images__wrapper-inner.flex-end {
    justify-content: flex-end;
  }
}

@media print, screen and (min-width: 64em) {
  .images__wrapper .images__wrapper-inner.flex-start {
    justify-content: flex-start;
  }
}

.usp-section .usp-section__buttons {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
}

.usp-section .usp-section__buttons .button {
  margin-right: 24px;
  margin-bottom: 24px;
}

@media print, screen and (min-width: 40em) {
  .usp-section .usp-section__buttons {
    flex-flow: row wrap;
  }
}

.content-column {
  margin-bottom: 24px;
}

@media print, screen and (min-width: 64em) {
  .content-column {
    margin-bottom: 0;
    padding-right: 40px;
  }
}

.slider-nav {
  border-radius: 100%;
  cursor: pointer;
  width: 32px;
  height: 32px;
  position: absolute;
  z-index: 100;
}

@media print, screen and (min-width: 64em) {
  .slider-nav {
    display: block;
  }
}

.slider-nav span::after {
  background-color: #ffffff;
  transform: rotate(90deg);
  width: 32px;
  height: 32px;
  top: 0;
}

.bg-white .slider-nav span::after, .bg-offwhite .slider-nav span::after, .bg-gray .slider-nav span::after {
  background-color: #505050;
}

.prev-button {
  top: 10%;
  left: -30px;
}

@media print, screen and (min-width: 40em) {
  .prev-button {
    left: -0;
  }
}

@media print, screen and (min-width: 64em) {
  .prev-button {
    top: 47%;
  }
}

.prev-button span::after {
  left: -16px;
}

.next-button {
  top: 10%;
  right: -30px;
}

@media print, screen and (min-width: 40em) {
  .next-button {
    right: -0;
  }
}

@media print, screen and (min-width: 64em) {
  .next-button {
    top: 47%;
  }
}

.next-button span::after {
  right: 14px;
  transform: rotate(270deg);
}

.button-prev {
  top: 30%;
  left: -40px;
}

@media print, screen and (min-width: 40em) {
  .button-prev {
    left: -48px;
  }
}

@media print, screen and (min-width: 64em) {
  .button-prev {
    top: 35%;
    left: -56px;
  }
}

.button-prev span::after {
  left: -16px;
}

.button-next {
  top: 30%;
  right: -40px;
}

@media print, screen and (min-width: 40em) {
  .button-next {
    right: -48px;
  }
}

@media print, screen and (min-width: 64em) {
  .button-next {
    top: 35%;
    right: -56px;
  }
}

.button-next span::after {
  right: 14px;
  transform: rotate(270deg);
}

.slick-dots {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  margin-top: 40px !important;
}

.slick-dots li {
  margin-left: 0;
}

.slick-dots button, .slick-dots .form__wrapper form input[type="submit"], .form__wrapper form .slick-dots input[type="submit"] {
  width: 10px !important;
  height: 10px !important;
  background-color: #505050 !important;
  border-radius: 100% !important;
  cursor: pointer !important;
  color: transparent !important;
  margin: 0 7px !important;
  transition: all .1s ease !important;
  padding: 0 !important;
  min-width: auto !important;
}

.slick-dots .slick-active button, .slick-dots .slick-active .form__wrapper form input[type="submit"], .form__wrapper form .slick-dots .slick-active input[type="submit"] {
  background-color: #DC2C1E !important;
  outline: none !important;
}

.slick-dots .slick-active button:focus, .slick-dots .slick-active .form__wrapper form input:focus[type="submit"], .form__wrapper form .slick-dots .slick-active input:focus[type="submit"] {
  outline: none !important;
}

.slide-caption {
  font-weight: 400;
  display: block;
}

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

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

/*
* -------------------------------------------------------------
*/
/******************************************************************

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. 

Remember to add things that won't make sense to print at 
the bottom. Things like nav, ads, and forms shouldbe set 
to display none.
******************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    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;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}