@charset "UTF-8";
/* stylelint-disable */
/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 48em) {
  .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&narrow=23.75em&medium=48em&large=62em&xlarge=75em&xxlarge=90em&xxxlarge=100em";
}

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

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

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Manrope", sans-serif;
  font-weight: normal;
  line-height: 1.4;
  color: #747474;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

[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.51rem;
  margin: 0 0 0.8rem;
  padding: 0.65rem 0.7rem;
  border: 0 solid #dddddd;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: none;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.4;
  color: #747474;
  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: 0 solid #3f3f3f;
  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: #f3f5f6;
  cursor: not-allowed;
}

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

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

::placeholder {
  color: #747474;
}

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

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

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

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

label {
  display: block;
  margin: 0;
  font-size: 100%;
  font-weight: 500;
  line-height: 1.8;
  color: #fff;
}
label.middle {
  margin: 0 0 0.8rem;
  line-height: 1.4;
  padding: 0.4rem 0;
}

.help-text {
  margin-top: -0.4rem;
  font-size: 0.65rem;
  font-style: italic;
  color: #000;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 0.8rem;
  align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 5px 0 0 5px;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 5px 5px 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 #dddddd;
  background: #f3f5f6;
  color: #000;
  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.9rem;
}

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

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

.fieldset {
  margin: 0.9rem 0;
  padding: 1rem;
  border: 1px solid #dddddd;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.15rem;
  padding: 0 0.15rem;
}

select {
  height: 2.51rem;
  margin: 0 0 0.8rem;
  padding: 0.65rem 0.7rem;
  appearance: none;
  border: 0 solid #dddddd;
  border-radius: 5px;
  background-color: #fff;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.4;
  color: #747474;
  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%2863, 63, 63%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -0.8rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.2rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 0 solid #3f3f3f;
  background-color: #fff;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #f3f5f6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

.form-error {
  display: none;
  margin-top: -0.4rem;
  margin-bottom: 0.8rem;
  font-size: 0.6rem;
  font-weight: bold;
  color: #cc4b37;
}
.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: 1rem;
  font-size: inherit;
  line-height: inherit;
  text-rendering: optimizeLegibility;
}

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

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Manrope", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #3f3f3f;
  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: #dddddd;
}

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  h1, .h1 {
    font-size: 1.9rem;
  }
  h2, .h2 {
    font-size: 1.75rem;
  }
  h3, .h3 {
    font-size: 1.6rem;
  }
  h4, .h4 {
    font-size: 1.3rem;
  }
  h5, .h5 {
    font-size: 1.1rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 62em) {
  h1, .h1 {
    font-size: 2rem;
  }
  h2, .h2 {
    font-size: 1.9rem;
  }
  h3, .h3 {
    font-size: 1.7rem;
  }
  h4, .h4 {
    font-size: 1.4rem;
  }
  h5, .h5 {
    font-size: 1.2rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 75em) {
  h1, .h1 {
    font-size: 2.25rem;
  }
  h2, .h2 {
    font-size: 2.1rem;
  }
  h3, .h3 {
    font-size: 1.9rem;
  }
  h4, .h4 {
    font-size: 1.6rem;
  }
  h5, .h5 {
    font-size: 1.4rem;
  }
  h6, .h6 {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 90em) {
  h1, .h1 {
    font-size: 2.5rem;
  }
  h2, .h2 {
    font-size: 2.25rem;
  }
  h3, .h3 {
    font-size: 2rem;
  }
  h4, .h4 {
    font-size: 1.75rem;
  }
  h5, .h5 {
    font-size: 1.5rem;
  }
  h6, .h6 {
    font-size: 1.25rem;
  }
}
a {
  line-height: inherit;
  color: #3366cc;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #747474;
}
a img {
  border: 0;
}

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

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

li {
  font-size: inherit;
}

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

ol {
  margin-left: 1.25rem;
}

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

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

blockquote {
  margin: 0 0 1rem;
  padding: 0.45rem 1rem 0 0.95rem;
  border-left: 1px solid #dddddd;
}
blockquote, blockquote p {
  line-height: inherit;
  color: #3f3f3f;
}

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

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.1rem 0.2rem 0;
  background-color: #f3f5f6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000;
}

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

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

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

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

.cite-block, cite {
  display: block;
  color: #3f3f3f;
  font-size: 0.65rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #dddddd;
  background-color: #f3f5f6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.1rem 0.25rem 0.05rem;
}

.code-block {
  border: 1px solid #dddddd;
  background-color: #f3f5f6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000;
  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: 48em) {
  .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: 62em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 90em) {
  .xxlarge-text-left {
    text-align: left;
  }
  .xxlarge-text-right {
    text-align: right;
  }
  .xxlarge-text-center {
    text-align: center;
  }
  .xxlarge-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 100em) {
  .xxxlarge-text-left {
    text-align: left;
  }
  .xxxlarge-text-right {
    text-align: right;
  }
  .xxxlarge-text-center {
    text-align: center;
  }
  .xxxlarge-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 #3f3f3f;
    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.75rem;
  padding-left: 0.75rem;
  max-width: 81.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 48em) {
  .grid-container {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
.grid-container.fluid {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 48em) {
  .grid-container.fluid {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
.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: 48em) {
  .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: 62em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 75em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 90em) {
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-full, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 100em) {
  .grid-x > .xxxlarge-shrink, .grid-x > .xxxlarge-full, .grid-x > .xxxlarge-1, .grid-x > .xxxlarge-2, .grid-x > .xxxlarge-3, .grid-x > .xxxlarge-4, .grid-x > .xxxlarge-5, .grid-x > .xxxlarge-6, .grid-x > .xxxlarge-7, .grid-x > .xxxlarge-8, .grid-x > .xxxlarge-9, .grid-x > .xxxlarge-10, .grid-x > .xxxlarge-11, .grid-x > .xxxlarge-12 {
    flex-basis: auto;
  }
}
.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: 48em) {
  .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: 62em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 75em) {
  .grid-x > .xlarge-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xlarge-12, .grid-x > .xlarge-11, .grid-x > .xlarge-10, .grid-x > .xlarge-9, .grid-x > .xlarge-8, .grid-x > .xlarge-7, .grid-x > .xlarge-6, .grid-x > .xlarge-5, .grid-x > .xlarge-4, .grid-x > .xlarge-3, .grid-x > .xlarge-2, .grid-x > .xlarge-1, .grid-x > .xlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .xlarge-shrink {
    width: auto;
  }
  .grid-x > .xlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xlarge-3 {
    width: 25%;
  }
  .grid-x > .xlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xlarge-6 {
    width: 50%;
  }
  .grid-x > .xlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xlarge-9 {
    width: 75%;
  }
  .grid-x > .xlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xlarge-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 90em) {
  .grid-x > .xxlarge-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xxlarge-12, .grid-x > .xxlarge-11, .grid-x > .xxlarge-10, .grid-x > .xxlarge-9, .grid-x > .xxlarge-8, .grid-x > .xxlarge-7, .grid-x > .xxlarge-6, .grid-x > .xxlarge-5, .grid-x > .xxlarge-4, .grid-x > .xxlarge-3, .grid-x > .xxlarge-2, .grid-x > .xxlarge-1, .grid-x > .xxlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-x > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xxlarge-3 {
    width: 25%;
  }
  .grid-x > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xxlarge-6 {
    width: 50%;
  }
  .grid-x > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xxlarge-9 {
    width: 75%;
  }
  .grid-x > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 100em) {
  .grid-x > .xxxlarge-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xxxlarge-12, .grid-x > .xxxlarge-11, .grid-x > .xxxlarge-10, .grid-x > .xxxlarge-9, .grid-x > .xxxlarge-8, .grid-x > .xxxlarge-7, .grid-x > .xxxlarge-6, .grid-x > .xxxlarge-5, .grid-x > .xxxlarge-4, .grid-x > .xxxlarge-3, .grid-x > .xxxlarge-2, .grid-x > .xxxlarge-1, .grid-x > .xxxlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .xxxlarge-shrink {
    width: auto;
  }
  .grid-x > .xxxlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xxxlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xxxlarge-3 {
    width: 25%;
  }
  .grid-x > .xxxlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xxxlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xxxlarge-6 {
    width: 50%;
  }
  .grid-x > .xxxlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xxxlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xxxlarge-9 {
    width: 75%;
  }
  .grid-x > .xxxlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xxxlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xxxlarge-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

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

.grid-margin-x {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
@media print, screen and (min-width: 48em) {
  .grid-margin-x {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.5rem);
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
@media print, screen and (min-width: 48em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.5rem);
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.5rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.5rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.5rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.5rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.5rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.5rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.5rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.5rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.5rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.5rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.5rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.5rem);
}
@media print, screen and (min-width: 48em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.5rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.5rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.5rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.5rem);
  }
  .grid-margin-x > .narrow-auto {
    width: auto;
  }
  .grid-margin-x > .narrow-shrink {
    width: auto;
  }
  .grid-margin-x > .narrow-1 {
    width: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-x > .narrow-2 {
    width: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-x > .narrow-3 {
    width: calc(25% - 1.5rem);
  }
  .grid-margin-x > .narrow-4 {
    width: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-x > .narrow-5 {
    width: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-x > .narrow-6 {
    width: calc(50% - 1.5rem);
  }
  .grid-margin-x > .narrow-7 {
    width: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-x > .narrow-8 {
    width: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-x > .narrow-9 {
    width: calc(75% - 1.5rem);
  }
  .grid-margin-x > .narrow-10 {
    width: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-x > .narrow-11 {
    width: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-x > .narrow-12 {
    width: calc(100% - 1.5rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.5rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.5rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.5rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.5rem);
  }
}
@media print, screen and (min-width: 62em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.5rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.5rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.5rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.5rem);
  }
}
@media print, screen and (min-width: 75em) {
  .grid-margin-x > .xlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xlarge-1 {
    width: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xlarge-2 {
    width: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xlarge-3 {
    width: calc(25% - 1.5rem);
  }
  .grid-margin-x > .xlarge-4 {
    width: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xlarge-5 {
    width: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xlarge-6 {
    width: calc(50% - 1.5rem);
  }
  .grid-margin-x > .xlarge-7 {
    width: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xlarge-8 {
    width: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xlarge-9 {
    width: calc(75% - 1.5rem);
  }
  .grid-margin-x > .xlarge-10 {
    width: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xlarge-11 {
    width: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xlarge-12 {
    width: calc(100% - 1.5rem);
  }
}
@media print, screen and (min-width: 90em) {
  .grid-margin-x > .xxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxlarge-1 {
    width: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xxlarge-2 {
    width: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xxlarge-3 {
    width: calc(25% - 1.5rem);
  }
  .grid-margin-x > .xxlarge-4 {
    width: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xxlarge-5 {
    width: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xxlarge-6 {
    width: calc(50% - 1.5rem);
  }
  .grid-margin-x > .xxlarge-7 {
    width: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xxlarge-8 {
    width: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xxlarge-9 {
    width: calc(75% - 1.5rem);
  }
  .grid-margin-x > .xxlarge-10 {
    width: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xxlarge-11 {
    width: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xxlarge-12 {
    width: calc(100% - 1.5rem);
  }
}
@media screen and (min-width: 100em) {
  .grid-margin-x > .xxxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxxlarge-1 {
    width: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xxxlarge-2 {
    width: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xxxlarge-3 {
    width: calc(25% - 1.5rem);
  }
  .grid-margin-x > .xxxlarge-4 {
    width: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xxxlarge-5 {
    width: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xxxlarge-6 {
    width: calc(50% - 1.5rem);
  }
  .grid-margin-x > .xxxlarge-7 {
    width: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xxxlarge-8 {
    width: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xxxlarge-9 {
    width: calc(75% - 1.5rem);
  }
  .grid-margin-x > .xxxlarge-10 {
    width: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xxxlarge-11 {
    width: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xxxlarge-12 {
    width: calc(100% - 1.5rem);
  }
}

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  .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: 62em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 75em) {
  .xlarge-up-1 > .cell {
    width: 100%;
  }
  .xlarge-up-2 > .cell {
    width: 50%;
  }
  .xlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xlarge-up-4 > .cell {
    width: 25%;
  }
  .xlarge-up-5 > .cell {
    width: 20%;
  }
  .xlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xlarge-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 90em) {
  .xxlarge-up-1 > .cell {
    width: 100%;
  }
  .xxlarge-up-2 > .cell {
    width: 50%;
  }
  .xxlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xxlarge-up-4 > .cell {
    width: 25%;
  }
  .xxlarge-up-5 > .cell {
    width: 20%;
  }
  .xxlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xxlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xxlarge-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 100em) {
  .xxxlarge-up-1 > .cell {
    width: 100%;
  }
  .xxxlarge-up-2 > .cell {
    width: 50%;
  }
  .xxxlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xxxlarge-up-4 > .cell {
    width: 25%;
  }
  .xxxlarge-up-5 > .cell {
    width: 20%;
  }
  .xxxlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xxxlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xxxlarge-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.5rem);
}

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

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

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

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

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

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

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

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

.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: 48em) {
  .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: 48em) {
  .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: 48em) {
  .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: 62em) {
  .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: 75em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 90em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 100em) {
  .medium-margin-collapse > .xxxlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xxxlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xxxlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xxxlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xxxlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xxxlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xxxlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xxxlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xxxlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xxxlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xxxlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xxxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 48em) {
  .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: 62em) {
  .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: 62em) {
  .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: 62em) {
  .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: 62em) {
  .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: 75em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 90em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 100em) {
  .large-margin-collapse > .xxxlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xxxlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xxxlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xxxlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xxxlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xxxlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xxxlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xxxlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xxxlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xxxlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xxxlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xxxlarge-12 {
    width: 100%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.5rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1.5rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 1.5rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.5rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1.5rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1.5rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.5rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1.5rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1.5rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.5rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1.5rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1.5rem / 2);
  }
}
@media print, screen and (min-width: 62em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.5rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 1.5rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 1.5rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.5rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 1.5rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 1.5rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.5rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 1.5rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 1.5rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.5rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 1.5rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 1.5rem / 2);
  }
}
@media print, screen and (min-width: 75em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 1.5rem / 2);
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.3333333333% + 1.5rem / 2);
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.6666666667% + 1.5rem / 2);
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 1.5rem / 2);
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.3333333333% + 1.5rem / 2);
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.6666666667% + 1.5rem / 2);
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 1.5rem / 2);
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.3333333333% + 1.5rem / 2);
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.6666666667% + 1.5rem / 2);
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 1.5rem / 2);
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.3333333333% + 1.5rem / 2);
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.6666666667% + 1.5rem / 2);
  }
}
@media print, screen and (min-width: 90em) {
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 1.5rem / 2);
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.3333333333% + 1.5rem / 2);
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(16.6666666667% + 1.5rem / 2);
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(25% + 1.5rem / 2);
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.3333333333% + 1.5rem / 2);
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.6666666667% + 1.5rem / 2);
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(50% + 1.5rem / 2);
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.3333333333% + 1.5rem / 2);
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.6666666667% + 1.5rem / 2);
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(75% + 1.5rem / 2);
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.3333333333% + 1.5rem / 2);
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(91.6666666667% + 1.5rem / 2);
  }
}
@media screen and (min-width: 100em) {
  .xxxlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xxxlarge-offset-0 {
    margin-left: calc(0% + 1.5rem / 2);
  }
  .xxxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xxxlarge-offset-1 {
    margin-left: calc(8.3333333333% + 1.5rem / 2);
  }
  .xxxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xxxlarge-offset-2 {
    margin-left: calc(16.6666666667% + 1.5rem / 2);
  }
  .xxxlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xxxlarge-offset-3 {
    margin-left: calc(25% + 1.5rem / 2);
  }
  .xxxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xxxlarge-offset-4 {
    margin-left: calc(33.3333333333% + 1.5rem / 2);
  }
  .xxxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xxxlarge-offset-5 {
    margin-left: calc(41.6666666667% + 1.5rem / 2);
  }
  .xxxlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xxxlarge-offset-6 {
    margin-left: calc(50% + 1.5rem / 2);
  }
  .xxxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xxxlarge-offset-7 {
    margin-left: calc(58.3333333333% + 1.5rem / 2);
  }
  .xxxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xxxlarge-offset-8 {
    margin-left: calc(66.6666666667% + 1.5rem / 2);
  }
  .xxxlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xxxlarge-offset-9 {
    margin-left: calc(75% + 1.5rem / 2);
  }
  .xxxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xxxlarge-offset-10 {
    margin-left: calc(83.3333333333% + 1.5rem / 2);
  }
  .xxxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xxxlarge-offset-11 {
    margin-left: calc(91.6666666667% + 1.5rem / 2);
  }
}
.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: 48em) {
  .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: 62em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 75em) {
  .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 90em) {
  .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-full, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 100em) {
  .grid-y > .xxxlarge-shrink, .grid-y > .xxxlarge-full, .grid-y > .xxxlarge-1, .grid-y > .xxxlarge-2, .grid-y > .xxxlarge-3, .grid-y > .xxxlarge-4, .grid-y > .xxxlarge-5, .grid-y > .xxxlarge-6, .grid-y > .xxxlarge-7, .grid-y > .xxxlarge-8, .grid-y > .xxxlarge-9, .grid-y > .xxxlarge-10, .grid-y > .xxxlarge-11, .grid-y > .xxxlarge-12 {
    flex-basis: auto;
  }
}
.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: 48em) {
  .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: 62em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 75em) {
  .grid-y > .xlarge-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xlarge-12, .grid-y > .xlarge-11, .grid-y > .xlarge-10, .grid-y > .xlarge-9, .grid-y > .xlarge-8, .grid-y > .xlarge-7, .grid-y > .xlarge-6, .grid-y > .xlarge-5, .grid-y > .xlarge-4, .grid-y > .xlarge-3, .grid-y > .xlarge-2, .grid-y > .xlarge-1, .grid-y > .xlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .xlarge-shrink {
    height: auto;
  }
  .grid-y > .xlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xlarge-3 {
    height: 25%;
  }
  .grid-y > .xlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xlarge-6 {
    height: 50%;
  }
  .grid-y > .xlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xlarge-9 {
    height: 75%;
  }
  .grid-y > .xlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xlarge-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 90em) {
  .grid-y > .xxlarge-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xxlarge-12, .grid-y > .xxlarge-11, .grid-y > .xxlarge-10, .grid-y > .xxlarge-9, .grid-y > .xxlarge-8, .grid-y > .xxlarge-7, .grid-y > .xxlarge-6, .grid-y > .xxlarge-5, .grid-y > .xxlarge-4, .grid-y > .xxlarge-3, .grid-y > .xxlarge-2, .grid-y > .xxlarge-1, .grid-y > .xxlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-y > .xxlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xxlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xxlarge-3 {
    height: 25%;
  }
  .grid-y > .xxlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xxlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xxlarge-6 {
    height: 50%;
  }
  .grid-y > .xxlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xxlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xxlarge-9 {
    height: 75%;
  }
  .grid-y > .xxlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xxlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xxlarge-12 {
    height: 100%;
  }
}
@media screen and (min-width: 100em) {
  .grid-y > .xxxlarge-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xxxlarge-12, .grid-y > .xxxlarge-11, .grid-y > .xxxlarge-10, .grid-y > .xxxlarge-9, .grid-y > .xxxlarge-8, .grid-y > .xxxlarge-7, .grid-y > .xxxlarge-6, .grid-y > .xxxlarge-5, .grid-y > .xxxlarge-4, .grid-y > .xxxlarge-3, .grid-y > .xxxlarge-2, .grid-y > .xxxlarge-1, .grid-y > .xxxlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .xxxlarge-shrink {
    height: auto;
  }
  .grid-y > .xxxlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xxxlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xxxlarge-3 {
    height: 25%;
  }
  .grid-y > .xxxlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xxxlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xxxlarge-6 {
    height: 50%;
  }
  .grid-y > .xxxlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xxxlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xxxlarge-9 {
    height: 75%;
  }
  .grid-y > .xxxlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xxxlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xxxlarge-12 {
    height: 100%;
  }
}

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

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

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

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

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.5rem);
}
@media print, screen and (min-width: 48em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.5rem);
  }
}
@media print, screen and (min-width: 62em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.5rem);
  }
}
@media print, screen and (min-width: 75em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.5rem);
  }
}
@media print, screen and (min-width: 90em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.5rem);
  }
}
@media screen and (min-width: 100em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.5rem);
  }
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.5rem);
  }
}
@media print, screen and (min-width: 62em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.5rem);
  }
}
@media print, screen and (min-width: 75em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 1.5rem);
  }
}
@media print, screen and (min-width: 90em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 1.5rem);
  }
}
@media screen and (min-width: 100em) {
  .grid-margin-y.xxxlarge-grid-frame {
    height: calc(100vh + 1.5rem);
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 5px;
  padding: 0.71em 1.4em 0.81em 1.4em;
  border: 3px solid rgba(51, 102, 204, 0);
  border-radius: 30px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #3366cc;
  color: #fff;
}
.button:hover, .button:focus {
  background-color: #2b57ad;
  color: #fff;
}
.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: #3366cc;
  color: #fff;
}
.button.primary:hover, .button.primary:focus {
  background-color: #2952a3;
  color: #fff;
}
.button.primary-light, .button.primary-light.disabled, .button.primary-light[disabled], .button.primary-light.disabled:hover, .button.primary-light[disabled]:hover, .button.primary-light.disabled:focus, .button.primary-light[disabled]:focus {
  background-color: #0290c4;
  color: #fff;
}
.button.primary-light:hover, .button.primary-light:focus {
  background-color: #02739d;
  color: #fff;
}
.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: #9933cc;
  color: #fff;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #7a29a3;
  color: #fff;
}
.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: #84a859;
  color: #fff;
}
.button.success:hover, .button.success:focus {
  background-color: #6a8747;
  color: #fff;
}
.button.info, .button.info.disabled, .button.info[disabled], .button.info.disabled:hover, .button.info[disabled]:hover, .button.info.disabled:focus, .button.info[disabled]:focus {
  background-color: #a8ae00;
  color: #fff;
}
.button.info:hover, .button.info:focus {
  background-color: #868b00;
  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: #ffae00;
  color: #fff;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #fff;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #fff;
}
.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #fff;
}
.button.alert-dark, .button.alert-dark.disabled, .button.alert-dark[disabled], .button.alert-dark.disabled:hover, .button.alert-dark[disabled]:hover, .button.alert-dark.disabled:focus, .button.alert-dark[disabled]:focus {
  background-color: #cd3423;
  color: #fff;
}
.button.alert-dark:hover, .button.alert-dark:focus {
  background-color: #a42a1c;
  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 #3366cc;
  color: #3366cc;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #1a3366;
  color: #1a3366;
}
.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 #3366cc;
  color: #3366cc;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #1a3366;
  color: #1a3366;
}
.button.hollow.primary-light, .button.hollow.primary-light.disabled, .button.hollow.primary-light[disabled], .button.hollow.primary-light.disabled:hover, .button.hollow.primary-light[disabled]:hover, .button.hollow.primary-light.disabled:focus, .button.hollow.primary-light[disabled]:focus {
  border: 1px solid #0290c4;
  color: #0290c4;
}
.button.hollow.primary-light:hover, .button.hollow.primary-light:focus {
  border-color: #014862;
  color: #014862;
}
.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 #9933cc;
  color: #9933cc;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #4d1a66;
  color: #4d1a66;
}
.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 #84a859;
  color: #84a859;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #42542c;
  color: #42542c;
}
.button.hollow.info, .button.hollow.info.disabled, .button.hollow.info[disabled], .button.hollow.info.disabled:hover, .button.hollow.info[disabled]:hover, .button.hollow.info.disabled:focus, .button.hollow.info[disabled]:focus {
  border: 1px solid #a8ae00;
  color: #a8ae00;
}
.button.hollow.info:hover, .button.hollow.info:focus {
  border-color: #545700;
  color: #545700;
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.hollow.alert-dark, .button.hollow.alert-dark.disabled, .button.hollow.alert-dark[disabled], .button.hollow.alert-dark.disabled:hover, .button.hollow.alert-dark[disabled]:hover, .button.hollow.alert-dark.disabled:focus, .button.hollow.alert-dark[disabled]:focus {
  border: 1px solid #cd3423;
  color: #cd3423;
}
.button.hollow.alert-dark:hover, .button.hollow.alert-dark:focus {
  border-color: #671a12;
  color: #671a12;
}
.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: #3366cc;
}
.button.clear:hover, .button.clear:focus {
  color: #1a3366;
}
.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: #3366cc;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: #1a3366;
}
.button.clear.primary-light, .button.clear.primary-light.disabled, .button.clear.primary-light[disabled], .button.clear.primary-light.disabled:hover, .button.clear.primary-light[disabled]:hover, .button.clear.primary-light.disabled:focus, .button.clear.primary-light[disabled]:focus {
  color: #0290c4;
}
.button.clear.primary-light:hover, .button.clear.primary-light:focus {
  color: #014862;
}
.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: #9933cc;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #4d1a66;
}
.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: #84a859;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: #42542c;
}
.button.clear.info, .button.clear.info.disabled, .button.clear.info[disabled], .button.clear.info.disabled:hover, .button.clear.info[disabled]:hover, .button.clear.info.disabled:focus, .button.clear.info[disabled]:focus {
  color: #a8ae00;
}
.button.clear.info:hover, .button.clear.info:focus {
  color: #545700;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: #805700;
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: #67251a;
}
.button.clear.alert-dark, .button.clear.alert-dark.disabled, .button.clear.alert-dark[disabled], .button.clear.alert-dark.disabled:hover, .button.clear.alert-dark[disabled]:hover, .button.clear.alert-dark.disabled:focus, .button.clear.alert-dark[disabled]:focus {
  color: #cd3423;
}
.button.clear.alert-dark:hover, .button.clear.alert-dark:focus {
  color: #671a12;
}
.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: 1.4em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #3366cc;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #3366cc;
}
.button.dropdown.hollow.primary-light::after, .button.dropdown.clear.primary-light::after {
  border-top-color: #0290c4;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #9933cc;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #84a859;
}
.button.dropdown.hollow.info::after, .button.dropdown.clear.info::after {
  border-top-color: #a8ae00;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}
.button.dropdown.hollow.alert-dark::after, .button.dropdown.clear.alert-dark::after {
  border-top-color: #cd3423;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

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

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-grow: 1;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.button-group::after {
  clear: both;
}
.button-group::before, .button-group::after {
  display: none;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 1rem;
  flex: 0 0 auto;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded .button {
  flex: 1 1 0px;
}
.button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
  background-color: #3366cc;
  color: #fff;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #2952a3;
  color: #fff;
}
.button-group.primary-light .button, .button-group.primary-light .button.disabled, .button-group.primary-light .button[disabled], .button-group.primary-light .button.disabled:hover, .button-group.primary-light .button[disabled]:hover, .button-group.primary-light .button.disabled:focus, .button-group.primary-light .button[disabled]:focus {
  background-color: #0290c4;
  color: #fff;
}
.button-group.primary-light .button:hover, .button-group.primary-light .button:focus {
  background-color: #02739d;
  color: #fff;
}
.button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
  background-color: #9933cc;
  color: #fff;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #7a29a3;
  color: #fff;
}
.button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
  background-color: #84a859;
  color: #fff;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #6a8747;
  color: #fff;
}
.button-group.info .button, .button-group.info .button.disabled, .button-group.info .button[disabled], .button-group.info .button.disabled:hover, .button-group.info .button[disabled]:hover, .button-group.info .button.disabled:focus, .button-group.info .button[disabled]:focus {
  background-color: #a8ae00;
  color: #fff;
}
.button-group.info .button:hover, .button-group.info .button:focus {
  background-color: #868b00;
  color: #fff;
}
.button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
  background-color: #ffae00;
  color: #fff;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #fff;
}
.button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
  background-color: #cc4b37;
  color: #fff;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #fff;
}
.button-group.alert-dark .button, .button-group.alert-dark .button.disabled, .button-group.alert-dark .button[disabled], .button-group.alert-dark .button.disabled:hover, .button-group.alert-dark .button[disabled]:hover, .button-group.alert-dark .button.disabled:focus, .button-group.alert-dark .button[disabled]:focus {
  background-color: #cd3423;
  color: #fff;
}
.button-group.alert-dark .button:hover, .button-group.alert-dark .button:focus {
  background-color: #a42a1c;
  color: #fff;
}
.button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
  background-color: transparent;
}
.button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
  border: 1px solid #3366cc;
  color: #3366cc;
}
.button-group.hollow .button:hover, .button-group.hollow .button:focus {
  border-color: #1a3366;
  color: #1a3366;
}
.button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
  border: 1px solid #3366cc;
  color: #3366cc;
}
.button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
  border-color: #1a3366;
  color: #1a3366;
}
.button-group.hollow.primary-light .button, .button-group.hollow.primary-light .button.disabled, .button-group.hollow.primary-light .button[disabled], .button-group.hollow.primary-light .button.disabled:hover, .button-group.hollow.primary-light .button[disabled]:hover, .button-group.hollow.primary-light .button.disabled:focus, .button-group.hollow.primary-light .button[disabled]:focus, .button-group.hollow .button.primary-light, .button-group.hollow .button.primary-light.disabled, .button-group.hollow .button.primary-light[disabled], .button-group.hollow .button.primary-light.disabled:hover, .button-group.hollow .button.primary-light[disabled]:hover, .button-group.hollow .button.primary-light.disabled:focus, .button-group.hollow .button.primary-light[disabled]:focus {
  border: 1px solid #0290c4;
  color: #0290c4;
}
.button-group.hollow.primary-light .button:hover, .button-group.hollow.primary-light .button:focus, .button-group.hollow .button.primary-light:hover, .button-group.hollow .button.primary-light:focus {
  border-color: #014862;
  color: #014862;
}
.button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
  border: 1px solid #9933cc;
  color: #9933cc;
}
.button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
  border-color: #4d1a66;
  color: #4d1a66;
}
.button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
  border: 1px solid #84a859;
  color: #84a859;
}
.button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
  border-color: #42542c;
  color: #42542c;
}
.button-group.hollow.info .button, .button-group.hollow.info .button.disabled, .button-group.hollow.info .button[disabled], .button-group.hollow.info .button.disabled:hover, .button-group.hollow.info .button[disabled]:hover, .button-group.hollow.info .button.disabled:focus, .button-group.hollow.info .button[disabled]:focus, .button-group.hollow .button.info, .button-group.hollow .button.info.disabled, .button-group.hollow .button.info[disabled], .button-group.hollow .button.info.disabled:hover, .button-group.hollow .button.info[disabled]:hover, .button-group.hollow .button.info.disabled:focus, .button-group.hollow .button.info[disabled]:focus {
  border: 1px solid #a8ae00;
  color: #a8ae00;
}
.button-group.hollow.info .button:hover, .button-group.hollow.info .button:focus, .button-group.hollow .button.info:hover, .button-group.hollow .button.info:focus {
  border-color: #545700;
  color: #545700;
}
.button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button-group.hollow.alert-dark .button, .button-group.hollow.alert-dark .button.disabled, .button-group.hollow.alert-dark .button[disabled], .button-group.hollow.alert-dark .button.disabled:hover, .button-group.hollow.alert-dark .button[disabled]:hover, .button-group.hollow.alert-dark .button.disabled:focus, .button-group.hollow.alert-dark .button[disabled]:focus, .button-group.hollow .button.alert-dark, .button-group.hollow .button.alert-dark.disabled, .button-group.hollow .button.alert-dark[disabled], .button-group.hollow .button.alert-dark.disabled:hover, .button-group.hollow .button.alert-dark[disabled]:hover, .button-group.hollow .button.alert-dark.disabled:focus, .button-group.hollow .button.alert-dark[disabled]:focus {
  border: 1px solid #cd3423;
  color: #cd3423;
}
.button-group.hollow.alert-dark .button:hover, .button-group.hollow.alert-dark .button:focus, .button-group.hollow .button.alert-dark:hover, .button-group.hollow .button.alert-dark:focus {
  border-color: #671a12;
  color: #671a12;
}
.button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
  color: #3366cc;
}
.button-group.clear .button:hover, .button-group.clear .button:focus {
  color: #1a3366;
}
.button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
  color: #3366cc;
}
.button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
  color: #1a3366;
}
.button-group.clear.primary-light .button, .button-group.clear.primary-light .button.disabled, .button-group.clear.primary-light .button[disabled], .button-group.clear.primary-light .button.disabled:hover, .button-group.clear.primary-light .button[disabled]:hover, .button-group.clear.primary-light .button.disabled:focus, .button-group.clear.primary-light .button[disabled]:focus, .button-group.clear .button.primary-light, .button-group.clear .button.primary-light.disabled, .button-group.clear .button.primary-light[disabled], .button-group.clear .button.primary-light.disabled:hover, .button-group.clear .button.primary-light[disabled]:hover, .button-group.clear .button.primary-light.disabled:focus, .button-group.clear .button.primary-light[disabled]:focus {
  color: #0290c4;
}
.button-group.clear.primary-light .button:hover, .button-group.clear.primary-light .button:focus, .button-group.clear .button.primary-light:hover, .button-group.clear .button.primary-light:focus {
  color: #014862;
}
.button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
  color: #9933cc;
}
.button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
  color: #4d1a66;
}
.button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
  color: #84a859;
}
.button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
  color: #42542c;
}
.button-group.clear.info .button, .button-group.clear.info .button.disabled, .button-group.clear.info .button[disabled], .button-group.clear.info .button.disabled:hover, .button-group.clear.info .button[disabled]:hover, .button-group.clear.info .button.disabled:focus, .button-group.clear.info .button[disabled]:focus, .button-group.clear .button.info, .button-group.clear .button.info.disabled, .button-group.clear .button.info[disabled], .button-group.clear .button.info.disabled:hover, .button-group.clear .button.info[disabled]:hover, .button-group.clear .button.info.disabled:focus, .button-group.clear .button.info[disabled]:focus {
  color: #a8ae00;
}
.button-group.clear.info .button:hover, .button-group.clear.info .button:focus, .button-group.clear .button.info:hover, .button-group.clear .button.info:focus {
  color: #545700;
}
.button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
  color: #ffae00;
}
.button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
  color: #805700;
}
.button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
  color: #cc4b37;
}
.button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
  color: #67251a;
}
.button-group.clear.alert-dark .button, .button-group.clear.alert-dark .button.disabled, .button-group.clear.alert-dark .button[disabled], .button-group.clear.alert-dark .button.disabled:hover, .button-group.clear.alert-dark .button[disabled]:hover, .button-group.clear.alert-dark .button.disabled:focus, .button-group.clear.alert-dark .button[disabled]:focus, .button-group.clear .button.alert-dark, .button-group.clear .button.alert-dark.disabled, .button-group.clear .button.alert-dark[disabled], .button-group.clear .button.alert-dark.disabled:hover, .button-group.clear .button.alert-dark[disabled]:hover, .button-group.clear .button.alert-dark.disabled:focus, .button-group.clear .button.alert-dark[disabled]:focus {
  color: #cd3423;
}
.button-group.clear.alert-dark .button:hover, .button-group.clear.alert-dark .button:focus, .button-group.clear .button.alert-dark:hover, .button-group.clear .button.alert-dark:focus {
  color: #671a12;
}
.button-group.no-gaps .button {
  margin-right: -0.05rem;
}
.button-group.no-gaps .button + .button {
  border-left-color: transparent;
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  flex: 0 0 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
.button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
  flex: 1 1 0px;
}
@media print, screen and (min-width: 48em) {
  .button-group.stacked-for-small .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 62em) {
  .button-group.stacked-for-medium .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.close-button {
  position: absolute;
  z-index: 10;
  color: #3f3f3f;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #000;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

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

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #3366cc;
  color: #fff;
}
.label.primary {
  background: #3366cc;
  color: #fff;
}
.label.primary-light {
  background: #0290c4;
  color: #000;
}
.label.secondary {
  background: #9933cc;
  color: #fff;
}
.label.success {
  background: #84a859;
  color: #000;
}
.label.info {
  background: #a8ae00;
  color: #000;
}
.label.warning {
  background: #ffae00;
  color: #000;
}
.label.alert {
  background: #cc4b37;
  color: #000;
}
.label.alert-dark {
  background: #cd3423;
  color: #fff;
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #dddddd;
}
.progress.primary .progress-meter {
  background-color: #3366cc;
}
.progress.primary-light .progress-meter {
  background-color: #0290c4;
}
.progress.secondary .progress-meter {
  background-color: #9933cc;
}
.progress.success .progress-meter {
  background-color: #84a859;
}
.progress.info .progress-meter {
  background-color: #a8ae00;
}
.progress.warning .progress-meter {
  background-color: #ffae00;
}
.progress.alert .progress-meter {
  background-color: #cc4b37;
}
.progress.alert-dark .progress-meter {
  background-color: #cd3423;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #3366cc;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #f3f5f6;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #dddddd;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  cursor: grab;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #3366cc;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: #2b57ad;
}
.slider-handle.is-dragging {
  transition: all 0s linear;
  cursor: grabbing;
}

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

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.switch {
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.7rem;
  font-weight: bold;
  color: #fff;
  user-select: none;
  height: 2rem;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #dddddd;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fff;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #3366cc;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
input:disabled ~ .switch-paddle {
  cursor: not-allowed;
  opacity: 0.5;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.5rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.6rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 0.8rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid #f2f2f2;
  background-color: #fff;
}

caption {
  padding: 0.4rem 0.5rem 0.5rem;
  font-weight: bold;
}

thead {
  background: #f9f9f9;
  color: #747474;
}

tfoot {
  background: #f2f2f2;
  color: #747474;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.4rem 0.5rem 0.5rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.4rem 0.5rem 0.5rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f2f2f2;
}

table.unstriped tbody {
  background-color: #fff;
}
table.unstriped tbody tr {
  border-bottom: 1px solid #f2f2f2;
  background-color: #fff;
}

@media print, screen and (max-width: 61.99875em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f4f4f4;
}
table.hover tfoot tr:hover {
  background-color: #ededed;
}
table.hover tbody tr:hover {
  background-color: #fafafa;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed;
}

.table-scroll {
  overflow-x: auto;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #3366cc;
  color: #fff;
}
.badge.primary {
  background: #3366cc;
  color: #fff;
}
.badge.primary-light {
  background: #0290c4;
  color: #000;
}
.badge.secondary {
  background: #9933cc;
  color: #fff;
}
.badge.success {
  background: #84a859;
  color: #000;
}
.badge.info {
  background: #a8ae00;
  color: #000;
}
.badge.warning {
  background: #ffae00;
  color: #000;
}
.badge.alert {
  background: #cc4b37;
  color: #000;
}
.badge.alert-dark {
  background: #cd3423;
  color: #fff;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.55rem;
  color: #000;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #dddddd;
}
.breadcrumbs a {
  color: #3366cc;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #dddddd;
  cursor: not-allowed;
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
  background-color: white;
  color: #747474;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #e0e8f7;
  color: #747474;
}
.callout.primary-light {
  background-color: #d1f2ff;
  color: #747474;
}
.callout.secondary {
  background-color: #f0e0f7;
  color: #747474;
}
.callout.success {
  background-color: #edf2e6;
  color: #747474;
}
.callout.info {
  background-color: #fdffcd;
  color: #747474;
}
.callout.warning {
  background-color: #fff3d9;
  color: #747474;
}
.callout.alert {
  background-color: #f7e4e1;
  color: #747474;
}
.callout.alert-dark {
  background-color: #f9dfdc;
  color: #747474;
}
.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: 1px solid #f3f5f6;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
  color: #747474;
}
.card > :last-child {
  margin-bottom: 0;
}

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

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

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

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #dddddd;
  border-radius: 0;
  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;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.05rem;
  border-radius: 0;
  font-size: 0.7rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 48em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.15rem 0.5rem;
  border-radius: 0;
  color: #000;
}
.pagination a:hover,
.pagination button:hover {
  background: #f3f5f6;
}
.pagination .current {
  padding: 0.15rem 0.5rem;
  background: #3366cc;
  color: #fff;
  cursor: default;
}
.pagination .disabled {
  padding: 0.15rem 0.5rem;
  color: #dddddd;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.15rem 0.5rem;
  content: "…";
  color: #000;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #3f3f3f;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #000;
  font-size: 80%;
  color: #fff;
}
.tooltip::before {
  position: absolute;
}
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-top-width: 0;
  border-color: transparent transparent #000;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-color: #000 transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #000;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-left-width: 0;
  border-color: transparent #000 transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.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: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #f3f5f6;
  border-bottom: 0;
  font-size: 0.6rem;
  line-height: 1;
  color: #3366cc;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #f3f5f6;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #f3f5f6;
}
.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 #f3f5f6;
  border-bottom: 0;
  background-color: #fff;
  color: #747474;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #f3f5f6;
}

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}
@media print, screen and (max-width: 23.74875em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}

