@charset "UTF-8";
@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/CenturyGothic.woff2") format("woff2"), url("../fonts/CenturyGothic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Dr";
  src: url("../fonts/Dr-Bold.woff2") format("woff2"), url("../fonts/Dr-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/*-----------------
CUSTOM VARIABLES
-----------------*/
/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  touch-action: pan-y;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.flickity-rtl .flickity-slider {
  left: unset;
  right: 0;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-cell ---- */
.flickity-cell {
  position: absolute;
  left: 0;
}

.flickity-rtl .flickity-cell {
  left: unset;
  right: 0;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dot {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 8px;
  background: hsla(0, 0%, 20%, 0.25);
  border-radius: 50%;
  cursor: pointer;
  appearance: none;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
}

.flickity-rtl .flickity-page-dot {
  text-indent: 9999px;
}

.flickity-page-dot:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-page-dot.is-selected {
  background: hsl(0, 0%, 20%);
}

/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

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

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 18px;
}

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

body {
  margin: 0;
  padding: 0;
  background: #FFF;
  font-family: "Century Gothic", "Helvetica", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #1D1D1B;
  -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: 10px;
}

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

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

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

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

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

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

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

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.8888888889rem;
  margin: 0 0 1.6111111111rem;
  padding: 0.8055555556rem;
  border: 1px solid #FC2940;
  border-radius: 0px;
  background-color: #FFF;
  box-shadow: none;
  font-family: inherit;
  font-size: 0.8888888889rem;
  font-weight: normal;
  line-height: 1.5;
  color: #1D1D1B;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #1D1D1B;
  background-color: #FFF;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

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

[type=submit],
[type=button] {
  appearance: none;
  border-radius: 10px;
}

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

::placeholder {
  color: #C2C1D3;
}

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

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.8055555556rem;
  margin-right: 1.6111111111rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

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

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

label {
  display: block;
  margin: 0;
  font-size: 0.7777777778rem;
  font-weight: normal;
  line-height: 1.8;
  color: #1D1D1B;
}
label.middle {
  margin: 0 0 1.6111111111rem;
  line-height: 1.5;
  padding: 0.8611111111rem 0;
}

.help-text {
  margin-top: -0.8055555556rem;
  font-size: 0.7222222222rem;
  font-style: italic;
  color: #1D1D1B;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1.6111111111rem;
  align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0px 0 0 0px;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0px 0px 0;
}

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

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #FFF;
  background: #F1F5F8;
  color: #1D1D1B;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

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

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

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

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

.fieldset {
  margin: 1rem 0;
  padding: 1.1111111111rem;
  border: 1px solid #FFF;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1666666667rem;
  padding: 0 0.1666666667rem;
}

select {
  height: 2.8888888889rem;
  margin: 0 0 1.6111111111rem;
  padding: 0.8055555556rem;
  appearance: none;
  border: 1px solid #FC2940;
  border-radius: 0px;
  background-color: #FFF;
  font-family: inherit;
  font-size: 0.8888888889rem;
  font-weight: normal;
  line-height: 1.5;
  color: #1D1D1B;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28150, 149, 172%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -1.6111111111rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 2.4166666667rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMBJREFUeNrEllsOhCAMRVszC9IlzU7KCmVHTJsoMWYMUtpyv9BgbuXQB5ZSdgBYYY4ycgBivk8KYFsQMfMiTTBP4o3nUzCKzOabLJbLy2/g31evGkAginR4/ZegKH5qX3bJCscA3t0x3kgO5tQFyhhFf50xRqFLbyMUNJQzgyjGS/wgCpvKqkRBpuWrE4V9d+1E4dPUXqIg107SQOE/2DRQxMwTDygIInVDET9T3lCoj/6j/VCmGjZOl2lKpZ8AAwDQP7zIimDGFQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #1D1D1B;
  background-color: #FFF;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #F1F5F8;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #1D1D1B;
  background-color: #e8e8e8;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #1D1D1B;
}

.is-invalid-label {
  color: #1D1D1B;
}

.form-error {
  display: none;
  margin-top: -0.8055555556rem;
  margin-bottom: 1.6111111111rem;
  font-size: 0.6666666667rem;
  font-weight: bold;
  color: #1D1D1B;
}
.form-error.is-visible {
  display: block;
}

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

p {
  margin-bottom: 30px;
  font-size: inherit;
  line-height: 31px;
  text-rendering: optimizeLegibility;
}

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

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

small {
  font-size: 14px;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Century Gothic", "Century Gothic", "Helvetica", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #C2C1D3;
}

h1, .h1 {
  font-size: 2.3333333333rem;
  line-height: 0.9375;
  margin-top: 0;
  margin-bottom: 1rem;
}

h2, .h2 {
  font-size: 1.6666666667rem;
  line-height: 1.3125;
  margin-top: 0;
  margin-bottom: 3rem;
}

h3, .h3 {
  font-size: 1.1666666667rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1rem;
}

h4, .h4 {
  font-size: 1.9444444444rem;
  line-height: 0.9;
  margin-top: 0;
  margin-bottom: 1rem;
}

h5, .h5 {
  font-size: 1.3333333333rem;
  line-height: 1.359375;
  margin-top: 0;
  margin-bottom: 1rem;
}

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

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 4.6666666667rem;
    line-height: 0.9508928571;
    margin-bottom: 1rem;
  }
  h2, .h2 {
    font-size: 2.6111111111rem;
    line-height: 0.9574468085;
    margin-bottom: 3rem;
  }
  h3, .h3 {
    font-size: 1.3333333333rem;
    line-height: 1.359375;
    margin-bottom: 1rem;
  }
  h4, .h4 {
    font-size: 1.9444444444rem;
    line-height: 0.9;
    margin-bottom: 1rem;
  }
  h5, .h5 {
    font-size: 1.3333333333rem;
    line-height: 1.359375;
    margin-bottom: 1rem;
  }
  h6, .h6 {
    font-size: 1.1666666667rem;
    line-height: 1.6607142857;
    margin-bottom: 1rem;
  }
}
a {
  line-height: inherit;
  color: #FC2940;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #f8031e;
}
a img {
  border: 0;
}

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

ul,
ol,
dl {
  margin-bottom: 30px;
  list-style-position: outside;
  line-height: 31px;
}

li {
  font-size: inherit;
}

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

ol {
  margin-left: 1.25rem;
}

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

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

blockquote {
  margin: 0 0 30px;
  padding: 0.5rem 1.1111111111rem 0 1.0555555556rem;
  border-left: 1px solid #C2C1D3;
}
blockquote, blockquote p {
  line-height: 31px;
  color: #9695AC;
}

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

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.1111111111rem 0.2222222222rem 0;
  background-color: #F1F5F8;
  font-family: "Dr", "Liberation Mono", Courier, monospace;
  color: #1D1D1B;
  border-radius: 10px;
}

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

.lead {
  font-size: 22px;
  line-height: 31px;
}

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

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

.cite-block, cite {
  display: block;
  color: #9695AC;
  font-size: 0.7222222222rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #C2C1D3;
  background-color: #F1F5F8;
  font-family: "Dr", "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #1D1D1B;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.1111111111rem 0.2777777778rem 0.0555555556rem;
}

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

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

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

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0;
}
.cell.shrink {
  flex: 0 0 auto;
}

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

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

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

.grid-margin-x {
  margin-left: -0.5555555556rem;
  margin-right: -0.5555555556rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.6111111111rem;
    margin-right: -0.6111111111rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x {
    margin-left: -0.7777777778rem;
    margin-right: -0.7777777778rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.1111111111rem);
  margin-left: 0.5555555556rem;
  margin-right: 0.5555555556rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.2222222222rem);
    margin-left: 0.6111111111rem;
    margin-right: 0.6111111111rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.5555555556rem);
    margin-left: 0.7777777778rem;
    margin-right: 0.7777777778rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.1111111111rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.1111111111rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.1111111111rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.1111111111rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.1111111111rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.1111111111rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.1111111111rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.1111111111rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.1111111111rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.1111111111rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.1111111111rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.1111111111rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.2222222222rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.2222222222rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.2222222222rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.2222222222rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.2222222222rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.2222222222rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.2222222222rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.2222222222rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.2222222222rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.2222222222rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.2222222222rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.2222222222rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.2222222222rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.2222222222rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.2222222222rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.2222222222rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.2222222222rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.2222222222rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.2222222222rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.2222222222rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.2222222222rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.2222222222rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.2222222222rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.2222222222rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.5555555556rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.5555555556rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.5555555556rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.5555555556rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.5555555556rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.5555555556rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.5555555556rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.5555555556rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.5555555556rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.5555555556rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.5555555556rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.5555555556rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.5555555556rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.5555555556rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.5555555556rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.5555555556rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.5555555556rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.5555555556rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.5555555556rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.5555555556rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.5555555556rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.5555555556rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.5555555556rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.5555555556rem);
  }
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.5555555556rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.5555555556rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.5555555556rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.5555555556rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.5555555556rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.5555555556rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.5555555556rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.5555555556rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.5555555556rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.5555555556rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.5555555556rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.5555555556rem);
  }
}

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.1111111111rem);
}

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.2222222222rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.2222222222rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.2222222222rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.2222222222rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.2222222222rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.2222222222rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.2222222222rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.2222222222rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.2222222222rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.2222222222rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.2222222222rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.2222222222rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.2222222222rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.2222222222rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.2222222222rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.2222222222rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.5555555556rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.5555555556rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.5555555556rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.5555555556rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.5555555556rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.5555555556rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.5555555556rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.5555555556rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.5555555556rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.5555555556rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.5555555556rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.5555555556rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.5555555556rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.5555555556rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.5555555556rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.5555555556rem);
  }
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.5555555556rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.5555555556rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.5555555556rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.5555555556rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.5555555556rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.5555555556rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.5555555556rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.5555555556rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

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

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

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

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

@media 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% + 1.1111111111rem / 2);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.2222222222rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1.2222222222rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 1.2222222222rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.2222222222rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1.2222222222rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1.2222222222rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.2222222222rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1.2222222222rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1.2222222222rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.2222222222rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1.2222222222rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1.2222222222rem / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.5555555556rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 1.5555555556rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 1.5555555556rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.5555555556rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 1.5555555556rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 1.5555555556rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.5555555556rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 1.5555555556rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 1.5555555556rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.5555555556rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 1.5555555556rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 1.5555555556rem / 2);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

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