.media-object-section {
  flex: 0 1 auto;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 23.74875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.main-section {
  flex: 1 1 0px;
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
  position: absolute;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fff;
}
[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(0, 0, 0, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #dddddd;
}
.orbit-bullets button:hover {
  background-color: #3f3f3f;
}
.orbit-bullets button.is-active {
  background-color: #3f3f3f;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 0.8rem;
  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 #f3f5f6;
  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: #3366cc;
}
.tabs.primary > li > a {
  color: #fff;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #3061c2;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.6rem;
  line-height: 1;
  color: #3366cc;
}
[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #fff;
  color: #2c58af;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #f3f5f6;
  color: #3366cc;
}

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

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

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

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 4px solid #fff;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(51, 102, 204, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.vertical.icon-top li a img,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a svg {
  text-align: left;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a svg {
  text-align: left;
}
.menu.simple {
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 48em) {
  .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: 62em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 75em) {
  .menu.xlarge-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.xlarge-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.xlarge-expanded li {
    flex: 1 1 0px;
  }
  .menu.xlarge-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 90em) {
  .menu.xxlarge-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.xxlarge-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.xxlarge-expanded li {
    flex: 1 1 0px;
  }
  .menu.xxlarge-simple li {
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 100em) {
  .menu.xxxlarge-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.xxxlarge-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.xxxlarge-expanded li {
    flex: 1 1 0px;
  }
  .menu.xxxlarge-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: #3366cc;
  color: #fff;
}
.menu .active > a {
  background: #3366cc;
  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: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

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

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

.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: #dddddd;
  box-shadow: 0 7px 0 #dddddd, 0 14px 0 #dddddd;
}

.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: #000;
  box-shadow: 0 7px 0 #000, 0 14px 0 #000;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #3f3f3f;
  box-shadow: 0 7px 0 #3f3f3f, 0 14px 0 #3f3f3f;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.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: #3366cc 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: #3366cc 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: 0.7rem 1rem;
  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: 0.7rem 1rem;
}
.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 #3366cc;
  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 #3366cc;
  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 #3366cc 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 #3366cc 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: #3366cc transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #3366cc;
}
.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 #3366cc 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 #3366cc;
}
@media print, screen and (min-width: 48em) {
  .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: #3366cc 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 #3366cc 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 #3366cc;
  }
}
@media print, screen and (min-width: 62em) {
  .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: #3366cc 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 #3366cc 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 #3366cc;
  }
}
@media print, screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #3366cc transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #3366cc transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #3366cc;
  }
}
@media print, screen and (min-width: 90em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xxlarge-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: #3366cc transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xxlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xxlarge-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 #3366cc transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.xxlarge-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 #3366cc;
  }
}
@media screen and (min-width: 100em) {
  .dropdown.menu.xxxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xxxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xxxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xxxlarge-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: #3366cc transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.xxxlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xxxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xxxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xxxlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xxxlarge-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 #3366cc transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.xxxlarge-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 #3366cc;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

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

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

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #dddddd;
  background: #fff;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #3366cc 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 #3366cc;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #dddddd;
  border-radius: 0;
  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: 48em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 48em) {
  .reveal {
    width: 600px;
    max-width: 81.5rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 48em) {
  .reveal.tiny {
    width: 30%;
    max-width: 81.5rem;
  }
}
@media print, screen and (min-width: 48em) {
  .reveal.small {
    width: 50%;
    max-width: 81.5rem;
  }
}
@media print, screen and (min-width: 48em) {
  .reveal.large {
    width: 90%;
    max-width: 81.5rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 23.74875em) {
  .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;
}

.title-bar {
  padding: 0.5rem;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

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

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
  background-color: #f3f5f6;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 48em) {
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 89.99875em) {
  .top-bar.stacked-for-xlarge {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-xlarge .top-bar-left,
  .top-bar.stacked-for-xlarge .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 99.99875em) {
  .top-bar.stacked-for-xxlarge {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-xxlarge .top-bar-left,
  .top-bar.stacked-for-xxlarge .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.top-bar.stacked-for-xxxlarge {
  flex-wrap: wrap;
}
.top-bar.stacked-for-xxxlarge .top-bar-left,
.top-bar.stacked-for-xxxlarge .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

.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: 48em) {
  .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: 62em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 75em) {
  .xlarge-order-1 {
    order: 1;
  }
  .xlarge-order-2 {
    order: 2;
  }
  .xlarge-order-3 {
    order: 3;
  }
  .xlarge-order-4 {
    order: 4;
  }
  .xlarge-order-5 {
    order: 5;
  }
  .xlarge-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 90em) {
  .xxlarge-order-1 {
    order: 1;
  }
  .xxlarge-order-2 {
    order: 2;
  }
  .xxlarge-order-3 {
    order: 3;
  }
  .xxlarge-order-4 {
    order: 4;
  }
  .xxlarge-order-5 {
    order: 5;
  }
  .xxlarge-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 100em) {
  .xxxlarge-order-1 {
    order: 1;
  }
  .xxxlarge-order-2 {
    order: 2;
  }
  .xxxlarge-order-3 {
    order: 3;
  }
  .xxxlarge-order-4 {
    order: 4;
  }
  .xxxlarge-order-5 {
    order: 5;
  }
  .xxxlarge-order-6 {
    order: 6;
  }
}
.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: 48em) {
  .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: 62em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: flex;
  }
  .xlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xlarge-flex-dir-row {
    flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 90em) {
  .xxlarge-flex-container {
    display: flex;
  }
  .xxlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xxlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xxlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xxlarge-flex-dir-row {
    flex-direction: row;
  }
  .xxlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xxlarge-flex-dir-column {
    flex-direction: column;
  }
  .xxlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 100em) {
  .xxxlarge-flex-container {
    display: flex;
  }
  .xxxlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xxxlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xxxlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xxxlarge-flex-dir-row {
    flex-direction: row;
  }
  .xxxlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xxxlarge-flex-dir-column {
    flex-direction: column;
  }
  .xxxlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-overline {
  text-decoration: overline !important;
}

.text-underline {
  text-decoration: underline !important;
}

.text-line-through {
  text-decoration: line-through !important;
}

.font-wide {
  letter-spacing: 0.2rem;
}

.font-normal {
  font-weight: normal;
}

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

.font-italic {
  font-style: italic !important;
}

ul.list-disc {
  list-style-type: disc !important;
}

ul.list-circle {
  list-style-type: circle !important;
}

ul.list-square {
  list-style-type: square !important;
}

ol.list-decimal {
  list-style-type: decimal !important;
}

ol.list-lower-alpha {
  list-style-type: lower-alpha !important;
}

ol.list-lower-latin {
  list-style-type: lower-latin !important;
}

ol.list-lower-roman {
  list-style-type: lower-roman !important;
}

ol.list-upper-alpha {
  list-style-type: upper-alpha !important;
}

ol.list-upper-latin {
  list-style-type: upper-latin !important;
}

ol.list-upper-roman {
  list-style-type: upper-roman !important;
}

.rounded {
  border-radius: 5000px !important;
}
.rounded .switch-paddle {
  border-radius: 5000px !important;
}
.rounded .switch-paddle:after {
  border-radius: 50%;
}

.radius {
  border-radius: 0.15rem;
}

.bordered {
  border: 0.05rem solid #dddddd;
}

.shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.arrow-down {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375rem;
  content: "";
  border-bottom-width: 0;
  border-color: #000 transparent transparent;
}

.arrow-up {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375rem;
  content: "";
  border-top-width: 0;
  border-color: transparent transparent #000;
}

.arrow-right {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375rem;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #000;
}

.arrow-left {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375rem;
  content: "";
  border-left-width: 0;
  border-color: transparent #000 transparent transparent;
}

.separator-center {
  text-align: center !important;
}
.separator-center::before, .separator-center::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.separator-center::after {
  clear: both;
}
.separator-center::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.1rem solid #3366cc;
  margin: 1rem auto 0;
}

.separator-left {
  text-align: left !important;
}
.separator-left::before, .separator-left::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.separator-left::after {
  clear: both;
}
.separator-left::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.1rem solid #3366cc;
  margin: 1rem auto 0;
  margin-left: 0 !important;
}

.separator-right {
  text-align: right !important;
}
.separator-right::before, .separator-right::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.separator-right::after {
  clear: both;
}
.separator-right::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.1rem solid #3366cc;
  margin: 1rem auto 0;
  margin-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-box {
  box-sizing: border-box !important;
}

.border-none {
  border: 0 !important;
}

.width-25 {
  width: 25% !important;
}

.width-50 {
  width: 50% !important;
}

.width-75 {
  width: 75% !important;
}

.width-100 {
  width: 100% !important;
}

.height-25 {
  height: 25% !important;
}

.height-50 {
  height: 50% !important;
}

.height-75 {
  height: 75% !important;
}

.height-100 {
  height: 100% !important;
}

.max-width-100 {
  max-width: 100% !important;
}

.max-height-100 {
  max-height: 100% !important;
}

.margin-0 {
  margin: 0rem !important;
}

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

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

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

.margin-left-0 {
  margin-left: 0rem !important;
}

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

.margin-vertical-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

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

.padding-top-0 {
  padding-top: 0rem !important;
}

.padding-right-0 {
  padding-right: 0rem !important;
}

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

.padding-left-0 {
  padding-left: 0rem !important;
}

.padding-horizontal-0 {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.padding-vertical-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.margin-1 {
  margin: 1rem !important;
}

.margin-top-1 {
  margin-top: 1rem !important;
}

.margin-right-1 {
  margin-right: 1rem !important;
}

.margin-bottom-1 {
  margin-bottom: 1rem !important;
}

.margin-left-1 {
  margin-left: 1rem !important;
}

.margin-horizontal-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.margin-vertical-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.padding-1 {
  padding: 1rem !important;
}

.padding-top-1 {
  padding-top: 1rem !important;
}

.padding-right-1 {
  padding-right: 1rem !important;
}

.padding-bottom-1 {
  padding-bottom: 1rem !important;
}

.padding-left-1 {
  padding-left: 1rem !important;
}

.padding-horizontal-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.padding-vertical-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.margin-2 {
  margin: 2rem !important;
}

.margin-top-2 {
  margin-top: 2rem !important;
}

.margin-right-2 {
  margin-right: 2rem !important;
}

.margin-bottom-2 {
  margin-bottom: 2rem !important;
}

.margin-left-2 {
  margin-left: 2rem !important;
}

.margin-horizontal-2 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.margin-vertical-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.padding-2 {
  padding: 2rem !important;
}

.padding-top-2 {
  padding-top: 2rem !important;
}

.padding-right-2 {
  padding-right: 2rem !important;
}

.padding-bottom-2 {
  padding-bottom: 2rem !important;
}

.padding-left-2 {
  padding-left: 2rem !important;
}

.padding-horizontal-2 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.padding-vertical-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.margin-3 {
  margin: 3rem !important;
}

.margin-top-3 {
  margin-top: 3rem !important;
}

.margin-right-3 {
  margin-right: 3rem !important;
}

.margin-bottom-3 {
  margin-bottom: 3rem !important;
}

.margin-left-3 {
  margin-left: 3rem !important;
}

.margin-horizontal-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.margin-vertical-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.padding-3 {
  padding: 3rem !important;
}

.padding-top-3 {
  padding-top: 3rem !important;
}

.padding-right-3 {
  padding-right: 3rem !important;
}

.padding-bottom-3 {
  padding-bottom: 3rem !important;
}

.padding-left-3 {
  padding-left: 3rem !important;
}

.padding-horizontal-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.padding-vertical-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 48em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    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&narrow=23.75em&medium=48em&large=62em&xlarge=75em&xxlarge=90em&xxxlarge=100em";
}

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

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

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Manrope", sans-serif;
  font-weight: normal;
  line-height: 1.4;
  color: #747474;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

[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.51rem;
  margin: 0 0 0.8rem;
  padding: 0.65rem 0.7rem;
  border: 0 solid #dddddd;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: none;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.4;
  color: #747474;
  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: 0 solid #3f3f3f;
  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: #f3f5f6;
  cursor: not-allowed;
}

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

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

::placeholder {
  color: #747474;
}

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

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

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

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

label {
  display: block;
  margin: 0;
  font-size: 100%;
  font-weight: 500;
  line-height: 1.8;
  color: #fff;
}
label.middle {
  margin: 0 0 0.8rem;
  line-height: 1.4;
  padding: 0.4rem 0;
}

.help-text {
  margin-top: -0.4rem;
  font-size: 0.65rem;
  font-style: italic;
  color: #000;
}

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

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

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #dddddd;
  background: #f3f5f6;
  color: #000;
  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.9rem;
}

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

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

.fieldset {
  margin: 0.9rem 0;
  padding: 1rem;
  border: 1px solid #dddddd;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.15rem;
  padding: 0 0.15rem;
}

select {
  height: 2.51rem;
  margin: 0 0 0.8rem;
  padding: 0.65rem 0.7rem;
  appearance: none;
  border: 0 solid #dddddd;
  border-radius: 5px;
  background-color: #fff;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.4;
  color: #747474;
  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%2863, 63, 63%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -0.8rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.2rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 0 solid #3f3f3f;
  background-color: #fff;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #f3f5f6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

.form-error {
  display: none;
  margin-top: -0.4rem;
  margin-bottom: 0.8rem;
  font-size: 0.6rem;
  font-weight: bold;
  color: #cc4b37;
}
.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: 1rem;
  font-size: inherit;
  line-height: inherit;
  text-rendering: optimizeLegibility;
}

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

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Manrope", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #3f3f3f;
  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: #dddddd;
}

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  h1, .h1 {
    font-size: 1.9rem;
  }
  h2, .h2 {
    font-size: 1.75rem;
  }
  h3, .h3 {
    font-size: 1.6rem;
  }
  h4, .h4 {
    font-size: 1.3rem;
  }
  h5, .h5 {
    font-size: 1.1rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 62em) {
  h1, .h1 {
    font-size: 2rem;
  }
  h2, .h2 {
    font-size: 1.9rem;
  }
  h3, .h3 {
    font-size: 1.7rem;
  }
  h4, .h4 {
    font-size: 1.4rem;
  }
  h5, .h5 {
    font-size: 1.2rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 75em) {
  h1, .h1 {
    font-size: 2.25rem;
  }
  h2, .h2 {
    font-size: 2.1rem;
  }
  h3, .h3 {
    font-size: 1.9rem;
  }
  h4, .h4 {
    font-size: 1.6rem;
  }
  h5, .h5 {
    font-size: 1.4rem;
  }
  h6, .h6 {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 90em) {
  h1, .h1 {
    font-size: 2.5rem;
  }
  h2, .h2 {
    font-size: 2.25rem;
  }
  h3, .h3 {
    font-size: 2rem;
  }
  h4, .h4 {
    font-size: 1.75rem;
  }
  h5, .h5 {
    font-size: 1.5rem;
  }
  h6, .h6 {
    font-size: 1.25rem;
  }
}
a {
  line-height: inherit;
  color: #3366cc;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #747474;
}
a img {
  border: 0;
}

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

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

li {
  font-size: inherit;
}

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

ol {
  margin-left: 1.25rem;
}

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

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

blockquote {
  margin: 0 0 1rem;
  padding: 0.45rem 1rem 0 0.95rem;
  border-left: 1px solid #dddddd;
}
blockquote, blockquote p {
  line-height: inherit;
  color: #3f3f3f;
}

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

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.1rem 0.2rem 0;
  background-color: #f3f5f6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000;
}

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

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

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

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

cite, .cite-block {
  display: block;
  color: #3f3f3f;
  font-size: 0.65rem;
}
cite:before, .cite-block:before {
  content: "— ";
}

code, .code-inline {
  border: 1px solid #dddddd;
  background-color: #f3f5f6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.1rem 0.25rem 0.05rem;
}

.code-block {
  border: 1px solid #dddddd;
  background-color: #f3f5f6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000;
  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: 48em) {
  .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: 62em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 90em) {
  .xxlarge-text-left {
    text-align: left;
  }
  .xxlarge-text-right {
    text-align: right;
  }
  .xxlarge-text-center {
    text-align: center;
  }
  .xxlarge-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 100em) {
  .xxxlarge-text-left {
    text-align: left;
  }
  .xxxlarge-text-right {
    text-align: right;
  }
  .xxxlarge-text-center {
    text-align: center;
  }
  .xxxlarge-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 #3f3f3f;
    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.75rem;
  padding-left: 0.75rem;
  max-width: 81.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 48em) {
  .grid-container {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
.grid-container.fluid {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 48em) {
  .grid-container.fluid {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
.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: 48em) {
  .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: 62em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 75em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 90em) {
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-full, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 100em) {
  .grid-x > .xxxlarge-shrink, .grid-x > .xxxlarge-full, .grid-x > .xxxlarge-1, .grid-x > .xxxlarge-2, .grid-x > .xxxlarge-3, .grid-x > .xxxlarge-4, .grid-x > .xxxlarge-5, .grid-x > .xxxlarge-6, .grid-x > .xxxlarge-7, .grid-x > .xxxlarge-8, .grid-x > .xxxlarge-9, .grid-x > .xxxlarge-10, .grid-x > .xxxlarge-11, .grid-x > .xxxlarge-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.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: 48em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.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: 62em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 75em) {
  .grid-x > .xlarge-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    flex: 0 0 auto;
  }
  .grid-x > .xlarge-shrink {
    width: auto;
  }
  .grid-x > .xlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xlarge-3 {
    width: 25%;
  }
  .grid-x > .xlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xlarge-6 {
    width: 50%;
  }
  .grid-x > .xlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xlarge-9 {
    width: 75%;
  }
  .grid-x > .xlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xlarge-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 90em) {
  .grid-x > .xxlarge-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
    flex: 0 0 auto;
  }
  .grid-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-x > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xxlarge-3 {
    width: 25%;
  }
  .grid-x > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xxlarge-6 {
    width: 50%;
  }
  .grid-x > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xxlarge-9 {
    width: 75%;
  }
  .grid-x > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 100em) {
  .grid-x > .xxxlarge-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xxxlarge-shrink, .grid-x > .xxxlarge-1, .grid-x > .xxxlarge-2, .grid-x > .xxxlarge-3, .grid-x > .xxxlarge-4, .grid-x > .xxxlarge-5, .grid-x > .xxxlarge-6, .grid-x > .xxxlarge-7, .grid-x > .xxxlarge-8, .grid-x > .xxxlarge-9, .grid-x > .xxxlarge-10, .grid-x > .xxxlarge-11, .grid-x > .xxxlarge-12 {
    flex: 0 0 auto;
  }
  .grid-x > .xxxlarge-shrink {
    width: auto;
  }
  .grid-x > .xxxlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xxxlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xxxlarge-3 {
    width: 25%;
  }
  .grid-x > .xxxlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xxxlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xxxlarge-6 {
    width: 50%;
  }
  .grid-x > .xxxlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xxxlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xxxlarge-9 {
    width: 75%;
  }
  .grid-x > .xxxlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xxxlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xxxlarge-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

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

.grid-margin-x {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
@media print, screen and (min-width: 48em) {
  .grid-margin-x {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.5rem);
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
@media print, screen and (min-width: 48em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.5rem);
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.5rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.5rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.5rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.5rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.5rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.5rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.5rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.5rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.5rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.5rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.5rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.5rem);
}
@media print, screen and (min-width: 48em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.5rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.5rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.5rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.5rem);
  }
  .grid-margin-x > .narrow-auto {
    width: auto;
  }
  .grid-margin-x > .narrow-shrink {
    width: auto;
  }
  .grid-margin-x > .narrow-1 {
    width: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-x > .narrow-2 {
    width: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-x > .narrow-3 {
    width: calc(25% - 1.5rem);
  }
  .grid-margin-x > .narrow-4 {
    width: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-x > .narrow-5 {
    width: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-x > .narrow-6 {
    width: calc(50% - 1.5rem);
  }
  .grid-margin-x > .narrow-7 {
    width: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-x > .narrow-8 {
    width: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-x > .narrow-9 {
    width: calc(75% - 1.5rem);
  }
  .grid-margin-x > .narrow-10 {
    width: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-x > .narrow-11 {
    width: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-x > .narrow-12 {
    width: calc(100% - 1.5rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.5rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.5rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.5rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.5rem);
  }
}
@media print, screen and (min-width: 62em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.5rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.5rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.5rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.5rem);
  }
}
@media print, screen and (min-width: 75em) {
  .grid-margin-x > .xlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xlarge-1 {
    width: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xlarge-2 {
    width: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xlarge-3 {
    width: calc(25% - 1.5rem);
  }
  .grid-margin-x > .xlarge-4 {
    width: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xlarge-5 {
    width: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xlarge-6 {
    width: calc(50% - 1.5rem);
  }
  .grid-margin-x > .xlarge-7 {
    width: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xlarge-8 {
    width: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xlarge-9 {
    width: calc(75% - 1.5rem);
  }
  .grid-margin-x > .xlarge-10 {
    width: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xlarge-11 {
    width: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xlarge-12 {
    width: calc(100% - 1.5rem);
  }
}
@media print, screen and (min-width: 90em) {
  .grid-margin-x > .xxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxlarge-1 {
    width: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xxlarge-2 {
    width: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xxlarge-3 {
    width: calc(25% - 1.5rem);
  }
  .grid-margin-x > .xxlarge-4 {
    width: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xxlarge-5 {
    width: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xxlarge-6 {
    width: calc(50% - 1.5rem);
  }
  .grid-margin-x > .xxlarge-7 {
    width: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xxlarge-8 {
    width: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xxlarge-9 {
    width: calc(75% - 1.5rem);
  }
  .grid-margin-x > .xxlarge-10 {
    width: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xxlarge-11 {
    width: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xxlarge-12 {
    width: calc(100% - 1.5rem);
  }
}
@media screen and (min-width: 100em) {
  .grid-margin-x > .xxxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxxlarge-1 {
    width: calc(8.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xxxlarge-2 {
    width: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xxxlarge-3 {
    width: calc(25% - 1.5rem);
  }
  .grid-margin-x > .xxxlarge-4 {
    width: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xxxlarge-5 {
    width: calc(41.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xxxlarge-6 {
    width: calc(50% - 1.5rem);
  }
  .grid-margin-x > .xxxlarge-7 {
    width: calc(58.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xxxlarge-8 {
    width: calc(66.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xxxlarge-9 {
    width: calc(75% - 1.5rem);
  }
  .grid-margin-x > .xxxlarge-10 {
    width: calc(83.3333333333% - 1.5rem);
  }
  .grid-margin-x > .xxxlarge-11 {
    width: calc(91.6666666667% - 1.5rem);
  }
  .grid-margin-x > .xxxlarge-12 {
    width: calc(100% - 1.5rem);
  }
}

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  .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: 62em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 75em) {
  .xlarge-up-1 > .cell {
    width: 100%;
  }
  .xlarge-up-2 > .cell {
    width: 50%;
  }
  .xlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xlarge-up-4 > .cell {
    width: 25%;
  }
  .xlarge-up-5 > .cell {
    width: 20%;
  }
  .xlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xlarge-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 90em) {
  .xxlarge-up-1 > .cell {
    width: 100%;
  }
  .xxlarge-up-2 > .cell {
    width: 50%;
  }
  .xxlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xxlarge-up-4 > .cell {
    width: 25%;
  }
  .xxlarge-up-5 > .cell {
    width: 20%;
  }
  .xxlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xxlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xxlarge-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 100em) {
  .xxxlarge-up-1 > .cell {
    width: 100%;
  }
  .xxxlarge-up-2 > .cell {
    width: 50%;
  }
  .xxxlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xxxlarge-up-4 > .cell {
    width: 25%;
  }
  .xxxlarge-up-5 > .cell {
    width: 20%;
  }
  .xxxlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xxxlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xxxlarge-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.5rem);
}

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

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

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

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

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

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

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

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

.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: 48em) {
  .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: 48em) {
  .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: 48em) {
  .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: 62em) {
  .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: 75em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 90em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 100em) {
  .medium-margin-collapse > .xxxlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xxxlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xxxlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xxxlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xxxlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xxxlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xxxlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xxxlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xxxlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xxxlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xxxlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xxxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 48em) {
  .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: 62em) {
  .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: 62em) {
  .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: 62em) {
  .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: 62em) {
  .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: 75em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 90em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 100em) {
  .large-margin-collapse > .xxxlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xxxlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xxxlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xxxlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xxxlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xxxlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xxxlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xxxlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xxxlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xxxlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xxxlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xxxlarge-12 {
    width: 100%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.5rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1.5rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 1.5rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.5rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1.5rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1.5rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.5rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1.5rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1.5rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.5rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1.5rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1.5rem / 2);
  }
}
@media print, screen and (min-width: 62em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.5rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 1.5rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 1.5rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.5rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 1.5rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 1.5rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.5rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 1.5rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 1.5rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.5rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 1.5rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 1.5rem / 2);
  }
}
@media print, screen and (min-width: 75em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 1.5rem / 2);
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.3333333333% + 1.5rem / 2);
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.6666666667% + 1.5rem / 2);
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 1.5rem / 2);
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.3333333333% + 1.5rem / 2);
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.6666666667% + 1.5rem / 2);
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 1.5rem / 2);
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.3333333333% + 1.5rem / 2);
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.6666666667% + 1.5rem / 2);
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 1.5rem / 2);
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.3333333333% + 1.5rem / 2);
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.6666666667% + 1.5rem / 2);
  }
}
@media print, screen and (min-width: 90em) {
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 1.5rem / 2);
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.3333333333% + 1.5rem / 2);
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(16.6666666667% + 1.5rem / 2);
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(25% + 1.5rem / 2);
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.3333333333% + 1.5rem / 2);
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.6666666667% + 1.5rem / 2);
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(50% + 1.5rem / 2);
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.3333333333% + 1.5rem / 2);
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.6666666667% + 1.5rem / 2);
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(75% + 1.5rem / 2);
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.3333333333% + 1.5rem / 2);
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(91.6666666667% + 1.5rem / 2);
  }
}
@media screen and (min-width: 100em) {
  .xxxlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xxxlarge-offset-0 {
    margin-left: calc(0% + 1.5rem / 2);
  }
  .xxxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xxxlarge-offset-1 {
    margin-left: calc(8.3333333333% + 1.5rem / 2);
  }
  .xxxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xxxlarge-offset-2 {
    margin-left: calc(16.6666666667% + 1.5rem / 2);
  }
  .xxxlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xxxlarge-offset-3 {
    margin-left: calc(25% + 1.5rem / 2);
  }
  .xxxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xxxlarge-offset-4 {
    margin-left: calc(33.3333333333% + 1.5rem / 2);
  }
  .xxxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xxxlarge-offset-5 {
    margin-left: calc(41.6666666667% + 1.5rem / 2);
  }
  .xxxlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xxxlarge-offset-6 {
    margin-left: calc(50% + 1.5rem / 2);
  }
  .xxxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xxxlarge-offset-7 {
    margin-left: calc(58.3333333333% + 1.5rem / 2);
  }
  .xxxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xxxlarge-offset-8 {
    margin-left: calc(66.6666666667% + 1.5rem / 2);
  }
  .xxxlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xxxlarge-offset-9 {
    margin-left: calc(75% + 1.5rem / 2);
  }
  .xxxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xxxlarge-offset-10 {
    margin-left: calc(83.3333333333% + 1.5rem / 2);
  }
  .xxxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xxxlarge-offset-11 {
    margin-left: calc(91.6666666667% + 1.5rem / 2);
  }
}
.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: 48em) {
  .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: 62em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 75em) {
  .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 90em) {
  .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-full, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 100em) {
  .grid-y > .xxxlarge-shrink, .grid-y > .xxxlarge-full, .grid-y > .xxxlarge-1, .grid-y > .xxxlarge-2, .grid-y > .xxxlarge-3, .grid-y > .xxxlarge-4, .grid-y > .xxxlarge-5, .grid-y > .xxxlarge-6, .grid-y > .xxxlarge-7, .grid-y > .xxxlarge-8, .grid-y > .xxxlarge-9, .grid-y > .xxxlarge-10, .grid-y > .xxxlarge-11, .grid-y > .xxxlarge-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.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: 48em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.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: 62em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 75em) {
  .grid-y > .xlarge-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xlarge-shrink, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
    flex: 0 0 auto;
  }
  .grid-y > .xlarge-shrink {
    height: auto;
  }
  .grid-y > .xlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xlarge-3 {
    height: 25%;
  }
  .grid-y > .xlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xlarge-6 {
    height: 50%;
  }
  .grid-y > .xlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xlarge-9 {
    height: 75%;
  }
  .grid-y > .xlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xlarge-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 90em) {
  .grid-y > .xxlarge-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 {
    flex: 0 0 auto;
  }
  .grid-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-y > .xxlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xxlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xxlarge-3 {
    height: 25%;
  }
  .grid-y > .xxlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xxlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xxlarge-6 {
    height: 50%;
  }
  .grid-y > .xxlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xxlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xxlarge-9 {
    height: 75%;
  }
  .grid-y > .xxlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xxlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xxlarge-12 {
    height: 100%;
  }
}
@media screen and (min-width: 100em) {
  .grid-y > .xxxlarge-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xxxlarge-shrink, .grid-y > .xxxlarge-1, .grid-y > .xxxlarge-2, .grid-y > .xxxlarge-3, .grid-y > .xxxlarge-4, .grid-y > .xxxlarge-5, .grid-y > .xxxlarge-6, .grid-y > .xxxlarge-7, .grid-y > .xxxlarge-8, .grid-y > .xxxlarge-9, .grid-y > .xxxlarge-10, .grid-y > .xxxlarge-11, .grid-y > .xxxlarge-12 {
    flex: 0 0 auto;
  }
  .grid-y > .xxxlarge-shrink {
    height: auto;
  }
  .grid-y > .xxxlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xxxlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xxxlarge-3 {
    height: 25%;
  }
  .grid-y > .xxxlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xxxlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xxxlarge-6 {
    height: 50%;
  }
  .grid-y > .xxxlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xxxlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xxxlarge-9 {
    height: 75%;
  }
  .grid-y > .xxxlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xxxlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xxxlarge-12 {
    height: 100%;
  }
}

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

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

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

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

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.5rem);
}
@media print, screen and (min-width: 48em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.5rem);
  }
}
@media print, screen and (min-width: 62em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.5rem);
  }
}
@media print, screen and (min-width: 75em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.5rem);
  }
}
@media print, screen and (min-width: 90em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.5rem);
  }
}
@media screen and (min-width: 100em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.5rem);
  }
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.5rem);
  }
}
@media print, screen and (min-width: 62em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.5rem);
  }
}
@media print, screen and (min-width: 75em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 1.5rem);
  }
}
@media print, screen and (min-width: 90em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 1.5rem);
  }
}
@media screen and (min-width: 100em) {
  .grid-margin-y.xxxlarge-grid-frame {
    height: calc(100vh + 1.5rem);
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 5px;
  padding: 0.71em 1.4em 0.81em 1.4em;
  border: 3px solid rgba(51, 102, 204, 0);
  border-radius: 30px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #3366cc;
  color: #fff;
}
.button:hover, .button:focus {
  background-color: #2b57ad;
  color: #fff;
}
.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: #3366cc;
  color: #fff;
}
.button.primary:hover, .button.primary:focus {
  background-color: #2952a3;
  color: #fff;
}
.button.primary-light, .button.primary-light.disabled, .button.primary-light[disabled], .button.primary-light.disabled:hover, .button.primary-light[disabled]:hover, .button.primary-light.disabled:focus, .button.primary-light[disabled]:focus {
  background-color: #0290c4;
  color: #fff;
}
.button.primary-light:hover, .button.primary-light:focus {
  background-color: #02739d;
  color: #fff;
}
.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: #9933cc;
  color: #fff;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #7a29a3;
  color: #fff;
}
.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: #84a859;
  color: #fff;
}
.button.success:hover, .button.success:focus {
  background-color: #6a8747;
  color: #fff;
}
.button.info, .button.info.disabled, .button.info[disabled], .button.info.disabled:hover, .button.info[disabled]:hover, .button.info.disabled:focus, .button.info[disabled]:focus {
  background-color: #a8ae00;
  color: #fff;
}
.button.info:hover, .button.info:focus {
  background-color: #868b00;
  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: #ffae00;
  color: #fff;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #fff;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #fff;
}
.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #fff;
}
.button.alert-dark, .button.alert-dark.disabled, .button.alert-dark[disabled], .button.alert-dark.disabled:hover, .button.alert-dark[disabled]:hover, .button.alert-dark.disabled:focus, .button.alert-dark[disabled]:focus {
  background-color: #cd3423;
  color: #fff;
}
.button.alert-dark:hover, .button.alert-dark:focus {
  background-color: #a42a1c;
  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 #3366cc;
  color: #3366cc;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #1a3366;
  color: #1a3366;
}
.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 #3366cc;
  color: #3366cc;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #1a3366;
  color: #1a3366;
}
.button.hollow.primary-light, .button.hollow.primary-light.disabled, .button.hollow.primary-light[disabled], .button.hollow.primary-light.disabled:hover, .button.hollow.primary-light[disabled]:hover, .button.hollow.primary-light.disabled:focus, .button.hollow.primary-light[disabled]:focus {
  border: 1px solid #0290c4;
  color: #0290c4;
}
.button.hollow.primary-light:hover, .button.hollow.primary-light:focus {
  border-color: #014862;
  color: #014862;
}
.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 #9933cc;
  color: #9933cc;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #4d1a66;
  color: #4d1a66;
}
.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 #84a859;
  color: #84a859;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #42542c;
  color: #42542c;
}
.button.hollow.info, .button.hollow.info.disabled, .button.hollow.info[disabled], .button.hollow.info.disabled:hover, .button.hollow.info[disabled]:hover, .button.hollow.info.disabled:focus, .button.hollow.info[disabled]:focus {
  border: 1px solid #a8ae00;
  color: #a8ae00;
}
.button.hollow.info:hover, .button.hollow.info:focus {
  border-color: #545700;
  color: #545700;
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.hollow.alert-dark, .button.hollow.alert-dark.disabled, .button.hollow.alert-dark[disabled], .button.hollow.alert-dark.disabled:hover, .button.hollow.alert-dark[disabled]:hover, .button.hollow.alert-dark.disabled:focus, .button.hollow.alert-dark[disabled]:focus {
  border: 1px solid #cd3423;
  color: #cd3423;
}
.button.hollow.alert-dark:hover, .button.hollow.alert-dark:focus {
  border-color: #671a12;
  color: #671a12;
}
.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: #3366cc;
}
.button.clear:hover, .button.clear:focus {
  color: #1a3366;
}
.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: #3366cc;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: #1a3366;
}
.button.clear.primary-light, .button.clear.primary-light.disabled, .button.clear.primary-light[disabled], .button.clear.primary-light.disabled:hover, .button.clear.primary-light[disabled]:hover, .button.clear.primary-light.disabled:focus, .button.clear.primary-light[disabled]:focus {
  color: #0290c4;
}
.button.clear.primary-light:hover, .button.clear.primary-light:focus {
  color: #014862;
}
.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: #9933cc;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #4d1a66;
}
.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: #84a859;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: #42542c;
}
.button.clear.info, .button.clear.info.disabled, .button.clear.info[disabled], .button.clear.info.disabled:hover, .button.clear.info[disabled]:hover, .button.clear.info.disabled:focus, .button.clear.info[disabled]:focus {
  color: #a8ae00;
}
.button.clear.info:hover, .button.clear.info:focus {
  color: #545700;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: #805700;
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: #67251a;
}
.button.clear.alert-dark, .button.clear.alert-dark.disabled, .button.clear.alert-dark[disabled], .button.clear.alert-dark.disabled:hover, .button.clear.alert-dark[disabled]:hover, .button.clear.alert-dark.disabled:focus, .button.clear.alert-dark[disabled]:focus {
  color: #cd3423;
}
.button.clear.alert-dark:hover, .button.clear.alert-dark:focus {
  color: #671a12;
}
.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: 1.4em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #3366cc;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #3366cc;
}
.button.dropdown.hollow.primary-light::after, .button.dropdown.clear.primary-light::after {
  border-top-color: #0290c4;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #9933cc;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #84a859;
}
.button.dropdown.hollow.info::after, .button.dropdown.clear.info::after {
  border-top-color: #a8ae00;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}
.button.dropdown.hollow.alert-dark::after, .button.dropdown.clear.alert-dark::after {
  border-top-color: #cd3423;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

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

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-grow: 1;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.button-group::after {
  clear: both;
}
.button-group::before, .button-group::after {
  display: none;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 1rem;
  flex: 0 0 auto;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded .button {
  flex: 1 1 0px;
}
.button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
  background-color: #3366cc;
  color: #fff;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #2952a3;
  color: #fff;
}
.button-group.primary-light .button, .button-group.primary-light .button.disabled, .button-group.primary-light .button[disabled], .button-group.primary-light .button.disabled:hover, .button-group.primary-light .button[disabled]:hover, .button-group.primary-light .button.disabled:focus, .button-group.primary-light .button[disabled]:focus {
  background-color: #0290c4;
  color: #fff;
}
.button-group.primary-light .button:hover, .button-group.primary-light .button:focus {
  background-color: #02739d;
  color: #fff;
}
.button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
  background-color: #9933cc;
  color: #fff;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #7a29a3;
  color: #fff;
}
.button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
  background-color: #84a859;
  color: #fff;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #6a8747;
  color: #fff;
}
.button-group.info .button, .button-group.info .button.disabled, .button-group.info .button[disabled], .button-group.info .button.disabled:hover, .button-group.info .button[disabled]:hover, .button-group.info .button.disabled:focus, .button-group.info .button[disabled]:focus {
  background-color: #a8ae00;
  color: #fff;
}
.button-group.info .button:hover, .button-group.info .button:focus {
  background-color: #868b00;
  color: #fff;
}
.button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
  background-color: #ffae00;
  color: #fff;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #fff;
}
.button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
  background-color: #cc4b37;
  color: #fff;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #fff;
}
.button-group.alert-dark .button, .button-group.alert-dark .button.disabled, .button-group.alert-dark .button[disabled], .button-group.alert-dark .button.disabled:hover, .button-group.alert-dark .button[disabled]:hover, .button-group.alert-dark .button.disabled:focus, .button-group.alert-dark .button[disabled]:focus {
  background-color: #cd3423;
  color: #fff;
}
.button-group.alert-dark .button:hover, .button-group.alert-dark .button:focus {
  background-color: #a42a1c;
  color: #fff;
}
.button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
  background-color: transparent;
}
.button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
  border: 1px solid #3366cc;
  color: #3366cc;
}
.button-group.hollow .button:hover, .button-group.hollow .button:focus {
  border-color: #1a3366;
  color: #1a3366;
}
.button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
  border: 1px solid #3366cc;
  color: #3366cc;
}
.button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
  border-color: #1a3366;
  color: #1a3366;
}
.button-group.hollow.primary-light .button, .button-group.hollow.primary-light .button.disabled, .button-group.hollow.primary-light .button[disabled], .button-group.hollow.primary-light .button.disabled:hover, .button-group.hollow.primary-light .button[disabled]:hover, .button-group.hollow.primary-light .button.disabled:focus, .button-group.hollow.primary-light .button[disabled]:focus, .button-group.hollow .button.primary-light, .button-group.hollow .button.primary-light.disabled, .button-group.hollow .button.primary-light[disabled], .button-group.hollow .button.primary-light.disabled:hover, .button-group.hollow .button.primary-light[disabled]:hover, .button-group.hollow .button.primary-light.disabled:focus, .button-group.hollow .button.primary-light[disabled]:focus {
  border: 1px solid #0290c4;
  color: #0290c4;
}
.button-group.hollow.primary-light .button:hover, .button-group.hollow.primary-light .button:focus, .button-group.hollow .button.primary-light:hover, .button-group.hollow .button.primary-light:focus {
  border-color: #014862;
  color: #014862;
}
.button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
  border: 1px solid #9933cc;
  color: #9933cc;
}
.button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
  border-color: #4d1a66;
  color: #4d1a66;
}
.button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
  border: 1px solid #84a859;
  color: #84a859;
}
.button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
  border-color: #42542c;
  color: #42542c;
}
.button-group.hollow.info .button, .button-group.hollow.info .button.disabled, .button-group.hollow.info .button[disabled], .button-group.hollow.info .button.disabled:hover, .button-group.hollow.info .button[disabled]:hover, .button-group.hollow.info .button.disabled:focus, .button-group.hollow.info .button[disabled]:focus, .button-group.hollow .button.info, .button-group.hollow .button.info.disabled, .button-group.hollow .button.info[disabled], .button-group.hollow .button.info.disabled:hover, .button-group.hollow .button.info[disabled]:hover, .button-group.hollow .button.info.disabled:focus, .button-group.hollow .button.info[disabled]:focus {
  border: 1px solid #a8ae00;
  color: #a8ae00;
}
.button-group.hollow.info .button:hover, .button-group.hollow.info .button:focus, .button-group.hollow .button.info:hover, .button-group.hollow .button.info:focus {
  border-color: #545700;
  color: #545700;
}
.button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button-group.hollow.alert-dark .button, .button-group.hollow.alert-dark .button.disabled, .button-group.hollow.alert-dark .button[disabled], .button-group.hollow.alert-dark .button.disabled:hover, .button-group.hollow.alert-dark .button[disabled]:hover, .button-group.hollow.alert-dark .button.disabled:focus, .button-group.hollow.alert-dark .button[disabled]:focus, .button-group.hollow .button.alert-dark, .button-group.hollow .button.alert-dark.disabled, .button-group.hollow .button.alert-dark[disabled], .button-group.hollow .button.alert-dark.disabled:hover, .button-group.hollow .button.alert-dark[disabled]:hover, .button-group.hollow .button.alert-dark.disabled:focus, .button-group.hollow .button.alert-dark[disabled]:focus {
  border: 1px solid #cd3423;
  color: #cd3423;
}
.button-group.hollow.alert-dark .button:hover, .button-group.hollow.alert-dark .button:focus, .button-group.hollow .button.alert-dark:hover, .button-group.hollow .button.alert-dark:focus {
  border-color: #671a12;
  color: #671a12;
}
.button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
  color: #3366cc;
}
.button-group.clear .button:hover, .button-group.clear .button:focus {
  color: #1a3366;
}
.button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
  color: #3366cc;
}
.button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
  color: #1a3366;
}
.button-group.clear.primary-light .button, .button-group.clear.primary-light .button.disabled, .button-group.clear.primary-light .button[disabled], .button-group.clear.primary-light .button.disabled:hover, .button-group.clear.primary-light .button[disabled]:hover, .button-group.clear.primary-light .button.disabled:focus, .button-group.clear.primary-light .button[disabled]:focus, .button-group.clear .button.primary-light, .button-group.clear .button.primary-light.disabled, .button-group.clear .button.primary-light[disabled], .button-group.clear .button.primary-light.disabled:hover, .button-group.clear .button.primary-light[disabled]:hover, .button-group.clear .button.primary-light.disabled:focus, .button-group.clear .button.primary-light[disabled]:focus {
  color: #0290c4;
}
.button-group.clear.primary-light .button:hover, .button-group.clear.primary-light .button:focus, .button-group.clear .button.primary-light:hover, .button-group.clear .button.primary-light:focus {
  color: #014862;
}
.button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
  color: #9933cc;
}
.button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
  color: #4d1a66;
}
.button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
  color: #84a859;
}
.button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
  color: #42542c;
}
.button-group.clear.info .button, .button-group.clear.info .button.disabled, .button-group.clear.info .button[disabled], .button-group.clear.info .button.disabled:hover, .button-group.clear.info .button[disabled]:hover, .button-group.clear.info .button.disabled:focus, .button-group.clear.info .button[disabled]:focus, .button-group.clear .button.info, .button-group.clear .button.info.disabled, .button-group.clear .button.info[disabled], .button-group.clear .button.info.disabled:hover, .button-group.clear .button.info[disabled]:hover, .button-group.clear .button.info.disabled:focus, .button-group.clear .button.info[disabled]:focus {
  color: #a8ae00;
}
.button-group.clear.info .button:hover, .button-group.clear.info .button:focus, .button-group.clear .button.info:hover, .button-group.clear .button.info:focus {
  color: #545700;
}
.button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
  color: #ffae00;
}
.button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
  color: #805700;
}
.button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
  color: #cc4b37;
}
.button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
  color: #67251a;
}
.button-group.clear.alert-dark .button, .button-group.clear.alert-dark .button.disabled, .button-group.clear.alert-dark .button[disabled], .button-group.clear.alert-dark .button.disabled:hover, .button-group.clear.alert-dark .button[disabled]:hover, .button-group.clear.alert-dark .button.disabled:focus, .button-group.clear.alert-dark .button[disabled]:focus, .button-group.clear .button.alert-dark, .button-group.clear .button.alert-dark.disabled, .button-group.clear .button.alert-dark[disabled], .button-group.clear .button.alert-dark.disabled:hover, .button-group.clear .button.alert-dark[disabled]:hover, .button-group.clear .button.alert-dark.disabled:focus, .button-group.clear .button.alert-dark[disabled]:focus {
  color: #cd3423;
}
.button-group.clear.alert-dark .button:hover, .button-group.clear.alert-dark .button:focus, .button-group.clear .button.alert-dark:hover, .button-group.clear .button.alert-dark:focus {
  color: #671a12;
}
.button-group.no-gaps .button {
  margin-right: -0.05rem;
}
.button-group.no-gaps .button + .button {
  border-left-color: transparent;
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  flex: 0 0 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
.button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
  flex: 1 1 0px;
}
@media print, screen and (min-width: 48em) {
  .button-group.stacked-for-small .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 62em) {
  .button-group.stacked-for-medium .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.close-button {
  position: absolute;
  z-index: 10;
  color: #3f3f3f;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #000;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

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

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #3366cc;
  color: #fff;
}
.label.primary {
  background: #3366cc;
  color: #fff;
}
.label.primary-light {
  background: #0290c4;
  color: #000;
}
.label.secondary {
  background: #9933cc;
  color: #fff;
}
.label.success {
  background: #84a859;
  color: #000;
}
.label.info {
  background: #a8ae00;
  color: #000;
}
.label.warning {
  background: #ffae00;
  color: #000;
}
.label.alert {
  background: #cc4b37;
  color: #000;
}
.label.alert-dark {
  background: #cd3423;
  color: #fff;
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #dddddd;
}
.progress.primary .progress-meter {
  background-color: #3366cc;
}
.progress.primary-light .progress-meter {
  background-color: #0290c4;
}
.progress.secondary .progress-meter {
  background-color: #9933cc;
}
.progress.success .progress-meter {
  background-color: #84a859;
}
.progress.info .progress-meter {
  background-color: #a8ae00;
}
.progress.warning .progress-meter {
  background-color: #ffae00;
}
.progress.alert .progress-meter {
  background-color: #cc4b37;
}
.progress.alert-dark .progress-meter {
  background-color: #cd3423;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #3366cc;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #f3f5f6;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #dddddd;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  cursor: grab;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #3366cc;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: #2b57ad;
}
.slider-handle.is-dragging {
  transition: all 0s linear;
  cursor: grabbing;
}

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

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.switch {
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.7rem;
  font-weight: bold;
  color: #fff;
  user-select: none;
  height: 2rem;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #dddddd;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fff;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #3366cc;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
input:disabled ~ .switch-paddle {
  cursor: not-allowed;
  opacity: 0.5;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.5rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.6rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 0.8rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid #f2f2f2;
  background-color: #fff;
}

caption {
  padding: 0.4rem 0.5rem 0.5rem;
  font-weight: bold;
}

thead {
  background: #f9f9f9;
  color: #747474;
}

tfoot {
  background: #f2f2f2;
  color: #747474;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.4rem 0.5rem 0.5rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.4rem 0.5rem 0.5rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f2f2f2;
}

table.unstriped tbody {
  background-color: #fff;
}
table.unstriped tbody tr {
  border-bottom: 1px solid #f2f2f2;
  background-color: #fff;
}

@media print, screen and (max-width: 61.99875em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f4f4f4;
}
table.hover tfoot tr:hover {
  background-color: #ededed;
}
table.hover tbody tr:hover {
  background-color: #fafafa;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed;
}

.table-scroll {
  overflow-x: auto;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #3366cc;
  color: #fff;
}
.badge.primary {
  background: #3366cc;
  color: #fff;
}
.badge.primary-light {
  background: #0290c4;
  color: #000;
}
.badge.secondary {
  background: #9933cc;
  color: #fff;
}
.badge.success {
  background: #84a859;
  color: #000;
}
.badge.info {
  background: #a8ae00;
  color: #000;
}
.badge.warning {
  background: #ffae00;
  color: #000;
}
.badge.alert {
  background: #cc4b37;
  color: #000;
}
.badge.alert-dark {
  background: #cd3423;
  color: #fff;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.55rem;
  color: #000;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #dddddd;
}
.breadcrumbs a {
  color: #3366cc;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #dddddd;
  cursor: not-allowed;
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
  background-color: white;
  color: #747474;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #e0e8f7;
  color: #747474;
}
.callout.primary-light {
  background-color: #d1f2ff;
  color: #747474;
}
.callout.secondary {
  background-color: #f0e0f7;
  color: #747474;
}
.callout.success {
  background-color: #edf2e6;
  color: #747474;
}
.callout.info {
  background-color: #fdffcd;
  color: #747474;
}
.callout.warning {
  background-color: #fff3d9;
  color: #747474;
}
.callout.alert {
  background-color: #f7e4e1;
  color: #747474;
}
.callout.alert-dark {
  background-color: #f9dfdc;
  color: #747474;
}
.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: 1px solid #f3f5f6;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
  color: #747474;
}
.card > :last-child {
  margin-bottom: 0;
}

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

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

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

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #dddddd;
  border-radius: 0;
  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;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.05rem;
  border-radius: 0;
  font-size: 0.7rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 48em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.15rem 0.5rem;
  border-radius: 0;
  color: #000;
}
.pagination a:hover,
.pagination button:hover {
  background: #f3f5f6;
}
.pagination .current {
  padding: 0.15rem 0.5rem;
  background: #3366cc;
  color: #fff;
  cursor: default;
}
.pagination .disabled {
  padding: 0.15rem 0.5rem;
  color: #dddddd;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.15rem 0.5rem;
  content: "…";
  color: #000;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #3f3f3f;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #000;
  font-size: 80%;
  color: #fff;
}
.tooltip::before {
  position: absolute;
}
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-top-width: 0;
  border-color: transparent transparent #000;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-color: #000 transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #000;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-left-width: 0;
  border-color: transparent #000 transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.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: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #f3f5f6;
  border-bottom: 0;
  font-size: 0.6rem;
  line-height: 1;
  color: #3366cc;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #f3f5f6;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #f3f5f6;
}
.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 #f3f5f6;
  border-bottom: 0;
  background-color: #fff;
  color: #747474;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #f3f5f6;
}

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}
@media print, screen and (max-width: 23.74875em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}