.grid-margin-y {
  margin-top: -0.5555555556rem;
  margin-bottom: -0.5555555556rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.6111111111rem;
    margin-bottom: -0.6111111111rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y {
    margin-top: -0.7777777778rem;
    margin-bottom: -0.7777777778rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.1111111111rem);
  margin-top: 0.5555555556rem;
  margin-bottom: 0.5555555556rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.2222222222rem);
    margin-top: 0.6111111111rem;
    margin-bottom: 0.6111111111rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.5555555556rem);
    margin-top: 0.7777777778rem;
    margin-bottom: 0.7777777778rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.1111111111rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.1111111111rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.1111111111rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.1111111111rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.1111111111rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.1111111111rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.1111111111rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.1111111111rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.1111111111rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.1111111111rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.1111111111rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.1111111111rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.2222222222rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.2222222222rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.2222222222rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.2222222222rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.2222222222rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.2222222222rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.2222222222rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.2222222222rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.2222222222rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.2222222222rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.2222222222rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.2222222222rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.2222222222rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.2222222222rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.2222222222rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.2222222222rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.2222222222rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.2222222222rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.2222222222rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.2222222222rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.2222222222rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.2222222222rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.2222222222rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.2222222222rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.5555555556rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.5555555556rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.5555555556rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.5555555556rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.5555555556rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.5555555556rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.5555555556rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.5555555556rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.5555555556rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.5555555556rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.5555555556rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.5555555556rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.5555555556rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.5555555556rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.5555555556rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.5555555556rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.5555555556rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.5555555556rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.5555555556rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.5555555556rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.5555555556rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.5555555556rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.5555555556rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.5555555556rem);
  }
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.5555555556rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.5555555556rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.5555555556rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.5555555556rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.5555555556rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.5555555556rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.5555555556rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.5555555556rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.5555555556rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.5555555556rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.5555555556rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.5555555556rem);
  }
}

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

.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.5555555556rem;
  margin-bottom: -0.5555555556rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.6111111111rem;
    margin-bottom: -0.6111111111rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y {
    margin-top: -0.7777777778rem;
    margin-bottom: -0.7777777778rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.1111111111rem);
  margin-top: 0.5555555556rem;
  margin-bottom: 0.5555555556rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.2222222222rem);
    margin-top: 0.6111111111rem;
    margin-bottom: 0.6111111111rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.5555555556rem);
    margin-top: 0.7777777778rem;
    margin-bottom: 0.7777777778rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.1111111111rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.1111111111rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.1111111111rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.1111111111rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.1111111111rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.1111111111rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.1111111111rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.1111111111rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.1111111111rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.1111111111rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.1111111111rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.1111111111rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.2222222222rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.2222222222rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.2222222222rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.2222222222rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.2222222222rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.2222222222rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.2222222222rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.2222222222rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.2222222222rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.2222222222rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.2222222222rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.2222222222rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.2222222222rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.2222222222rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.2222222222rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.2222222222rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.2222222222rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.2222222222rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.2222222222rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.2222222222rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.2222222222rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.2222222222rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.2222222222rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.2222222222rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.5555555556rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.5555555556rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.5555555556rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.5555555556rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.5555555556rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.5555555556rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.5555555556rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.5555555556rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.5555555556rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.5555555556rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.5555555556rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.5555555556rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.5555555556rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.5555555556rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.5555555556rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.5555555556rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.5555555556rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.5555555556rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.5555555556rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.5555555556rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.5555555556rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.5555555556rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.5555555556rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.5555555556rem);
  }
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.5555555556rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.5555555556rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.5555555556rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.5555555556rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.5555555556rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.5555555556rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.5555555556rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.5555555556rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.5555555556rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.5555555556rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.5555555556rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.5555555556rem);
  }
}

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

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.2222222222rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.5555555556rem);
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 14px 20px;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: "Century Gothic", "Century Gothic", "Helvetica", Helvetica, Roboto, Arial, sans-serif;
  font-size: 16px;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .button {
    padding: 18px;
  }
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #FFF;
  color: #1D1D1B;
}
.button:hover, .button:focus {
  background-color: #FC2940;
  color: #1D1D1B;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #FC2940;
  color: #1D1D1B;
}
.button.primary:hover, .button.primary:focus {
  background-color: #e7031c;
  color: #1D1D1B;
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #A3A3AA;
  color: #1D1D1B;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #80808a;
  color: #1D1D1B;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #1D1D1B;
  color: #FFF;
}
.button.success:hover, .button.success:focus {
  background-color: #171716;
  color: #FFF;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #FC2940;
  color: #1D1D1B;
}
.button.warning:hover, .button.warning:focus {
  background-color: #e7031c;
  color: #1D1D1B;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #1D1D1B;
  color: #FFF;
}
.button.alert:hover, .button.alert:focus {
  background-color: #171716;
  color: #FFF;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #FFF;
  color: #FFF;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: gray;
  color: gray;
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #FC2940;
  color: #FC2940;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #900212;
  color: #900212;
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #A3A3AA;
  color: #A3A3AA;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #505057;
  color: #505057;
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #1D1D1B;
  color: #1D1D1B;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #0f0f0e;
  color: #0f0f0e;
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #FC2940;
  color: #FC2940;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #900212;
  color: #900212;
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #1D1D1B;
  color: #1D1D1B;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #0f0f0e;
  color: #0f0f0e;
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #FFF;
}
.button.clear:hover, .button.clear:focus {
  color: gray;
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #FC2940;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: #900212;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #A3A3AA;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #505057;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #1D1D1B;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: #0f0f0e;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #FC2940;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: #900212;
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #1D1D1B;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: #0f0f0e;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #FFF transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: medium 18px;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #FFF;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #FC2940;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #A3A3AA;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #1D1D1B;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #FC2940;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #1D1D1B;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

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

.callout {
  position: relative;
  margin: 0px;
  padding: 1rem;
  border: 0;
  border-radius: 10px;
  background-color: white;
  color: #1D1D1B;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #ffdfe2;
  color: #1D1D1B;
}
.callout.secondary {
  background-color: #f1f1f2;
  color: #1D1D1B;
}
.callout.success {
  background-color: #dededc;
  color: #1D1D1B;
}
.callout.warning {
  background-color: #ffdfe2;
  color: #1D1D1B;
}
.callout.alert {
  background-color: #dededc;
  color: #1D1D1B;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 0 solid #F1F5F8;
  border-radius: 0px;
  background: #F1F5F8;
  box-shadow: none;
  overflow: hidden;
  color: #1D1D1B;
}
.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 30px 30px;
  background: #F1F5F8;
}
.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  flex: 1 0 auto;
  padding: 30px 30px;
}
.card-section > :last-child {
  margin-bottom: 0;
}

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

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 325px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #C2C1D3;
  border-radius: 10px;
  background-color: #FFF;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.accordion {
  margin-left: 0;
  background: #FFF;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

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

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #F1F5F8;
  border-bottom: 0;
  font-size: 0.6666666667rem;
  line-height: 1;
  color: #FC2940;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #F1F5F8;
  border-radius: 0 0 10px 10px;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #F1F5F8;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #F1F5F8;
  border-bottom: 0;
  background-color: #FFF;
  color: #1D1D1B;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #F1F5F8;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 0.8888888889rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.tabs {
  margin: 0;
  border: 1px solid #1D1D1B;
  background: #FFF;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #FC2940;
}
.tabs.primary > li > a {
  color: #FFF;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #fc1b33;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.8888888889rem;
  line-height: 1;
  color: #FC2940;
}
[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #FFF;
  color: #f8031e;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #1D1D1B;
  color: #FC2940;
}

.tabs-content {
  border: 1px solid #1D1D1B;
  border-top: 0;
  background: #FFF;
  color: #1D1D1B;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #1D1D1B;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 10px 20px;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.vertical.icon-top li a img,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a svg {
  text-align: left;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a svg {
  text-align: left;
}
.menu.simple {
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}
.menu.icon-left li a, .menu.nested.icon-left li a {
  flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg, .menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a, .menu.nested.icon-right li a {
  flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg, .menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a, .menu.nested.icon-top li a {
  flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg, .menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
  flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #FC2940;
  color: #FFF;
}
.menu .active > a {
  background: #FC2940;
  color: #FFF;
}
.menu.align-left {
  justify-content: flex-start;
}
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right.icon-top li a img,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a svg {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: flex;
  justify-content: center;
}
.menu.align-center li .submenu li {
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 10px 20px;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #FFF;
  box-shadow: 0 7px 0 #FFF, 0 14px 0 #FFF;
  content: "";
}
.menu-icon:hover::after {
  background: #C2C1D3;
  box-shadow: 0 7px 0 #C2C1D3, 0 14px 0 #C2C1D3;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #1D1D1B;
  box-shadow: 0 7px 0 #1D1D1B, 0 14px 0 #1D1D1B;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #9695AC;
  box-shadow: 0 7px 0 #9695AC, 0 14px 0 #9695AC;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 10px 20px;
}
.accordion-menu .is-accordion-submenu a {
  padding: 10px 20px;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #FC2940 transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #FC2940 transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  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;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 10px 20px;
  background: #FFF;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #FFF;
  transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 10px 20px;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #FC2940;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #FC2940;
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #FC2940 transparent transparent;
  right: auto;
  left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #FC2940 transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #FC2940 transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  padding: 10px 20px;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #FC2940;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #FC2940 transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #FC2940;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #FC2940 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #FC2940 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #FC2940;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #FC2940 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #FC2940 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #FC2940;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 2px solid #FFF;
  background: #A3A3AA;
}
.dropdown .is-dropdown-submenu a {
  padding: 10px 20px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #FC2940 transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #FC2940;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -2px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

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

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

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.clearfix::after {
  clear: both;
}

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

.visible {
  visibility: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-----------------
GLOBAL TYPE
-----------------*/
.lead, .lead p {
  font-size: 17px;
  line-height: 25px;
}
@media print, screen and (min-width: 40em) {
  .lead, .lead p {
    font-size: 20px;
    line-height: 31px;
  }
}
.lead a, .lead p a {
  color: unset;
  text-decoration: underline;
}

h1 {
  font-family: "Dr";
}

p {
  font-size: 16px;
}
@media screen and (min-width: 40em) {
  p {
    font-size: 18px;
    line-height: 30px;
  }
}
p strong {
  font-size: 17px;
}
@media print, screen and (min-width: 40em) {
  p strong {
    font-size: 20px;
  }
}

h1.primary, h2.primary, h3.primary, h4.primary, h5.primary, h6.primary {
  color: #FC2940;
}

h2, h3, h4, h5, h6 {
  font-family: "century-gothic";
  font-weight: 700 !important;
}

p.small, a.small, span.small, li.small {
  font-size: 14px;
  line-height: 26px;
}
p.extra-small, a.extra-small, span.extra-small, li.extra-small {
  font-size: 12px;
  line-height: 22px;
}

h1.big {
  font-size: 70px;
  line-height: 60px;
}
@media print, screen and (min-width: 64em) {
  h1.big {
    font-size: 107px;
    line-height: 97px;
  }
}

.bold {
  font-weight: bold;
}

/*-----------------
GENERAL
-----------------*/
@media print, screen and (min-width: 40em) {
  .align-right-medium {
    justify-content: flex-end;
  }
}

body {
  font-family: "Century Gothic", "Helvetica", Helvetica, Roboto, Arial, sans-serif;
  width: 100%;
  overflow-x: hidden;
}

.overlay {
  opacity: 0.5;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
  background: #1D1D1B;
}

.notclickable {
  pointer-events: none;
}

.underline {
  text-decoration: underline;
}

.nounderline {
  text-decoration: none !important;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.overflow-hidden {
  overflow: hidden;
}

.fullheight {
  height: 100%;
}

.border-radius {
  border-radius: 10px;
}

.box-shadow {
  box-shadow: 0px 3px 46px rgba(0, 0, 0, 0.1607843137);
}

.relative {
  position: relative;
}

@media screen and (min-width: 64em) {
  .grid-x.stacked .cell.offset-0 {
    transform: translateY(0px);
  }
  .grid-x.stacked .cell.offset-1 {
    transform: translateY(50px);
  }
  .grid-x.stacked .cell.offset-2 {
    transform: translateY(100px);
  }
}
@media screen and (max-width: 64em) {
  .grid-x.stacked .cell.smalloffset-0 {
    transform: translateY(0px);
  }
  .grid-x.stacked .cell.smalloffset-1 {
    transform: translateY(50px);
  }
}

.gradient {
  position: absolute;
}

.circle {
  position: relative;
}

.rotater {
  width: 100%;
  height: 100%;
  animation: spin 8s linear infinite;
  position: absolute;
  left: 0;
  top: 0;
}
.rotatercover svg {
  animation: spin 8s linear infinite;
}

/* general */
@keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinalt {
  100% {
    -moz-rotate: 360deg;
    -webkit-rotate: 360deg;
    rotate: 360deg;
  }
}
.circle svg {
  animation: spin 4s linear infinite;
  /*    linearGradient{
     } */
}

.arrowlink {
  transition: 0.2s all ease-in-out;
}
.arrowlink:hover {
  color: #1D1D1B;
}

blockquote {
  color: #1D1D1B;
  padding: 0px;
  border: none;
}
blockquote p {
  font-size: 47px;
  line-height: 40px;
  color: #1D1D1B;
  font-family: "Century Gothic", "Century Gothic", "Helvetica", Helvetica, Roboto, Arial, sans-serif;
  position: relative;
}

.fixed {
  position: fixed !important;
}

.inlineblock {
  display: inline-block;
}

.displayblock {
  display: block;
}

.card-section {
  padding: 20px;
}
@media screen and (min-width: 40em) {
  .card-section {
    padding: 50px 30px;
  }
}
@media screen and (min-width: 64em) {
  .card-section {
    padding: 60px 40px;
  }
}

.content p:last-child {
  margin-bottom: 0px;
}

.badge {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .badge {
    width: 200px;
  }
}

.text a {
  color: inherit;
  text-decoration: underline;
}

.text-white {
  color: #fff;
}

em {
  font-style: inherit;
  color: #FC2940;
  font-weight: bold;
}

/*-----------------
PADDINGS & MARGINS
-----------------*/
.nbm {
  margin-bottom: 0;
}

.sbm {
  margin-bottom: 15px;
}

.bm {
  margin-bottom: 30px;
}

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

.elbm {
  margin-bottom: 90px;
}

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

.stm {
  margin-top: 15px;
}

.tm {
  margin-top: 30px !important;
}

.ltm {
  margin-top: 20px;
}
@media print, screen and (min-width: 64em) {
  .ltm {
    margin-top: 60px;
  }
}

.eltm {
  margin-top: 90px;
}

/*-----------------
BUTTONS
-----------------*/
/*-----------------
HEADER & NAV
-----------------*/
body {
  position: relative;
}

header {
  width: 100%;
  padding: 10px 0 0 0;
  z-index: 20;
  position: fixed;
}
a header.stickynav {
  transition: 0.2s all ease-in-out;
  transform: translateY(0px);
}
a header.stickynav.scroll {
  transform: translateY(0px);
}
a header.stickynav.scrollUp {
  transform: translateY(-100px);
}
@media screen and (min-width: 40em) {
  header {
    position: absolute;
  }
}
@media screen and (min-width: 64em) {
  header {
    padding: 30px 0 0 0;
  }
}
header .logolink {
  display: flex;
}
header .logolink svg {
  max-width: 235px;
  height: 50px;
}
header .logolink.hide {
  display: none;
}
header .logolink .blackdot, header .logolink .whitedot, header .logolink .reddot {
  transition: 0.2s all ease-in-out;
}
header .logolink:hover .blackdot {
  fill: #FFF;
}
header .logolink:hover .reddot {
  fill: #FFF;
}
header .logo {
  width: 100px;
  height: auto;
}
header a {
  transition: 0.2s all ease-in-out;
  color: #1D1D1B;
  font-family: "Dr", "Century Gothic", "Helvetica", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold;
  font-size: 18px !important;
}
header a:hover {
  color: #FC2940;
}
header .wpml-ls {
  border-left: 1px solid #1D1D1B;
}
header .menu li a {
  color: #1D1D1B;
}
header .menu li:hover > a {
  color: #FC2940;
}
header .menu li.current-menu-item > a, header .menu li.current-menu-ancestor > a, header .menu li.current-menu-parent > a {
  color: #FC2940;
}
header .menu li ul.is-dropdown-submenu {
  background: #FFF;
}
header .menu li ul li.is-active > a {
  color: #1D1D1B;
}
header .menu li ul li.is-active:hover > a {
  color: #FC2940;
}
header .menu li ul li.is-active.current-page-ancestor > a, header .menu li ul li.is-active.current-menu-parent > a, header .menu li ul li.is-active.current-page-parent > a, header .menu li ul li.is-active.current-page-ancestor > a {
  color: #FC2940;
}
header .menu li ul li.is-active ul li.is-active > a {
  color: #1D1D1B;
}
header .menu li ul li.is-active ul li.is-active:hover > a {
  color: #FC2940;
}
header .menu li ul li.is-active ul li.is-active.current-menu-item > a {
  color: #FC2940;
}
header .menu li a {
  transition: 0.2s all ease-in-out;
  font-family: "Century Gothic", "Century Gothic", "Helvetica", Helvetica, Roboto, Arial, sans-serif;
  padding-right: 0.5rem;
  font-size: 18px;
  padding-left: 7px !important;
}
@media screen and (min-width: 75em) {
  header .menu li a {
    font-size: 20px;
    padding-left: 18px !important;
  }
}
header .menu li.is-dropdown-submenu-parent a {
  padding-right: 1.5rem !important;
}
header .menu li.is-dropdown-submenu-parent a:after {
  border-color: #FC2940 transparent transparent;
}
header .menu ul.is-dropdown-submenu {
  padding: 0.5rem 0rem;
  left: 20px !important;
  top: calc(100% + 10px) !important;
  right: auto !important;
  border-color: #1D1D1B;
  transform: translateX(-20px);
}
header .menu ul.is-dropdown-submenu li a {
  padding: 10px 10px;
}
header .menu ul.is-dropdown-submenu .is-dropdown-submenu-item a {
  padding-right: 10px !important;
}
header .menu ul.is-dropdown-submenu li.menu-item-has-children a {
  padding-right: 2rem !important;
}
header .menu ul.is-dropdown-submenu li.menu-item-has-children a:after {
  border-color: transparent transparent transparent #FC2940 !important;
}
header .menu ul.is-dropdown-submenu li.menu-item-has-children.is-active a {
  background: transparent !important;
}
header .menu ul.is-dropdown-submenu li.menu-item-has-children.is-active ul li a {
  padding-right: 1rem !important;
}
header .menu ul.is-dropdown-submenu ul.is-dropdown-submenu {
  left: calc(100% + 20px) !important;
  top: -9px !important;
  position: absolute;
}
header.redheader .wpml-ls {
  border-left: 1px solid #FFF;
}
header.redheader .menu li.is-dropdown-submenu-parent a:after {
  border-color: #1D1D1B transparent transparent !important;
}
header.redheader .menu ul.is-dropdown-submenu {
  background: #FC2940;
  border-color: #FFF;
}
header.redheader .menu li a {
  color: #FFF;
}
header.redheader .menu li:hover > a {
  color: #1D1D1B;
}
header.redheader .menu li.current-menu-item > a, header.redheader .menu li.current-menu-ancestor > a, header.redheader .menu li.current-menu-parent > a {
  color: #1D1D1B;
}
header.redheader .menu li ul.is-dropdown-submenu {
  background: #FC2940;
}
header.redheader .menu li ul li.is-active > a {
  color: #FFF;
}
header.redheader .menu li ul li.is-active:hover > a {
  color: #1D1D1B;
}
header.redheader .menu li ul li.is-active.current-page-ancestor > a, header.redheader .menu li ul li.is-active.current-menu-parent > a, header.redheader .menu li ul li.is-active.current-page-parent > a, header.redheader .menu li ul li.is-active.current-page-ancestor > a {
  color: #1D1D1B;
}
header.redheader .menu li ul li.is-active.menu-item-has-children a:after {
  border-color: transparent transparent transparent #1D1D1B !important;
}
header.redheader .menu li ul li.is-active ul li.is-active > a {
  color: #FFF;
}
header.redheader .menu li ul li.is-active ul li.is-active:hover > a {
  color: #1D1D1B;
}
header.redheader .menu li ul li.is-active ul li.is-active.current-menu-item > a {
  color: #1D1D1B;
}
header.blackheader .wpml-ls {
  border-left: 1px solid #FFF;
}
header.blackheader .menu li.is-dropdown-submenu-parent a:after {
  border-color: #FC2940 transparent transparent;
}
header.blackheader .menu ul.is-dropdown-submenu {
  background: #1D1D1B;
  border-color: #FFF;
}
header.blackheader .menu li a {
  color: #FFF;
}
header.blackheader .menu li:hover > a {
  color: #FC2940;
}
header.blackheader .menu li.current-menu-item > a, header.blackheader .menu li.current-menu-ancestor > a, header.blackheader .menu li.current-menu-parent > a {
  color: #FC2940;
}
header.blackheader .menu li ul.is-dropdown-submenu {
  background: #1D1D1B;
}
header.blackheader .menu li ul li.is-active > a {
  color: #FFF;
}
header.blackheader .menu li ul li.is-active:hover > a {
  color: #FC2940;
}
header.blackheader .menu li ul li.is-active.current-page-ancestor > a, header.blackheader .menu li ul li.is-active.current-menu-parent > a, header.blackheader .menu li ul li.is-active.current-page-parent > a, header.blackheader .menu li ul li.is-active.current-page-ancestor > a {
  color: #FC2940;
}
header.blackheader .menu li ul li.is-active.menu-item-has-children a:after {
  border-color: transparent transparent transparent #1D1D1B !important;
}
header.blackheader .menu li ul li.is-active ul li.is-active > a {
  color: #FFF;
}
header.blackheader .menu li ul li.is-active ul li.is-active:hover > a {
  color: #FC2940;
}
header.blackheader .menu li ul li.is-active ul li.is-active.current-menu-item > a {
  color: #FC2940;
}
header.grayheader .wpml-ls {
  border-left: 1px solid #FFF;
}
header.grayheader .menu li.is-dropdown-submenu-parent a:after {
  border-color: #FFF transparent transparent;
}
header.grayheader .menu ul.is-dropdown-submenu {
  background: #A3A3AA;
  border-color: #FFF !important;
}
header.grayheader .menu li a {
  color: #1D1D1B;
}
header.grayheader .menu li:hover > a {
  color: #FFF;
}
header.grayheader .menu li.current-menu-item > a, header.grayheader .menu li.current-menu-ancestor > a, header.grayheader .menu li.current-menu-parent > a {
  color: #FFF;
}
header.grayheader .menu li ul.is-dropdown-submenu {
  background: #A3A3AA;
}
header.grayheader .menu li ul.is-dropdown-submenu li.menu-item-has-children a:after {
  border-color: transparent transparent transparent #FFF !important;
}
header.grayheader .menu li ul li.is-active > a {
  color: #1D1D1B;
}
header.grayheader .menu li ul li.is-active:hover > a {
  color: #FFF;
}
header.grayheader .menu li ul li.is-active.current-page-ancestor > a, header.grayheader .menu li ul li.is-active.current-menu-parent > a, header.grayheader .menu li ul li.is-active.current-page-parent > a, header.grayheader .menu li ul li.is-active.current-page-ancestor > a {
  color: #FFF;
}
header.grayheader .menu li ul li.is-active ul li.is-active > a {
  color: #1D1D1B;
}
header.grayheader .menu li ul li.is-active ul li.is-active:hover > a {
  color: #FFF;
}
header.grayheader .menu li ul li.is-active ul li.is-active.current-menu-item > a {
  color: #FFF;
}
header.imageheader .wpml-ls {
  border-left: 1px solid #FFF;
}
header.imageheader a {
  color: #FFF;
}
header.imageheader a:hover {
  color: #1D1D1B;
}
header.imageheader .menu li a {
  color: #FFF;
}
header.imageheader .menu li a:hover {
  color: #1D1D1B;
}
header.imageheader .menu li.current-menu-item a {
  color: #1D1D1B;
}
header.imageheader .menu li.current-menu-item a:hover {
  color: #1D1D1B;
}
header.imageheader .menu li.is-dropdown-submenu-parent a:after {
  border-color: #FC2940 transparent transparent !important;
}
header.imageheader .menu li.is-dropdown-submenu-parent.is-active a {
  color: #FFF;
}
header.imageheader .menu li.is-dropdown-submenu-parent.is-active a:hover {
  color: #1D1D1B;
}
header.imageheader .menu ul.is-dropdown-submenu {
  background: transparent;
  border-color: #FFF;
}
header.imageheader .menu ul.is-dropdown-submenu a {
  color: #FFF !important;
}
header.imageheader .menu ul.is-dropdown-submenu a:hover {
  color: #FC2940 !important;
}

.mobilemenu {
  background: #FC2940;
  position: fixed;
  transition: all ease 0.25s;
  left: 100%;
  right: -100%;
  height: 100%;
  bottom: 0;
  z-index: 10;
  padding: 80px 10px 10px 10px;
  width: 100vw;
}
.mobilemenu ul.accordion-menu li a {
  color: #FFF;
  padding-right: 40px !important;
}
.mobilemenu ul.accordion-menu li.is-accordion-submenu-parent .submenu-toggle {
  background: #FFF;
  border-radius: 99px;
  border: 2px solid #FFF;
}
.mobilemenu ul.accordion-menu li.is-accordion-submenu-parent .submenu-toggle:after {
  border-color: #1D1D1B transparent transparent;
}
.mobilemenu ul.accordion-menu li.is-accordion-submenu-parent .submenu-toggle[aria-expanded=true]:after {
  border-color: #FC2940 transparent transparent;
}
.mobilemenu ul.accordion-menu li.is-accordion-submenu-parent a:after {
  border-color: #1D1D1B transparent transparent;
}
.mobilemenu ul.accordion-menu li.is-accordion-submenu-parent ul.is-accordion-submenu li.is-accordion-submenu-item .submenu-toggle {
  background: #1D1D1B;
  border: 2px solid #1D1D1B;
}
.mobilemenu ul.accordion-menu li.is-accordion-submenu-parent ul.is-accordion-submenu li.is-accordion-submenu-item .submenu-toggle:after {
  border-color: #FC2940 transparent transparent;
}
.mobilemenu ul.accordion-menu li.is-accordion-submenu-parent ul.is-accordion-submenu li.is-accordion-submenu-item .submenu-toggle[aria-expanded=true]:after {
  border-color: #FFF transparent transparent;
}
.mobilemenu ul.accordion-menu li.is-accordion-submenu-parent ul.is-accordion-submenu li.is-accordion-submenu-item a {
  color: #1D1D1B;
}
.mobilemenu ul.accordion-menu li.is-accordion-submenu-parent ul.is-accordion-submenu li.is-accordion-submenu-item.current_page_item {
  color: #1D1D1B;
}
.mobilemenu ul.accordion-menu li.is-accordion-submenu-parent ul.is-accordion-submenu li.is-accordion-submenu-item ul.is-accordion-submenu li.is-accordion-submenu-item a {
  padding: 10px 30px;
  color: #FFF;
}
.mobilemenu ul.accordion-menu li.is-accordion-submenu-parent ul.is-accordion-submenu li.is-accordion-submenu-item ul.is-accordion-submenu li.is-accordion-submenu-item.current_page_item {
  color: #FFF;
}
.mobilemenu .menu {
  font-size: 20px;
}
.mobilemenu a {
  margin-right: 0px !important;
  font-family: "Century Gothic", "Century Gothic", "Helvetica", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold;
  padding: 11px 30px 11px 10px;
}
.mobilemenu .flex-child-shrink a {
  color: #FFF;
}
.mobilemenu .flex-child-shrink a:hover {
  color: #1D1D1B;
}
.mobilemenu.active {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.wpml-ls {
  border-left: 1px solid #1D1D1B;
  font-family: "Century Gothic", "Century Gothic", "Helvetica", Helvetica, Roboto, Arial, sans-serif;
  font-size: 18px;
  padding-left: 20px;
  padding-right: 40px;
}
.wpml-ls ul {
  line-height: 1;
}
.wpml-ls ul li {
  line-height: 1;
}
.wpml-ls ul li a {
  line-height: 1;
  padding: 0px !important;
}
.wpml-ls ul li a span {
  line-height: 1;
}

.menuicon {
  position: relative;
  z-index: 10;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  cursor: pointer;
  background-color: #FFF;
}
.menuicon span {
  background: #1D1D1B;
  height: 2px;
  width: 22px;
  border-radius: 5px;
  display: block;
  transition: 0.2s all ease-in-out;
  position: absolute;
}
.menuicon span:nth-child(1) {
  transform: translateY(-5px);
}
.menuicon span:nth-child(2) {
  transform: translateY(0px);
}
.menuicon span:nth-child(3) {
  transform: translateY(5px);
}
.menuicon.active span:nth-child(1) {
  transform: rotate(45deg);
}
.menuicon.active span:nth-child(2) {
  opacity: 0;
}
.menuicon.active span:nth-child(3) {
  transform: rotate(-45deg);
}

/*-----------------
BLOCKS
-----------------*/
section.block {
  position: relative;
  z-index: 3;
  margin: 45px 0;
}
@media print, screen and (min-width: 64em) {
  section.block {
    margin: 80px 0;
  }
}
section.block.background {
  margin: 0;
  padding: 45px 0;
}
section.block.background.stacked {
  padding-bottom: 95px !important;
}
@media print, screen and (min-width: 64em) {
  section.block.background {
    padding: 80px 0;
  }
  section.block.background.stacked {
    padding-bottom: 130px !important;
  }
}
section.block.content-block p:last-child, section.block.content-block h1:last-child, section.block.content-block h2:last-child, section.block.content-block h3:last-child, section.block.content-block h4:last-child, section.block.content-block h5:last-child, section.block.content-block ul:last-child {
  margin-bottom: 0px;
}
section.block.content-block.heading-block {
  padding-bottom: 45px;
}

.single-testemonial section.tekst-block.block.background {
  margin: 0;
  padding-bottom: 45px 0;
}
@media print, screen and (min-width: 64em) {
  .single-testemonial section.tekst-block.block.background {
    padding: 80px 0;
  }
}
.single-testemonial section.tekst-block:last-child {
  padding-bottom: 130px !important;
}

.color-black {
  color: #1D1D1B !important;
}

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

.color-red {
  color: #FC2940 !important;
}

.background {
  transition: 0.75s all ease-in-out;
}
.background.background-gray {
  background: #A3A3AA;
  color: #FFF;
}
.background.background-gray .hollow.card {
  border-color: #FFF;
}
.background.background-gray.origin {
  background: #1D1D1B;
  color: #FFF;
}
.background.background-white {
  background: #FFF;
  color: #1D1D1B;
}
.background.background-white.origin {
  background: #1D1D1B;
  color: #FFF;
}
.background.background-red {
  background: #FC2940;
  color: #FFF;
}
.background.background-red.origin {
  background: #1D1D1B;
  color: #FFF;
}
.background.background-black {
  background: #1D1D1B;
  color: #FFF;
}
.background.background-black.origin {
  background: #A3A3AA;
  color: #1D1D1B;
}
.background.background-image {
  background: #1D1D1B;
  color: #FFF;
}
.background.background-image .grid-container {
  position: relative;
  z-index: 2;
}

.background-black + .background-black {
  padding-top: 0px !important;
}

.background-red + .background-red {
  padding-top: 0px !important;
}

.background-gray + .background-gray {
  padding-top: 0px !important;
}

.background-white + .background-white {
  padding-top: 0px !important;
}

.background-image + .background-image {
  margin: 0 !important;
  padding: 50px 0 !important;
}
@media print, screen and (min-width: 64em) {
  .background-image + .background-image {
    padding: 90px 0 !important;
  }
}

/*-----------------
BACKGROUNDS
-----------------*/
.background.white {
  background: #FFF;
}
.background.black {
  background: #1D1D1B;
}

/*-----------------
COVERS
-----------------*/
section.cover {
  padding: 100px 0 250px 0;
}
@media print, screen and (min-width: 64em) {
  section.cover {
    padding: 140px 0 150px 0;
  }
}
section.cover .grid-container {
  position: relative;
}
section.cover .container {
  position: relative;
}
section.cover.cover-home {
  overflow: hidden;
  position: relative;
  z-index: 0 !important;
  height: unset;
  padding-bottom: 0;
  padding-top: 60px;
}
@media print, screen and (min-width: 64em) {
  section.cover.cover-home {
    padding-top: 140px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  section.cover.cover-home .button {
    margin-top: -1rem;
    margin-bottom: 2rem;
  }
}
section.cover.cover-home .imagecontainer {
  position: absolute;
  top: 0;
}
@media print, screen and (min-width: 64em) {
  section.cover.cover-home .imagecontainer {
    top: auto;
    bottom: 0;
    height: calc(70px + 100%);
    right: 0;
    aspect-ratio: 1/1;
  }
}
@media print, screen and (min-width: 64em) {
  section.cover.cover-home .imagecontainer img {
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
section.cover.cover-home .imagecontainer .mobile-badges {
  width: 100px;
  position: absolute;
  right: 45%;
  top: 170px;
}
section.cover.cover-home .imagecontainer .mobile-badges img {
  margin-bottom: 0.5rem;
}
section.cover.cover-home h1.big {
  padding-top: 350px;
}
@media print, screen and (min-width: 64em) {
  section.cover.cover-home h1.big {
    padding-top: 0px;
  }
}
section.cover.cover-home .wave {
  z-index: -5;
  position: absolute;
  top: 0;
  height: 1000px;
  bottom: 0;
  object-fit: cover;
  right: -25%;
  left: 75%;
  width: 1000px;
  right: 0;
  left: 0;
}
@media screen and (min-width: 40em) {
  section.cover.cover-home .wave {
    position: fixed;
    left: 25%;
  }
}
@media print, screen and (min-width: 64em) {
  section.cover.cover-home .wave {
    width: 100vh;
    height: 100vw;
    left: 0;
  }
}
section.cover.cover-home .wave canvas {
  position: relative;
  top: 0;
  right: 0;
  z-index: 1;
}
section.cover.cover-home .container {
  height: calc(100vh - 125px);
}
@media screen and (min-width: 64em) {
  section.cover.cover-home .container {
    height: calc(100vh - 225px);
  }
}
@media print, screen and (min-width: 64em) {
  section.cover.cover-home .position-fix {
    padding-bottom: 2rem;
    transform: translate(0, -40px);
  }
}
section.cover.cover-home .stickybackground {
  position: absolute;
  top: 0;
  height: 100vh;
  right: -25%;
  left: 75%;
  bottom: 0;
  object-fit: cover;
}
@media screen and (min-width: 64em) {
  section.cover.cover-home .stickybackground {
    position: fixed;
    right: -25%;
    left: 75%;
  }
}
section.cover.cover-home .gradient {
  position: absolute;
  top: calc(100vh - 300px);
  height: 300px;
  z-index: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(163, 163, 170, 0) 0%, rgb(163, 163, 170) 100%);
}
@media screen and (min-width: 40em) {
  section.cover.cover-home .gradient {
    position: absolute;
    top: unset;
    bottom: 0;
    height: 500px;
    z-index: 1;
    transition: 0.75s all ease-in-out;
  }
}
section.cover.cover-home .grid-container {
  position: relative;
  z-index: 2;
}
section.cover.cover-home .sticky {
  position: absolute;
  height: 100vh;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 40em) {
  section.cover.cover-home .sticky {
    position: fixed;
    z-index: 0;
    bottom: 0;
    right: 0;
    height: unset;
    width: unset;
    top: 250px;
    left: 0;
    left: 50%;
  }
}
section.cover.cover-home .sticky svg {
  position: absolute;
  left: 0;
  top: -100px;
  width: 100%;
  height: 100%;
  animation: spin 6s linear infinite;
}
section.cover.cover-home .sticky .image {
  position: absolute;
  bottom: 0;
  left: 0;
  object-fit: contain;
  object-position: 50% 100%;
  height: 450px;
}
@media screen and (min-width: 64em) {
  section.cover.cover-home .sticky .image {
    height: 500px;
    height: 100%;
  }
}
section.cover.cover-home .lead {
  margin-bottom: 45px;
}
@media screen and (min-width: 64em) {
  section.cover.cover-home .lead {
    margin-bottom: 80px;
  }
}
section.cover.cover-page {
  position: relative;
}
section.cover.cover-page .wave {
  transform: rotate(180deg);
  position: absolute;
  top: 0;
  height: 100vh;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  top: 0;
  height: 100%;
  left: -30%;
  right: 100%;
}
@media screen and (min-width: 90em) {
  section.cover.cover-page .wave {
    left: -20%;
    right: 85%;
  }
}
section.cover.cover-page .wave canvas {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
section.cover.cover-page .grid-container {
  z-index: 2;
  position: relative;
}
section.cover.cover-page .dots {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 0;
  width: 100%;
}
@media screen and (min-width: 40em) {
  section.cover.cover-page .dots {
    left: -20%;
    height: 100%;
  }
}
section.cover.cover-page .gradient {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 40em) {
  section.cover.cover-page .gradient {
    width: 350px;
  }
}
section.cover.cover-page .gradient.gradient-top {
  top: 0;
  bottom: unset;
}
section.cover.cover-page .gradient.gradient-bottom {
  bottom: 0;
  top: unset;
}
section.cover.cover-page .gradient.gradient-bottom, section.cover.cover-page .gradient.gradient-top {
  height: 500px;
  width: 100%;
}
@media screen and (min-width: 64em) {
  section.cover.cover-page .gradient.gradient-bottom, section.cover.cover-page .gradient.gradient-top {
    height: 200px;
  }
}
section.cover.cover-page .gradient.gradient-bottom.gradient-black, section.cover.cover-page .gradient.gradient-top.gradient-black {
  background: linear-gradient(180deg, rgba(29, 29, 27, 0) 0%, rgb(29, 29, 27) 100%);
}
section.cover.cover-page .gradient.gradient-bottom.gradient-red, section.cover.cover-page .gradient.gradient-top.gradient-red {
  background: linear-gradient(180deg, rgba(252, 41, 64, 0) 0%, rgb(252, 41, 64) 100%);
}
section.cover.cover-page .gradient.gradient-bottom.gradient-gray, section.cover.cover-page .gradient.gradient-top.gradient-gray {
  background: linear-gradient(180deg, rgba(163, 163, 170, 0) 0%, rgb(163, 163, 170) 100%);
}
section.cover.cover-page .gradient.gradient-bottom.gradient-white, section.cover.cover-page .gradient.gradient-top.gradient-white {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
section.cover.cover-page .gradient.gradient-black {
  background: linear-gradient(-90deg, rgba(29, 29, 27, 0) 0%, rgb(29, 29, 27) 100%);
}
section.cover.cover-page .gradient.gradient-red {
  background: linear-gradient(-90deg, rgba(252, 41, 64, 0) 0%, rgb(252, 41, 64) 100%);
}
section.cover.cover-page .gradient.gradient-gray {
  background: linear-gradient(-90deg, rgba(163, 163, 170, 0) 0%, rgb(163, 163, 170) 100%);
}
section.cover.cover-page .gradient.gradient-white {
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
section.cover.cover-page .person-crop {
  position: absolute;
  bottom: 0;
  height: 45%;
  width: auto;
  z-index: 2;
}
@media print, screen and (min-width: 64em) {
  section.cover.cover-page .person-crop {
    height: 85%;
  }
}
@media print, screen and (max-width: 63.99875em) {
  section.cover.cover-page .person-dots {
    position: absolute;
    left: -25%;
    bottom: 0;
    z-index: 1;
    width: auto;
    height: calc(100% - 80px);
    opacity: 0.5;
  }
}
@media print, screen and (min-width: 64em) {
  section.cover.cover-page .person-dots {
    position: absolute;
    top: 110px;
    bottom: 0;
    left: -30px;
    z-index: 1;
    width: auto;
    height: calc(100% - 110px);
  }
}
section.cover.cover-page .imagecontainer { /* HERE */
  position: absolute;
  bottom: 0;
  height: 250px;
  left: 0%;
  aspect-ratio: 1/1;
  max-width: 90vw;
}
@media print, screen and (min-width: 64em) {
  section.cover.cover-page .imagecontainer {
    height: calc(100% - 60px);
    aspect-ratio: 1/1;
    top: 60px;
  }
}
section.cover.cover-page .imagecontainer img {
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.cover.cover-page .imagecontainer.imagecontainer-right {
  right: 5%;
  left: unset;
}
section.cover.cover-page .imagecontainer.black img {
  mix-blend-mode: normal;
}
section.cover.cover-page .imagecontainer .gradient.gradient-right {
  right: -1px;
  top: -1px;
  bottom: -1px;
  transform: rotate(180deg);
  left: unset;
  width: 100px;
}
@media screen and (min-width: 40em) {
  section.cover.cover-page .imagecontainer .gradient.gradient-right {
    width: 200px;
  }
}
section.cover.cover-page .imagecontainer .gradient.gradient-left {
  left: -1px;
  top: -1px;
  bottom: -1px;
  transform: rotate(0deg);
  left: unset;
  width: 100px;
}
@media screen and (min-width: 40em) {
  section.cover.cover-page .imagecontainer .gradient.gradient-left {
    width: 200px;
  }
}
section.cover.cover-page .imagecontainer .gradient.gradient-top {
  width: 100%;
  height: 200px;
  transform: rotate(180deg);
  top: 0;
}
@media screen and (min-width: 40em) {
  section.cover.cover-page .imagecontainer .gradient.gradient-top {
    height: 100px;
  }
}
section.cover.cover-page .imagecontainer .gradient.gradient-bottom {
  top: unset;
  bottom: 0;
  height: 100px;
}
@media screen and (min-width: 40em) {
  section.cover.cover-page .imagecontainer .gradient.gradient-bottom {
    height: 200px;
  }
}
section.cover.cover-page .cover-logo {
  position: absolute;
  bottom: -100px;
  right: 2rem;
  width: 200px;
  z-index: 20;
}
section.cover.cover-post {
  position: relative;
  overflow: hidden;
}
section.cover.cover-post .grid-container {
  z-index: 3;
}
section.cover.cover-post.background-backgroundimage {
  color: #FFF;
}
section.cover.cover-post .coverimage {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  z-index: -2;
}
section.cover.cover-post .imagecontainer {
  position: relative;
  padding: 55px;
  height: 350px;
}
@media screen and (min-width: 40em) {
  section.cover.cover-post .imagecontainer {
    height: 450px;
  }
}
section.cover.cover-post .imagecontainer svg {
  position: absolute;
  right: -250px;
  top: -150px;
  width: 500px;
  height: 500px;
  z-index: -1;
}
section.cover.cover-post .imagecontainer .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
section.cover.cover-post .imagecontainer .grid-x {
  position: relative;
  z-index: 1;
}
section.cover.cover-post .overlay {
  z-index: -1;
}
section.cover.cover-vacature {
  position: relative;
}
section.cover.cover-vacature .grid-container {
  position: relative;
  z-index: 2;
}
section.cover.cover-vacature .imagecontainer {
  width: 100%;
  height: 400px;
  position: relative;
  z-index: -1;
  margin-top: -100px;
}
@media screen and (min-width: 64em) {
  section.cover.cover-vacature .imagecontainer {
    margin-top: 0px;
    bottom: 0;
    position: absolute;
    left: 10%;
    width: unset;
    height: 75%;
    left: 0%;
    right: 50%;
    z-index: 1;
  }
}
section.cover.cover-vacature .imagecontainer .image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 100%;
  z-index: 1;
}
section.cover.cover-vacature .imagecontainer svg {
  animation: spin 6s linear infinite;
  position: absolute;
  z-index: 0;
  top: -25%;
  width: 100%;
  height: 100%;
}
section.cover.cover-vacature .imagecontainer .gradient {
  background: linear-gradient(180deg, rgba(252, 41, 64, 0) 0%, rgb(252, 41, 64) 100%);
  left: 0;
  width: 100%;
  bottom: 0;
  height: 200px;
  z-index: 2;
}

.text-and-media .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 750px;
}

.tm-mb-40 {
  width: 100%;
  height: auto;
}

.responsive-embed {
  position: relative;
  /*     .overlay{
         position: absolute;
         left: 0;
         top: 0;
         height: 100%;
         width: 100%;
         z-index: 2;
      } */
}
.responsive-embed .videobackground {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: #FC2940;
  object-fit: cover;
}
.responsive-embed .videobutton {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  transition: 0.2s all ease-in-out;
}
.responsive-embed .videobutton:hover {
  transform: translateX(-50%) translateY(-50%) rotate(360deg);
}
.responsive-embed .videobutton:hover .circle-icon {
  height: 150px;
  width: 150px;
}
.responsive-embed .videobutton .circle-icon {
  transition: 0.2s all ease-in-out;
  background: #FFF;
  height: 125px;
  width: 125px;
  position: relative;
}
.responsive-embed .videobutton .circle-icon svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  height: 40px;
  width: auto;
}
.responsive-embed .videobutton .circle-icon svg .playcolor {
  fill: #FC2940 !important;
}

.cta-block {
  /*    &:last-child{
        margin-bottom: 0px !important;
     } */
}
.cta-block.cta-image .grid-x {
  padding: 30px;
}
.cta-block.cta-image .grid-x .image {
  height: 300px;
  object-fit: contain;
}

.usp-block .image {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.circles-block {
  overflow: hidden;
}
.circles-block .inner {
  z-index: 2;
}
.circles-block .circle svg {
  z-index: 0;
  animation: spinalt 4s linear infinite;
  /*       linearGradient{
        } */
}

.tekst-block.background-red ul li::marker {
  color: #1D1D1B;
}
.tekst-block ul li::marker {
  color: #FC2940;
}
.tekst-block p:last-child {
  margin-bottom: 0px !important;
}

.grid-block.background-white h2 {
  color: #FC2940;
}

.kernwaardes-block {
  position: relative;
  overflow: hidden;
  padding-bottom: 140px !important;
}
.kernwaardes-block .grid-container {
  position: relative;
  z-index: 3;
}
.kernwaardes-block .grid-container .grid-x {
  position: relative;
  z-index: 11;
}
.kernwaardes-block .dots {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: -2;
  width: 100%;
  left: -30%;
}
.kernwaardes-block .dots.dots-right {
  left: unset;
  right: -30%;
  transform: scaleX(-1);
}
.kernwaardes-block .gradient {
  background: linear-gradient(0deg, rgba(252, 41, 64, 0) 0%, rgb(255, 41, 64) 100%);
  width: 200%;
  height: 300px;
  top: 0;
  left: -50%;
  z-index: -1;
}
.kernwaardes-block .gradient.gradient-bottom {
  background: linear-gradient(0deg, rgb(252, 41, 64) 0%, rgba(252, 41, 64, 0) 100%);
  bottom: 0;
  top: unset;
}
.kernwaardes-block .gradient-left {
  background: linear-gradient(90deg, rgb(252, 41, 64) 0%, rgba(252, 41, 64, 0) 100%);
  position: absolute;
  left: -25%;
  top: 0;
  height: 100%;
  width: 500px;
  z-index: 10;
}
.kernwaardes-block .gradient-right {
  background: linear-gradient(-90deg, rgb(252, 41, 64) 0%, rgba(252, 41, 64, 0) 100%);
  position: absolute;
  right: -25%;
  top: 0;
  height: 100%;
  width: 500px;
  z-index: 10;
}

.quote-image-block, .cover-testemonial {
  overflow: hidden;
}
.quote-image-block .dots, .cover-testemonial .dots {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
}
@media screen and (min-width: 64em) {
  .quote-image-block .dots, .cover-testemonial .dots {
    bottom: 0;
    right: 0;
    top: 0;
    height: 100%;
  }
}
.quote-image-block .grid-container, .cover-testemonial .grid-container {
  position: relative;
  z-index: 1;
  /*       .color-black{
           color: $black !important;
        } */
}
.quote-image-block .grid-container img, .cover-testemonial .grid-container img {
  position: relative;
  z-index: 1;
  width: 100%;
  object-fit: cover;
}
.quote-image-block .grid-container .image, .cover-testemonial .grid-container .image {
  background-color: #F1F5F8;
}
.quote-image-block.background-black .color-black, .quote-image-block.background-white .color-black, .cover-testemonial.background-black .color-black, .cover-testemonial.background-white .color-black {
  color: #FC2940 !important;
}
.quote-image-block .imagecontainer, .cover-testemonial .imagecontainer {
  display: inline-block;
  height: 440px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.quote-image-block .imagecontainer:hover .gradient, .cover-testemonial .imagecontainer:hover .gradient {
  opacity: 0.8;
}
.quote-image-block .imagecontainer:hover .hovertext, .cover-testemonial .imagecontainer:hover .hovertext {
  transform: translateY(0px);
}
.quote-image-block .imagecontainer .image, .cover-testemonial .imagecontainer .image {
  object-position: 50% 0%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quote-image-block .imagecontainer .hovertext, .cover-testemonial .imagecontainer .hovertext {
  margin-right: 20px;
  margin-top: 20px;
  position: relative;
  z-index: 4;
  width: auto;
  transition: 0.2s all ease-in-out;
  transform: translateY(-100px);
}
.quote-image-block .imagecontainer .gradient, .cover-testemonial .imagecontainer .gradient {
  left: 0;
  width: 100%;
  height: 275px;
  transition: 0.75s all ease-in-out;
  top: 0;
  background: linear-gradient(180deg, rgb(29, 29, 27) 0%, rgba(29, 29, 27, 0) 100%);
  bottom: unset;
  opacity: 0.5;
  z-index: 0;
  transform: translateY(0px);
  height: 175px;
  transition-delay: 200ms;
  mix-blend-mode: multiply;
}

.cover-testemonial {
  overflow: hidden;
  position: relative;
}
.cover-testemonial .image {
  max-height: 450px;
  object-position: 50% 0%;
}
@media screen and (min-width: 64em) {
  .cover-testemonial .image {
    max-height: 100%;
  }
}
.cover-testemonial .grid-container {
  position: relative;
}
.cover-testemonial .dots {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  transition-property: 0;
  /* height: calc( 100% + 390px); */
  height: 100%;
}
.cover-testemonial .gradient {
  background: linear-gradient(0deg, rgba(163, 163, 170, 0) 0%, rgb(163, 163, 170) 100%);
  top: 0;
  width: 100%;
  left: 0;
  z-index: 0;
  height: 400px;
}
@media screen and (min-width: 40em) {
  .cover-testemonial .gradient {
    height: 300px;
  }
}
.cover-testemonial .gradient.gradient-left {
  top: 0;
  background: linear-gradient(-90deg, rgba(163, 163, 170, 0) 0%, rgb(163, 163, 170) 100%);
  bottom: 0;
  height: 100%;
  width: 300px;
}

.images-block .image {
  height: 450px;
  object-fit: cover;
}

.employee-block, .momenten-slider-block {
  overflow: hidden;
}
.employee-block .grid-container, .momenten-slider-block .grid-container {
  position: relative;
  z-index: 2;
}
.employee-block .grid-container .dots, .momenten-slider-block .grid-container .dots {
  position: absolute;
  left: 75%;
  top: -45px;
  bottom: 0;
  height: calc(100% + 90px);
  z-index: -1;
}
@media screen and (min-width: 64em) {
  .employee-block .grid-container .dots, .momenten-slider-block .grid-container .dots {
    top: -80px;
    height: calc(100% + 160px);
  }
}

.cards-block {
  position: relative;
}
.cards-block .grid-container {
  position: relative;
  z-index: 1;
}
.cards-block .backgroundimage {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.cards-block .backgroundgradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1D1D1B;
  opacity: 0.5;
  z-index: 1;
}

.verticalimages-with-text-block .image {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media medium-up {
  .verticalimages-with-text-block .image {
    height: 350px;
  }
}
.verticalimages-with-text-block .stacked {
  transform: translateY(180px);
}
.verticalimages-with-text-block .stacked .cell:nth-child(odd) {
  transform: translateY(-180px);
}

/*-----------------
MOLECULES
-----------------*/
.background-white .button {
  background: #FC2940;
  color: #FFF;
}
.background-white .button:hover {
  background: #FFF;
  color: #FC2940;
}
.background-white .button.button-red:hover {
  background: #1D1D1B;
  color: #FFF;
}
.background-white .button.button-black:hover {
  background: #FC2940;
  color: #FFF;
}

.background-black .button {
  background: #FC2940;
  color: #FFF;
}
.background-black .button:hover {
  background: #FFF;
  color: #FC2940;
}

.button {
  min-width: 150px;
  border-radius: 99px;
  line-height: 19px;
  border: 2px solid transparent;
}
.button:hover {
  color: #FFF;
}
.button.button-round {
  border-radius: 99%;
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button.button-round.button-large {
  width: 150px;
  height: 150px;
}
@media screen and (min-width: 40em) {
  .button.button-round.button-large {
    width: 225px;
    height: 225px;
  }
}
.button.button-white {
  background: #FFF;
  color: #FC2940;
}
.button.button-white:hover {
  background: #FC2940;
  color: #FFF;
}
.button.button-white-hollow {
  background: transparent;
  color: #FFF;
  border: 2px solid #FFF;
}
.button.button-white-hollow:hover {
  background: #FFF;
  color: #1D1D1B;
  border: 2px solid #FFF;
}
.button.button-black {
  background: #1D1D1B;
  color: #FFF;
}
.button.button-black:hover {
  background: #FFF;
  color: #1D1D1B;
}
.button.button-black-hollow {
  background: transparent;
  color: #1D1D1B;
  border: 2px solid #1D1D1B;
}
.button.button-black-hollow:hover {
  background: #1D1D1B;
  color: #FFF;
  border: 2px solid #1D1D1B;
}
.button.button-red {
  background: #FC2940;
  color: #FFF;
}
.button.button-red:hover {
  background: #FFF;
  color: #FC2940;
}
.button.button-red-hollow {
  background: transparent;
  color: #FC2940;
  border: 2px solid #FC2940;
}
.button.button-red-hollow:hover {
  background: #FC2940;
  color: #FFF;
  border: 2px solid #FC2940;
}

a .icon {
  display: inline-block;
  margin-right: 10px;
  transition: 0.2s all ease-in-out;
}
a .icon svg {
  height: 10px;
  display: inline-block;
}
a .icon svg .st0 {
  fill: white !important;
}
a:hover .icon {
  margin-right: 20px;
}

.card {
  position: relative;
  color: inherit;
}
.card a {
  color: #FFF;
  display: block;
  text-decoration: underline;
}
.card a.button {
  text-decoration: none;
}
.card .hovergradient {
  transition: 0.2s all ease-in-out;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 125px !important;
  background: blue;
  z-index: 10;
  transform: rotate(180deg);
}
.card .hovertext {
  position: absolute;
  right: 40px;
  z-index: 10;
  top: -50px;
  color: #FFF;
  transition: 0.2s all ease-in-out;
}
.card .hovertext path {
  width: 15px;
  height: 15px;
  fill: #FFF !important;
}
.card .hovertext .circle-icon {
  margin-left: 10px;
}
.card .hovertext.always-visible {
  top: 40px !important;
}
.card .hovergradient {
  transition-delay: 0.15s;
}
.card:hover .hovertext {
  top: 40px;
}
.card:hover .hovergradient {
  opacity: 0.8;
}
.card.primary {
  background: #FC2940;
  color: #FFF;
}
.card.hollow {
  background: none;
  border: 1px solid #1D1D1B;
}
.card.unboxed {
  background: none;
}
.card.unboxed .card-section {
  padding: 0;
}
.card.card-white, .card.white {
  background: #FFF;
  color: #1D1D1B;
}
.card.card-white a:not(.button), .card.white a:not(.button) {
  color: #1D1D1B;
}
.card .card-icon {
  width: 67px !important;
  height: 67px;
}
.card.card-employee {
  position: relative;
  height: 350px;
}
@media screen and (min-width: 40em) {
  .card.card-employee {
    height: 500px;
  }
}
.card.card-employee .image {
  object-position: 50% 0%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.card.card-employee .card-section {
  position: relative;
  z-index: 1;
}
.card.card-vacature .hovertext {
  transform: translateY(100px);
  transition: all ease 0.25s;
}
.card.card-vacature .hovertext .circle-icon {
  background: #1D1D1B;
}
.card.card-vacature:hover .hovertext {
  transform: translateY(0px);
}
.card .gradient {
  background: linear-gradient(0deg, rgba(29, 29, 27, 0.7511379552) 0%, rgba(29, 29, 27, 0) 100%);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 275px;
}
.card p:last-child {
  margin-bottom: 0 !important;
}

.circle {
  position: relative;
  display: flex;
  align-items: center;
  vertical-align: middle;
  /*  width: 250px; */
  height: 250px;
}
.circle .inner {
  padding: 30px;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 40em) {
  .circle .inner {
    padding: 10px;
  }
}
.circle svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grid-item {
  background: #FC2940;
  position: relative;
  display: block;
  overflow: hidden;
  transition: 0.2s all ease-in-out;
  height: 300px;
}
@media screen and (min-width: 40em) {
  .grid-item {
    height: 500px;
  }
}
.grid-item img {
  filter: grayscale(100%);
  transition: 0.2s all ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.grid-item .gradient {
  background: linear-gradient(0deg, rgba(29, 29, 27, 0.7511379552) 0%, rgba(29, 29, 27, 0) 100%);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 275px;
  transition: 0.75s all ease-in-out;
}
.grid-item .gradient.hovergradient {
  top: 0;
  background: linear-gradient(180deg, rgb(29, 29, 27) 0%, rgba(29, 29, 27, 0) 100%);
  bottom: unset;
  opacity: 0.5;
  /*          transform: translateY(-200px);
   */
  height: 175px;
  transition-delay: 200ms;
  mix-blend-mode: multiply;
}
.grid-item .inner {
  position: relative;
  z-index: 10;
  padding: 30px;
}
@media screen and (min-width: 40em) {
  .grid-item .inner {
    padding: 50px;
  }
}
.grid-item .hovertext {
  position: absolute;
  right: 30px;
  top: -50px;
  z-index: 2;
  display: block;
  transition: 0.2s all ease-in-out;
  color: #1D1D1B;
}
@media screen and (min-width: 64em) {
  .grid-item .hovertext {
    right: 50px;
  }
}
.grid-item .hovertext .circle-icon {
  margin-left: 10px;
}
.grid-item:hover .hovertext {
  top: 30px;
}
@media screen and (min-width: 64em) {
  .grid-item:hover .hovertext {
    top: 50px;
  }
}
.grid-item:hover .hovergradient {
  opacity: 0.8;
}
.grid-item:hover img {
  filter: grayscale(0%);
}

.card-testemonial {
  position: relative;
  height: 500px;
}
.card-testemonial .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.card-testemonial .flex-child-shrink {
  position: relative;
  z-index: 4;
}
.card-testemonial .gradient {
  z-index: 2;
}
.card-testemonial .gradient.hover {
  opacity: 0;
  position: absolute;
  z-index: 2;
  transition: 0.2s all ease-in-out;
}
.card-testemonial .hovertext {
  opacity: 1;
  transition: 0.2s all ease-in-out;
}
.card-testemonial h5 {
  color: #FFF;
}
.card-testemonial:hover .gradient.hover {
  opacity: 1;
}
.card-testemonial:hover .hovertext {
  opacity: 1;
}
.card-testemonial:hover .hovertext h5 {
  color: #FFF;
}

.item {
  position: relative;
  padding-left: 20px;
}
@media screen and (min-width: 40em) {
  .item {
    padding-left: 0px;
  }
}
.item .circle-icon {
  position: absolute;
  left: -28px;
  top: 0;
}
@media screen and (min-width: 40em) {
  .item .circle-icon {
    left: -50px;
  }
}

/*-----------------
ATOMS
-----------------*/
/* .tag {}
.badge{} */
.circle-icon {
  width: 38px;
  height: 38px;
  border-radius: 99px;
  background: #FC2940;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
}
.circle-icon svg {
  width: 15px;
  overflow: visible;
}

/*-----------------
SLIDERS
-----------------*/
.mainSlider {
  overflow: visible;
}
.mainSlider .flickity-viewport {
  overflow: visible;
}
.mainSlider .slide {
  width: calc(33% - 0.875rem);
  margin: 0 0.875rem;
}
.mainSlider.no-arrows .flickity-button {
  display: none;
}
@media print, screen and (min-width: 64em) {
  .mainSlider .card {
    min-height: 550px;
  }
}

.noOverflowSlider .slide {
  width: 90%;
  margin: 0 0.875rem;
}
@media print, screen and (min-width: 64em) {
  .noOverflowSlider .slide {
    width: calc(50% - 0.875rem);
  }
  .noOverflowSlider .card {
    min-height: 560px;
  }
}
.noOverflowSlider .mainSlider .slide {
  width: 90%;
}
.noOverflowSlider .flickity-prev-next-button.next {
  right: -50px;
}
.noOverflowSlider .flickity-prev-next-button.next svg path {
  fill: #FC2940;
}
.noOverflowSlider .flickity-prev-next-button.previous {
  left: -50px;
}
.noOverflowSlider .flickity-prev-next-button.previous svg path {
  fill: #FC2940;
}

/*-----------------
FORM
-----------------*/
body .gform_wrapper .gform_required_legend {
  display: none !important;
}
body .gform_wrapper .gf_progressbar_wrapper .gf_progressbar_title {
  color: #FFF;
  text-align: right;
}
body .gform_wrapper .gf_progressbar_wrapper .gf_progressbar {
  background: #FFF !important;
  border-radius: 0px !important;
}
body .gform_wrapper .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
  background-color: #1D1D1B;
  border-radius: 0px !important;
}
body .gform_wrapper .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage span {
  display: none;
}
body .gform_wrapper .gform_body .ginput_container input {
  border-left: none;
  border-top: none;
  border-right: none;
}
body .gform_wrapper .gform_body .ginput_container input::placeholder {
  color: #FC2940;
}
body .gform_wrapper .gform_body .ginput_container .gfield-choice-input input {
  vertical-align: inherit;
}
body .gform_wrapper .gform_body .ginput_container .gfield-choice-input + label {
  max-width: calc(100% - 75px) !important;
}
body .gform_wrapper .gform_body .ginput_container.ginput_container_consent input {
  margin: 0px !important;
  background: red;
  display: inline-block;
  vertical-align: top;
}
body .gform_wrapper .gform_body .ginput_container.ginput_container_consent label {
  display: inline-block;
  max-width: calc(100% - 75px) !important;
}
body .gform_wrapper .gform_body .ginput_container.ginput_container_consent span {
  position: absolute;
  color: #FC2940 !important;
}
body .gform_wrapper .gform_body .ginput_container textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  height: 55px;
}
body .gform_wrapper .gform_body .ginput_container textarea.large {
  height: 55px;
}
body .gform_wrapper .gform_body .ginput_container textarea::placeholder {
  color: #FC2940;
}
body .gform_wrapper .gform_body .gfield_required {
  color: #1D1D1B;
}
body .gform_wrapper .gform_body .gfield_required .gfield_required_text {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  opacity: 0.5;
}
body .gform_wrapper .gform_body label.gfield_label {
  font-size: 12px;
}
body .gform_wrapper .gform_body .gfield_error [aria-invalid=true], body .gform_wrapper .gform_body .gfield_error label {
  border-color: #1D1D1B;
}
body .gform_wrapper .gform_body .gfield_description.validation_message {
  background: #1D1D1B;
  color: #FFF;
  font-size: 13px;
  border: none;
  padding-top: unset;
  padding: 6px 12px;
  display: inline-flex;
}
body .gform_wrapper .gform_footer {
  float: right;
  padding-bottom: 0px !important;
}
body .gform_wrapper .gform_footer input {
  background: #FC2940;
  border-radius: 99px;
  width: 130px;
  height: 59px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  margin-bottom: 0px !important;
}
body .gform_wrapper .gform_footer input:hover {
  background: #FFF;
  color: #1D1D1B;
}
body .gform_wrapper .gform_validation_errors {
  box-shadow: none;
  border: none;
  background: #F1F5F8;
}
body .gform_wrapper .gform_validation_errors h2 {
  color: #1D1D1B;
}
body .gform_wrapper .gfield_required span {
  color: #FC2940 !important;
}

.background-gray input {
  background-color: #A3A3AA;
  color: #1D1D1B;
  /*     border: 1px solid $white; */
}
.background-gray input:focus {
  /* color: $red; */
  /* border: 1px solid $red; */
  background-color: #A3A3AA;
}
.background-gray input::placeholder {
  color: #FFF !important;
}
.background-gray .gform_button, .background-gray .gform_previous_button, .background-gray .gform_next_button {
  display: inline-flex;
  background: #FFF;
  border-radius: 99%;
  width: 130px;
  height: 130px;
  justify-content: center;
  align-items: center;
  color: #1D1D1B;
}
.background-gray .gform_button:hover, .background-gray .gform_previous_button:hover, .background-gray .gform_next_button:hover {
  background: #FC2940;
  color: #FFF;
}
.background-gray .gform_previous_button {
  background: #1D1D1B !important;
  color: #FFF !important;
}
.background-gray .gform_previous_button:hover {
  background: #FC2940 !important;
  color: #FFF !important;
}

/*-----------------
FACETWP FILTERS RADIO
-----------------*/
.filters .facetwp-radio {
  background: none;
  padding-left: 0;
  font-size: 20px;
  opacity: 0.4;
}
.filters .facetwp-radio.checked {
  background: none;
  opacity: 1;
}

/*-----------------
FOOTER
-----------------*/
footer {
  position: relative;
  z-index: 2;
  padding: 60px 0;
}
@media screen and (min-width: 40em) {
  footer {
    padding-top: 120px;
  }
}
footer .grid-container {
  position: relative;
}
@media screen and (min-width: 40em) {
  footer .grid-container {
    padding-bottom: 200px;
  }
}
@media print, screen and (min-width: 64em) {
  footer .grid-container {
    padding-bottom: 0px;
  }
}
footer .logo {
  width: 100px;
}
footer .title {
  display: block;
  width: 100%;
}
footer .menu {
  display: flex;
  flex-direction: column;
}
footer .menu li a {
  transition: 0.2s all ease-in-out;
  color: #FFF;
  padding-left: 0px;
}
footer .menu li:hover a {
  color: #FC2940;
}
footer .menu li.current-menu-item a {
  color: #FC2940;
}
footer .circle-icon {
  background: #FFF;
  transition: 0.2s all ease-in-out;
  margin-right: 10px;
}
footer .circle-icon:hover {
  background: #FC2940;
}
footer .social-holder {
  display: flex;
}
footer .social-holder a {
  display: inline-block;
}
footer .required.email {
  border: 1px solid #FFF;
  border-left: none;
  border-right: none;
  border-top: none;
  background: none;
  padding-left: 0px;
}
footer .required.email::placeholder {
  color: #FFF;
}
footer address {
  font-style: normal;
}
footer address ul {
  margin: 0;
  list-style: none;
}
footer .gfield_consent_label {
  color: #FFF;
}

/* FLICKITY */
body .mainSlider .flickity-viewport .carousel-cell {
  width: calc((100% - 37.5px) / 1.5);
  margin-right: 25px;
}
@media screen and (min-width: 64em) {
  body .mainSlider .flickity-viewport .carousel-cell {
    width: calc((100% - 140px) / 3.25);
    margin-right: 35px;
  }
}
body .mainSlider .flickity-button {
  background: none !important;
}
body .mainSlider .flickity-button svg {
  fill: #FFF;
  transition: 0.2s all ease-in-out;
}
body .mainSlider .flickity-button.previous {
  right: 50px;
  top: -75px;
  left: unset;
}
body .mainSlider .flickity-button.next {
  right: 0;
  top: -75px;
}
body .mainSlider .flickity-button:hover svg {
  fill: #1D1D1B;
}

body {
  position: relative;
}

.waves {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

input#gform_submit_button_19 {
  line-height: 1;
}

ol li::marker, ul li::marker {
  color: #FC2940;
}

.cases-circle {
  position: absolute;
  right: -350px;
  bottom: -50px;
  z-index: -1;
  width: 700px;
}

.text-media-circle {
  position: absolute;
  left: -350px;
  bottom: -80px;
  z-index: -1;
  width: 600px;
}

.stacked-image {
  position: absolute;
  right: 0;
  z-index: -1;
  bottom: -80px;
  height: 100%;
}

.flickity-page-dot.is-selected {
  background: #FC2940;
  opacity: 100%;
}

#afbeeldingen-block_70508f3f8051d98ee7232d7e93e5420c {
  padding: 0;
}

#usp-block_6269fad054a8f5bc96f4ba9bbe1e3677 {
  margin-bottom: 0px;
}

.mainSlider .slide {
  width: 90%;
}

@media screen and (min-width: 64em) {
  .mainSlider .slide {
    width: calc(50% - 1.75rem);
  }
}
.post-meta {
  text-align: center;
  margin-top: 2rem;
  font-weight: bold;
}

.collage-circle {
  position: absolute;
  bottom: 0;
  left: -200px;
  z-index: -1;
}

.collage-circle.right {
  left: auto;
  right: -200px;
}

.logoSlider .slide {
  width: 200px !important;
  margin: 0 1rem;
}
.logoSlider img {
  height: 120px;
  padding: 1rem;
  object-fit: contain;
}