.media-object-section {
  flex: 0 1 auto;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 23.74875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.main-section {
  flex: 1 1 0px;
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
  position: absolute;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fff;
}
[data-whatinput=mouse] .orbit-previous, [data-whatinput=mouse] .orbit-next {
  outline: 0;
}
.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
  background-color: rgba(0, 0, 0, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #dddddd;
}
.orbit-bullets button:hover {
  background-color: #3f3f3f;
}
.orbit-bullets button.is-active {
  background-color: #3f3f3f;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 0.8rem;
  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 #f3f5f6;
  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: #3366cc;
}
.tabs.primary > li > a {
  color: #fff;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #3061c2;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.6rem;
  line-height: 1;
  color: #3366cc;
}
[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #fff;
  color: #2c58af;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #f3f5f6;
  color: #3366cc;
}

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

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

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

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 4px solid #fff;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(51, 102, 204, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.vertical.icon-top li a img,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a svg {
  text-align: left;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a svg {
  text-align: left;
}
.menu.simple {
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 48em) {
  .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: 62em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 75em) {
  .menu.xlarge-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.xlarge-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.xlarge-expanded li {
    flex: 1 1 0px;
  }
  .menu.xlarge-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 90em) {
  .menu.xxlarge-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.xxlarge-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.xxlarge-expanded li {
    flex: 1 1 0px;
  }
  .menu.xxlarge-simple li {
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 100em) {
  .menu.xxxlarge-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.xxxlarge-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.xxxlarge-expanded li {
    flex: 1 1 0px;
  }
  .menu.xxxlarge-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: #3366cc;
  color: #fff;
}
.menu .active > a {
  background: #3366cc;
  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: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

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

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

.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: #dddddd;
  box-shadow: 0 7px 0 #dddddd, 0 14px 0 #dddddd;
}

.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: #000;
  box-shadow: 0 7px 0 #000, 0 14px 0 #000;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #3f3f3f;
  box-shadow: 0 7px 0 #3f3f3f, 0 14px 0 #3f3f3f;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.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: #3366cc 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: #3366cc 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: 0.7rem 1rem;
  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: 0.7rem 1rem;
}
.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 #3366cc;
  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 #3366cc;
  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 #3366cc 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 #3366cc 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: #3366cc transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #3366cc;
}
.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 #3366cc 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 #3366cc;
}
@media print, screen and (min-width: 48em) {
  .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: #3366cc 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 #3366cc 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 #3366cc;
  }
}
@media print, screen and (min-width: 62em) {
  .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: #3366cc 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 #3366cc 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 #3366cc;
  }
}
@media print, screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #3366cc transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #3366cc transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #3366cc;
  }
}
@media print, screen and (min-width: 90em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xxlarge-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: #3366cc transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xxlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xxlarge-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 #3366cc transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.xxlarge-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 #3366cc;
  }
}
@media screen and (min-width: 100em) {
  .dropdown.menu.xxxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xxxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xxxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xxxlarge-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: #3366cc transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.xxxlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xxxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xxxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xxxlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xxxlarge-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 #3366cc transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.xxxlarge-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 #3366cc;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

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

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

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #dddddd;
  background: #fff;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #3366cc 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 #3366cc;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #dddddd;
  border-radius: 0;
  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: 48em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 48em) {
  .reveal {
    width: 600px;
    max-width: 81.5rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 48em) {
  .reveal.tiny {
    width: 30%;
    max-width: 81.5rem;
  }
}
@media print, screen and (min-width: 48em) {
  .reveal.small {
    width: 50%;
    max-width: 81.5rem;
  }
}
@media print, screen and (min-width: 48em) {
  .reveal.large {
    width: 90%;
    max-width: 81.5rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 23.74875em) {
  .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;
}

.title-bar {
  padding: 0.5rem;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

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

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
  background-color: #f3f5f6;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 48em) {
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 89.99875em) {
  .top-bar.stacked-for-xlarge {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-xlarge .top-bar-left,
  .top-bar.stacked-for-xlarge .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 99.99875em) {
  .top-bar.stacked-for-xxlarge {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-xxlarge .top-bar-left,
  .top-bar.stacked-for-xxlarge .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.top-bar.stacked-for-xxxlarge {
  flex-wrap: wrap;
}
.top-bar.stacked-for-xxxlarge .top-bar-left,
.top-bar.stacked-for-xxxlarge .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

.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: 48em) {
  .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: 62em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 75em) {
  .xlarge-order-1 {
    order: 1;
  }
  .xlarge-order-2 {
    order: 2;
  }
  .xlarge-order-3 {
    order: 3;
  }
  .xlarge-order-4 {
    order: 4;
  }
  .xlarge-order-5 {
    order: 5;
  }
  .xlarge-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 90em) {
  .xxlarge-order-1 {
    order: 1;
  }
  .xxlarge-order-2 {
    order: 2;
  }
  .xxlarge-order-3 {
    order: 3;
  }
  .xxlarge-order-4 {
    order: 4;
  }
  .xxlarge-order-5 {
    order: 5;
  }
  .xxlarge-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 100em) {
  .xxxlarge-order-1 {
    order: 1;
  }
  .xxxlarge-order-2 {
    order: 2;
  }
  .xxxlarge-order-3 {
    order: 3;
  }
  .xxxlarge-order-4 {
    order: 4;
  }
  .xxxlarge-order-5 {
    order: 5;
  }
  .xxxlarge-order-6 {
    order: 6;
  }
}
.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: 48em) {
  .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: 62em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: flex;
  }
  .xlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xlarge-flex-dir-row {
    flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 90em) {
  .xxlarge-flex-container {
    display: flex;
  }
  .xxlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xxlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xxlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xxlarge-flex-dir-row {
    flex-direction: row;
  }
  .xxlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xxlarge-flex-dir-column {
    flex-direction: column;
  }
  .xxlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 100em) {
  .xxxlarge-flex-container {
    display: flex;
  }
  .xxxlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xxxlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xxxlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xxxlarge-flex-dir-row {
    flex-direction: row;
  }
  .xxxlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xxxlarge-flex-dir-column {
    flex-direction: column;
  }
  .xxxlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 99.99875em) {
  .show-for-xxxlarge-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;
}

@media print, screen and (max-width: 23.74875em) {
  html {
    font-size: 100%;
  }
}

@media print, screen and (max-width: 99.99875em) {
  header,
  main,
  footer {
    zoom: 90%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  header,
  main,
  footer {
    zoom: 100%;
  }
}

@media print, screen and (max-width: 99.99875em) {
  .tijdlijn main,
  .timeline main {
    zoom: 100%;
  }
}

@media print, screen and (max-width: 23.74875em) {
  .nolink:before {
    z-index: 99;
  }
}
.nolink > a {
  cursor: default;
}
@media print, screen and (max-width: 23.74875em) {
  .nolink > a {
    z-index: 1;
    pointer-events: none;
  }
}

a {
  outline: 0;
  transition: 0.3s ease-in-out;
}

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

h1 a,
h1 strong,
h2 a,
h2 strong,
h3 a,
h3 strong,
h4 a,
h4 strong,
h5 a,
h5 strong,
h6 a,
h6 strong {
  font-weight: 800;
  color: #3366cc;
}

.branche-blue .banner__content-align h1 a,
.branche-blue .banner__content-align h1 strong,
.branche-blue .banner__content-align h2 a,
.branche-blue .banner__content-align h2 strong,
.branche-blue .banner__content-align h3 a,
.branche-blue .banner__content-align h3 strong,
.branche-blue .banner__content-align h4 a,
.branche-blue .banner__content-align h4 strong,
.branche-blue .banner__content-align h5 a,
.branche-blue .banner__content-align h5 strong,
.branche-blue .banner__content-align h6 a,
.branche-blue .banner__content-align h6 strong {
  color: #0072bb;
}

.branche-red .banner__content-align h1 a,
.branche-red .banner__content-align h1 strong,
.branche-red .banner__content-align h2 a,
.branche-red .banner__content-align h2 strong,
.branche-red .banner__content-align h3 a,
.branche-red .banner__content-align h3 strong,
.branche-red .banner__content-align h4 a,
.branche-red .banner__content-align h4 strong,
.branche-red .banner__content-align h5 a,
.branche-red .banner__content-align h5 strong,
.branche-red .banner__content-align h6 a,
.branche-red .banner__content-align h6 strong {
  color: #f13f2b;
}

.branche-green .banner__content-align h1 a,
.branche-green .banner__content-align h1 strong,
.branche-green .banner__content-align h2 a,
.branche-green .banner__content-align h2 strong,
.branche-green .banner__content-align h3 a,
.branche-green .banner__content-align h3 strong,
.branche-green .banner__content-align h4 a,
.branche-green .banner__content-align h4 strong,
.branche-green .banner__content-align h5 a,
.branche-green .banner__content-align h5 strong,
.branche-green .banner__content-align h6 a,
.branche-green .banner__content-align h6 strong {
  color: #d8df07;
}

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

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

select {
  background-origin: border-box;
  background-image: url(/wp-content/themes/arco/dist/images//select.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px);
  background-size: 10px;
}

.animate {
  visibility: hidden;
}

.mauticform-post-success .mauticform-innerform {
  display: none;
}

.mauticform-post-success .mauticform-message {
  margin: 2em 0;
  padding: 1.5em;
  color: #3c763d;
  border: 2px solid #3c763d;
  background-color: #dff0d8;
}

.gfield_confirmation_message {
  margin: 2em 0;
  padding: 1.5em;
  color: #3c763d;
  border: 2px solid #3c763d;
  background-color: #dff0d8;
}

.gform_submission_error {
  margin: 2em 0;
  padding: 1.5em;
  font-size: 16px;
  color: #c02b0a;
  border: 2px solid #c02b0a;
  background-color: #fff9f9;
}

.button.secondary:hover {
  color: #9933cc;
  border-color: #9933cc !important;
  background: white !important;
}

.mauticform-button-wrapper .mauticform-button.btn-default,
.mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default {
  border: 3px solid #fff !important;
  background-color: #9933cc !important;
}
.mauticform-button-wrapper .mauticform-button.btn-default:hover,
.mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default:hover {
  color: #3366cc;
  background-color: #fff !important;
}

.wrapper {
  padding-top: 130px;
  position: relative;
  overflow: hidden;
}
@media print, screen and (max-width: 99.99875em) {
  .wrapper {
    padding-top: 127px;
  }
}
@media print, screen and (max-width: 89.99875em) {
  .wrapper {
    padding-top: 115px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .wrapper {
    padding-top: 127px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .wrapper {
    padding-top: 111px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .wrapper {
    padding-top: 97px;
  }
}

.mauticform-button,
.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  transition: all 0.3s;
}
@media print, screen and (max-width: 89.99875em) {
  .mauticform-button,
  .button {
    height: 55px;
    font-size: 19px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .mauticform-button,
  .button {
    height: 50px;
    font-size: 18px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .mauticform-button,
  .button {
    height: 45px;
    font-size: 17px;
    border-width: 2px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .mauticform-button,
  .button {
    font-size: 16px;
  }
}
.mauticform-button:after,
.button:after {
  margin-left: 20px;
  display: block;
  font-family: "icomoon";
  font-size: 50%;
  font-weight: 400;
  transform: translateY(2px);
  content: "\e911";
}
@media print, screen and (max-width: 61.99875em) {
  .mauticform-button:after,
  .button:after {
    margin-left: 15px;
  }
}
.mauticform-button:hover,
.button:hover {
  color: #3366cc;
  border-color: #3366cc;
  background: transparent;
}
.mauticform-button:hover:before,
.button:hover:before {
  opacity: 1;
}
.mauticform-button.white,
.button.white {
  color: #3366cc;
  border-color: #fff;
  background: #fff;
}
.mauticform-button.white:hover,
.button.white:hover {
  color: #fff;
  background: transparent;
}
.mauticform-button.white:before,
.button.white:before {
  background: #3366cc;
}
.mauticform-button.secondary,
.button.secondary {
  border-color: #9933cc;
}
.mauticform-button.secondary:hover,
.button.secondary:hover {
  color: #9933cc;
  background: transparent;
}
.mauticform-button.gray,
.button.gray {
  color: #747474;
  background: #f3f5f6;
}
.mauticform-button.gray:hover,
.button.gray:hover {
  color: #fff;
  background: #3366cc;
}
.mauticform-button.clear,
.button.clear {
  padding: 0;
  height: auto;
}

.home .mauticform-button.white,
.home .button.white {
  color: #3366cc;
  border-color: #fff;
  background: #fff !important;
}
.home .mauticform-button.white:hover,
.home .button.white:hover {
  color: #fff;
  background: transparent !important;
}
.home .mauticform-button.white:before,
.home .button.white:before {
  background: #3366cc;
}
.home .mauticform-button.white.clear,
.home .button.white.clear {
  color: #fff;
  border: 0;
  background: transparent !important;
}
.home .mauticform-button.white.clear:before,
.home .button.white.clear:before {
  display: none;
}
.home .mauticform-button.white.clear:hover,
.home .button.white.clear:hover {
  color: #9933cc;
}

/* stylelint-disable */
.application {
  margin: 148px 0;
}
@media print, screen and (max-width: 89.99875em) {
  .application {
    margin: 120px 0;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .application {
    margin: 90px 0;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .application {
    margin: 50px 0;
  }
}
.application__intro {
  margin: 0 auto 40px;
  max-width: 1050px;
  mix-blend-mode: multiply;
}
.application__intro h2,
.application__intro h3 {
  margin-bottom: 26px;
}
@media print, screen and (min-width: 48em) {
  .application__intro h2 {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 62em) {
  .application__intro h2 {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 90em) {
  .application__intro h2 {
    font-size: 2rem;
  }
}
.application__intro p {
  margin-right: auto;
  margin-left: auto;
  max-width: 850px;
}
.application__bottom {
  margin: 15px auto 0;
  max-width: 890px;
}
@media print, screen and (max-width: 23.74875em) {
  .application__bottom {
    margin-top: 15px;
  }
}
.application__bottom p {
  margin-bottom: 33px;
}
@media print, screen and (max-width: 23.74875em) {
  .application__bottom p {
    margin-bottom: 20px;
  }
}
.application__bottom .button {
  margin: 3px 12px;
}

/* stylelint-disable */
.apply-form {
  padding-top: 97px;
  padding-bottom: 80px;
  position: relative;
  background: #f3f5f6;
}
@media print, screen and (max-width: 89.99875em) {
  .apply-form {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .apply-form {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .apply-form {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.apply-form:after {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  display: block;
  width: 100%;
  height: 520px;
  background: #f3f5f6;
  content: "";
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 7%);
}
@media print, screen and (max-width: 89.99875em) {
  .apply-form:after {
    height: 400px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .apply-form:after {
    height: 350px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .apply-form:after {
    height: 300px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .apply-form:after {
    height: 200px;
  }
}
.apply-form__intro {
  margin-bottom: 1em;
  text-align: center;
}
@media print, screen and (max-width: 61.99875em) {
  .apply-form__intro {
    margin-bottom: 1em;
  }
}
.apply-form__intro h2,
.apply-form__intro h3 {
  margin-bottom: 30px;
}
@media print, screen and (max-width: 61.99875em) {
  .apply-form__intro h2,
  .apply-form__intro h3 {
    margin-bottom: 20px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .apply-form__intro h2,
  .apply-form__intro h3 {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 48em) {
  .apply-form__intro h2 {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 62em) {
  .apply-form__intro h2 {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 90em) {
  .apply-form__intro h2 {
    font-size: 2rem;
  }
}
.apply-form__intro p {
  margin: 0;
}
.apply-form__intro-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.apply-form__intro-info a {
  margin: 0 15px;
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #9933cc;
}
.apply-form__intro-info a:hover {
  color: #3366cc;
}
.apply-form__intro-info i {
  margin-right: 8px;
  font-size: 80%;
}
.apply-form__intro-info i.icon-email {
  font-size: 60%;
  transform: translateY(2px);
}
.apply-form .gfield_html {
  font-weight: 700;
  color: #3366cc;
}
.apply-form .gfield_html cite {
  display: inline;
  font-size: 80%;
  font-weight: 400;
  color: inherit;
}
.apply-form .gfield_html cite:before {
  display: none;
}
.apply-form .gform_footer {
  text-align: right;
}
.apply-form .gform_footer button {
  background: #9933cc;
}
.apply-form .gform_footer button:hover {
  color: #9933cc !important;
  border-color: #9933cc !important;
  background: transparent !important;
}
.apply-form .grid-container {
  max-width: 930px;
}
.apply-form + .photo-content {
  margin-top: 0;
}
@media print, screen and (min-width: 62em) {
  .apply-form + .photo-content {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 75em) {
  .apply-form + .photo-content {
    margin-top: 70px;
  }
}
.apply-form .image.round {
  position: relative;
}
.apply-form .image.round:before {
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: inline-block;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background-color: #fff;
  content: "";
}
@media print, screen and (max-width: 23.74875em) {
  .apply-form .image.round:before {
    right: 0;
  }
}
.apply-form .image.round img {
  border-radius: 0 0 50% 50%;
}
@media print, screen and (max-width: 23.74875em) {
  .apply-form .text-left {
    text-align: center;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .apply-form .text-left .vacancy-info-wrapper {
    margin-top: 1em;
  }
}
@media print, screen and (min-width: 62em) {
  .apply-form .text-left .vacancy-info-wrapper {
    margin-left: 2.5em;
  }
}
@media print, screen and (min-width: 48em) {
  .apply-form .text-left .apply-form__intro-info {
    align-items: flex-start;
    justify-content: left;
  }
}
@media print, screen and (min-width: 48em) {
  .apply-form .text-left .apply-form__intro-info a {
    margin: 0 30px 0 0;
  }
}

/* stylelint-disable */
.appointment {
  margin: 30px 0;
  position: relative;
  z-index: 1;
  background: #3366cc;
  overflow: hidden;
}
.appointment__info {
  padding-top: 20px;
  padding-bottom: 60px;
  position: relative;
}
@media print, screen and (max-width: 74.99875em) {
  .appointment__info {
    padding-bottom: 30px;
  }
}
.appointment__info:after, .appointment__info:before {
  position: absolute;
  top: -1000px;
  right: -250px;
  bottom: -1000px;
  left: -1000px;
  z-index: -1;
  display: block;
  background: #fff;
  transform: skewX(155deg);
  content: "";
}
@media print, screen and (max-width: 74.99875em) {
  .appointment__info:after, .appointment__info:before {
    top: 0;
    right: -50px;
    bottom: 0;
    left: -50px;
    transform: none;
  }
}
.appointment__info h5 {
  margin-bottom: 35px;
}
@media print, screen and (max-width: 74.99875em) {
  .appointment__info h5 {
    margin-bottom: 25px;
  }
}
.appointment__info p {
  margin-bottom: 30px;
}
@media print, screen and (max-width: 74.99875em) {
  .appointment__info p {
    margin-bottom: 20px;
  }
}
.appointment__info ul {
  margin-left: 0;
  list-style: none;
}
.appointment__info ul li {
  padding-left: 21px;
  position: relative;
}
@media print, screen and (max-width: 61.99875em) {
  .appointment__info ul li {
    padding-left: 18px;
  }
}
.appointment__info ul li:before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3366cc;
  content: "";
}
@media print, screen and (max-width: 23.74875em) {
  .appointment__info ul li:before {
    top: 9px;
  }
}
.appointment__info-email, .appointment__info-tel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #9933cc;
}
.appointment__info-email a, .appointment__info-tel a {
  color: #9933cc;
}
.appointment__info-email i, .appointment__info-tel i {
  margin-right: 18px;
  display: block;
  width: 17px;
  font-size: 85%;
  text-align: center;
}
.appointment__info-email i.icon-email, .appointment__info-tel i.icon-email {
  font-size: 60%;
  transform: translateY(2px);
}
.appointment__info-email {
  margin-bottom: 27px;
}
.appointment__content {
  padding-top: 88px;
  color: #fff;
}
@media print, screen and (max-width: 74.99875em) {
  .appointment__content {
    padding-top: 50px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .appointment__content {
    padding-top: 0;
  }
}
.appointment__content h5 {
  margin-bottom: 30px;
  color: #fff;
}
@media print, screen and (max-width: 23.74875em) {
  .appointment__content h5 {
    margin-bottom: 10px;
  }
}
.appointment__content p {
  margin-bottom: 27px;
}
@media print, screen and (max-width: 23.74875em) {
  .appointment__content p {
    margin-bottom: 20px;
  }
}
.appointment__content ul {
  margin-left: 0;
  list-style: none;
  margin: 0 0 38px;
  list-style: none;
}
.appointment__content ul li {
  padding-left: 39px;
  position: relative;
}
@media print, screen and (max-width: 61.99875em) {
  .appointment__content ul li {
    padding-left: 30px;
  }
}
.appointment__content ul li:before {
  position: absolute;
  top: 7px;
  left: 0;
  font-family: "icomoon";
  font-size: 70%;
  font-weight: 400;
  color: #fff;
  content: "\e904";
}
@media print, screen and (max-width: 61.99875em) {
  .appointment__content ul li:before {
    top: 5px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .appointment__content ul {
    margin-bottom: 20px;
  }
}
.appointment__content ul li {
  margin-bottom: 6px;
}
@media print, screen and (max-width: 23.74875em) {
  .appointment__content-image.cell {
    margin: 0 -15px;
    padding: 0 30px;
    width: calc(100% + 30px);
    background: #fff;
  }
}
.appointment__content-image img {
  margin: 0 auto;
  display: block;
}
@media print, screen and (max-width: 23.74875em) {
  .appointment__content-image img {
    max-width: 200px;
  }
}
.appointment__content-text {
  padding-bottom: 82px;
}
@media print, screen and (max-width: 74.99875em) {
  .appointment__content-text {
    padding-bottom: 30px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .appointment__content-text {
    padding-top: 25px;
  }
}
.appointment__content-text .button:before {
  background: #195a83;
}
@media print, screen and (max-width: 74.99875em) {
  .appointment__content-text .button:before {
    background: #3366cc;
  }
}
.appointment + .supplement:before {
  display: none;
}
.appointment + .supplement .supplement__intro {
  max-width: 1000px;
}
.appointment + .newsletter:before {
  height: 550px;
}
@media print, screen and (max-width: 89.99875em) {
  .appointment + .newsletter:before {
    height: 500px;
  }
}

/* stylelint-disable */
.banner {
  position: relative;
}
.banner:before {
  position: absolute;
  top: 0;
  right: calc(50% + 115px);
  left: -2000px;
  z-index: 1;
  display: block;
  height: 100%;
  background: #3366cc;
  transform: skewX(338deg);
  content: "";
  mix-blend-mode: multiply;
}
@media print, screen and (max-width: 89.99875em) {
  .banner:before {
    right: calc(50% + 20px);
  }
}
@media print, screen and (max-width: 74.99875em) {
  .banner:before {
    right: calc(50% - 20px);
  }
}
@media print, screen and (max-width: 61.99875em) {
  .banner:before {
    right: -500px;
    opacity: 0.8;
  }
}
.banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner__content {
  padding: 60px 0;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 550px;
  min-height: 550px;
  color: #fff;
}
@media print, screen and (max-width: 89.99875em) {
  .banner__content {
    max-width: 500px;
    min-height: 500px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .banner__content {
    padding-bottom: 30px;
    max-width: 450px;
    min-height: 450px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .banner__content {
    min-height: 400px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .banner__content {
    max-width: 100%;
    min-height: 300px;
  }
}
.banner__content .breadcrumbs {
  position: absolute;
  top: 0;
  left: 0;
}
.banner__content h1 {
  margin-bottom: 30px;
  color: #fff;
}
@media print, screen and (max-width: 74.99875em) {
  .banner__content h1 {
    margin-bottom: 20px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .banner__content h1 {
    margin-bottom: 10px;
  }
}
.banner__content h1 + .banner__content-date {
  margin-top: -28px;
}
@media print, screen and (max-width: 74.99875em) {
  .banner__content h1 + .banner__content-date {
    margin-top: -18px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .banner__content h1 + .banner__content-date {
    margin-top: -8px;
  }
}
@media print, screen and (min-width: 75em) {
  .banner__content .button {
    min-width: 310px;
  }
}
@media print, screen and (min-width: 75em) {
  .banner__content .button:after {
    margin-left: auto;
  }
}
@media print, screen and (min-width: 75em) {
  .banner__content .button.white {
    margin-top: 20px;
  }
}
.banner__content-info {
  margin: 40px 0 45px;
  list-style: none;
}
@media print, screen and (max-width: 23.74875em) {
  .banner__content-info {
    margin: 25px 0;
  }
}
.banner__content-text ul {
  margin-left: 0;
  list-style: none;
}
.banner__content-text ul li {
  padding-left: 39px;
  position: relative;
}
@media print, screen and (max-width: 61.99875em) {
  .banner__content-text ul li {
    padding-left: 30px;
  }
}
.banner__content-text ul li:before {
  position: absolute;
  top: 7px;
  left: 0;
  font-family: "icomoon";
  font-size: 70%;
  font-weight: 400;
  color: #84a859;
  content: "\e904";
}
@media print, screen and (max-width: 61.99875em) {
  .banner__content-text ul li:before {
    top: 5px;
  }
}
.banner__content-text ul li {
  margin-top: 6px;
}
.banner__content-item {
  margin: 10px 0;
  display: flex;
  align-items: center;
}
.banner__content-item i {
  margin-right: 20px;
  width: 31px;
  font-size: 105%;
  text-align: center;
}
@media print, screen and (max-width: 23.74875em) {
  .banner__content-item i {
    margin-right: 10px;
  }
}
.banner__content-item i.icon-education {
  font-size: 80%;
}
.banner__content-item i.icon-marker {
  font-size: 120%;
}
.banner__content-label {
  margin-bottom: 15px;
  padding: 8px 35px;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-weight: 700;
  color: #3366cc;
  background: #fff;
}
@media print, screen and (max-width: 74.99875em) {
  .banner__content-label {
    padding: 8px 25px;
    height: 50px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .banner__content-label {
    padding: 6px 20px;
    height: 45px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .banner__content-label {
    padding: 5px 15px;
    height: 40px;
  }
}
.banner__content-label:after {
  position: absolute;
  top: 0;
  left: calc(100% - 0.5px);
  display: block;
  width: 30px;
  height: 100%;
  background: #fff;
  content: "";
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
@media print, screen and (max-width: 23.74875em) {
  .banner__content-label:after {
    width: 20px;
  }
}
.banner__content-align {
  max-width: 100%;
}
.banner form {
  padding-top: 20px;
  width: 700px;
}
@media print, screen and (max-width: 99.99875em) {
  .banner form {
    width: 620px;
  }
}
@media print, screen and (max-width: 89.99875em) {
  .banner form {
    width: 550px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .banner form {
    padding-top: 0;
    width: 100%;
  }
}
.banner form label {
  margin-bottom: 5px;
}
.banner form select {
  border-radius: 0;
  background-color: #f3f5f6;
}
.banner .grid-container {
  position: relative;
}

.branche-red .banner:before {
  background: #cd3423;
}

.branche-green .banner:before {
  background: #a8ae00;
}

.contact .banner:before {
  background: transparent !important;
}
@media print, screen and (min-width: 75em) {
  .contact .banner__content {
    padding: 250px 0 0;
  }
}
.contact .banner__content .breadcrumbs {
  color: #3366cc;
}
.contact .banner__content .breadcrumbs a {
  color: #3366cc;
}
.contact .banner__content .banner__content-align {
  text-shadow: 0 0 25px rgb(0, 0, 0);
}

/* stylelint-disable */
.breadcrumbs {
  margin: 0;
  padding: 16px 0;
  font-size: 15px;
  font-weight: 300;
}
.breadcrumbs a {
  text-decoration: underline;
  color: #fff;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
.breadcrumbs i {
  margin: 0 10px;
  font-size: 50%;
}

/* stylelint-disable */
.card-app {
  width: 100%;
}
.card-app img {
  margin-bottom: 15px;
  display: block;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.card-app__title {
  font-family: "Manrope", Helvetica, Roboto, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: #3f3f3f;
}
@media print, screen and (max-width: 74.99875em) {
  .card-app__title {
    font-size: 20px;
  }
}
.card-app__title .icon-check {
  margin: 0 0.5em 0 0;
  font-size: 17px;
  color: #84a859;
}
.card-app__text {
  margin: 0.5em 0 0;
  font-size: 19px;
}
.card-app__text.checked {
  margin: 0.5em 0 0 31px;
}

/* stylelint-disable */
.card-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  overflow: hidden;
  background: #3366cc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.card-cta picture {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
.card-cta picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-cta__content {
  padding: 70px 70px 25px;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}
@media print, screen and (max-width: 99.99875em) {
  .card-cta__content {
    padding: 50px;
  }
}
@media print, screen and (max-width: 89.99875em) {
  .card-cta__content {
    padding: 30px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .card-cta__content {
    padding: 20px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .card-cta__content {
    padding: 50px 20px;
  }
}
.card-cta__content h3 {
  margin-bottom: 24px;
  color: #fff;
}
@media print, screen and (max-width: 74.99875em) {
  .card-cta__content h3 {
    margin-bottom: 15px;
  }
}
.card-cta__content p {
  margin-bottom: 30px;
}
@media print, screen and (max-width: 74.99875em) {
  .card-cta__content p {
    margin-bottom: 15px;
  }
}

/* stylelint-disable */
.card-logo {
  padding: 50px 10px 60px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #f3f5f6;
  background-color: #fff;
}
@media print, screen and (max-width: 89.99875em) {
  .card-logo {
    padding: 50px 10px 55px;
  }
}
.card-logo img {
  max-width: 100%;
  max-height: 105px;
}
@media print, screen and (max-width: 74.99875em) {
  .card-logo img {
    max-height: 90px;
  }
}
.card-logo span {
  padding: 5px 0 5px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
  opacity: 0;
  visibility: hidden;
  min-width: 205px;
  max-width: 205px;
  height: 50px;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  background: #3366cc;
  transition: 0.3s ease-in-out;
}
@media print, screen and (max-width: 89.99875em) {
  .card-logo span {
    padding: 5px 20px;
    height: 50px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .card-logo span {
    padding: 5px 15px;
    height: 40px;
  }
}
.card-logo span:after {
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  display: block;
  width: 30px;
  height: 100%;
  background: #3366cc;
  content: "";
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
@media print, screen and (max-width: 23.74875em) {
  .card-logo span:after {
    width: 25px;
  }
}
.slick-current .card-logo span {
  opacity: 1;
  visibility: visible;
}
.card-logo--label span {
  opacity: 1;
  visibility: visible;
}

/* stylelint-disable */
.card-machine {
  display: block;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.card-machine__image {
  position: relative;
  overflow: hidden;
}
.card-machine__image img {
  display: block;
  width: 100%;
  transition: 1s ease-in-out transform;
}
.card-machine__image-lable {
  padding: 5px 27px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-weight: 700;
  color: #fff;
  background: #3366cc;
}
@media print, screen and (max-width: 74.99875em) {
  .card-machine__image-lable {
    height: 50px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .card-machine__image-lable {
    height: 40px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .card-machine__image-lable {
    padding: 5px 15px;
    height: 35px;
  }
}
.card-machine__image-lable:after {
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  display: block;
  width: 30px;
  height: 100%;
  background: #3366cc;
  content: "";
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
@media print, screen and (max-width: 23.74875em) {
  .card-machine__image-lable:after {
    width: 20px;
  }
}
.card-machine__content {
  padding: 42px 45px;
  color: #747474;
}
@media print, screen and (max-width: 89.99875em) {
  .card-machine__content {
    padding: 30px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .card-machine__content {
    padding: 20px;
  }
}
.card-machine__content h5 {
  margin-bottom: 26px;
  line-height: 1.2;
}
@media print, screen and (min-width: 75em) {
  .card-machine__content h5 {
    min-height: 73px;
  }
}
.card-machine__content p {
  margin-bottom: 15px;
}
.card-machine:hover img {
  transform: scale(1.05);
}

/* stylelint-disable */
.card-market {
  display: block;
  width: 100%;
  background: #000;
  transition: 0.4s ease-in-out transform;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.card-market__image {
  background: linear-gradient(0deg, rgba(51, 102, 204, 0.8), #0290c4);
}
.card-market__image img {
  width: 100%;
  transition: 0.3s ease-in-out;
  mix-blend-mode: multiply;
  filter: grayscale(100%);
}
.card-market__content {
  padding: 25px 70px;
  top: 53%;
  left: 0;
  z-index: 2;
  width: 100%;
  color: #fff;
  transform: translateY(-50%);
}
@media print, screen and (max-width: 99.99875em) {
  .card-market__content {
    padding: 25px 30px;
  }
}
@media print, screen and (max-width: 89.99875em) {
  .card-market__content {
    padding: 20px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .card-market__content {
    padding: 10px;
  }
}
.card-market__content-title {
  margin-bottom: 20px;
  min-height: 62px;
  line-height: 1.15;
  color: inherit;
}
@media print, screen and (max-width: 61.99875em) {
  .card-market__content-title {
    margin-bottom: 10px;
    min-height: 50px;
    font-size: 22px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .card-market__content-title {
    min-height: 0;
    font-size: 20px;
  }
}
.card-market--secondary .card-market__image {
  background: linear-gradient(0deg, rgba(168, 174, 0, 0.5), #a8ae00);
}
.card-market--alert .card-market__image {
  background: linear-gradient(0deg, rgba(204, 75, 55, 0.5), #cc4b37);
}
.card-market .button.clear {
  color: #fff;
  border: none;
  background: none;
}
.card-market:hover {
  transform: scale(1.05);
}
.card-market:hover img {
  filter: grayscale(100%) blur(2px);
}

/* stylelint-disable */
.card-method {
  margin: 0 auto;
  padding-top: 43px;
  position: relative;
  width: 100%;
  max-width: 400px;
}
.card-method picture {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  transform: translateX(-50%);
  filter: grayscale(100%);
}
@media print, screen and (max-width: 74.99875em) {
  .card-method picture {
    width: 150px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .card-method picture {
    width: 120px;
  }
}
.card-method picture img {
  margin: 0 auto;
  max-width: 100%;
}
.card-method h5 {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  line-height: 1.17;
  color: #3366cc;
}
@media print, screen and (max-width: 74.99875em) {
  .card-method h5 {
    margin-bottom: 20px;
  }
}
.card-method h5 strong {
  display: block;
}
.card-method p {
  position: relative;
  z-index: 1;
}
.home .card-method h5 {
  margin-bottom: 56px;
  color: #3f3f3f;
}
@media print, screen and (min-width: 75em) {
  .home .card-method h5 {
    font-size: 38px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .home .card-method h5 {
    margin-bottom: 30px;
  }
}
.home .card-method h5 strong {
  display: block;
}

/* stylelint-disable */
.card-news {
  display: block;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: 0.4s ease-in-out transform;
}
.card-news:hover {
  transform: scale(1.05);
}
.card-news__image {
  position: relative;
  overflow: hidden;
}
.card-news__image img {
  display: block;
  width: 100%;
}
.card-news__image-lable {
  padding: 5px 27px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-weight: 700;
  color: #fff;
  background: #3366cc;
}
@media print, screen and (max-width: 74.99875em) {
  .card-news__image-lable {
    height: 50px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .card-news__image-lable {
    height: 40px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .card-news__image-lable {
    padding: 5px 15px;
    height: 35px;
  }
}
.card-news__image-lable:after {
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  display: block;
  width: 30px;
  height: 100%;
  background: #3366cc;
  content: "";
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
@media print, screen and (max-width: 23.74875em) {
  .card-news__image-lable:after {
    width: 20px;
  }
}
.card-news__content {
  padding: 45px;
  color: #747474;
}
@media print, screen and (max-width: 89.99875em) {
  .card-news__content {
    padding: 30px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .card-news__content {
    padding: 20px;
  }
}
.card-news__content h5 {
  margin-bottom: 3px;
  line-height: 1.2;
}
.card-news__content span {
  margin-bottom: 28px;
  display: block;
  font-size: 16px;
  color: #b9b9b9;
}
@media print, screen and (max-width: 23.74875em) {
  .card-news__content span {
    margin-bottom: 20px;
  }
}
.card-news__content p {
  margin-bottom: 0;
  max-height: 0;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
.slick-current .card-news__content p {
  margin-bottom: 30px;
  max-height: 100%;
}
@media print, screen and (max-width: 23.74875em) {
  .slick-current .card-news__content p {
    margin-bottom: 20px;
  }
}
.card-news__content .button {
  color: #3366cc;
}
.card-news__content .button.clear:hover {
  color: #3366cc;
}
.card-news--noimg {
  padding-top: 50px;
}
@media print, screen and (max-width: 74.99875em) {
  .card-news--noimg {
    padding-top: 40px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .card-news--noimg {
    padding-top: 35px;
  }
}
.card-news--noimg .card-news__image-lable {
  top: 0;
}
.card-news--blue {
  background: #3366cc;
}
.card-news--blue h5 {
  color: #fff;
}
.card-news--blue .button {
  color: #fff;
}
.card-news--blue .button:hover {
  color: #fff !important;
}
.card-news--blue .card-news__image-lable {
  color: #3366cc;
  background: #fff;
}
.card-news--blue .card-news__image-lable:after {
  background: #fff;
}

@media print, screen and (min-width: 62em) {
  .different-layout .card-news {
    margin: 0 1%;
    display: inline-block;
    box-shadow: none;
    float: left;
    width: 31%;
  }
}

/* stylelint-disable */
.card-person {
  width: 100%;
}
.card-person picture {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 25px;
  display: block;
  background: #f3f5f6;
}
@media print, screen and (max-width: 61.99875em) {
  .card-person picture {
    margin-bottom: 15px;
  }
}
.card-person img {
  display: block;
  width: 100%;
}
.card-person h6 {
  margin-bottom: 5px;
}
.card-person__title {
  font-family: "Manrope", Helvetica, Roboto, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: #3f3f3f;
}
@media print, screen and (max-width: 74.99875em) {
  .card-person__title {
    font-size: 20px;
  }
}
.card-person__role {
  margin-bottom: 20px;
  line-height: 1.2;
}
.card-person__assets-social {
  margin-right: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 12px;
  border-radius: 50%;
  background: #f3f5f6;
}
.card-person__assets-social .icon-linkedin {
  font-size: 145%;
}
.card-person__assets-social .icon-tel {
  font-size: 145%;
}
.card-person__assets-social:hover {
  color: #fff;
  background: #3366cc;
}

/* stylelint-disable */
.card-review {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.card-review__content {
  padding: 55px 50px 60px;
  position: relative;
  z-index: 1;
  width: 100%;
  background-origin: content-box;
  background-image: url(/wp-content/themes/arco/dist/images//quote-start.svg);
  background-repeat: no-repeat;
  background-position: left 15px;
  background-size: 100px;
}
@media print, screen and (max-width: 89.99875em) {
  .card-review__content {
    padding: 30px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .card-review__content {
    padding: 15px;
    background-position: left top;
    background-size: 60px;
  }
}
.card-review__content:after {
  padding: inherit;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-origin: content-box;
  content: "";
  background-image: url(/wp-content/themes/arco/dist/images//quote-end.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) bottom;
  background-size: 100px;
}
@media print, screen and (max-width: 23.74875em) {
  .card-review__content:after {
    background-position: right bottom;
    background-size: 60px;
  }
}
.card-review__content p {
  margin: 0;
}
.card-review .grid-x {
  width: 100%;
}
.card-review__info {
  padding: 25px 38px 25px 50px;
  position: relative;
  width: calc(100% - 150px);
  line-height: 1.1;
  color: #fff;
  background: #3366cc;
}
@media print, screen and (max-width: 89.99875em) {
  .card-review__info {
    padding: 15px 38px 15px 30px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .card-review__info {
    padding: 15px 38px 15px 15px;
    width: calc(100% - 100px);
  }
}
.card-review__info:after {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: 0;
  display: block;
  width: 40px;
  background: #fff;
  content: "";
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
@media print, screen and (max-width: 23.74875em) {
  .card-review__info:after {
    width: 30px;
  }
}
.card-review__info strong {
  margin-bottom: 6px;
  display: block;
}
@media print, screen and (max-width: 89.99875em) {
  .card-review__info strong {
    margin-bottom: 3px;
  }
}
.card-review__info span {
  display: block;
}
.card-review__image {
  padding: 12px;
  align-self: center;
  width: 150px;
}
@media print, screen and (max-width: 23.74875em) {
  .card-review__image {
    width: 100px;
  }
}
.card-review__image img {
  max-width: 100%;
}

/* stylelint-disable */
.card-solution {
  display: block;
  width: 100%;
}
.card-solution__image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.card-solution__image:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
  content: "";
}
.card-solution__image img {
  width: 100%;
  transition: 1s ease-in-out transform;
}
.card-solution__image h6 {
  margin: 0;
  padding: 31px 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  color: #fff;
}
@media print, screen and (min-width: 75em) {
  .card-solution__image h6 {
    font-size: 26px;
  }
}
@media print, screen and (min-width: 90em) {
  .card-solution__image h6 {
    font-size: 28px;
  }
}
@media print, screen and (max-width: 89.99875em) {
  .card-solution__image h6 {
    padding: 25px 20px;
  }
}
.card-solution__content {
  padding: 40px;
  position: relative;
  opacity: 0;
  visibility: hidden;
  min-height: 150px;
  color: #747474;
  background: #fff;
  transition: 0.3s ease-in-out;
}
@media print, screen and (max-width: 89.99875em) {
  .card-solution__content {
    padding: 30px;
    min-height: 140px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .card-solution__content {
    padding: 20px;
  }
}
.card-solution__content:after {
  position: absolute;
  top: -40px;
  bottom: 0;
  left: calc(100% - 1px);
  display: block;
  width: 98px;
  background: #fff;
  content: "";
  clip-path: polygon(100% 0, 0 0, 0 100%);
}
@media print, screen and (max-width: 74.99875em) {
  .card-solution__content:after {
    top: -20px;
    width: 60px;
  }
}
.card-solution__content p {
  margin-bottom: 22px;
}
@media print, screen and (max-width: 74.99875em) {
  .card-solution__content p {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.card-solution:hover img {
  transform: scale(1.05) rotate(-1deg);
}

/* stylelint-disable */
.card-subpage {
  display: block;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.card-subpage__image {
  position: relative;
  overflow: hidden;
}
.card-subpage__image img {
  display: block;
  width: 100%;
  transition: 1s ease-in-out transform;
}
.card-subpage__image-lable {
  padding: 5px 27px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-weight: 700;
  color: #fff;
  background: #3366cc;
}
@media print, screen and (max-width: 74.99875em) {
  .card-subpage__image-lable {
    height: 50px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .card-subpage__image-lable {
    height: 40px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .card-subpage__image-lable {
    padding: 5px 15px;
    height: 35px;
  }
}
.card-subpage__image-lable:after {
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  display: block;
  width: 30px;
  height: 100%;
  background: #3366cc;
  content: "";
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
@media print, screen and (max-width: 23.74875em) {
  .card-subpage__image-lable:after {
    width: 20px;
  }
}
.card-subpage__content {
  padding: 42px 45px;
  color: #747474;
}
@media print, screen and (max-width: 89.99875em) {
  .card-subpage__content {
    padding: 30px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .card-subpage__content {
    padding: 20px;
  }
}
.card-subpage__content h5 {
  margin-bottom: 26px;
  line-height: 1.2;
}
@media print, screen and (min-width: 75em) {
  .card-subpage__content h5 {
    min-height: 73px;
  }
}
.card-subpage__content p {
  margin-bottom: 15px;
}
.card-subpage:hover img {
  transform: scale(1.05);
}

/* stylelint-disable */
.card-supplement {
  display: block;
  width: 100%;
  transition: 0.4s ease-in-out transform;
}
.card-supplement:hover {
  transform: scale(1.05);
}
.card-supplement__image {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media print, screen and (max-width: 23.74875em) {
  .card-supplement__image {
    margin-bottom: 12px;
  }
}
.card-supplement__image:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #3366cc;
  content: "";
  mix-blend-mode: multiply;
}
.card-supplement__image img {
  display: block;
  width: 100%;
  min-height: 130px;
  object-fit: cover;
}
.card-supplement__image-label {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  font-family: "Manrope", Helvetica, Roboto, Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}
.card-supplement__image-label.clear {
  padding: 28px;
  color: #fff;
  border: transparent;
  background: transparent;
}
@media print, screen and (max-width: 74.99875em) {
  .card-supplement__image-label.clear {
    padding: 20px;
    font-size: 23px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .card-supplement__image-label.clear {
    padding: 15px;
    font-size: 18px;
  }
}
.card-supplement__image-label.clear:hover {
  color: #fff !important;
}
.card-supplement p {
  color: #747474;
}

.branche-red .card-supplement__image:before {
  background: #cd3423;
}

.branche-green .card-supplement__image:before {
  background: #a8ae00;
}

/* stylelint-disable */
.card-vacancy {
  display: block;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: 0.4s ease-in-out transform;
}
.card-vacancy:hover {
  transform: scale(1.05);
}
.card-vacancy__image {
  position: relative;
  overflow: hidden;
}
.card-vacancy__image img {
  display: block;
  width: 100%;
}
.card-vacancy__image-lable {
  padding: 5px 27px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-weight: 700;
  color: #fff;
  background: #3366cc;
}
@media print, screen and (max-width: 74.99875em) {
  .card-vacancy__image-lable {
    height: 50px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .card-vacancy__image-lable {
    height: 40px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .card-vacancy__image-lable {
    padding: 5px 15px;
    height: 35px;
  }
}
.card-vacancy__image-lable:after {
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  display: block;
  width: 30px;
  height: 100%;
  background: #3366cc;
  content: "";
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
@media print, screen and (max-width: 23.74875em) {
  .card-vacancy__image-lable:after {
    width: 20px;
  }
}
.card-vacancy__content {
  padding: 45px;
  color: #747474;
}
@media print, screen and (max-width: 89.99875em) {
  .card-vacancy__content {
    padding: 30px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .card-vacancy__content {
    padding: 20px;
  }
}
.card-vacancy__content h5 {
  margin-bottom: 3px;
  line-height: 1.2;
}
.card-vacancy__content span {
  margin-bottom: 28px;
  display: block;
  font-size: 16px;
  color: #b9b9b9;
}
@media print, screen and (max-width: 23.74875em) {
  .card-vacancy__content span {
    margin-bottom: 20px;
  }
}
.card-vacancy__content p {
  margin-bottom: 30px;
  max-height: 100%;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
@media print, screen and (max-width: 23.74875em) {
  .card-vacancy__content p {
    margin-bottom: 20px;
  }
}
.card-vacancy__content .button {
  color: #3366cc;
}
.card-vacancy__content .button.clear:hover {
  color: #3366cc;
}
.card-vacancy--noimg {
  padding-top: 50px;
}
@media print, screen and (max-width: 74.99875em) {
  .card-vacancy--noimg {
    padding-top: 40px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .card-vacancy--noimg {
    padding-top: 35px;
  }
}
.card-vacancy--noimg .card-vacancy__image-lable {
  top: 0;
}
.card-vacancy--blue {
  background: #3366cc;
}
.card-vacancy--blue h5 {
  color: #fff;
}
.card-vacancy--blue .button {
  color: #fff;
}
.card-vacancy--blue .button:hover {
  color: #fff !important;
}
.card-vacancy--blue .card-vacancy__image-lable {
  color: #3366cc;
  background: #fff;
}
.card-vacancy--blue .card-vacancy__image-lable:after {
  background: #fff;
}

@media print, screen and (min-width: 62em) {
  .different-layout .card-vacancy {
    margin: 0 1%;
    display: inline-block;
    box-shadow: none;
    float: left;
    width: 31%;
  }
}

/* stylelint-disable */
.content {
  margin-bottom: 60px;
  padding-bottom: 10px;
  position: relative;
  background: #f3f5f6;
}
.content:after {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: -100;
  display: block;
  width: 100%;
  height: 1370px;
  background: #f3f5f6;
  content: "";
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 57%);
}
@media print, screen and (max-width: 99.99875em) {
  .content:after {
    height: 1100px;
  }
}
@media print, screen and (max-width: 89.99875em) {
  .content:after {
    height: 1000px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .content:after {
    height: 700px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .content:after {
    height: 500px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .content:after {
    height: 200px;
  }
}
.content__content {
  padding-top: 93px;
}
@media print, screen and (max-width: 89.99875em) {
  .content__content {
    padding-top: 60px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .content__content {
    padding-top: 40px;
  }
}
.content__content h3 {
  margin-bottom: 27px;
}
@media print, screen and (max-width: 74.99875em) {
  .content__content h3 {
    margin-bottom: 15px;
  }
}
.content__content ul {
  margin-left: 0;
  list-style: none;
  margin-bottom: 47px;
  margin-left: 0;
  list-style: none;
}
.content__content ul li {
  padding-left: 39px;
  position: relative;
}
@media print, screen and (max-width: 61.99875em) {
  .content__content ul li {
    padding-left: 30px;
  }
}
.content__content ul li:before {
  position: absolute;
  top: 7px;
  left: 0;
  font-family: "icomoon";
  font-size: 70%;
  font-weight: 400;
  color: #84a859;
  content: "\e904";
}
@media print, screen and (max-width: 61.99875em) {
  .content__content ul li:before {
    top: 5px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .content__content ul {
    margin-bottom: 20px;
  }
}
.content__content ul li {
  margin-bottom: 7px;
}
@media print, screen and (max-width: 74.99875em) {
  .content__content ul li {
    margin-bottom: 4px;
  }
}
.content__content p {
  margin-bottom: 32px;
}
@media print, screen and (max-width: 74.99875em) {
  .content__content p {
    margin-bottom: 20px;
  }
}
.content__content label {
  font-weight: 700;
  color: #3366cc;
}
.content__content select {
  background-color: #f3f5f6;
}
.content__content-author {
  margin-bottom: 80px;
  max-width: 600px;
}
@media print, screen and (max-width: 89.99875em) {
  .content__content-author {
    margin-bottom: 70px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .content__content-author {
    margin-bottom: 50px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .content__content-author {
    margin-bottom: 30px;
  }
}
.content__content-image {
  width: 70px;
}
.content__content-image img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
.content__content-text {
  padding-left: 25px;
  width: calc(100% - 70px);
}
.content__content-text p {
  margin: 0;
}
.content__content-text strong {
  font-weight: 700;
}
.content .download-form {
  margin-top: -74px;
}
@media print, screen and (max-width: 74.99875em) {
  .content .download-form {
    margin-top: -50px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .content .download-form {
    margin-top: 20px;
  }
}
.content--alt {
  background: transparent;
}
.content--alt:after {
  display: none;
}
.content + .photo-content {
  margin-top: 60px;
}

/* stylelint-disable */
.content-block {
  margin: 52px 0;
}
@media print, screen and (max-width: 74.99875em) {
  .content-block {
    margin: 40px 0;
  }
}
.content-block h2,
.content-block h3 {
  margin-bottom: 24px;
}
@media print, screen and (max-width: 61.99875em) {
  .content-block h2,
  .content-block h3 {
    margin-bottom: 15px;
  }
}
.content-block p {
  margin-bottom: 26px;
}
@media print, screen and (max-width: 61.99875em) {
  .content-block p {
    margin-bottom: 20px;
  }
}
.content-block.text-center ul {
  list-style-position: inside;
}
.content-block.text-center ul li::marker {
  color: #3366cc;
}
.content-block.text-center .grid-container {
  max-width: 1170px;
}
.content-block__button {
  padding-top: 30px;
}
@media print, screen and (max-width: 61.99875em) {
  .content-block__button {
    padding-top: 0;
  }
}
.content-block__button .button {
  margin: 3px 15px;
}
@media print, screen and (max-width: 61.99875em) {
  .content-block__button .button {
    margin: 3px 5px;
  }
}
.content-block__button .button:first-of-type {
  margin: 3px 15px 3px 0;
}
@media print, screen and (max-width: 61.99875em) {
  .content-block__button .button:first-of-type {
    margin: 3px 5px 3px 0;
  }
}
.content-block__button .button:last-of-type {
  margin: 3px 0;
}
@media print, screen and (max-width: 61.99875em) {
  .content-block__button .button:last-of-type {
    margin: 3px 0;
  }
}
.content-block--bg {
  position: relative;
}
.content-block--bg:before {
  position: absolute;
  top: 80%;
  z-index: -1;
  display: block;
  width: 100%;
  height: 760%;
  background: #f3f5f6;
  transform: translateY(-50%);
  content: "";
  clip-path: polygon(0 28%, 100% 0, 100% 100%, 0 73%);
}
@media print, screen and (max-width: 99.99875em) {
  .content-block--bg:before {
    height: 720%;
  }
}
@media print, screen and (max-width: 89.99875em) {
  .content-block--bg:before {
    height: 680%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .content-block--bg:before {
    height: 550%;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 85%);
  }
}
@media print, screen and (max-width: 61.99875em) {
  .content-block--bg:before {
    height: 300%;
    clip-path: polygon(0 12%, 100% 0, 100% 100%, 0 88%);
  }
}
@media print, screen and (max-width: 23.74875em) {
  .content-block--bg:before {
    height: 200%;
    clip-path: polygon(0 7%, 100% 0, 100% 100%, 0 93%);
  }
}
.content-block + .appointment {
  margin: 160px 0;
}
@media print, screen and (max-width: 89.99875em) {
  .content-block + .appointment {
    margin: 120px 0;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .content-block + .appointment {
    margin: 80px 0;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .content-block + .appointment {
    margin: 50px 0;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .content-block + .appointment {
    margin: 30px 0;
  }
}
.content-block + .supplement {
  margin: 160px 0;
}
@media print, screen and (max-width: 89.99875em) {
  .content-block + .supplement {
    margin: 120px 0;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .content-block + .supplement {
    margin: 80px 0;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .content-block + .supplement {
    margin: 50px 0;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .content-block + .supplement {
    margin: 30px 0;
  }
}

/* stylelint-disable */
.department {
  margin: 100px 0;
}
@media print, screen and (max-width: 89.99875em) {
  .department {
    margin: 70px 0;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .department {
    margin: 50px 0;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .department {
    margin: 30px 0;
  }
}
.department__intro {
  margin: 0 auto 35px;
  max-width: 1000px;
}
.department__intro h2,
.department__intro h3 {
  margin-bottom: 25px;
}
@media print, screen and (max-width: 23.74875em) {
  .department__intro h2,
  .department__intro h3 {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 48em) {
  .department__intro h2 {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 62em) {
  .department__intro h2 {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 90em) {
  .department__intro h2 {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 75em) {
  .department + .supplement {
    margin-top: -60px;
  }
}
.department + .supplement:before {
  display: none;
}
@media print, screen and (min-width: 75em) {
  .department + .supplement .supplement__intro {
    margin-bottom: 40px;
  }
}

/* stylelint-disable */
.discover {
  margin: 160px 0;
}
@media print, screen and (max-width: 99.99875em) {
  .discover {
    margin: 130px 0;
  }
}
@media print, screen and (max-width: 89.99875em) {
  .discover {
    margin: 100px 0;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .discover {
    margin: 80px 0;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .discover {
    margin: 50px 0;
  }
}
.discover__intro {
  margin: 0 auto 60px;
  max-width: 830px;
}
@media print, screen and (max-width: 74.99875em) {
  .discover__intro {
    margin-bottom: 40px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .discover__intro {
    margin-bottom: 20px;
  }
}
.discover__intro h2,
.discover__intro h3 {
  margin-bottom: 30px;
}
@media print, screen and (max-width: 74.99875em) {
  .discover__intro h2,
  .discover__intro h3 {
    margin-bottom: 20px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .discover__intro h2,
  .discover__intro h3 {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 48em) {
  .discover__intro h2 {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 62em) {
  .discover__intro h2 {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 90em) {
  .discover__intro h2 {
    font-size: 2rem;
  }
}
.discover img {
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.discover__bottom {
  margin: 70px auto 0;
  max-width: 1250px;
}
@media print, screen and (max-width: 74.99875em) {
  .discover__bottom {
    margin-top: 50px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .discover__bottom {
    margin-top: 30px;
  }
}
.discover__bottom p {
  margin-bottom: 34px;
}
@media print, screen and (max-width: 74.99875em) {
  .discover__bottom p {
    margin-bottom: 20px;
  }
}
.discover__bottom .button {
  margin: 3px 15px;
}
@media print, screen and (max-width: 23.74875em) {
  .discover__bottom .button {
    margin: 3px 10px;
  }
}

/* stylelint-disable */
.download-form {
  margin-top: -74px;
  padding: 55px 48px 30px;
  position: relative;
  z-index: 1;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
@media print, screen and (max-width: 89.99875em) {
  .download-form {
    padding: 35px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .download-form {
    margin-top: -50px;
    padding: 30px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .download-form {
    margin-top: 20px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .download-form {
    padding: 20px;
  }
}
.download-form input[type=email],
.download-form input[type=tel],
.download-form input[type=text] {
  background: #f3f5f6;
}
.download-form label {
  margin-bottom: 10px;
  line-height: 1.2;
  color: #3366cc;
}
.download-form .mauticform_wrapper label {
  font-weight: 700;
}
.download-form .mauticform-required > label:after {
  color: #e32;
  content: " *";
}
.download-form h5 {
  margin-bottom: 30px;
  line-height: 1.15;
}
@media print, screen and (max-width: 23.74875em) {
  .download-form h5 {
    margin-bottom: 20px;
  }
}
.download-form p {
  margin-bottom: 30px;
}
@media print, screen and (max-width: 23.74875em) {
  .download-form p {
    margin-bottom: 20px;
  }
}
.download-form__group {
  margin-bottom: 25px;
}
.download-form__group input {
  margin: 0;
}
.download-form__group > label {
  font-weight: 700;
}
.download-form__group--email {
  margin-bottom: 10px;
}
.download-form__group--checkbox {
  position: relative;
}
.download-form__group--checkbox label {
  font-size: 18px;
  font-weight: 400;
  color: #747474;
}
.download-form__group--checkbox a {
  color: #3366cc;
}
.download-form__group--checkbox a:hover {
  color: #747474;
}
.download-form__group input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.download-form__group input[type=checkbox] + label {
  margin: 0;
  padding-left: 28px;
  position: relative;
}
.download-form__group input[type=checkbox] + label:before {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #f3f5f6;
  border-radius: 4px;
  content: "";
}
.download-form__group input[type=checkbox]:checked + label:before {
  background-image: url(/wp-content/themes/arco/dist/images//check.svg);
  background-repeat: no-repeat;
  background-position: 49% 48%;
  background-size: 60%;
}
.download-form__bottom {
  margin-top: 55px;
}
@media print, screen and (max-width: 89.99875em) {
  .download-form__bottom {
    margin-top: 30px;
  }
}
.download-form__bottom p {
  margin: 10px 0;
  font-size: 16px;
  color: #3f3f3f;
}

/* stylelint-disable */
.employee {
  margin: 30px 0;
  position: relative;
  z-index: 1;
  background: #3366cc;
  overflow: hidden;
}
.employee__info {
  padding-top: 20px;
  padding-bottom: 60px;
  position: relative;
}
@media print, screen and (max-width: 74.99875em) {
  .employee__info {
    padding-bottom: 30px;
  }
}
.employee__info:after, .employee__info:before {
  position: absolute;
  top: -1000px;
  right: -1000px;
  bottom: -1000px;
  left: -250px;
  z-index: -1;
  display: block;
  background: #fff;
  transform: skewX(-153deg);
  content: "";
}
@media print, screen and (max-width: 74.99875em) {
  .employee__info:after, .employee__info:before {
    top: 0;
    right: -50px;
    bottom: 0;
    left: -50px;
    transform: none;
  }
}
.employee__info:after {
  right: calc(100% + 80px);
  left: auto;
  width: 968px;
  background-color: transparent;
  transform: translateY(30px);
  background-image: url(/wp-content/themes/arco/dist/images//employee-mark.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 100%;
}
@media print, screen and (max-width: 74.99875em) {
  .employee__info:after {
    display: none;
  }
}
.employee__info img {
  max-width: 100%;
}
.employee__info h5 {
  margin-bottom: 35px;
}
@media print, screen and (max-width: 74.99875em) {
  .employee__info h5 {
    margin-bottom: 25px;
  }
}
.employee__info p {
  margin-bottom: 30px;
}
@media print, screen and (max-width: 74.99875em) {
  .employee__info p {
    margin-bottom: 20px;
  }
}
.employee__content {
  padding-top: 30px;
  color: #fff;
}
@media print, screen and (max-width: 74.99875em) {
  .employee__content {
    padding-top: 50px;
    background-image: url(/wp-content/themes/arco/dist/images//employee-mark.svg);
    background-repeat: no-repeat;
    background-position: center calc(100% + 20px);
    background-size: 80%;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .employee__content {
    padding-top: 0;
  }
}
.employee__content h5 {
  margin-bottom: 35px;
  color: #fff;
}
@media print, screen and (max-width: 61.99875em) {
  .employee__content h5 {
    margin-bottom: 15px;
  }
}
.employee__content p {
  margin-bottom: 27px;
}
@media print, screen and (max-width: 61.99875em) {
  .employee__content p {
    margin-bottom: 20px;
  }
}
.employee__content-text {
  padding-top: 60px;
  padding-bottom: 50px;
}
@media print, screen and (max-width: 23.74875em) {
  .employee__content-text {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.employee__content-image {
  position: relative;
  z-index: 2;
}
@media print, screen and (max-width: 23.74875em) {
  .employee__content-image.cell {
    margin: 0 -15px;
    padding: 0 15px;
    width: calc(100% + 30px);
    background: #fff;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .employee__content-image img {
    margin: 0 auto;
    display: block;
    max-width: 200px;
  }
}

/* stylelint-disable */
.filter-tab__list {
  margin: 0 -13px;
  list-style: none;
}
.filter-tab__list-item {
  padding: 2px 13px;
}
.filter-tab__list-item.is-active .filter-tab__list-link {
  color: #fff;
  border-color: #3366cc;
  background: #3366cc;
}
.filter-tab__list-item.is-active .filter-tab__list-link:hover {
  color: #fff;
  background: #3366cc;
}
.filter-tab__list-item.is-active .filter-tab__list-link:before {
  display: none;
}
.filter-tab__list-link {
  min-width: 193px;
}
.filter-tab__list-link:after {
  display: none;
}
.filter-tab__list-link.button {
  color: #747474;
}
.filter-tab__list-link.button:before {
  background: #f3f5f6;
}
.filter-tab__list-link.button:hover {
  color: #3366cc;
  border-color: #3366cc;
  background: transparent;
}
.filter-tab--gray .filter-tab__list-link {
  background: #f3f5f6;
}
.filter-tab--gray select {
  background-color: #f3f5f6;
}

/* stylelint-disable */
.footer {
  padding-top: 195px;
  padding-bottom: 80px;
  background-image: url(/wp-content/themes/arco/dist/images//footer-mark.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media print, screen and (max-width: 99.99875em) {
  .footer {
    padding-top: 140px;
  }
}
@media print, screen and (max-width: 89.99875em) {
  .footer {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .footer {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .footer {
    padding-top: 50px !important;
    padding-bottom: 20px;
    font-size: 16px;
    background-size: 200%;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .footer {
    text-align: center;
  }
}
.footer__main {
  margin-bottom: 123px;
}
@media print, screen and (max-width: 89.99875em) {
  .footer__main {
    margin-bottom: 80px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .footer__main {
    margin-bottom: 50px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .footer__main {
    margin-bottom: 0;
  }
}
.footer__widget.widget_text a {
  font-weight: 700;
}
.footer__widget.widget_text a:after {
  margin-left: 10px;
  font-family: "icomoon";
  font-size: 50%;
  content: "\e911";
}
.footer__widget.widget_nav_menu ul {
  margin: 0;
  flex-direction: column;
  list-style: none;
}
.footer__widget.widget_nav_menu ul li {
  margin-bottom: 4px;
  line-height: 1.2;
}
.footer__widget.widget_nav_menu ul li a {
  padding: 0;
  line-height: 1.4;
  color: #3f3f3f;
}
.footer__widget.widget_nav_menu ul li a:hover {
  color: #3366cc;
}
.footer__widget.widget_nav_menu ul li.is-active a,
.footer__widget.widget_nav_menu ul li.is-active .footer__menu-link {
  color: #3366cc;
  background: transparent;
}
.footer__logo {
  margin-top: 5px;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  max-width: 200px;
}
@media print, screen and (max-width: 74.99875em) {
  .footer__logo {
    margin: 0 auto 15px;
  }
}
.footer__logo img,
.footer__logo svg {
  display: block;
  width: 100%;
  height: auto;
}
@media print, screen and (max-width: 74.99875em) {
  .footer__social-items {
    justify-content: center;
  }
}
.footer__social-link {
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f3f5f6;
}
@media print, screen and (max-width: 74.99875em) {
  .footer__social-link {
    margin: 0 5px;
  }
}
.footer__social-link .icon-linkedin {
  font-size: 90%;
}
.footer__social-link .icon-youtube {
  font-size: 80%;
}
.footer__social-link:hover {
  color: #fff;
  background: #3366cc;
}
.footer__social-title, .footer__title {
  margin-bottom: 33px;
  font-weight: 700;
  line-height: 1.1;
}
@media print, screen and (max-width: 61.99875em) {
  .footer__social-title, .footer__title {
    margin-bottom: 15px;
  }
}
.footer__title {
  color: #3f3f3f;
}
.footer__social-title {
  margin-bottom: 29px;
}
@media print, screen and (max-width: 74.99875em) {
  .footer__social-title {
    text-align: center;
  }
}
.footer__nav {
  margin: 0 -19px 10px;
  list-style: none;
}
@media print, screen and (max-width: 74.99875em) {
  .footer__nav {
    justify-content: center;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .footer__nav {
    margin: 0 -5px 10px;
  }
}
.footer__nav-item {
  padding: 0 19px;
}
@media print, screen and (max-width: 23.74875em) {
  .footer__nav-item {
    padding: 0 5px;
  }
}
.footer__nav-item.is-active .footer__nav-link {
  color: #3366cc;
}
.footer__nav-link {
  color: #3f3f3f;
}
.footer__nav-link:hover {
  color: #3366cc;
}
.footer__list {
  margin: 0 -15px;
  color: #3f3f3f;
  list-style: none;
}
@media print, screen and (max-width: 74.99875em) {
  .footer__list {
    margin-bottom: 45px;
    justify-content: center;
  }
}
.footer__list-item {
  padding: 0 15px;
}
@media print, screen and (max-width: 89.99875em) {
  .footer__list-item {
    font-size: 18px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .footer__list-item {
    font-size: 16px;
  }
}
.footer__list-item a {
  color: #3f3f3f;
}
.footer__list-item a:hover {
  color: #3366cc;
}
.footer__images img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

/* stylelint-disable */
.gform .gform_heading .gform_description,
.gform_wrapper .gform_heading .gform_description {
  margin-bottom: 20px;
  display: block;
}
.gform .gform_body .gform_validation_container,
.gform_wrapper .gform_body .gform_validation_container {
  display: none;
}
.gform .gform_fields,
.gform_wrapper .gform_fields {
  margin: 0 -25px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.gform .gfield,
.gform_wrapper .gfield {
  margin-bottom: 25px;
  padding: 0 25px;
  width: 100%;
}
.gform .gfield .ginput_container,
.gform_wrapper .gfield .ginput_container {
  position: relative;
}
@media print, screen and (min-width: 48em) {
  .gform .gfield.gf-6,
  .gform_wrapper .gfield.gf-6 {
    width: 50%;
  }
}
.gform .gfield input[type=file],
.gform .gfield input,
.gform_wrapper .gfield input[type=file],
.gform_wrapper .gfield input {
  margin: 0;
  border: 1px solid #dcdcdc;
}
.gform .gfield.hidden_label .gfield_label,
.gform_wrapper .gfield.hidden_label .gfield_label {
  display: none;
}
.gform .gfield.gfield_html,
.gform_wrapper .gfield.gfield_html {
  margin-bottom: 9px;
}
.gform .file-style,
.gform_wrapper .file-style {
  position: relative;
}
.gform .file-style .screen-reader-text,
.gform .file-style input,
.gform_wrapper .file-style .screen-reader-text,
.gform_wrapper .file-style input {
  display: none;
}
.gform input[type=file],
.gform_wrapper input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.gform .gform_fileupload_rules,
.gform_wrapper .gform_fileupload_rules {
  margin: 0.5em 0;
  display: block;
  font-size: 16px;
  font-style: italic;
  line-height: 150%;
}
.gform .screen-reader-text,
.gform .is-file,
.gform_wrapper .screen-reader-text,
.gform_wrapper .is-file {
  padding: 15px 45px 15px 15px;
  position: relative;
  display: block;
  height: 50px;
  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
  color: #747474;
  cursor: pointer;
  text-overflow: ellipsis;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  background: #fff;
  user-select: none;
  overflow: hidden;
}
@media print, screen and (max-width: 23.74875em) {
  .gform .screen-reader-text,
  .gform .is-file,
  .gform_wrapper .screen-reader-text,
  .gform_wrapper .is-file {
    padding: 0.75rem 0.7rem;
    height: 40px;
    font-size: 14px;
  }
}
.gform .screen-reader-text:hover,
.gform .is-file:hover,
.gform_wrapper .screen-reader-text:hover,
.gform_wrapper .is-file:hover {
  color: #3366cc;
}
.gform .screen-reader-text:after,
.gform .is-file:after,
.gform_wrapper .screen-reader-text:after,
.gform_wrapper .is-file:after {
  position: absolute;
  top: 50%;
  right: 15px;
  font-family: "icomoon";
  color: #3366cc;
  transform: translateY(-50%);
  content: "\e903";
  cursor: pointer;
}
.gform .gfield_label,
.gform_wrapper .gfield_label {
  margin-bottom: 9px;
  font-weight: 700;
  line-height: 1.2;
  color: #3366cc;
}
.gform .gfield_label .gfield_required,
.gform_wrapper .gfield_label .gfield_required {
  margin-left: 3px;
}
.gform .gfield_description,
.gform_wrapper .gfield_description {
  margin: 0.5em 0 0;
  font-size: 17px;
  font-style: italic;
  line-height: 1.2;
  color: #3366cc;
}
.gform .field_description_above .gfield_description,
.gform_wrapper .field_description_above .gfield_description {
  margin: 0 0 0.5em;
}
.gform .gform_footer,
.gform_wrapper .gform_footer {
  margin-top: 15px;
}
@media print, screen and (max-width: 23.74875em) {
  .gform .gform_footer,
  .gform_wrapper .gform_footer {
    margin-top: 10px;
  }
}
.gform.gform_validation_error .validation_error,
.gform_wrapper.gform_validation_error .validation_error {
  padding-bottom: 20px;
}
.gform.gform_validation_error .validation_error,
.gform.gform_validation_error .validation_message,
.gform_wrapper.gform_validation_error .validation_error,
.gform_wrapper.gform_validation_error .validation_message {
  font-size: 15px;
  color: #cc4b37;
}

/* stylelint-disable */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #fff;
  transition: 0.3s ease-in-out;
  /* MEGA MENU STYLING - 2 Stage: Submenu then Full Mega Menu */
  /* Left Column - Menu Items - 25% */
  /* Middle Column - Content Area (Hidden by default) - 60% */
  /* Right Column - CTA Card (Hidden by default) - 15% */
  /* Hide legacy mega-menu elements */
}
.header__top {
  padding: 14px 30px;
  color: #3f3f3f;
  background: #f9fafd;
  padding-right: 60px;
}
@media print, screen and (max-width: 61.99875em) {
  .header__top {
    padding: 10px 15px;
  }
}
.header__links {
  margin-right: auto;
}
.header__links a {
  margin-right: 20px;
  font-size: 16px;
  color: #fff;
}
.header__info {
  margin: 0;
  list-style: none;
  gap: 100px;
}
@media print, screen and (max-width: 47.99875em) {
  .header__info {
    align-items: center;
  }
}
.header__info-item {
  margin-right: 50px;
  font-size: 16px;
  letter-spacing: 0.4px;
}
@media print, screen and (max-width: 61.99875em) {
  .header__info-item {
    margin-right: 30px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .header__info-item {
    font-size: 12px;
  }
}
.header__info-item p {
  margin: 0;
}
.header__info-item--tel {
  display: flex;
  align-items: center;
}
.header__info-item--tel a {
  margin-left: 3px;
  color: #9933cc;
}
.header__info-item--tel a:hover {
  color: #3366cc;
}
.header__info-item--tel i {
  margin-right: 18px;
  display: block;
  font-size: 110%;
}
.header__info-link {
  display: flex;
  align-items: center;
  color: #4372d0;
}
.header__info-link i {
  margin-right: 8px;
  margin-bottom: -2px;
  display: block;
  font-size: 75%;
}
.header__info-link span {
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 14px;
  color: #3366cc;
  border-radius: 50%;
  background: #fff;
}
.header__info-link:hover {
  color: #3366cc;
}
.header__info-link:hover i {
  color: #3366cc;
}
.header__language {
  margin: 0;
  list-style: none;
}
.header__language-item {
  position: relative;
}
.header__language-link {
  display: flex;
  align-items: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #5976d9;
}
@media print, screen and (max-width: 47.99875em) {
  .header__language-link {
    font-size: 12px;
  }
}
.header__language-link:after {
  margin-left: 9px;
  font-family: "icomoon";
  font-size: 5px;
  content: "\e90d";
}
.header__language-link img {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
}
.header__language-link.is-active:after {
  content: "\e90c";
}
.header__language-link:focus, .header__language-link:hover {
  color: #3366cc;
}
.header__language-subitems {
  margin: 0;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 2;
  display: none;
  min-width: 85px;
  list-style: none;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.header__language-subitems li a {
  padding: 5px 10px;
  display: flex;
  align-items: center;
  font-size: 16px;
  white-space: nowrap;
  text-transform: uppercase;
  color: #3366cc;
}
.header__language-subitems li a img {
  margin-right: 10px;
  width: 20px !important;
  height: 20px !important;
  border-radius: 50%;
  object-fit: cover;
}
.header__language-subitems li a:focus, .header__language-subitems li a:hover {
  color: #3366cc;
  background: #f3f5f6;
}
.header__logo {
  display: block;
  width: 100%;
  max-width: 324px;
}
@media print, screen and (max-width: 89.99875em) {
  .header__logo {
    max-width: 280px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .header__logo {
    max-width: 250px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .header__logo {
    max-width: 200px;
  }
}
.header__logo img, .header__logo svg {
  display: block;
  width: 100%;
  height: auto;
}
.header__main {
  position: relative;
}
@media print, screen and (max-width: 61.99875em) {
  .header__main .buttoncta {
    margin: 0;
    padding: 0 12px;
    height: 2rem;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .header__main .buttoncta {
    font-size: 12px;
  }
}
.header__menu {
  margin-left: auto;
  padding-right: 50px;
}
@media only screen and (max-width: 1790px) {
  .header__menu {
    padding-right: 220px;
  }
}
@media print, screen and (max-width: 99.99875em) {
  .header__menu {
    padding-right: 255px;
  }
}
@media print, screen and (max-width: 89.99875em) {
  .header__menu {
    padding-right: 200px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .header__menu {
    padding-right: 0;
    display: none;
  }
}
.header__menu-list {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.header__menu-item {
  margin-right: 60px;
  position: relative;
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 99.99875em) {
  .header__menu-item {
    margin-right: 40px;
  }
}
@media print, screen and (max-width: 89.99875em) {
  .header__menu-item {
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 75em) {
  .header__menu-item.menu-item-has-children .header__menu-link:after {
    margin-left: 9px;
    font-family: "icomoon";
    font-size: 5px;
    transition: all 0.35s ease 0s;
    content: "\e90d";
  }
}
@media print, screen and (min-width: 75em) {
  .header__menu-item.menu-item-has-children .header__menu-link.is-active:after {
    transform: rotate(180deg);
    transition: all 0.35s ease 0s;
  }
}
.header__menu-item.is-active .header__menu-link:before, .header__menu-item:hover .header__menu-link:before {
  opacity: 1;
  visibility: visible;
}
.header__menu-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  color: #3f3f3f;
  cursor: pointer;
}
.header__menu-link:before {
  position: absolute;
  top: -30px;
  right: -30px;
  bottom: -31px;
  left: -30px;
  z-index: -1;
  display: block;
  opacity: 0;
  visibility: hidden;
  background: #f3f5f6;
  transition: 0.3s ease-in-out;
  content: "";
}
@media print, screen and (max-width: 99.99875em) {
  .header__menu-link:before {
    right: -20px;
    left: -20px;
  }
}
@media print, screen and (max-width: 89.99875em) {
  .header__menu-link:before {
    top: -25px;
    right: -10px;
    bottom: -25px;
    left: -10px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .header__menu-link:before {
    display: none;
  }
}
.header__menu-subitems {
  margin: 0;
  margin-top: 48px;
  padding: 10px 0;
  position: absolute;
  top: 100%;
  gap: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  opacity: 0;
  visibility: hidden;
  width: max-content;
  list-style: none;
  background-color: #F8FAFE;
  transition: opacity 0.3s ease, visibility 0.3s ease, width 0.3s ease;
  border-radius: 8px;
  overflow: visible;
  gap: 0;
  /* When expanded to full mega menu */
}
.header__menu-subitems:before {
  display: none;
}
.header__menu-subitems.is-active {
  opacity: 1;
  visibility: visible;
}
.header__menu-subitems.is-expanded {
  gap: 10px;
  max-width: 1400px;
}
.header__menu-column-left {
  display: flex;
  flex-direction: column;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 400px;
  flex-shrink: 0;
}
.header__menu-subitem {
  padding: 0;
  width: 100%;
  border-bottom: none;
  position: relative;
  background: transparent;
  margin: 0;
  transition: background-color 0.2s ease;
}
.header__menu-subitem:last-child .header__menu-sublink {
  background-color: #d8e2f5;
  border-radius: 8px;
  margin: 0 15px;
  padding: 16px 20px;
}
.header__menu-sublink {
  padding: 16px 20px;
  margin: 0 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  line-height: 1.4;
  color: #333;
  border: 0;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.2s ease;
  cursor: pointer;
  border-radius: 8px;
  text-decoration: none;
}
.header__menu-sublink.has-children:after {
  content: "\e911";
  font-family: "icomoon";
  font-size: 7px;
  color: black;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}
.header__menu-sublink:before {
  display: none;
}
.header__menu-sublink:hover {
  background-color: #f5f8ff;
}
.header__menu-sublink:hover:after {
  transform: translateY(-50%) translateX(4px);
}
.header__menu-sublink.is-active {
  background-color: #e8f0ff;
  color: #3366cc;
}
.header__menu-sublink.is-active:after {
  color: #3366cc;
}
.header__menu-sublink-title {
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: #3F3F3F;
  font-weight: bold;
  padding-right: 30px;
  margin-bottom: 4px;
}
.header__menu-sublink.is-active .header__menu-sublink-title {
  color: #3366CC;
}
.header__menu-subitem:last-child .header__menu-sublink-title {
  color: #3366CC;
}
.header__menu-sublink-subtitle {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #666;
  line-height: 1.4;
}
.header__menu-sublink.is-active .header__menu-sublink-subtitle {
  color: #5580d8;
}
.header__menu-subitem:last-child .header__menu-sublink-subtitle {
  color: #5580d8;
}
.header__menu-column-center {
  display: none;
  flex-direction: column;
  background: #ffffff;
  border-radius: 8px;
  padding: 30px 30px 30px 40px;
  flex: 1;
  min-width: 520px;
}
.header__menu-subitems.is-expanded .header__menu-column-center {
  display: flex;
}
.header__menu-subsubitems {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.header__menu-subsubitem {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  padding-left: 55px;
}
.header__menu-subsubitem:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #3366cc;
  font-size: 20px;
  line-height: 1.4;
}
.header__menu-subsublink {
  display: inline;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
  text-decoration: none;
  transition: color 0.2s ease;
}
.header__menu-subsublink:hover {
  color: #3366cc;
}
.header__menu-column-right {
  display: none;
  flex-direction: column;
  background: linear-gradient(135deg, #3366cc 0%, #5eb3b3 100%);
  background-image: url("https://arco.local/wp-content/uploads/Rectangle-55.png");
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  padding: 20px 15px;
  margin-right: 10px !important;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  align-items: center;
  width: 250px;
  flex-shrink: 0;
}
.header__menu-subitems.is-expanded .header__menu-column-right {
  display: flex;
}
.header__menu-cta-logo {
  margin-bottom: 15px;
  padding-top: 50px;
  padding-bottom: 20px;
}
.header__menu-cta-logo img {
  height: auto;
}
.header__menu-cta-title {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #ffffff;
  line-height: 1.3;
}
.header__menu-cta-list {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  margin-left: -8px !important;
  margin-top: 32px;
}
.header__menu-cta-list li {
  font-size: 12px;
  line-height: 1.6;
  color: #ffffff;
  margin-bottom: 6px;
}
.header__menu-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  font-size: 10px;
  color: #3366cc;
  border-color: #fff;
  background: #fff !important;
  border-radius: 999px !important;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  width: 100%;
  margin-top: auto;
  text-align: center;
}
.header__menu-cta-button:after {
  content: "\e911";
  font-family: "icomoon";
  margin-left: 6px;
  font-size: 8px;
}
.header__menu-cta-button:hover {
  background: #f0f0f0;
  transform: translateX(2px);
}
.header__menu-sublink--image, .header__menu-subitem--image, .header__menu-subitem--card, .header__menu-sublink--card, .header__menu-sublink cite, .header__menu-sublink p, .header__menu-sublink img {
  display: none !important;
}
@media print, screen and (min-width: 75em) {
  .header__nav {
    display: none;
  }
}
.header__cta {
  padding-left: 50px;
  position: absolute;
  top: 0;
  right: 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 1790px) {
  .header__cta {
    right: 15px;
  }
}
@media print, screen and (max-width: 89.99875em) {
  .header__cta {
    padding-left: 20px;
  }
}
.header__cta:before {
  position: absolute;
  top: 0;
  right: -2000px;
  left: 0;
  display: block;
  height: 100%;
  background: #9933cc;
  transition: 0.3s ease-in-out background;
  content: "";
}
.header__cta span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  color: #fff;
}
.header__cta span:after {
  margin-bottom: -3px;
  margin-left: 45px;
  display: block;
  font-family: "icomoon";
  font-size: 50%;
  font-weight: 400;
  content: "\e911";
}
@media print, screen and (max-width: 89.99875em) {
  .header__cta span:after {
    margin-left: 10px;
  }
}
.header__cta span:hover {
  color: #fff;
}
.header__cta:hover:before {
  background-color: #b67720;
}
.header__toggle {
  margin-left: auto;
  position: relative;
  display: block;
  width: 30px;
  height: 20px;
}
.header__toggle span {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 100%;
  height: 3px;
  text-align: left;
  text-indent: -9999px;
  border-radius: 2px;
  background: #3366cc;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out background;
}
.header__toggle span:before, .header__toggle span:after {
  position: absolute;
  right: 0;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background: #3366cc;
  transition: 0.3s ease-in-out;
  content: "";
}
.header__toggle span:before {
  top: -8px;
}
.header__toggle span:after {
  bottom: -8px;
}
.mm-ocd-opened .header__toggle span {
  background: transparent;
}
.mm-ocd-opened .header__toggle span:before {
  top: 0;
  transform: rotate(-135deg);
}
.mm-ocd-opened .header__toggle span:after {
  bottom: 0;
  transform: rotate(135deg);
}
.header--fixed {
  transform: translateY(0);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
@media print, screen and (max-width: 61.99875em) {
  .header--fixed {
    transform: translateY(0);
  }
}

/* Misc from original */
#button {
  display: none !important;
}

@media (min-width: 768px) {
  .page-id-70 .mauticform-row {
    width: 50% !important;
  }
}
@media (max-width: 768px) {
  .alinea {
    margin-top: 10px;
    display: block;
  }
  .banner__content {
    padding: 100px 0 !important;
  }
  .blog .download-form {
    display: none !important;
  }
  .mauticform-row {
    margin-bottom: 25px;
    padding: 0 !important;
    float: left;
    box-sizing: border-box;
    width: 100% !important;
  }
  .mauticform-textarea {
    height: 125px !important;
    font-family: inherit;
    font-size: 0.9rem;
  }
  .nounderline {
    text-decoration: none !important;
  }
  .ctamobile:after {
    position: absolute;
    top: 0;
    right: 18px;
    left: 0;
    display: block;
    height: 100%;
    background: #db9330;
    transform: skewX(-24deg);
    transition: 0.3s ease-in-out background;
    content: "";
  }
  .wrapper {
    padding-top: 94px;
  }
  .header__logo {
    max-width: 135px;
  }
  .ctamobile {
    padding-left: 19px;
    position: absolute;
    top: 0;
    right: 56px;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
  }
  .ctamobile span {
    padding-right: 39px;
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
  }
  .mm-spn .header__nav-subsublink,
  .mm-spn .header__nav-sublink,
  .mm-spn .header__nav-link {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: underline !important;
  }
  li.nounderline .header__nav-link {
    text-decoration: none !important;
  }
  .posabs {
    position: absolute;
    bottom: 1050px;
  }
  .footer {
    padding-top: 160px !important;
    padding-bottom: 20px;
    font-size: 16px;
  }
  #button {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 1000;
    display: inline-block !important;
    opacity: 0;
    visibility: hidden;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    background-color: #3366cc;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  }
  #button:after {
    margin-right: 12px;
    position: absolute;
    right: 0;
    font-family: "icomoon";
    font-size: 2em;
    font-weight: normal;
    font-style: normal;
    line-height: 50px;
    color: #fff;
    transform: rotate(270deg);
    content: "\e911";
  }
  #button:hover {
    cursor: pointer;
    background-color: #333;
  }
  #button:active {
    background-color: #555;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }
  .card-market {
    margin-right: auto;
    margin-left: auto;
    width: 80% !important;
  }
  .download-form {
    height: 558px !important;
  }
}
.test {
  display: none;
}

.buttoncta {
  position: absolute;
  right: 55px;
}

@media (min-width: 1024px) and (max-width: 1500px) {
  .header__menu {
    margin-left: 125px !important;
    padding-right: 180px;
  }
}
/* Move from inline style */
@media (max-width: 568px) {
  .disnonemob {
    display: none !important;
  }
}
.header__menu-sublink.is-active {
  background-color: #f8fafe !important;
  color: #333;
}

@media (min-width: 1280px) and (max-width: 1500px) {
  .header__menu-subitems {
    margin-top: 40px !important;
  }
  .header__menu-subitems.is-expanded {
    gap: 10px;
    max-width: 1400px;
    transform: translateX(-26%) !important;
  }
  .header__menu-cta-list {
    margin-left: -9px;
  }
}
/* stylelint-disable */
.intro-text {
  margin: 52px 0;
}
@media print, screen and (min-width: 75em) {
  .intro-text {
    font-size: 22px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .intro-text {
    margin: 40px 0;
  }
}
.intro-text p {
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}
@media print, screen and (max-width: 23.74875em) {
  .intro-text p {
    margin-bottom: 20px;
  }
}
.intro-text h1 {
  margin-bottom: 28px;
}
@media print, screen and (min-width: 75em) {
  .intro-text h1 {
    font-size: 50px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .intro-text h1 {
    margin-bottom: 20px;
  }
}
.intro-text .grid-container {
  max-width: 900px;
}
.intro-text .button {
  margin-right: 8px;
  margin-left: 8px;
}
.intro-text + .video-content {
  margin: 50px 0 150px;
}
@media print, screen and (max-width: 89.99875em) {
  .intro-text + .video-content {
    margin: 50px 0 120px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .intro-text + .video-content {
    margin: 50px 0 80px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .intro-text + .video-content {
    margin: 50px 0;
  }
}

/* stylelint-disable */
.invent {
  margin: 155px 0;
}
@media print, screen and (max-width: 89.99875em) {
  .invent {
    margin: 120px 0;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .invent {
    margin: 80px 0;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .invent {
    margin: 50px 0;
  }
}
.invent__intro {
  margin-bottom: 58px;
}
@media print, screen and (max-width: 74.99875em) {
  .invent__intro {
    margin-bottom: 30px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .invent__intro {
    margin-bottom: 20px;
  }
}
.invent__intro h2,
.invent__intro h3 {
  margin-bottom: 34px;
}
@media print, screen and (max-width: 61.99875em) {
  .invent__intro h2,
  .invent__intro h3 {
    margin-bottom: 20px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .invent__intro h2,
  .invent__intro h3 {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 48em) {
  .invent__intro h2 {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 62em) {
  .invent__intro h2 {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 90em) {
  .invent__intro h2 {
    font-size: 2rem;
  }
}
.invent__info {
  margin-bottom: 0;
  position: relative;
}
@media print, screen and (max-width: 74.99875em) {
  .invent__info {
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .invent__info {
    margin-bottom: 20px;
  }
}
.invent__info img {
  width: 100%;
}
.invent__info-item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.invent__info-item:hover {
  z-index: 99;
}
.invent__info-text {
  margin: -25px 0 0 20px;
  padding: 30px 50px;
  display: none;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  max-width: 420px;
  color: #fff;
  background: #3f3f3f;
  transition: 0.3s ease-in-out;
}
@media print, screen and (max-width: 99.99875em) {
  .invent__info-text {
    padding: 30px;
    max-width: 350px;
  }
}
@media print, screen and (max-width: 89.99875em) {
  .invent__info-text {
    padding: 25px;
    max-width: 250px;
    font-size: 18px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .invent__info-text {
    max-width: 200px;
    font-size: 16px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .invent__info-text {
    max-width: 200px;
    font-size: 15px;
  }
}
.invent__info-text p {
  margin-bottom: 0;
}
.invent__info-dot {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
@media print, screen and (max-width: 61.99875em) {
  .invent__info-dot {
    width: 35px;
    height: 35px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .invent__info-dot {
    width: 25px;
    height: 25px;
  }
}
.invent__info-dot:after, .invent__info-dot:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  content: "";
}
.invent__info-dot:before {
  width: 85%;
  height: 85%;
  border: 3px solid #0072bb;
}
.invent__info-dot:after {
  width: 60%;
  height: 60%;
  background: #fff;
}
.invent__info-dot span {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 45%;
  height: 45%;
  font-size: 0;
  border-radius: 50%;
  background: #0072bb;
  transform: translate(-50%, -50%);
  transition: 0.3s ease-in-out;
}
.invent__info-dot:hover {
  transform: scale(1.15);
}
.invent__block-item {
  margin-bottom: 20px;
  padding: 20px;
  display: block;
  color: #fff;
  background: #3f3f3f;
}
@media print, screen and (min-width: 48em) {
  .invent__block-item {
    display: none;
  }
}
.invent__block-item p {
  margin-bottom: 0;
}
.invent__bottom {
  margin: 0 auto;
  max-width: 830px;
}
.invent__bottom p {
  margin-bottom: 35px;
}
@media print, screen and (max-width: 74.99875em) {
  .invent__bottom p {
    margin-bottom: 20px;
  }
}
.invent__bottom .button {
  margin: 10px;
}
.invent .buttoncontainer {
  position: absolute;
  margin-top: -66px;
  left: 44%;
}
@media print, screen and (max-width: 61.99875em) {
  .invent .buttoncontainer {
    margin-top: 0;
    position: relative;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
  }
}
.invent #zoomIn {
  margin-left: 50px;
}
.invent #zoomOut {
  margin-right: 50px;
}

.branche-red .invent__info-dot {
  animation: pulse 2s infinite;
}
.branche-red .invent__info-dot:before {
  border: 3px solid #cd3423;
}
.branche-red .invent__info-dot span {
  background: #cd3423;
}

.branche-green .invent__info-dot {
  animation: pulse 2s infinite;
}
.branche-green .invent__info-dot:before {
  border: 3px solid #a8ae00;
}
.branche-green .invent__info-dot span {
  background: #a8ae00;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
/* stylelint-disable */
.list-block {
  margin: 75px 0 138px;
  position: relative;
}
@media print, screen and (max-width: 74.99875em) {
  .list-block {
    margin: 50px 0;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .list-block {
    margin: 30px 0;
  }
}
.list-block:before {
  position: absolute;
  top: -75px;
  bottom: -690px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  background: #f3f5f6;
  content: "";
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 45%);
}
@media print, screen and (max-width: 99.99875em) {
  .list-block:before {
    bottom: -600px;
  }
}
@media print, screen and (max-width: 89.99875em) {
  .list-block:before {
    bottom: -550px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 50%);
  }
}
@media print, screen and (max-width: 74.99875em) {
  .list-block:before {
    top: -50px;
    bottom: -400px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 60%);
  }
}
@media print, screen and (max-width: 61.99875em) {
  .list-block:before {
    bottom: -300px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
  }
}
@media print, screen and (max-width: 23.74875em) {
  .list-block:before {
    top: -30px;
    bottom: -150px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
  }
}
.list-block__intro {
  margin: 0 auto 40px;
  max-width: 900px;
}
@media print, screen and (max-width: 23.74875em) {
  .list-block__intro {
    margin-bottom: 20px;
  }
}
.list-block__intro h2 {
  margin-bottom: 25px;
}
@media print, screen and (max-width: 23.74875em) {
  .list-block__intro h2 {
    margin-bottom: 10px;
  }
}
.list-block__intro ul {
  margin-left: 0;
  list-style: none;
}
.list-block__intro ul li {
  padding-left: 21px;
  position: relative;
}
@media print, screen and (max-width: 61.99875em) {
  .list-block__intro ul li {
    padding-left: 18px;
  }
}
.list-block__intro ul li:before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3366cc;
  content: "";
}
@media print, screen and (max-width: 23.74875em) {
  .list-block__intro ul li:before {
    top: 9px;
  }
}
.list-block__intro ul li {
  margin-bottom: 20px;
}
@media print, screen and (max-width: 74.99875em) {
  .list-block__intro ul li {
    margin-bottom: 15px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .list-block__intro ul li {
    margin-bottom: 10px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .list-block__intro ul li {
    margin-bottom: 5px;
  }
}
.list-block__column ul {
  margin-left: 0;
  list-style: none;
}
.list-block__column ul li {
  padding-left: 21px;
  position: relative;
}
@media print, screen and (max-width: 61.99875em) {
  .list-block__column ul li {
    padding-left: 18px;
  }
}
.list-block__column ul li:before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3366cc;
  content: "";
}
@media print, screen and (max-width: 23.74875em) {
  .list-block__column ul li:before {
    top: 9px;
  }
}
.list-block__column ul li {
  margin-bottom: 20px;
}
@media print, screen and (max-width: 74.99875em) {
  .list-block__column ul li {
    margin-bottom: 15px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .list-block__column ul li {
    margin-bottom: 10px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .list-block__column ul li {
    margin-bottom: 5px;
  }
}
.list-block .grid-container {
  max-width: 1150px;
}

/* stylelint-disable */
.logo-slider {
  margin: 150px 0;
}
@media print, screen and (max-width: 89.99875em) {
  .logo-slider {
    margin: 120px 0;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .logo-slider {
    margin: 90px 0;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .logo-slider {
    margin: 50px 0;
  }
}
.logo-slider__intro {
  margin: 0 auto 38px;
  max-width: 890px;
}
.logo-slider__intro h2,
.logo-slider__intro h3 {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 48em) {
  .logo-slider__intro h2 {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 62em) {
  .logo-slider__intro h2 {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 90em) {
  .logo-slider__intro h2 {
    font-size: 2rem;
  }
}
.logo-slider__slides .slick-track {
  display: flex;
}
.logo-slider__slides .slick-track:after, .logo-slider__slides .slick-track:before {
  display: none;
}
.logo-slider__slides .slick-list {
  margin: 0 -25px;
  padding-bottom: 75px;
}
@media print, screen and (max-width: 89.99875em) {
  .logo-slider__slides .slick-list {
    margin: 0 -15px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .logo-slider__slides .slick-list {
    margin: 0 -10px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .logo-slider__slides .slick-list {
    margin: 0 -5px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .logo-slider__slides .slick-list {
    margin: 0 -15px;
    padding: 0 50px 55px;
  }
}
.logo-slider__slides .slick-slide {
  padding: 0 25px;
  display: flex;
  height: auto;
}
@media print, screen and (max-width: 89.99875em) {
  .logo-slider__slides .slick-slide {
    padding: 0 15px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .logo-slider__slides .slick-slide {
    padding: 0 10px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .logo-slider__slides .slick-slide {
    padding: 0 5px;
  }
}
.logo-slider__logo {
  padding: 50px 10px 60px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #f3f5f6;
}
@media print, screen and (max-width: 89.99875em) {
  .logo-slider__logo {
    padding: 50px 10px 55px;
  }
}
.logo-slider__logo img {
  max-width: 100%;
}
.logo-slider__logo span {
  padding: 5px 27px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  opacity: 0;
  height: 60px;
  font-weight: 700;
  color: #fff;
  background: #3366cc;
  transition: 0.3s ease-in-out;
}
@media print, screen and (max-width: 89.99875em) {
  .logo-slider__logo span {
    padding: 5px 20px;
    height: 50px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .logo-slider__logo span {
    padding: 5px 15px;
    height: 40px;
  }
}
.logo-slider__logo span:after {
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  display: block;
  width: 30px;
  height: 100%;
  background: #3366cc;
  content: "";
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
@media print, screen and (max-width: 23.74875em) {
  .logo-slider__logo span:after {
    width: 25px;
  }
}
.slick-current .logo-slider__logo span {
  opacity: 1;
}
.logo-slider .slick-arrow {
  top: auto;
  bottom: 0;
  z-index: 2;
  transform: none;
}
.logo-slider .slick-arrow.slick-next {
  right: auto;
  left: 58px;
}
.logo-slider__more {
  margin-top: -38px;
  position: relative;
  z-index: 1;
  float: right;
}
.logo-slider .grid-container.no-padding {
  padding: 0;
}
@media print, screen and (min-width: 75em) {
  .logo-slider + .news-slider {
    margin-top: -35px;
  }
}

/* stylelint-disable */
.machine-overview {
  margin: 160px 0;
  position: relative;
}
@media print, screen and (max-width: 89.99875em) {
  .machine-overview {
    margin: 120px 0;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .machine-overview {
    margin: 80px 0;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .machine-overview {
    margin: 60px 0;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .machine-overview {
    margin: 40px 0;
  }
}
.machine-overview__intro {
  margin: 0 auto 38px;
  max-width: 890px;
}
.machine-overview__intro h2,
.machine-overview__intro h3 {
  margin-bottom: 23px;
}
@media print, screen and (min-width: 48em) {
  .machine-overview__intro h2 {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 62em) {
  .machine-overview__intro h2 {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 90em) {
  .machine-overview__intro h2 {
    font-size: 2rem;
  }
}
.machine-overview + .news-slider {
  margin-top: -45px;
}
@media print, screen and (max-width: 74.99875em) {
  .machine-overview + .news-slider {
    margin-top: -30px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .machine-overview + .news-slider {
    margin-top: -10px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .machine-overview + .news-slider {
    margin-top: 0;
  }
}
.machine-overview + .content-block .grid-container {
  max-width: 920px;
}
.machine-overview + .content-block .content-block__button {
  padding-top: 15px;
}

/* stylelint-disable */
.map-block {
  position: relative;
  clip-path: polygon(0 35%, 100% 0, 100% 100%, 0 66%);
}
@media print, screen and (max-width: 89.99875em) {
  .map-block {
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 70%);
  }
}
@media print, screen and (max-width: 74.99875em) {
  .map-block {
    clip-path: polygon(0 25%, 100% 0, 100% 100%, 0 75%);
  }
}
@media print, screen and (max-width: 61.99875em) {
  .map-block {
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 85%);
  }
}
@media print, screen and (max-width: 23.74875em) {
  .map-block {
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);
  }
}
.map-block__map {
  width: 100%;
  height: 1280px;
}
@media print, screen and (max-width: 89.99875em) {
  .map-block__map {
    height: 1100px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .map-block__map {
    height: 900px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .map-block__map {
    height: 800px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .map-block__map {
    height: 600px;
  }
}
.map-block + .reviews {
  margin-top: -115px;
  z-index: 1;
}
@media print, screen and (max-width: 89.99875em) {
  .map-block + .reviews {
    margin-top: -70px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .map-block + .reviews {
    margin-top: -50px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .map-block + .reviews {
    margin-top: 0;
  }
}
.map-block .gm-ui-hover-effect {
  top: 10px !important;
  right: 20px !important;
  border-radius: 50%;
  background: #fff !important;
  transition: all 0.3s;
}

/* stylelint-disable */
.markets {
  margin: 52px 0;
}
.markets h2,
.markets h3 {
  margin-bottom: 45px;
}
@media print, screen and (max-width: 74.99875em) {
  .markets h2,
  .markets h3 {
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 48em) {
  .markets h2 {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 62em) {
  .markets h2 {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 90em) {
  .markets h2 {
    font-size: 2rem;
  }
}
.markets .card-market {
  margin-bottom: 30px;
}

/* stylelint-disable */
.news-overview {
  margin: 148px 0 20px;
  position: relative;
}
@media print, screen and (max-width: 89.99875em) {
  .news-overview {
    margin-top: 120px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .news-overview {
    margin-top: 80px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .news-overview {
    margin-top: 50px;
  }
}
.news-overview:before {
  position: absolute;
  top: 66.5%;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 158%;
  background: #f3f5f6;
  transform: translateY(-50%);
  content: "";
  clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 82%);
}
@media print, screen and (max-width: 74.99875em) {
  .news-overview:before {
    height: 140%;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 85%);
  }
}
@media print, screen and (max-width: 61.99875em) {
  .news-overview:before {
    height: 130%;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
  }
}
@media print, screen and (max-width: 23.74875em) {
  .news-overview:before {
    height: 120%;
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);
  }
}
.news-overview h2,
.news-overview h3 {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 48em) {
  .news-overview h2 {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 62em) {
  .news-overview h2 {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 90em) {
  .news-overview h2 {
    font-size: 2rem;
  }
}
.news-overview__list {
  column-count: 3;
  column-gap: 50px;
}
@media print, screen and (max-width: 74.99875em) {
  .news-overview__list {
    column-gap: 30px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .news-overview__list {
    column-count: 2;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .news-overview__list {
    column-count: 1;
  }
}
.news-overview__list .card-news {
  margin-bottom: 50px;
  display: inline-block;
  width: 100%;
  box-shadow: none;
}
@media print, screen and (max-width: 74.99875em) {
  .news-overview__list .card-news {
    margin-bottom: 30px;
  }
}
.news-overview__list .card-news .card-news__content p {
  margin-bottom: 20px;
  max-height: none;
  overflow: visible;
}
@media print, screen and (min-width: 62em) {
  .news-overview .different-layout.news-overview__list {
    display: inline-block;
    width: 100%;
    column-count: inherit;
    column-gap: inherit;
  }
}

/* stylelint-disable */
.news-slider {
  margin: 148px 0;
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 89.99875em) {
  .news-slider {
    margin: 80px 0;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .news-slider {
    margin: 60px 0;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .news-slider {
    margin: 50px 0;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .news-slider {
    margin: 40px 0;
  }
}
@media print, screen and (min-width: 48em) {
  .news-slider h2 {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 62em) {
  .news-slider h2 {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 90em) {
  .news-slider h2 {
    font-size: 2rem;
  }
}
.news-slider__slider .slick-list {
  margin: 0 -25px;
  padding: 20px 0;
}
@media print, screen and (max-width: 61.99875em) {
  .news-slider__slider .slick-list {
    margin: 0 -15px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .news-slider__slider .slick-list {
    margin: 0 -15px;
    padding: 20px 30px;
  }
}
.news-slider__slider-slide {
  padding: 0 25px;
}
@media print, screen and (max-width: 61.99875em) {
  .news-slider__slider-slide {
    padding: 0 15px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .news-slider__slider-slide {
    padding: 0 5px;
  }
}
.news-slider__button {
  margin: 20px 0 30px;
  text-align: center;
}
@media print, screen and (min-width: 62em) {
  .news-slider__button {
    margin: 0;
    position: absolute;
    right: 0;
    bottom: -20px;
    width: 100%;
    text-align: right;
  }
}
.news-slider__button .button.clear:hover {
  color: #fff;
  transform: scale(1.08);
}
.news-slider .button.white:hover {
  color: #fff !important;
  background: #3366cc !important;
}
.news-slider + .newsletter {
  margin-top: -117px;
}
@media print, screen and (max-width: 89.99875em) {
  .news-slider + .newsletter {
    margin-top: -70px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .news-slider + .newsletter {
    margin-top: -40px;
  }
}

/* stylelint-disable */
.paginate {
  margin: 10px 0;
  font-weight: 700;
}
.paginate a,
.paginate span {
  padding: 0 7px;
  font-weight: 400;
  color: #3f3f3f;
}
.paginate a.next, .paginate a.prev,
.paginate span.next,
.paginate span.prev {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-self: flex-end;
  font-weight: 700;
  color: #3366cc;
}
.paginate a.next:after, .paginate a.prev:after,
.paginate span.next:after,
.paginate span.prev:after {
  margin-left: 15px;
  font-family: "icomoon";
  font-size: 50%;
  font-weight: 400;
  transform: translateY(2px);
  content: "\e911";
}
.paginate a.prev,
.paginate span.prev {
  right: 190px;
}
.paginate a.prev:before,
.paginate span.prev:before {
  margin-right: 15px;
  font-family: "icomoon";
  font-size: 50%;
  font-weight: 400;
  transform: translateY(2px) rotate(180deg);
  content: "\e911";
}
.paginate a.prev:after,
.paginate span.prev:after {
  display: none;
}
.paginate a.current,
.paginate span.current {
  font-weight: 700;
  color: #3366cc;
}

/* stylelint-disable */
.photo-content {
  margin: 120px 0;
  position: relative;
}
@media print, screen and (max-width: 89.99875em) {
  .photo-content {
    margin: 80px 0;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .photo-content {
    margin: 60px 0;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .photo-content {
    margin: 40px 0;
  }
}
.photo-content__video {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  width: 100%;
}
.photo-content__video:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  content: "";
  mix-blend-mode: multiply;
  background-image: url(/wp-content/themes/arco/dist/images//video-overlay.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.photo-content__video img {
  width: 100%;
}
.photo-content__video-play {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  font-size: 0;
  transition: all 0.3s;
  background-image: url(/wp-content/themes/arco/dist/images//play.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media print, screen and (max-width: 74.99875em) {
  .photo-content__video-play {
    background-size: 100px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .photo-content__video-play {
    background-size: 80px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .photo-content__video-play {
    background-size: 60px;
  }
}
.photo-content__video-play:hover {
  transform: scale(1.08);
}
.photo-content__image {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: calc(50% - 10px);
}
@media print, screen and (max-width: 61.99875em) {
  .photo-content__image {
    margin-bottom: 20px;
    width: 100%;
  }
}
.photo-content__image picture {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.photo-content__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-content .video-block {
  margin: 0;
  width: 100%;
}
.photo-content .video-block .video-wrap {
  display: contents;
  width: 100%;
  height: 100%;
}
.photo-content .video-block iframe {
  display: block;
  width: 100% !important;
  height: auto !important;
}
.photo-content .player .vp-video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.photo-content__image-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  transition: all 0.3s;
}
.photo-content__image-play:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  clip-path: polygon(0 6%, 100% 80%, 100% 100%, 0% 100%);
  mix-blend-mode: multiply;
}
.photo-content__image-play:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  font-size: 0;
  content: "";
  background-image: url(/wp-content/themes/arco/dist/images//play.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media print, screen and (max-width: 74.99875em) {
  .photo-content__image-play:after {
    background-size: 100px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .photo-content__image-play:after {
    background-size: 80px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .photo-content__image-play:after {
    background-size: 60px;
  }
}
.photo-content__image-play:hover {
  transform: scale(1.08);
}
.photo-content__content {
  padding: 0 15px;
  width: 50%;
}
@media print, screen and (max-width: 61.99875em) {
  .photo-content__content {
    width: 100%;
  }
}
.photo-content__content ul {
  margin-left: 0;
  list-style: none;
  margin-bottom: 25px;
}
.photo-content__content ul li {
  padding-left: 21px;
  position: relative;
}
@media print, screen and (max-width: 61.99875em) {
  .photo-content__content ul li {
    padding-left: 18px;
  }
}
.photo-content__content ul li:before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3366cc;
  content: "";
}
@media print, screen and (max-width: 23.74875em) {
  .photo-content__content ul li:before {
    top: 9px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .photo-content__content ul {
    margin-bottom: 20px;
  }
}
.photo-content__content p {
  margin-bottom: 25px;
}
@media print, screen and (max-width: 61.99875em) {
  .photo-content__content p {
    margin-bottom: 20px;
  }
}
.photo-content__content p:last-child {
  margin-bottom: 0;
}
.photo-content__content h2,
.photo-content__content h3 {
  margin-bottom: 25px;
}
@media print, screen and (max-width: 61.99875em) {
  .photo-content__content h2,
  .photo-content__content h3 {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 48em) {
  .photo-content__content h2 {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 62em) {
  .photo-content__content h2 {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 90em) {
  .photo-content__content h2 {
    font-size: 2rem;
  }
}
.photo-content__content .button:before {
  background: #f3f5f6;
}
.photo-content__content-align {
  padding-left: 97px;
  width: 100%;
  max-width: 800px;
}
@media print, screen and (max-width: 89.99875em) {
  .photo-content__content-align {
    padding-left: 35px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .photo-content__content-align {
    padding-left: 0;
    max-width: 100%;
  }
}
.photo-content__content-links {
  padding-top: 30px;
}
@media print, screen and (max-width: 23.74875em) {
  .photo-content__content-links {
    padding-top: 0;
  }
}
.photo-content__content-link {
  padding: 18px 40px 18px 20px;
  position: relative;
  display: block;
  font-weight: 700;
  line-height: 1.1;
  border-bottom: 1px solid #f3f5f6;
}
@media print, screen and (max-width: 23.74875em) {
  .photo-content__content-link {
    padding: 12px 30px 12px 10px;
  }
}
.photo-content__content-link:after {
  position: absolute;
  top: 50%;
  right: 20px;
  font-family: "icomoon";
  font-size: 50%;
  transform: translateY(-50%);
  content: "\e911";
}
@media print, screen and (max-width: 23.74875em) {
  .photo-content__content-link:after {
    right: 10px;
  }
}
.photo-content__content-link:first-child {
  border-top: 1px solid #f3f5f6;
}
.photo-content__content-link:hover {
  color: #fff;
  background: #3366cc;
}
.photo-content--reverse {
  flex-direction: row-reverse;
}
.photo-content--reverse .photo-content__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.photo-content--reverse .photo-content__content-align {
  padding-right: 97px;
  padding-left: 0;
}
@media print, screen and (max-width: 89.99875em) {
  .photo-content--reverse .photo-content__content-align {
    padding-right: 35px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .photo-content--reverse .photo-content__content-align {
    padding-right: 0;
  }
}

/* stylelint-disable */
.photo-slider {
  margin: 120px 0 160px;
}
@media print, screen and (max-width: 89.99875em) {
  .photo-slider {
    margin: 120px 0;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .photo-slider {
    margin: 80px 0;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .photo-slider {
    margin: 50px 0;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .photo-slider {
    margin: 30px 0;
  }
}
.photo-slider__intro {
  padding-top: 70px;
  padding-bottom: 30px;
  position: relative;
  color: #fff;
  background: #3366cc;
}
@media print, screen and (max-width: 74.99875em) {
  .photo-slider__intro {
    padding-top: 40px;
    padding-bottom: 10px;
  }
}
.photo-slider__intro:after {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  display: block;
  width: 100%;
  height: 690px;
  background: #3366cc;
  content: "";
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 28%);
}
@media print, screen and (max-width: 89.99875em) {
  .photo-slider__intro:after {
    height: 520px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .photo-slider__intro:after {
    height: 440px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .photo-slider__intro:after {
    height: 350px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .photo-slider__intro:after {
    height: 220px;
  }
}
.photo-slider__intro h2,
.photo-slider__intro h3 {
  margin-bottom: 26px;
  color: #fff;
}
@media print, screen and (max-width: 23.74875em) {
  .photo-slider__intro h2,
  .photo-slider__intro h3 {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 48em) {
  .photo-slider__intro h2 {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 62em) {
  .photo-slider__intro h2 {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 90em) {
  .photo-slider__intro h2 {
    font-size: 2rem;
  }
}
.photo-slider__intro .grid-container {
  max-width: 1100px;
}
.photo-slider__slides .slick-list {
  padding: 105px 28% 0;
}
@media print, screen and (max-width: 23.74875em) {
  .photo-slider__slides .slick-list {
    margin: 0 -15px;
    padding: 25px 30px 0;
  }
}
.photo-slider__slides .slick-arrow {
  top: calc(100% - 50px);
}
@media print, screen and (max-width: 89.99875em) {
  .photo-slider__slides .slick-arrow {
    top: calc(100% - 50px);
  }
}
.photo-slider__slides .slick-arrow.slick-next {
  right: auto;
  left: 60px;
}
.photo-slider__slides-item {
  padding-bottom: 60px;
  transform: scale(0.9);
  transition: 0.3s ease-in-out;
}
@media print, screen and (max-width: 23.74875em) {
  .photo-slider__slides-item {
    padding-bottom: 0;
  }
}
.photo-slider__slides-item picture {
  position: relative;
  overflow: hidden;
  display: block;
}
.photo-slider__slides-item picture:after {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  background: #3366cc;
  transition: all 0.3s;
  content: "";
}
.photo-slider__slides-item img {
  margin-top: -30px;
  margin-bottom: 20px;
  width: 100%;
  filter: blur(4px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media print, screen and (max-width: 61.99875em) {
  .photo-slider__slides-item img {
    margin-top: -35px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .photo-slider__slides-item img {
    margin-top: -10px;
  }
}
.photo-slider__slides-item p {
  display: none;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
}
@media print, screen and (max-width: 74.99875em) {
  .photo-slider__slides-item p {
    font-size: 12px;
  }
}
.photo-slider__slides-item.slick-active {
  position: relative;
  z-index: 1;
  transform: scale(1.4);
}
@media print, screen and (max-width: 23.74875em) {
  .photo-slider__slides-item.slick-active {
    transform: scale(1.1);
  }
}
.photo-slider__slides-item.slick-active picture:after {
  opacity: 0;
}
.photo-slider__slides-item.slick-active img {
  margin-top: 0;
  filter: blur(0);
}
.photo-slider__slides-item.slick-active p {
  display: block;
}

/* stylelint-disable */
.reference {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background: #f3f5f6;
}
@media print, screen and (max-width: 61.99875em) {
  .reference {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.reference:after {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 175px;
  background: #f3f5f6;
  content: "";
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
@media print, screen and (max-width: 74.99875em) {
  .reference:after {
    height: 130px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .reference:after {
    height: 80px;
  }
}
.reference__intro {
  margin: 0 auto 55px;
  max-width: 800px;
}
@media print, screen and (max-width: 74.99875em) {
  .reference__intro {
    margin-bottom: 30px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .reference__intro {
    margin-bottom: 20px;
  }
}
.reference__intro h2,
.reference__intro h3 {
  margin-bottom: 25px;
}
@media print, screen and (max-width: 61.99875em) {
  .reference__intro h2,
  .reference__intro h3 {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 48em) {
  .reference__intro h2 {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 62em) {
  .reference__intro h2 {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 90em) {
  .reference__intro h2 {
    font-size: 2rem;
  }
}
.reference__intro-list {
  margin: 0 -13px;
  list-style: none;
}
.reference__intro-item {
  padding: 2px 13px;
}
.reference__intro-item.is-active .reference__intro-link {
  color: #fff;
  background: #3366cc;
}
.reference__intro-link {
  min-width: 193px;
}
.reference__intro-link:after {
  display: none;
}
.reference__intro-link.button {
  color: #747474;
}
.reference__intro-link.button:hover {
  color: #fff;
  background: #3366cc;
}
.reference__tab-block:nth-child(12) ~ .reference__tab-block {
  display: none;
}
.reference .card-logo {
  min-height: 220px;
  background: #fff;
}
@media print, screen and (max-width: 74.99875em) {
  .reference .card-logo {
    min-height: 200px;
  }
}
.reference__tab-item {
  display: none;
}
@media print, screen and (max-width: 74.99875em) {
  .reference__tab-item {
    margin: 0 -0.75rem;
    width: calc(100% + 1.5rem);
  }
}
.reference__more {
  padding-top: 40px;
}
@media print, screen and (max-width: 61.99875em) {
  .reference__more {
    padding-top: 20px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .reference__more {
    padding-top: 0;
  }
}
.reference__more .button:after {
  font-size: 40%;
  content: "\e90e";
}
.reference__more .button:before {
  background: #f3f5f6;
}
.reference + .logo-slider {
  margin-top: 70px;
}

/* stylelint-disable */
.reviews {
  margin: 108px 0;
  position: relative;
}
@media print, screen and (max-width: 89.99875em) {
  .reviews {
    margin: 80px 0;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .reviews {
    margin: 60px 0;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .reviews {
    margin: 50px 0;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .reviews {
    margin: 40px 0;
  }
}
.reviews h2,
.reviews h3 {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 48em) {
  .reviews h2 {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 62em) {
  .reviews h2 {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 90em) {
  .reviews h2 {
    font-size: 2rem;
  }
}
.reviews__slider {
  padding-bottom: 45px;
}
@media print, screen and (max-width: 23.74875em) {
  .reviews__slider {
    padding-bottom: 30px;
  }
}
.reviews__slider .slick-list {
  margin: 0 -20px;
  padding: 20px 0;
}
@media print, screen and (max-width: 89.99875em) {
  .reviews__slider .slick-list {
    margin: 0 -10px;
  }
}
.reviews .slick-arrow {
  top: auto;
  bottom: 0;
  transform: none;
}
.reviews .slick-arrow.slick-prev {
  left: 5px;
}
.reviews .slick-arrow.slick-next {
  right: auto;
  left: 60px;
}
@media print, screen and (max-width: 23.74875em) {
  .reviews .slick-arrow.slick-next {
    left: 40px;
  }
}
.reviews__slider-slide {
  padding: 0 25px;
}
@media print, screen and (max-width: 89.99875em) {
  .reviews__slider-slide {
    padding: 0 15px;
  }
}

/* stylelint-disable */
.scroll-content {
  margin: 122px 0;
}
@media print, screen and (max-width: 89.99875em) {
  .scroll-content {
    margin: 100px 0;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .scroll-content {
    margin: 80px 0;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .scroll-content {
    margin: 50px 0;
  }
}
.scroll-content h2,
.scroll-content h3 {
  margin-bottom: 25px;
}
@media print, screen and (max-width: 61.99875em) {
  .scroll-content h2,
  .scroll-content h3 {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 48em) {
  .scroll-content h2 {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 62em) {
  .scroll-content h2 {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 90em) {
  .scroll-content h2 {
    font-size: 2rem;
  }
}
.scroll-content__list {
  margin: 2em -18px 0;
  list-style: none;
}
@media print, screen and (max-width: 23.74875em) {
  .scroll-content__list {
    margin: 1em -5px 0;
  }
}
.scroll-content__list-item {
  padding: 5px 18px;
}
@media print, screen and (max-width: 23.74875em) {
  .scroll-content__list-item {
    padding: 5px;
  }
}
@media print, screen and (min-width: 48em) {
  .scroll-content__list-link {
    min-width: 187px;
  }
}
.scroll-content__list-link:after {
  display: none;
}
.scroll-content__list-link:hover {
  color: #3366cc !important;
  background: transparent !important;
}
.scroll-content .grid-container {
  max-width: 850px;
}

/* stylelint-disable */
.scroll-form {
  margin: 122px 0;
}
@media print, screen and (max-width: 89.99875em) {
  .scroll-form {
    margin: 100px 0;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .scroll-form {
    margin: 80px 0;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .scroll-form {
    margin: 50px 0;
  }
}
.scroll-form h3 {
  margin-bottom: 25px;
}
@media print, screen and (max-width: 61.99875em) {
  .scroll-form h3 {
    margin-bottom: 15px;
  }
}
.scroll-form__list {
  margin: 2em -18px 0;
  list-style: none;
}
@media print, screen and (max-width: 23.74875em) {
  .scroll-form__list {
    margin: 1em -5px 0;
  }
}
.scroll-form__list-item {
  padding: 5px 18px;
}
@media print, screen and (max-width: 23.74875em) {
  .scroll-form__list-item {
    padding: 5px;
  }
}
.scroll-form .button:after {
  transform: translateY(2px) rotate(-90deg);
}
.scroll-form .grid-container {
  max-width: 850px;
}

/* stylelint-disable */
.scrolling {
  display: inline;
  width: 100%;
  height: 0;
  overflow: hidden;
}

/* stylelint-disable */
.search-form {
  width: 100%;
}

/* stylelint-disable */
.sitemap {
  margin-top: 2em;
}
.sitemap h2 {
  margin-bottom: 0.5em;
}

/* stylelint-disable */
.solution {
  margin: 148px 0;
  position: relative;
}
@media print, screen and (max-width: 89.99875em) {
  .solution {
    margin: 100px 0;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .solution {
    margin: 80px 0;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .solution {
    margin: 60px 0;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .solution {
    margin: 40px 0;
  }
}
.solution:after {
  position: absolute;
  top: 78%;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 200%;
  transform: translateY(-50%);
  content: "";
  background-image: url(/wp-content/themes/arco/dist/images//gray-curve.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media print, screen and (max-width: 89.99875em) {
  .solution:after {
    height: 180%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .solution:after {
    height: 170%;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .solution:after {
    top: 70%;
    height: 150%;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .solution:after {
    height: 140%;
  }
}
.solution__intro {
  margin: 0 auto 50px;
  max-width: 880px;
}
@media print, screen and (max-width: 74.99875em) {
  .solution__intro {
    margin-bottom: 30px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .solution__intro {
    margin-bottom: 20px;
  }
}
.solution__intro h2,
.solution__intro h3 {
  margin-bottom: 22px;
}
@media print, screen and (max-width: 23.74875em) {
  .solution__intro h2,
  .solution__intro h3 {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 48em) {
  .solution__intro h2 {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 62em) {
  .solution__intro h2 {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 90em) {
  .solution__intro h2 {
    font-size: 2rem;
  }
}
.solution__filter {
  margin-bottom: 30px;
}
@media print, screen and (max-width: 61.99875em) {
  .solution__filter {
    margin-bottom: 20px;
  }
}
.solution__filter select {
  margin: 0;
  height: 40px;
}
@media print, screen and (min-width: 48em) {
  .solution__filter select {
    display: none;
  }
}
.solution__filter-list {
  margin: 0 -20px;
  list-style: none;
}
@media print, screen and (max-width: 89.99875em) {
  .solution__filter-list {
    margin: 0 -15px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .solution__filter-list {
    margin: 0 -10px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .solution__filter-list {
    margin: 0 -5px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .solution__filter-list {
    display: none;
  }
}
.solution__filter-item {
  padding: 5px 20px;
}
@media print, screen and (max-width: 89.99875em) {
  .solution__filter-item {
    padding: 5px 15px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .solution__filter-item {
    padding: 5px 10px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .solution__filter-item {
    padding: 5px;
  }
}
.solution__filter-item.is-active .solution__filter-link {
  color: #fff;
  border-color: #3366cc;
  background: #3366cc;
}
.solution__filter-item.is-active .solution__filter-link:before {
  display: none;
}
.solution__filter-link {
  min-width: 193px;
  font-weight: 700;
  color: #747474;
  border-color: #fff;
  background: #fff;
}
@media print, screen and (min-width: 75em) {
  .solution__filter-link {
    height: 60px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .solution__filter-link {
    min-width: 160px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .solution__filter-link {
    min-width: 140px;
  }
}
.solution__filter-link:after {
  display: none;
}
.solution__filter-link:hover {
  color: #3366cc;
  background: #fff;
}
.solution__tab-item {
  position: relative;
  display: none;
}
.solution__tab-btn {
  position: absolute;
  right: calc(50% - 800px);
  bottom: 80px;
}
@media only screen and (max-width: 1625px) {
  .solution__tab-btn {
    right: 15px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .solution__tab-btn {
    bottom: 20px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .solution__tab-btn {
    margin: 10px 15px;
    position: static;
  }
}
.solution__slider .slick-list {
  padding: 20px calc(50% - 825px);
}
@media print, screen and (max-width: 99.99875em) {
  .solution__slider .slick-list {
    padding: 20px 100px 20px 15px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .solution__slider .slick-list {
    padding: 20px 50px 45px 7px;
  }
}
.solution__slider .slick-arrow {
  padding: 10px 20px;
  top: auto;
  bottom: 103px;
  z-index: 99;
  transform: none;
}
.solution__slider .slick-arrow.slick-next, .solution__slider .slick-arrow.slick-prev {
  right: auto;
  left: calc(50% - 159px);
}
@media print, screen and (max-width: 61.99875em) {
  .solution__slider .slick-arrow.slick-next, .solution__slider .slick-arrow.slick-prev {
    right: 73px;
    bottom: 0;
    left: auto;
  }
}
.solution__slider .slick-arrow.slick-next {
  transform: translateX(58px);
}
.solution__slider-slide {
  padding: 0 25px;
}
@media print, screen and (max-width: 89.99875em) {
  .solution__slider-slide {
    padding: 0 15px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .solution__slider-slide {
    padding: 0 8px;
  }
}
.solution__slider-slide.slick-current .card-solution__content {
  opacity: 1;
  visibility: visible;
}
@media print, screen and (min-width: 62em) {
  .solution__slider-slide.is-active .card-solution__content {
    opacity: 1;
    visibility: visible;
  }
  .solution__slider-slide.is-active .card-solution__content:after {
    display: none;
  }
}
.solution--alt .solution__intro {
  max-width: 1070px;
}
@media print, screen and (min-width: 75em) {
  .solution + .reviews {
    margin-top: -18px;
  }
}

/* stylelint-disable */
.subpages-block {
  margin: 160px 0;
  position: relative;
}
@media print, screen and (max-width: 89.99875em) {
  .subpages-block {
    margin: 120px 0;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .subpages-block {
    margin: 80px 0;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .subpages-block {
    margin: 60px 0;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .subpages-block {
    margin: 40px 0;
  }
}
.subpages-block__intro {
  margin: 0 auto 38px;
  max-width: 890px;
}
.subpages-block__intro h2,
.subpages-block__intro h3 {
  margin-bottom: 23px;
}
@media print, screen and (min-width: 48em) {
  .subpages-block__intro h2 {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 62em) {
  .subpages-block__intro h2 {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 90em) {
  .subpages-block__intro h2 {
    font-size: 2rem;
  }
}
.subpages-block + .news-slider {
  margin-top: -45px;
}
@media print, screen and (max-width: 74.99875em) {
  .subpages-block + .news-slider {
    margin-top: -30px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .subpages-block + .news-slider {
    margin-top: -10px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .subpages-block + .news-slider {
    margin-top: 0;
  }
}
.subpages-block + .content-block .grid-container {
  max-width: 920px;
}
.subpages-block + .content-block .content-block__button {
  padding-top: 15px;
}

/* stylelint-disable */
.supplement {
  margin: 50px 0;
  position: relative;
}
.supplement:before {
  position: absolute;
  top: -570px;
  bottom: -630px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  background: #f3f5f6;
  content: "";
  clip-path: polygon(0 35%, 100% 0, 100% 100%, 0 67%);
}
@media print, screen and (max-width: 89.99875em) {
  .supplement:before {
    top: -500px;
    bottom: -550px;
    clip-path: polygon(0 25%, 100% 0, 100% 100%, 0 70%);
  }
}
@media print, screen and (max-width: 74.99875em) {
  .supplement:before {
    bottom: -500px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .supplement:before {
    top: -400px;
    bottom: -400px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .supplement:before {
    top: -200px;
    bottom: -200px;
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);
  }
}
.supplement__intro {
  margin: 0 auto 60px;
  max-width: 890px;
}
@media print, screen and (max-width: 61.99875em) {
  .supplement__intro {
    margin-bottom: 40px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .supplement__intro {
    margin-bottom: 20px;
  }
}
.supplement__intro h2,
.supplement__intro h3 {
  margin-bottom: 28px;
}
@media print, screen and (max-width: 61.99875em) {
  .supplement__intro h2,
  .supplement__intro h3 {
    margin-bottom: 20px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .supplement__intro h2,
  .supplement__intro h3 {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 48em) {
  .supplement__intro h2 {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 62em) {
  .supplement__intro h2 {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 90em) {
  .supplement__intro h2 {
    font-size: 2rem;
  }
}
.supplement + .markets {
  position: relative;
}
.supplement + .markets:before {
  position: absolute;
  top: 100%;
  z-index: -1;
  display: block;
  width: 100%;
  height: 285%;
  background: #f3f5f6;
  transform: translateY(-50%);
  content: "";
  clip-path: polygon(0 28%, 100% 0, 100% 100%, 0 73%);
}
@media print, screen and (max-width: 99.99875em) {
  .supplement + .markets:before {
    height: 250%;
  }
}
@media print, screen and (max-width: 89.99875em) {
  .supplement + .markets:before {
    height: 220%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .supplement + .markets:before {
    height: 200%;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 85%);
  }
}
@media print, screen and (max-width: 61.99875em) {
  .supplement + .markets:before {
    clip-path: polygon(0 12%, 100% 0, 100% 100%, 0 88%);
  }
}
@media print, screen and (max-width: 23.74875em) {
  .supplement + .markets:before {
    height: 150%;
    clip-path: polygon(0 7%, 100% 0, 100% 100%, 0 93%);
  }
}

/* stylelint-disable */
.support {
  position: relative;
  background: #3366cc;
}
.support:after {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 500px;
  background: #3366cc;
  content: "";
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
@media print, screen and (max-width: 99.99875em) {
  .support:after {
    height: 400px;
  }
}
@media print, screen and (max-width: 89.99875em) {
  .support:after {
    height: 300px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .support:after {
    height: 200px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .support:after {
    height: 150px;
    clip-path: none;
  }
}
.support__form {
  padding-top: 96px;
  color: #fff;
}
@media print, screen and (max-width: 89.99875em) {
  .support__form {
    padding-top: 70px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .support__form {
    padding-top: 50px;
  }
}
.support__form h3 {
  margin-bottom: 30px;
  color: #fff;
}
@media print, screen and (max-width: 74.99875em) {
  .support__form h3 {
    margin-bottom: 15px;
  }
}
.support .gform,
.support .gform_wrapper {
  margin-top: 55px;
}
@media print, screen and (max-width: 74.99875em) {
  .support .gform,
  .support .gform_wrapper {
    margin-top: 30px;
  }
}
.support .gform .gfield_label,
.support .gform_wrapper .gfield_label {
  font-weight: 700;
  color: #fff;
}
.support .gform textarea,
.support .gform_wrapper textarea {
  height: 200px;
  resize: none;
}
.support .gform .gfield_html,
.support .gform_wrapper .gfield_html {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.support .gform_footer {
  text-align: right;
}
.support .gform_footer .button {
  margin-top: -80px;
  border-color: #9933cc;
  background: #9933cc;
}
.support .gform_footer .button:hover {
  color: #9933cc;
  background: transparent;
}
.support .gform_footer .button:before {
  background: #3366cc;
}
.support__info {
  margin-top: -74px;
  margin-left: 50px;
  padding: 52px 48px;
  position: relative;
  z-index: 1;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
@media print, screen and (max-width: 89.99875em) {
  .support__info {
    padding: 35px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .support__info {
    margin-top: -50px;
    margin-left: 30px;
    padding: 30px;
    font-size: 18px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .support__info {
    margin-top: 20px;
    margin-left: 0;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .support__info {
    padding: 20px;
  }
}
.support__info h5 {
  margin-bottom: 0.5em;
}
.support__info-block {
  margin-bottom: 80px;
}
@media print, screen and (max-width: 74.99875em) {
  .support__info-block {
    margin-bottom: 50px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .support__info-block {
    margin-bottom: 30px;
  }
}
.support__info-block p {
  margin-bottom: 50px;
}
@media print, screen and (max-width: 74.99875em) {
  .support__info-block p {
    margin-bottom: 30px;
  }
}
.support__info-item {
  margin-bottom: 12px;
}
.support__info-item a {
  color: #9933cc;
}
.support__info-item a:hover {
  color: #3366cc;
}
.support__info-item--link {
  color: #9933cc;
}
.support__info-item i {
  margin-right: 10px;
  display: inline-block;
  width: 15px;
  font-size: 80%;
}
@media print, screen and (max-width: 23.74875em) {
  .support__info-item i {
    margin-right: 3px;
  }
}
.support__info-item i.icon-email {
  font-size: 60%;
}
.support__info-address {
  margin-bottom: 80px;
}
@media print, screen and (max-width: 74.99875em) {
  .support__info-address {
    margin-bottom: 50px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .support__info-address {
    margin-bottom: 30px;
  }
}
.support__info-address .button {
  font-weight: 700;
}
.support__info-address a {
  font-weight: 700;
}
.support__info-address a:after {
  margin-left: 10px;
  font-family: "icomoon";
  font-size: 50%;
  content: "\e911";
}
.support__info-text a {
  color: #9933cc;
}
.support__info-text a:hover {
  color: #3366cc;
}

/* stylelint-disable */
.text-block {
  margin: 105px 0;
  position: relative;
  color: #fff;
}
@media print, screen and (min-width: 75em) {
  .text-block {
    margin: 80px 0;
    font-size: 22px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .text-block {
    margin: 70px 0;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .text-block {
    margin: 30px 0;
    padding: 30px 0;
    background: #3366cc;
  }
}
.text-block:after {
  position: absolute;
  top: 120%;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 750%;
  transform: translateY(-50%);
  content: "";
  background-image: url(/wp-content/themes/arco/dist/images//blue-curve.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media print, screen and (max-width: 99.99875em) {
  .text-block:after {
    height: 600%;
  }
}
@media print, screen and (max-width: 89.99875em) {
  .text-block:after {
    height: 580%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .text-block:after {
    height: 500%;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .text-block:after {
    display: none;
  }
}
.text-block p {
  margin-bottom: 44px;
  letter-spacing: 0.5px;
}
@media print, screen and (max-width: 61.99875em) {
  .text-block p {
    margin-bottom: 30px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .text-block p {
    margin-bottom: 20px;
  }
}
.text-block h2,
.text-block h3 {
  margin-bottom: 12px;
  color: inherit;
}
@media print, screen and (min-width: 48em) {
  .text-block h2 {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 62em) {
  .text-block h2 {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 90em) {
  .text-block h2 {
    font-size: 2rem;
  }
}
.text-block .grid-container {
  max-width: 900px;
}
.text-block .button.white:hover {
  color: #3366cc;
  background: #fff !important;
  transform: scale(1.08);
}
.text-block + .application, .text-block + .solution {
  padding-top: 150px;
}
@media print, screen and (max-width: 89.99875em) {
  .text-block + .application, .text-block + .solution {
    padding-top: 130px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .text-block + .application, .text-block + .solution {
    padding-top: 100px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .text-block + .application, .text-block + .solution {
    padding-top: 50px;
  }
}
.text-block + .solution {
  padding-top: 250px;
}
@media print, screen and (max-width: 89.99875em) {
  .text-block + .solution {
    padding-top: 230px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .text-block + .solution {
    padding-top: 200px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .text-block + .solution {
    padding-top: 100px;
  }
}

.home .text-block:after {
  top: 30%;
}

/* stylelint-disable */
.timeline-block {
  margin: 148px 0;
  position: relative;
}
@media print, screen and (max-width: 89.99875em) {
  .timeline-block {
    margin: 100px 0;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .timeline-block {
    margin: 80px 0;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .timeline-block {
    margin: 60px 0;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .timeline-block {
    margin: 40px 0;
  }
}
.timeline-block:before {
  position: absolute;
  top: 28%;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: translateY(-50%);
  content: "";
  background-image: url(/wp-content/themes/arco/dist/images//gray-curve.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media print, screen and (max-width: 89.99875em) {
  .timeline-block:before {
    top: 45%;
    height: 180%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .timeline-block:before {
    top: 43%;
    height: 170%;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .timeline-block:before {
    top: 39.5%;
    height: 150%;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .timeline-block:before {
    height: 140%;
  }
}
.timeline-block:after {
  position: absolute;
  top: 30%;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 70%;
  background-color: #f3f5f6;
  content: "";
}
.timeline-block ul.timeline-list {
  padding: 50px 0;
  overflow: hidden;
  position: relative;
}
.timeline-block ul.timeline-list .year {
  margin: 0 0 0 71px;
  right: 0;
  z-index: 4;
  opacity: 0.7;
  font-family: "Manrope", Helvetica, Roboto, Arial, sans-serif;
  font-size: 300px;
  font-weight: bold;
  line-height: 100%;
  color: #fff;
}
@media print, screen and (max-width: 99.99875em) {
  .timeline-block ul.timeline-list .year {
    font-size: 200px;
  }
}
@media print, screen and (max-width: 89.99875em) {
  .timeline-block ul.timeline-list .year {
    right: 6px;
    font-size: 150px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .timeline-block ul.timeline-list .year {
    right: 11px;
    font-size: 125px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .timeline-block ul.timeline-list .year {
    font-size: 125px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .timeline-block ul.timeline-list .year {
    font-size: 80px;
  }
}
.timeline-block ul.timeline-list .year.first {
  position: relative;
  right: inherit;
  bottom: inherit;
  opacity: 1;
}
.timeline-block ul.timeline-list .line {
  position: absolute;
  left: 7px;
  z-index: 3;
  width: 2px;
  background: #3366cc;
  content: "";
}
.timeline-block ul.timeline-list .bg-line {
  position: absolute;
  top: 436px;
  left: 27px;
  width: 2px;
  height: 100%;
  list-style-type: none;
  border-right: 2px #a6bfcd dashed;
  content: "";
}
@media print, screen and (max-width: 99.99875em) {
  .timeline-block ul.timeline-list .bg-line {
    top: 405px;
  }
}
@media print, screen and (max-width: 89.99875em) {
  .timeline-block ul.timeline-list .bg-line {
    top: 345px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .timeline-block ul.timeline-list .bg-line {
    top: 276px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .timeline-block ul.timeline-list .bg-line {
    top: 235px;
  }
}
.timeline-block ul.timeline-list > li {
  margin-left: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  list-style-type: none;
  background: transparent;
}
@media print, screen and (max-width: 61.99875em) {
  .timeline-block ul.timeline-list > li {
    padding-bottom: 0;
  }
}
.timeline-block ul.timeline-list > li.first-item:before {
  display: none;
}
.timeline-block ul.timeline-list > li.last-item:before {
  position: absolute;
  top: 50%;
  left: 7px;
  z-index: 3;
  width: 2px;
  height: 100%;
  list-style-type: none;
  border-right: 2px #f3f5f6 solid;
  content: "";
}
.timeline-block ul.timeline-list > li > div.timeline-wrap {
  margin: 0 0.8em 0 4em;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.timeline-block ul.timeline-list > li > div.timeline-wrap.white {
  background-color: #fff;
}
.timeline-block ul.timeline-list > li .dot {
  position: absolute;
  top: 50%;
  left: -31px;
  z-index: 4;
  width: 77px;
  height: 77px;
  transform: translateY(-50%);
}
.timeline-block ul.timeline-list > li .dot:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 9;
  width: 77px;
  height: 77px;
  border: 12px solid #f3f5f6;
  border-radius: 50%;
  background: inherit;
  transform: translateX(-50%);
  transition: background 0.5s ease-in-out;
  content: "";
}
.timeline-block ul.timeline-list > li .dot:after {
  position: absolute;
  bottom: 21%;
  left: 50%;
  z-index: 9;
  width: 46px;
  height: 45px;
  border: 11px solid #f3f5f6;
  border-radius: 50%;
  background: inherit;
  transform: translateX(-50%);
  transition: background 0.5s ease-in-out;
  content: "";
}
.timeline-block ul.timeline-list > li .all-wrapper {
  position: relative;
}
.timeline-block ul.timeline-list > li .all-wrapper .image-wrap {
  position: relative;
  float: left;
  width: 100%;
  transition: all 0.35s ease;
}
.timeline-block ul.timeline-list > li .all-wrapper .image-wrap .slick-dots {
  position: absolute;
  right: 0.5em;
  bottom: 1em;
}
.timeline-block ul.timeline-list > li .all-wrapper .image-wrap .image {
  margin: 0;
  padding-top: 80%;
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: auto;
  border-radius: 0 !important;
  overflow: hidden;
}
@media print, screen and (max-width: 61.99875em) {
  .timeline-block ul.timeline-list > li .all-wrapper .image-wrap .image {
    padding-top: 60%;
  }
}
.timeline-block ul.timeline-list > li .all-wrapper .image-wrap .image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  transition: all 0.35s ease;
  object-fit: cover;
  object-position: center;
}
.timeline-block ul.timeline-list > li .all-wrapper .image-wrap .image.banner-width {
  padding-top: 33.3333333333%;
}
@media print, screen and (max-width: 23.74875em) {
  .timeline-block ul.timeline-list > li .all-wrapper .image-wrap .image.banner-width {
    padding-top: 50%;
  }
}
.timeline-block ul.timeline-list > li .all-wrapper .image-wrap .video-block {
  margin: 0;
}
.timeline-block ul.timeline-list > li .all-wrapper .image-wrap .video-wrap {
  display: contents;
  width: 100%;
  height: 100%;
}
.timeline-block ul.timeline-list > li .all-wrapper .image-wrap .video-block iframe {
  display: block;
  width: 100% !important;
  height: auto !important;
}
.timeline-block ul.timeline-list > li .all-wrapper .image-wrap .player .vp-video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.timeline-block ul.timeline-list > li div.timeline-text {
  padding: 15px;
  position: relative;
  left: 45px;
}
@media print, screen and (max-width: 89.99875em) {
  .timeline-block ul.timeline-list > li div.timeline-text {
    left: 25px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .timeline-block ul.timeline-list > li div.timeline-text {
    padding: 0;
    left: 15px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .timeline-block ul.timeline-list > li div.timeline-text {
    padding: 20px 5px 0;
    left: 0;
  }
}
.timeline-block ul.timeline-list > li div.timeline-text.position-absolute {
  position: absolute;
  top: 15%;
  right: 18%;
  left: inherit !important;
  z-index: 4;
}
@media print, screen and (max-width: 89.99875em) {
  .timeline-block ul.timeline-list > li div.timeline-text.position-absolute {
    right: 13%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .timeline-block ul.timeline-list > li div.timeline-text.position-absolute {
    right: 7%;
  }
}
.timeline-block ul.timeline-list > li .position-absolute h5,
.timeline-block ul.timeline-list > li .position-absolute h6 {
  color: #fff !important;
  text-shadow: 0 0 5px rgba(51, 51, 51, 0.8);
}
.timeline-block ul.timeline-list > li:nth-child(odd) > div.timeline-wrap {
  transform: translate3d(200px, 0, 0);
}
.timeline-block ul.timeline-list > li:nth-child(even) > div.timeline-wrap {
  transform: translate3d(-200px, 0, 0);
}
.timeline-block ul.timeline-list > li.in-view > div.timeline-wrap {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.timeline-block ul.timeline-list > li.in-view .dot:before {
  background: #3366cc;
}
.timeline-block ul.timeline-list > li.in-view .dot:after {
  background: #3366cc;
}
.timeline-block ul.timeline-list > li + .year + li {
  margin-top: 100px;
}
@media print, screen and (max-width: 89.99875em) {
  .timeline-block ul.timeline-list > li + .year + li {
    margin-top: 50px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .timeline-block ul.timeline-list > li + .year + li {
    margin-top: 10px;
  }
}
.timeline-block h5 {
  margin-bottom: 0.5em;
  color: #3366cc;
}
@media print, screen and (min-width: 62em) {
  .timeline-block h5 {
    font-size: 30px;
  }
}
@media print, screen and (min-width: 75em) {
  .timeline-block h5 {
    font-size: 34px;
  }
}
@media print, screen and (min-width: 90em) {
  .timeline-block h5 {
    margin-bottom: 1em;
    font-size: 36px;
  }
}

/* stylelint-disable */
.timing {
  margin: 150px 0;
  position: relative;
  z-index: 3;
}
@media print, screen and (max-width: 89.99875em) {
  .timing {
    margin: 120px 0;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .timing {
    margin: 80px 0;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .timing {
    margin: 50px 0;
  }
}
.timing__image {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-self: stretch;
  width: calc(50% - 10px);
}
@media print, screen and (max-width: 61.99875em) {
  .timing__image {
    margin-bottom: 20px;
    width: 100%;
  }
}
.timing__image picture {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.timing__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.timing__content {
  padding: 0 15px;
  width: 50%;
}
@media print, screen and (max-width: 61.99875em) {
  .timing__content {
    width: 100%;
  }
}
.timing__content h2,
.timing__content h3 {
  margin-bottom: 23px;
}
@media print, screen and (min-width: 48em) {
  .timing__content h2 {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 62em) {
  .timing__content h2 {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 90em) {
  .timing__content h2 {
    font-size: 2rem;
  }
}
.timing__content p {
  margin-bottom: 28px;
}
.timing__content-align {
  padding-right: 110px;
  width: 100%;
  max-width: 800px;
}
@media print, screen and (max-width: 89.99875em) {
  .timing__content-align {
    padding-right: 80px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .timing__content-align {
    padding-right: 30px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .timing__content-align {
    padding-right: 0;
    max-width: 100%;
  }
}
.timing__content-item {
  padding: 8px 0;
  line-height: 1.2;
  border-bottom: 1px solid #f3f5f6;
}
.timing__content-item:first-of-type {
  border-top: 1px solid #f3f5f6;
}
.timing__content-item strong {
  padding-right: 20px;
  width: 47%;
  color: #3366cc;
}
.timing__content-item span {
  width: 53%;
}
.timing + .map-block {
  margin-top: -365px;
  z-index: 2;
}
@media print, screen and (max-width: 89.99875em) {
  .timing + .map-block {
    margin-top: -295px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .timing + .map-block {
    margin-top: -220px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .timing + .map-block {
    margin-top: -40px;
  }
}

/* stylelint-disable */
.vacancies-block {
  margin: 148px 0;
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 89.99875em) {
  .vacancies-block {
    margin: 80px 0;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .vacancies-block {
    margin: 60px 0;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .vacancies-block {
    margin: 50px 0;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .vacancies-block {
    margin: 40px 0;
  }
}
@media print, screen and (min-width: 48em) {
  .vacancies-block h2 {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 62em) {
  .vacancies-block h2 {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 90em) {
  .vacancies-block h2 {
    font-size: 2rem;
  }
}
.vacancies-block h5 {
  margin-bottom: 26px;
  line-height: 1.2;
}
@media print, screen and (min-width: 75em) {
  .vacancies-block h5 {
    min-height: 73px;
  }
}
.vacancies-block__slider .slick-list {
  margin: 0 -25px;
  padding: 20px 0;
}
@media print, screen and (max-width: 61.99875em) {
  .vacancies-block__slider .slick-list {
    margin: 0 -15px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .vacancies-block__slider .slick-list {
    margin: 0 -15px;
    padding: 20px 30px;
  }
}
@media print, screen and (min-width: 75em) {
  .vacancies-block__slider p {
    min-height: 115px;
  }
}
.vacancies-block__slider-slide {
  padding: 0 25px;
}
@media print, screen and (max-width: 61.99875em) {
  .vacancies-block__slider-slide {
    padding: 0 15px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .vacancies-block__slider-slide {
    padding: 0 5px;
  }
}
.vacancies-block__button {
  margin: 20px 0 30px;
  text-align: center;
}
@media print, screen and (min-width: 62em) {
  .vacancies-block__button {
    margin: 0;
    position: absolute;
    right: 0;
    bottom: -70px;
    width: 100%;
    text-align: right;
  }
}
.vacancies-block__button .button.clear:hover {
  color: #fff;
  transform: scale(1.08);
}
.vacancies-block .button.white:hover {
  background: #3366cc;
}
.vacancies-block + .newsletter {
  margin-top: -117px;
}
@media print, screen and (max-width: 89.99875em) {
  .vacancies-block + .newsletter {
    margin-top: -70px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .vacancies-block + .newsletter {
    margin-top: -40px;
  }
}

/* stylelint-disable */
.news-overview {
  margin: 148px 0 20px;
  position: relative;
}
@media print, screen and (max-width: 89.99875em) {
  .news-overview {
    margin-top: 120px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .news-overview {
    margin-top: 80px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .news-overview {
    margin-top: 50px;
  }
}
.news-overview:before {
  position: absolute;
  top: 66.5%;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 158%;
  background: #f3f5f6;
  transform: translateY(-50%);
  content: "";
  clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 82%);
}
@media print, screen and (max-width: 74.99875em) {
  .news-overview:before {
    height: 140%;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 85%);
  }
}
@media print, screen and (max-width: 61.99875em) {
  .news-overview:before {
    height: 130%;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
  }
}
@media print, screen and (max-width: 23.74875em) {
  .news-overview:before {
    height: 120%;
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);
  }
}
.news-overview h2,
.news-overview h3 {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 48em) {
  .news-overview h2 {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 62em) {
  .news-overview h2 {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 90em) {
  .news-overview h2 {
    font-size: 2rem;
  }
}
.news-overview__list {
  column-count: 3;
  column-gap: 50px;
}
@media print, screen and (max-width: 74.99875em) {
  .news-overview__list {
    column-gap: 30px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .news-overview__list {
    column-count: 2;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .news-overview__list {
    column-count: 1;
  }
}
.news-overview__list .card-vacancy {
  margin-bottom: 50px;
  display: inline-block;
  width: 100%;
  box-shadow: none;
}
@media print, screen and (max-width: 74.99875em) {
  .news-overview__list .card-vacancy {
    margin-bottom: 30px;
  }
}
.news-overview__list .card-vacancy .card-news__content p {
  margin-bottom: 20px;
  max-height: none;
  overflow: visible;
}

/* stylelint-disable */
.hidden {
  display: none !important;
}

.video-block {
  margin: 60px 0;
  position: relative;
}
@media print, screen and (max-width: 74.99875em) {
  .video-block {
    margin: 40px 0;
  }
}
@keyframes jump {
  0% {
    transform: translate(-50%, 5px);
  }
  50% {
    transform: translate(-50%, -5px);
  }
  75% {
    transform: translate(-50%, 5px);
  }
  100% {
    transform: translate(-50%, -5px);
  }
}
.video-block__video {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.video-block__video:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  content: "";
  mix-blend-mode: multiply;
  background-image: url(/wp-content/themes/arco/dist/images//video-overlay.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.video-block__video img {
  width: 100%;
}
.video-block__video-play {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  font-size: 0;
  transition: all 0.3s;
  background-image: url(/wp-content/themes/arco/dist/images//play.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media print, screen and (max-width: 74.99875em) {
  .video-block__video-play {
    background-size: 100px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .video-block__video-play {
    background-size: 80px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .video-block__video-play {
    display: none;
    background-size: 60px;
  }
}
.video-block__video-play:hover {
  transform: scale(1.08);
}
.video-block .video-wrap {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 666px;
}
@media print, screen and (max-width: 99.99875em) {
  .video-block .video-wrap {
    height: 585px;
  }
}
@media print, screen and (max-width: 89.99875em) {
  .video-block .video-wrap {
    height: 518px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .video-block .video-wrap {
    height: 425px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .video-block .video-wrap {
    height: 315px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .video-block .video-wrap {
    height: 195px;
  }
}
.video-block .video-wrap .play-button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  font-size: 0;
  transition: all 0.3s;
  background-image: url(/wp-content/themes/arco/dist/images//play.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media print, screen and (max-width: 74.99875em) {
  .video-block .video-wrap .play-button {
    background-size: 100px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .video-block .video-wrap .play-button {
    background-size: 80px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .video-block .video-wrap .play-button {
    background-size: 60px;
  }
}
@media print, screen and (min-width: 48em) {
  .video-block .shadow-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    opacity: 0.9;
    width: 100%;
    height: 100%;
    content: "";
    mix-blend-mode: multiply;
    background-image: url(/wp-content/themes/arco/dist/images//video-overlay.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
.video-block iframe {
  position: absolute !important;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 157.778vh;
  min-width: 100%;
  height: 56.25vw !important;
  min-height: 100%;
  transform: translate(-50%, -50%) !important;
}
@media print, screen and (max-width: 23.74875em) {
  .video-block iframe {
    height: 53vw !important;
  }
}
.video-block__scroll {
  position: absolute;
  bottom: -44px;
  left: 50%;
  z-index: 2;
  width: 5px;
  height: 116px;
  font-size: 0;
  border-radius: 4px;
  transform: translateX(-50%);
  animation: jump 1s infinite;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-image: url(/wp-content/themes/arco/dist/images//scroll_purple.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media print, screen and (max-width: 74.99875em) {
  .video-block__scroll {
    bottom: -30px;
    height: 80px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .video-block__scroll {
    bottom: -15px;
    height: 50px;
  }
}

.home .video-block__scroll {
  background-image: url(/wp-content/themes/arco/dist/images//scroll.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

/* stylelint-disable */
.video-content {
  margin: 0px 0;
}
@media print, screen and (max-width: 89.99875em) {
  .video-content {
    margin: 120px 0;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .video-content {
    margin: 80px 0;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .video-content {
    margin: 50px 0;
  }
}
.video-content__intro {
  padding-top: 75px;
  padding-bottom: 1px;
  position: relative;
  color: #fff;
  background: #3366cc;
}
@media print, screen and (max-width: 74.99875em) {
  .video-content__intro {
    padding-top: 60px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .video-content__intro {
    padding-top: 40px;
  }
}
.video-content__intro:after {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 510px;
  background: #3366cc;
  content: "";
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 4%);
}
@media print, screen and (max-width: 89.99875em) {
  .video-content__intro:after {
    height: 400px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .video-content__intro:after {
    height: 350px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .video-content__intro:after {
    height: 250px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .video-content__intro:after {
    height: 150px;
  }
}
.video-content__intro h2 {
  margin-bottom: 25px;
  color: #fff;
}
@media print, screen and (max-width: 74.99875em) {
  .video-content__intro h2 {
    margin-bottom: 15px;
  }
}
.video-content__intro p {
  margin-bottom: 30px;
}
@media print, screen and (max-width: 74.99875em) {
  .video-content__intro p {
    margin-bottom: 20px;
  }
}
.video-content__intro p:last-child {
  margin-bottom: 0;
}
.video-content__intro .grid-container {
  max-width: 900px;
}
.video-content .video-block {
  margin: 75px 0;
}
@media print, screen and (max-width: 74.99875em) {
  .video-content .video-block {
    margin: 50px 0;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .video-content .video-block {
    margin: 30px 0;
  }
}
.video-content .video-block .grid-container {
  padding: 0;
  max-width: 100%;
}
.video-content__bottom {
  margin: 0 auto;
  max-width: 830px;
}
.video-content__bottom p {
  margin-bottom: 35px;
}
@media print, screen and (max-width: 74.99875em) {
  .video-content__bottom p {
    margin-bottom: 20px;
  }
}
.video-content__bottom .button {
  margin: 2px 10px;
}

.nohome {
  padding: 0px !important;
  margin: 0px !important;
}

/* stylelint-disable */
.method {
  margin: 120px 0;
}
@media print, screen and (max-width: 89.99875em) {
  .method {
    margin: 100px 0;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .method {
    margin: 80px 0;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .method {
    margin: 60px 0;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .method {
    margin: 40px 0;
  }
}
.method__intro {
  margin: 0 auto 77px;
  max-width: 880px;
}
@media print, screen and (max-width: 61.99875em) {
  .method__intro {
    margin-bottom: 50px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .method__intro {
    margin-bottom: 30px;
  }
}
.method__intro h2,
.method__intro h3 {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 48em) {
  .method__intro h2 {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 62em) {
  .method__intro h2 {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 90em) {
  .method__intro h2 {
    font-size: 2rem;
  }
}
.method__item {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 48em) {
  .method__item:nth-child(3n+1) .card-method picture {
    left: 9%;
    transform: none;
  }
}
@media print, screen and (min-width: 48em) {
  .method__item:nth-child(3n+3) .card-method picture {
    right: 0;
    left: auto;
    transform: none;
  }
}
.method .grid-container {
  max-width: 1430px;
}

/* stylelint-disable */
.newsletter {
  padding: 30px 0 165px;
  position: relative;
  color: #fff;
  background: #3366cc;
}
@media print, screen and (max-width: 89.99875em) {
  .newsletter {
    padding-bottom: 120px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .newsletter {
    padding-bottom: 80px;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .newsletter {
    padding-bottom: 50px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .newsletter {
    padding-bottom: 30px;
  }
}
.newsletter:before {
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  display: block;
  width: 100%;
  height: 700px;
  background: #3366cc;
  content: "";
  clip-path: polygon(0 0, 0% 100%, 130% 100%);
}
@media print, screen and (max-width: 89.99875em) {
  .newsletter:before {
    height: 600px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .newsletter:before {
    height: 500px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .newsletter:before {
    height: 400px;
  }
}
.newsletter h5 {
  margin-bottom: 0;
  line-height: 1.25;
  color: #fff;
}
@media print, screen and (max-width: 74.99875em) {
  .newsletter h5 {
    margin-bottom: 30px;
  }
}
.newsletter input {
  margin: 0;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}
@media print, screen and (max-width: 23.74875em) {
  .newsletter input {
    margin-bottom: 10px;
  }
}
.newsletter input:focus {
  background: rgba(255, 255, 255, 0.2);
}
.newsletter input::placeholder {
  color: #fff;
}
.newsletter button {
  margin-top: 28px;
}
@media print, screen and (max-width: 23.74875em) {
  .newsletter button {
    margin-top: 10px;
  }
}
.newsletter button.white:hover {
  color: #3366cc;
  background: #fff;
  transform: scale(1.08);
}
.newsletter__form {
  padding: 60px 0 70px;
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 89.99875em) {
  .newsletter__form {
    padding-left: 50px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .newsletter__form {
    padding: 40px 20px;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .newsletter__form {
    padding: 20px 15px;
  }
}
.newsletter__form:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  width: 100px;
  border: 5px solid white;
  border-left: 0;
  background: #3366cc;
  content: "";
}
@media print, screen and (max-width: 74.99875em) {
  .newsletter__form:after {
    display: none;
  }
}
.newsletter__form:before {
  position: absolute;
  top: 0;
  right: 50px;
  left: 0;
  z-index: -1;
  display: block;
  height: 100%;
  border: 5px solid white;
  transform: skewX(-15deg);
  content: "";
}
@media print, screen and (max-width: 74.99875em) {
  .newsletter__form:before {
    right: 0;
    transform: none;
  }
}
.newsletter--invert {
  padding: 40px 0;
  background: transparent;
}
.newsletter--invert:before {
  display: none;
}
.newsletter--invert h5 {
  color: #3366cc;
}
.newsletter--invert .newsletter__form:before {
  background: #3366cc;
}
.newsletter--white .newsletter__form:after, .newsletter--white .newsletter__form:before {
  background: #fff;
}
.newsletter--white form label {
  color: #3366cc;
}
.newsletter--white form input {
  color: #747474;
  background: #f3f5f6;
}
.newsletter--white form input:focus {
  background: #f3f5f6;
}
.newsletter--white form input::placeholder {
  color: #747474;
}
.newsletter--white .button {
  color: #fff;
  background: #3366cc;
}
.newsletter--white .button:hover {
  background: #2952a3;
}

@font-face {
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  src: url("/wp-content/themes/arco/dist/fonts/icons/icomoon.eot?ri5712");
  src: url("/wp-content/themes/arco/dist/fonts/icons/icomoon.eot?ri5712#iefix") format("embedded-opentype"), url("/wp-content/themes/arco/dist/fonts/icons/icomoon.ttf?ri5712") format("truetype"), url("/wp-content/themes/arco/dist/fonts/icons/icomoon.woff?ri5712") format("woff"), url("/wp-content/themes/arco/dist/fonts/icons/icomoon.svg?ri5712#icomoon") format("svg");
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  speak: never;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-marker:before {
  content: "\e900";
}

.icon-education:before {
  content: "\e901";
}

.icon-clock:before {
  content: "\e902";
}

.icon-upload:before {
  content: "\e903";
}

.icon-check:before {
  content: "\e904";
}

.icon-youtube:before {
  content: "\e905";
}

.icon-linkedin:before {
  content: "\e906";
}

.icon-facebook:before {
  content: "\e907";
}

.icon-email:before {
  content: "\e908";
}

.icon-tel:before {
  content: "\e909";
}

.icon-angle-left-light:before {
  content: "\e90a";
}

.icon-angle-right-light:before {
  content: "\e90b";
}

.icon-angle-up-light:before {
  content: "\e90c";
}

.icon-angle-down-light:before {
  content: "\e90d";
}

.icon-angle-down:before {
  content: "\e90e";
}

.icon-angle-up:before {
  content: "\e90f";
}

.icon-angle-left:before {
  content: "\e910";
}

.icon-angle-right:before {
  content: "\e911";
}

/*
/////////////////////////////////////////////////////////
// Animation Default Settings                          //
/////////////////////////////////////////////////////////
*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.95;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #fff;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #fff;
}
.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 1;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid transparent;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid transparent;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.maps .gm-style-iw-c {
  background: transparent;
  box-shadow: none;
}
.maps .gm-style-iw-t:after {
  top: -127px;
  left: 170px;
  width: 45px;
  height: 45px;
  background: #3366cc;
  box-shadow: none;
}
@media print, screen and (max-width: 23.74875em) {
  .maps .gm-style-iw-t:after {
    top: -77px;
    left: 98px;
    width: 35px;
    height: 35px;
  }
}
.maps .gm-style-iw-d,
.maps .gm-style-iw {
  overflow: visible !important;
  padding: 0 !important;
}
.maps .gm-style-iw-d {
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
}
.maps__infobox {
  padding: 35px;
  width: 423px;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  color: #fff;
  background: #3366cc;
  clip-path: polygon(0 0, 100% 0, 84% 100%, 0 100%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media print, screen and (max-width: 23.74875em) {
  .maps__infobox {
    padding: 15px;
    width: 250px;
    font-size: 16px;
  }
}
.maps__infobox strong {
  font-size: 25px;
}
@media print, screen and (max-width: 23.74875em) {
  .maps__infobox strong {
    font-size: 20px;
  }
}

/*!
 * Mmenu Light
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */
:root {
  /** Width for the drawer. */
  --mm-ocd-width: 80%;
  /** Min-width for the drawer. */
  --mm-ocd-min-width: 200px;
  /** Max-width for the drawer. */
  --mm-ocd-max-width: 440px;
}

body.mm-ocd-opened {
  overflow-y: hidden;
  overscroll-behavior: none;
}

.mm-ocd {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  overscroll-behavior: contain;
  background: rgba(0, 0, 0, 0);
  transition-property: bottom, background-color;
  transition-duration: 0s, 0.3s;
  transition-timing-function: ease;
  transition-delay: 0.45s, 0.15s;
}
.mm-ocd--open {
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  transition-delay: 0s;
}

.mm-ocd__content {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: var(--mm-ocd-width);
  min-width: var(--mm-ocd-min-width);
  max-width: var(--mm-ocd-max-width);
  background: #fff;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.mm-ocd--left .mm-ocd__content {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}
.mm-ocd--right .mm-ocd__content {
  right: 0;
  transform: translate3d(100%, 0, 0);
}
.mm-ocd--open .mm-ocd__content {
  transform: translate3d(0, 0, 0);
}

.mm-ocd__backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: clamp(100% - var(--mm-ocd-max-width), 100% - var(--mm-ocd-width), 100% - var(--mm-ocd-min-width));
  background: rgba(3, 2, 1, 0);
}
.mm-ocd--left .mm-ocd__backdrop {
  right: 0;
}
.mm-ocd--right .mm-ocd__backdrop {
  left: 0;
}

/** Animation duration. */
/** Arrow size. */
/** Arrow weight. */
/** Border opacity. */
/** Navbar opacity. */
/** Arrow opacity. */
.mm-spn a,
.mm-spn span, .mm-spn li, .mm-spn ul, .mm-spn {
  display: block;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  /** Height for menu items. */
  --mm-spn-item-height: 50px;
  /** Indent for menu items. */
  --mm-spn-item-indent: 20px;
  /** Line height for menu items. */
  --mm-spn-line-height: 24px;
  /** Panel offset. */
  --mm-spn-panel-offset: 30%;
}

.mm-spn {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
  transform: translateX(0px);
}

.mm-spn ul {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 100%;
  bottom: 0;
  z-index: 2;
  width: calc(100% + var(--mm-spn-panel-offset));
  padding-right: var(--mm-spn-panel-offset);
  line-height: var(--mm-spn-line-height);
  overflow: visible;
  overflow-y: auto;
  background: inherit;
  transition: left 0.3s ease 0s;
  cursor: default;
}
.mm-spn ul:after {
  content: "";
  display: block;
  height: var(--mm-spn-item-height);
}
.mm-spn > ul {
  left: 0;
}
.mm-spn ul.mm-spn--open {
  left: 0;
}
.mm-spn ul.mm-spn--parent {
  left: calc(-1 * var(--mm-spn-panel-offset));
  overflow: visible;
}

.mm-spn li {
  position: relative;
  background: inherit;
  cursor: pointer;
}
.mm-spn li:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(var(--mm-spn-item-height) / 2);
  right: calc(var(--mm-spn-item-height) / 2);
  z-index: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg) translate(0, -50%);
  opacity: 0.4;
}
.mm-spn li:after {
  content: "";
  display: block;
  margin-left: var(--mm-spn-item-indent);
  border-top: 1px solid;
  opacity: 0.15;
}

.mm-spn a,
.mm-spn span {
  position: relative;
  z-index: 1;
  padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height)) / 2) var(--mm-spn-item-indent);
}
.mm-spn a {
  background: inherit;
  color: inherit;
  text-decoration: none;
}
.mm-spn a:not(:last-child) {
  width: calc(100% - var(--mm-spn-item-height));
}
.mm-spn a:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid;
  opacity: 0.15;
}
.mm-spn span {
  background: transparent;
}

.mm-spn.mm-spn--navbar {
  cursor: pointer;
}
.mm-spn.mm-spn--navbar:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(var(--mm-spn-item-height) / 2);
  left: var(--mm-spn-item-indent);
  width: 10px;
  height: 10px;
  margin-top: 2px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(-45deg) translate(50%, -50%);
  opacity: 0.4;
}
.mm-spn.mm-spn--navbar.mm-spn--main {
  cursor: default;
}
.mm-spn.mm-spn--navbar.mm-spn--main:before {
  content: none;
  display: none;
}
.mm-spn.mm-spn--navbar:after {
  content: attr(data-mm-spn-title);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: var(--mm-spn-item-height);
  padding: 0 calc(var(--mm-spn-item-indent) * 2);
  line-height: var(--mm-spn-item-height);
  opacity: 0.4;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mm-spn.mm-spn--navbar.mm-spn--main:after {
  padding-left: var(--mm-spn-item-indent);
}
.mm-spn.mm-spn--navbar ul {
  top: calc(var(--mm-spn-item-height) + 1px);
}
.mm-spn.mm-spn--navbar ul:before {
  content: "";
  display: block;
  position: fixed;
  top: inherit;
  z-index: 2;
  width: 100%;
  border-top: 1px solid currentColor;
  opacity: 0.15;
}

.mm-spn.mm-spn--light {
  color: #444;
  background: #f3f3f3;
}
.mm-spn.mm-spn--dark {
  color: #ddd;
  background: #333;
}

.mm-spn.mm-spn--vertical {
  overflow-y: auto;
}
.mm-spn.mm-spn--vertical ul {
  width: 100%;
  padding-right: 0;
  position: static;
}
.mm-spn.mm-spn--vertical ul ul {
  display: none;
  padding-left: var(--mm-spn-item-indent);
}
.mm-spn.mm-spn--vertical ul ul:after {
  height: calc(var(--mm-spn-item-height) / 2);
}
.mm-spn.mm-spn--vertical ul.mm-spn--open {
  display: block;
}
.mm-spn.mm-spn--vertical li.mm-spn--open:before {
  transform: rotate(135deg) translate(-50%, 0);
}
.mm-spn.mm-spn--vertical ul ul li:last-child:after {
  content: none;
  display: none;
}

@media print, screen and (max-width: 74.99875em) {
  .mm-spn.mm-spn--dark {
    color: #fff;
    background: #3366cc;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .mm-spn .header__nav-item.is-active .header__nav-link {
    color: #000 !important;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .mm-spn .header__nav-subitem.is-active .header__nav-sublink {
    color: #000 !important;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .mm-spn .header__nav-subsubitem.is-active .header__nav-subsublink {
    color: #000 !important;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .mm-spn .header__nav-subsublink,
  .mm-spn .header__nav-sublink,
  .mm-spn .header__nav-link {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .mm-spn .header__nav-subsublink:hover,
  .mm-spn .header__nav-sublink:hover,
  .mm-spn .header__nav-link:hover {
    color: #000 !important;
  }
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  font-size: 0;
  border: 0;
  transform: translateY(-50%);
  outline: none;
  cursor: pointer;
}
.slick-arrow:before {
  display: block;
  width: 18px;
  height: 25px;
  font-size: 25px;
  color: #3366cc;
  content: "";
  background-image: url(/wp-content/themes/arco/dist/images//slider-arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 25px;
}
@media print, screen and (max-width: 23.74875em) {
  .slick-arrow:before {
    font-size: 20px;
  }
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-prev:before {
  transform: rotate(180deg);
}
.slick-arrow.slick-next {
  right: 0;
}

.slick-dots {
  margin: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  text-align: center;
  list-style: none;
}
.slick-dots li {
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  list-style: none;
  border-radius: 12px;
  background: #3366cc;
  transition: all 0.3s;
  cursor: pointer;
}
.slick-dots li button {
  display: none;
}
.slick-dots li.slick-active {
  width: 30px;
}
