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

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

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

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

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

pre {
  overflow: auto;
}

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.2159090909rem;
  margin: 0 0 0.9090909091rem;
  padding: 0.4545454545rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 0.9090909091rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  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: #e6e6e6;
  cursor: not-allowed;
}

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

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

::-moz-placeholder {
  color: #cacaca;
}

::placeholder {
  color: #cacaca;
}

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

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

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

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

label {
  display: block;
  margin: 0;
  font-size: 0.7954545455rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 0.9090909091rem;
  padding: 0.5113636364rem 0;
}

.help-text {
  margin-top: -0.4545454545rem;
  font-size: 0.7386363636rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 0.9090909091rem;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: 2.2159090909rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.9090909091rem;
}

.input-group .input-group-button {
  display: table-cell;
}

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

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

.fieldset {
  margin: 1.0227272727rem 0;
  padding: 1.1363636364rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1704545455rem;
  padding: 0 0.1704545455rem;
}

select {
  height: 2.2159090909rem;
  margin: 0 0 0.9090909091rem;
  padding: 0.4545454545rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 0.9090909091rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  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%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -0.9090909091rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.3636363636rem;
  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: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: rgb(249, 236.1, 234.1);
}
.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

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

.form-error {
  display: none;
  margin-top: -0.4545454545rem;
  margin-bottom: 0.9090909091rem;
  font-size: 0.6818181818rem;
  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: 1.6;
  text-rendering: optimizeLegibility;
}

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

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 2.8409090909rem;
  }
  h2, .h2 {
    font-size: 1.9318181818rem;
  }
  h3, .h3 {
    font-size: 1.4772727273rem;
  }
  h4, .h4 {
    font-size: 1.1363636364rem;
  }
  h5, .h5 {
    font-size: 1.0227272727rem;
  }
  h6, .h6 {
    font-size: 0.9090909091rem;
  }
}
@media print, screen and (min-width: 64em) {
  h1, .h1 {
    font-size: 2.8409090909rem;
  }
  h2, .h2 {
    font-size: 2.2727272727rem;
  }
  h3, .h3 {
    font-size: 1.7045454545rem;
  }
  h4, .h4 {
    font-size: 1.4772727273rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1.0227272727rem;
  }
}
a {
  line-height: inherit;
  color: #EE342F;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: rgb(226.5813333333, 23.9653333333, 18.5186666667);
}
a img {
  border: 0;
}

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

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

li {
  font-size: inherit;
}

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

ol {
  margin-left: 1.25rem;
}

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

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

blockquote {
  margin: 0 0 1rem;
  padding: 0.5113636364rem 1.1363636364rem 0 1.0795454545rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.7386363636rem;
  color: #8a8a8a;
}
cite:before {
  content: "— ";
}

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

figure {
  margin: 0;
}

code {
  padding: 0.1136363636rem 0.2840909091rem 0.0568181818rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
}

kbd {
  margin: 0;
  padding: 0.1136363636rem 0.2272727273rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

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

.lead {
  font-size: 143%;
  line-height: 1.4;
}

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

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

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

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

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

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

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.row {
  max-width: 70.4545454545rem;
  margin-right: auto;
  margin-left: auto;
}
.row::before, .row::after {
  display: table;
  content: " ";
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row .row {
  margin-right: -0.5681818182rem;
  margin-left: -0.5681818182rem;
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.8522727273rem;
    margin-left: -0.8522727273rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.8522727273rem;
    margin-left: -0.8522727273rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.5681818182rem;
  padding-left: 0.5681818182rem;
}
.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.8522727273rem;
  padding-left: 0.8522727273rem;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.5681818182rem;
  padding-left: 0.5681818182rem;
}
@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 0.8522727273rem;
    padding-left: 0.8522727273rem;
  }
}
.column, .columns, .column:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

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

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

.small-1 {
  width: 8.3333333333%;
}

.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

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

.small-2 {
  width: 16.6666666667%;
}

.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

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

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

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

.small-4 {
  width: 33.3333333333%;
}

.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

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

.small-5 {
  width: 41.6666666667%;
}

.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

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

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

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

.small-7 {
  width: 58.3333333333%;
}

.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

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

.small-8 {
  width: 66.6666666667%;
}

.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

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

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

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

.small-10 {
  width: 83.3333333333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

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

.small-11 {
  width: 91.6666666667%;
}

.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

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

.small-12 {
  width: 100%;
}

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

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

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

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

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

.small-centered {
  margin-right: auto;
  margin-left: auto;
}
.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0;
}
.small-uncentered, .small-uncentered:last-child:not(:first-child),
.small-push-0,
.small-push-0:last-child:not(:first-child),
.small-pull-0,
.small-pull-0:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.small-uncentered:last-child:not(:first-child),
.small-push-0:last-child:not(:first-child),
.small-pull-0:last-child:not(:first-child) {
  float: right;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.8522727273rem;
    padding-left: 0.8522727273rem;
  }
  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncentered, .medium-uncentered:last-child:not(:first-child),
  .medium-push-0,
  .medium-push-0:last-child:not(:first-child),
  .medium-pull-0,
  .medium-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .medium-uncentered:last-child:not(:first-child),
  .medium-push-0:last-child:not(:first-child),
  .medium-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.8522727273rem;
    padding-left: 0.8522727273rem;
  }
  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncentered, .large-uncentered:last-child:not(:first-child),
  .large-push-0,
  .large-push-0:last-child:not(:first-child),
  .large-pull-0,
  .large-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .large-uncentered:last-child:not(:first-child),
  .large-push-0:last-child:not(:first-child),
  .large-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
.column-block {
  margin-bottom: 1.1363636364rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.7045454545rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #EE342F;
  color: #fefefe;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button:hover, .button:focus {
  background-color: rgb(223.9466666667, 23.6866666667, 18.3033333333);
  color: #fefefe;
}
.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.primary {
  background-color: #EE342F;
  color: #0a0a0a;
}
.button.primary:hover, .button.primary:focus {
  background-color: rgb(210.7733333333, 22.2933333333, 17.2266666667);
  color: #0a0a0a;
}
.button.secondary {
  background-color: #FBEE34;
  color: #0a0a0a;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: rgb(237.715942029, 222.4927536232, 4.684057971);
  color: #0a0a0a;
}
.button.success {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.success:hover, .button.success:focus {
  background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
  color: #0a0a0a;
}
.button.warning {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.warning:hover, .button.warning:focus {
  background-color: rgb(204, 139.2, 0);
  color: #0a0a0a;
}
.button.alert {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.alert:hover, .button.alert:focus {
  background-color: rgb(165.0996015936, 58.6103585657, 42.1003984064);
  color: #fefefe;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
  background-color: #EE342F;
  color: #fefefe;
}
.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #EE342F;
  color: #0a0a0a;
}
.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #FBEE34;
  color: #0a0a0a;
}
.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.hollow {
  border: 1px solid #EE342F;
  color: #EE342F;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
.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:hover, .button.hollow:focus {
  border-color: rgb(131.7333333333, 13.9333333333, 10.7666666667);
  color: rgb(131.7333333333, 13.9333333333, 10.7666666667);
}
.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
  border: 1px solid #EE342F;
  color: #EE342F;
}
.button.hollow.primary {
  border: 1px solid #EE342F;
  color: #EE342F;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: rgb(131.7333333333, 13.9333333333, 10.7666666667);
  color: rgb(131.7333333333, 13.9333333333, 10.7666666667);
}
.button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
  border: 1px solid #EE342F;
  color: #EE342F;
}
.button.hollow.secondary {
  border: 1px solid #FBEE34;
  color: #FBEE34;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: rgb(148.5724637681, 139.0579710145, 2.9275362319);
  color: rgb(148.5724637681, 139.0579710145, 2.9275362319);
}
.button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
  border: 1px solid #FBEE34;
  color: #FBEE34;
}
.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: rgb(127.5, 87, 0);
  color: rgb(127.5, 87, 0);
}
.button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: rgb(103.187250996, 36.6314741036, 26.312749004);
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear {
  border: 1px solid #EE342F;
  color: #EE342F;
}
.button.clear, .button.clear:hover, .button.clear:focus {
  background-color: transparent;
}
.button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  background-color: transparent;
}
.button.clear:hover, .button.clear:focus {
  border-color: rgb(131.7333333333, 13.9333333333, 10.7666666667);
  color: rgb(131.7333333333, 13.9333333333, 10.7666666667);
}
.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border: 1px solid #EE342F;
  color: #EE342F;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border-color: transparent;
}
.button.clear.primary {
  border: 1px solid #EE342F;
  color: #EE342F;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  border-color: rgb(131.7333333333, 13.9333333333, 10.7666666667);
  color: rgb(131.7333333333, 13.9333333333, 10.7666666667);
}
.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border: 1px solid #EE342F;
  color: #EE342F;
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border-color: transparent;
}
.button.clear.secondary {
  border: 1px solid #FBEE34;
  color: #FBEE34;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  border-color: rgb(148.5724637681, 139.0579710145, 2.9275362319);
  color: rgb(148.5724637681, 139.0579710145, 2.9275362319);
}
.button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border: 1px solid #FBEE34;
  color: #FBEE34;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border-color: transparent;
}
.button.clear.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  border-color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border-color: transparent;
}
.button.clear.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  border-color: rgb(127.5, 87, 0);
  color: rgb(127.5, 87, 0);
}
.button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border-color: transparent;
}
.button.clear.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  border-color: rgb(103.187250996, 36.6314741036, 26.312749004);
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border-color: transparent;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #EE342F;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #EE342F;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #FBEE34;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

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

.button-group {
  margin-bottom: 1rem;
  font-size: 0;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
}
.button-group::after {
  clear: both;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
}
.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 {
  margin-right: -1px;
}
.button-group.expanded::before, .button-group.expanded::after {
  display: none;
}
.button-group.expanded .button:first-child:last-child {
  width: calc(100% - 1px);
}
.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
  display: inline-block;
  width: calc(50% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
  display: inline-block;
  width: calc(33.3333333333% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
  display: inline-block;
  width: calc(20% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
  display: inline-block;
  width: calc(16.6666666667% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.primary .button {
  background-color: #EE342F;
  color: #0a0a0a;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: rgb(210.7733333333, 22.2933333333, 17.2266666667);
  color: #0a0a0a;
}
.button-group.secondary .button {
  background-color: #FBEE34;
  color: #0a0a0a;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: rgb(237.715942029, 222.4927536232, 4.684057971);
  color: #0a0a0a;
}
.button-group.success .button {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
  color: #0a0a0a;
}
.button-group.warning .button {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: rgb(204, 139.2, 0);
  color: #0a0a0a;
}
.button-group.alert .button {
  background-color: #cc4b37;
  color: #fefefe;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: rgb(165.0996015936, 58.6103585657, 42.1003984064);
  color: #fefefe;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  width: 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-group.stacked-for-small.expanded, .button-group.stacked-for-medium.expanded {
  margin-right: -1px;
}
.button-group.stacked.expanded::before, .button-group.stacked.expanded::after, .button-group.stacked-for-small.expanded::before, .button-group.stacked-for-small.expanded::after, .button-group.stacked-for-medium.expanded::before, .button-group.stacked-for-medium.expanded::after {
  display: none;
}
.button-group.stacked.expanded .button:first-child:last-child, .button-group.stacked-for-small.expanded .button:first-child:last-child, .button-group.stacked-for-medium.expanded .button:first-child:last-child {
  width: calc(100% - 1px);
}
.button-group.stacked.expanded .button:first-child:nth-last-child(2), .button-group.stacked.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
  display: inline-block;
  width: calc(50% - 1px);
  margin-right: 1px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(2):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(3), .button-group.stacked.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
  display: inline-block;
  width: calc(33.3333333333% - 1px);
  margin-right: 1px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(3):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(4), .button-group.stacked.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(4):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(5), .button-group.stacked.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
  display: inline-block;
  width: calc(20% - 1px);
  margin-right: 1px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(5):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(6), .button-group.stacked.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
  display: inline-block;
  width: calc(16.6666666667% - 1px);
  margin-right: 1px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(6):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
  margin-right: -6px;
}
@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    width: auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    width: auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 39.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}
@media screen and (max-width: 63.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;
  color: #8a8a8a;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}
.close-button, .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: #EE342F;
  color: #fefefe;
}
.label.primary {
  background: #EE342F;
  color: #0a0a0a;
}
.label.secondary {
  background: #FBEE34;
  color: #0a0a0a;
}
.label.success {
  background: #3adb76;
  color: #0a0a0a;
}
.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.label.alert {
  background: #cc4b37;
  color: #fefefe;
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}
.progress.primary .progress-meter {
  background-color: #EE342F;
}
.progress.secondary .progress-meter {
  background-color: #FBEE34;
}
.progress.success .progress-meter {
  background-color: #3adb76;
}
.progress.warning .progress-meter {
  background-color: #ffae00;
}
.progress.alert .progress-meter {
  background-color: #cc4b37;
}

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

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

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          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: #cacaca;
  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;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #EE342F;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: rgb(223.9466666667, 23.6866666667, 18.3033333333);
}
.slider-handle.is-dragging {
  transition: all 0s linear;
}

.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 {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.7954545455rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

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

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 1rem;
  background: #cacaca;
  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: 50%;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #EE342F;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
[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.5681818182rem;
}
.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.6818181818rem;
}
.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.9090909091rem;
}
.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 rgb(241.3, 241.3, 241.3);
  background-color: #fefefe;
}

caption {
  padding: 0.4545454545rem 0.5681818182rem 0.5681818182rem;
  font-weight: bold;
}

thead {
  background: rgb(247.65, 247.65, 247.65);
  color: #0a0a0a;
}

tfoot {
  background: rgb(241.3, 241.3, 241.3);
  color: #0a0a0a;
}

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

tbody th,
tbody td {
  padding: 0.4545454545rem 0.5681818182rem 0.5681818182rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: rgb(241.3, 241.3, 241.3);
}

table.unstriped tbody {
  background-color: #fefefe;
}
table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid rgb(241.3, 241.3, 241.3);
  background-color: #fefefe;
}

@media screen and (max-width: 63.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: rgb(242.55, 242.55, 242.55);
}
table.hover tfoot tr:hover {
  background-color: rgb(236.2, 236.2, 236.2);
}
table.hover tbody tr:hover {
  background-color: rgb(248.9, 248.9, 248.9);
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: rgb(236.15, 236.15, 236.15);
}

.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: #EE342F;
  color: #fefefe;
}
.badge.primary {
  background: #EE342F;
  color: #0a0a0a;
}
.badge.secondary {
  background: #FBEE34;
  color: #0a0a0a;
}
.badge.success {
  background: #3adb76;
  color: #0a0a0a;
}
.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.badge.alert {
  background: #cc4b37;
  color: #fefefe;
}

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

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: rgb(254.85, 254.85, 254.85);
  color: #0a0a0a;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: rgb(252.45, 224.55, 223.8);
  color: #0a0a0a;
}
.callout.secondary {
  background-color: rgb(254.4, 252.45, 224.55);
  color: #0a0a0a;
}
.callout.success {
  background-color: rgb(225.45, 249.6, 234.45);
  color: #0a0a0a;
}
.callout.warning {
  background-color: rgb(255, 242.85, 216.75);
  color: #0a0a0a;
}
.callout.alert {
  background-color: rgb(247.35, 228, 225);
  color: #0a0a0a;
}
.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 {
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}
.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  padding: 1rem;
  background: #e6e6e6;
}
.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  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 #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  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: " ";
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0568181818rem;
  border-radius: 0;
  font-size: 0.7954545455rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1704545455rem 0.5681818182rem;
  border-radius: 0;
  color: #0a0a0a;
}
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}
.pagination .current {
  padding: 0.1704545455rem 0.5681818182rem;
  background: #EE342F;
  color: #fefefe;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1704545455rem 0.5681818182rem;
  color: #cacaca;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1704545455rem 0.5681818182rem;
  content: "…";
  color: #0a0a0a;
}

.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 #8a8a8a;
  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: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}
.tooltip::before {
  position: absolute;
}
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a 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: inset 0.75rem;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a 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: #fefefe;
  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 #e6e6e6;
  border-bottom: 0;
  font-size: 0.6818181818rem;
  line-height: 1;
  color: #EE342F;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
.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 #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.media-object {
  display: block;
  margin-bottom: 1rem;
}
.media-object img {
  max-width: none;
}

.media-object-section {
  display: table-cell;
  vertical-align: top;
}
.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 screen and (max-width: 39.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    display: block;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.middle {
  vertical-align: middle;
}
.media-object-section.bottom {
  vertical-align: bottom;
}

.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(10, 10, 10, 0.5);
  color: #fefefe;
}

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}
[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(10, 10, 10, 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: #cacaca;
}
.orbit-bullets button:hover {
  background-color: #8a8a8a;
}
.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 0.9090909091rem;
  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 #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
}
.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: #EE342F;
}
.tabs.primary > li > a {
  color: #0a0a0a;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: rgb(236.9233333333, 39.1433333333, 33.8266666667);
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.6818181818rem;
  line-height: 1;
  color: #EE342F;
}
[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #fefefe;
  color: rgb(226.5813333333, 23.9653333333, 18.5186666667);
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
  color: #EE342F;
}

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

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  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: solid 4px #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 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(238, 52, 47, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
[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 li, .menu.horizontal li {
  display: inline-block;
}
.menu.vertical li {
  display: block;
}
.menu.expanded {
  display: table;
  width: 100%;
}
.menu.expanded > li {
  display: table-cell;
  vertical-align: middle;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal li {
    display: inline-block;
  }
  .menu.medium-vertical li {
    display: block;
  }
  .menu.medium-expanded {
    display: table;
    width: 100%;
  }
  .menu.medium-expanded > li {
    display: table-cell;
    vertical-align: middle;
  }
  .menu.medium-simple {
    display: table;
    width: 100%;
  }
  .menu.medium-simple > li {
    display: table-cell;
    vertical-align: middle;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal li {
    display: inline-block;
  }
  .menu.large-vertical li {
    display: block;
  }
  .menu.large-expanded {
    display: table;
    width: 100%;
  }
  .menu.large-expanded > li {
    display: table-cell;
    vertical-align: middle;
  }
  .menu.large-simple {
    display: table;
    width: 100%;
  }
  .menu.large-simple > li {
    display: table-cell;
    vertical-align: middle;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons img,
.menu.icons i,
.menu.icons svg {
  vertical-align: middle;
}
.menu.icons img + span,
.menu.icons i + span,
.menu.icons svg + span {
  vertical-align: middle;
}
.menu.icon-top img,
.menu.icon-top i,
.menu.icon-top svg, .menu.icon-right img,
.menu.icon-right i,
.menu.icon-right svg, .menu.icon-bottom img,
.menu.icon-bottom i,
.menu.icon-bottom svg, .menu.icon-left img,
.menu.icon-left i,
.menu.icon-left svg {
  vertical-align: middle;
}
.menu.icon-top img + span,
.menu.icon-top i + span,
.menu.icon-top svg + span, .menu.icon-right img + span,
.menu.icon-right i + span,
.menu.icon-right svg + span, .menu.icon-bottom img + span,
.menu.icon-bottom i + span,
.menu.icon-bottom svg + span, .menu.icon-left img + span,
.menu.icon-left i + span,
.menu.icon-left svg + span {
  vertical-align: middle;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
  display: inline-block;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
  display: inline-block;
}
.menu.icon-top li a {
  text-align: center;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  display: block;
  margin: 0 auto 0.25rem;
}
.menu.icon-bottom li a {
  text-align: center;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  display: block;
  margin: 0.25rem auto 0;
}
.menu .is-active > a {
  background: #EE342F;
  color: #fefefe;
}
.menu .active > a {
  background: #EE342F;
  color: #fefefe;
}
.menu.align-left {
  text-align: left;
}
.menu.align-right {
  text-align: right;
}
.menu.align-right .submenu li {
  text-align: left;
}
.menu.align-right.vertical .submenu li {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center {
  text-align: center;
}
.menu.align-center .submenu li {
  text-align: left;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  text-align: center;
}
.menu-centered > .menu .submenu li {
  text-align: left;
}

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

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

.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: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #EE342F 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: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #EE342F 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;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.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: #fefefe;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  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: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #EE342F;
  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: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #EE342F;
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #EE342F transparent transparent;
  right: auto;
  left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #EE342F 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: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #EE342F transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  background: #fefefe;
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #EE342F;
}
.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: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #EE342F transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #EE342F;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #EE342F 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: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #EE342F transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #EE342F;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #EE342F 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: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #EE342F transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #EE342F;
  }
}
.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 #cacaca;
  background: #fefefe;
}
.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: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #EE342F transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #EE342F;
}
.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(254, 254, 254, 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: #e6e6e6;
}
[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(10, 10, 10, 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: #e6e6e6;
}
[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(10, 10, 10, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  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(10, 10, 10, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  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(10, 10, 10, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  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(10, 10, 10, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  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(10, 10, 10, 0.25);
}

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

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

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

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

.sticky-container {
  position: relative;
}

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

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

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

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
}
.title-bar::before, .title-bar::after {
  display: table;
  content: " ";
}
.title-bar::after {
  clear: both;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left {
  float: left;
}

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

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

.top-bar {
  padding: 0.5rem;
}
.top-bar::before, .top-bar::after {
  display: table;
  content: " ";
}
.top-bar::after {
  clear: both;
}
.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}
.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 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: auto;
  }
}
@media screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}
@media screen and (max-width: 79.99875em) {
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0;
}
.top-bar-title .menu-icon {
  bottom: 2px;
}

.top-bar-left {
  float: left;
}

.top-bar-right {
  float: right;
}

.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: " ";
}
.clearfix::after {
  clear: both;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.site-header {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  right: 0;
}
.site-header h1 {
  display: none;
}
.site-header__container {
  position: relative;
  min-height: 120px;
}
.site-header__hamburger {
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
  z-index: 10;
  animation: FadeIn 0.35s linear;
  animation-fill-mode: both;
  animation-delay: 0.25s;
}
.site-header__hamburger svg {
  width: 100%;
  height: 100%;
}
.site-header__logo {
  display: block;
  position: absolute;
  left: 15px;
  top: 15px;
  text-align: center;
  width: 50px;
  animation: FadeIn 0.35s linear;
  animation-fill-mode: both;
}
@media print, screen and (min-width: 40em) {
  .site-header__logo {
    width: 100px;
  }
}
.site-header__logo img {
  width: 100%;
}
.site-header__logo:hover {
  -webkit-mask: url("/mysite/images/urban-sprite-small.png");
  mask: url("/mysite/images/urban-sprite-small.png");
  animation: maskani 1s steps(29) reverse;
}

.site-footer {
  position: relative;
  z-index: 100;
  padding: 100px 0 20px 0;
  background-color: #D1D9DD;
}
.site-footer__top {
  position: absolute;
  top: 0;
  width: 100%;
  height: 50px;
}
.site-footer-meta-list {
  list-style-type: none;
  margin: 0;
}
.site-footer-meta-list__item {
  margin-bottom: 10px;
}
.site-footer-meta-list__item-link {
  display: block;
  padding-left: 30px;
  position: relative;
}
.site-footer-meta-list__item i.far, .site-footer-meta-list__item svg {
  position: absolute;
  left: 0;
  top: 4px;
}
.site-footer-meta-list__item i.far.fa-map-marker, .site-footer-meta-list__item svg.fa-map-marker {
  top: 7px;
}
.site-footer-meta-list__item address {
  font-style: normal;
}

.footer-menu {
  list-style-type: none;
  margin: 0;
  font-size: 18px;
  line-height: 36px;
}
.footer-menu__item a {
  text-transform: uppercase;
  font-weight: bold;
  color: #0a0a0a;
  font-size: 16px;
}
.footer-menu__item a:hover {
  color: #EE342F;
}

.footer-logo-column {
  text-align: center;
  width: 135px;
  margin-bottom: 2rem;
}

.footer-logo {
  width: 120px;
  margin-bottom: 0.5rem;
}
.footer-slogan {
  padding-top: 18px;
  font-size: 1.7045454545rem;
  line-height: 1.7045454545rem;
  font-weight: bold;
  text-transform: uppercase;
}
.footer-slogan h2 {
  line-height: 40px;
}

.footer-column {
  margin-bottom: 2rem;
  text-align: left;
}
@media screen and (max-width: 39.99875em) {
  .footer-column__icon svg {
    max-width: 100px;
  }
}
@media print, screen and (min-width: 40em) {
  .footer-column__icon {
    width: 30%;
    float: left;
    display: inline-block;
  }
}
.footer-column__icon svg path.shade {
  display: none;
}
.footer-column__icon svg path.line-art {
  animation: pulsate 2s infinite;
}
.footer-column__content p {
  font-size: 18px;
  line-height: 36px;
}
@media print, screen and (min-width: 40em) {
  .footer-column__content p {
    text-align: left;
  }
}
.footer-column__content p a {
  color: #0a0a0a;
}
.footer-column__content p a:hover {
  text-decoration: underline;
  color: #EE342F;
}

.userform {
  margin-bottom: 20px;
}
.userform input.columns {
  width: 100% !important;
}
.userform .Actions {
  display: flex;
  align-items: center;
}
.userform .Actions .action {
  margin: 0 0.75rem 0 0;
}
.userform .Actions .user-form__call-us {
  display: inline-block;
}
.userform .Actions .user-form__call-us a:hover {
  text-decoration: underline;
}

#MemberLoginForm_LoginForm fieldset {
  margin: 0;
}

.field.optionset legend.left, .field.nocaptcha label.left, .field.optionset label.left {
  display: block;
  float: none;
}
.field.nocaptcha {
  margin-bottom: 1rem;
}
.field ul.optionset {
  list-style: none;
  margin: 0 0 1rem 0;
}

span + .message.bad,
span + .message.required, span.validation, span.error,
label + .message.bad,
label + .message.required,
label.validation,
label.error,
legend + .message.bad,
legend + .message.required,
legend.validation,
legend.error,
.middleColumn + .message.bad,
.middleColumn + .message.required,
.middleColumn.validation,
.middleColumn.error {
  font-size: 80%;
  background-color: #cc4b37;
  color: #fefefe;
  margin-bottom: 1rem;
  padding: 0.15rem 0.5rem;
  line-height: 1.8;
  display: block;
  border-radius: 0 0 0 0;
  border: none;
}
span.validation,
label.validation,
legend.validation,
.middleColumn.validation {
  background-color: #ffae00;
  display: inline-block;
  border-radius: 3px;
  margin: 0.5rem 0;
}

[type=checkbox].error,
[type=radio].error {
  margin: 0 0 1rem;
}
[type=checkbox] + label[for].error,
[type=radio] + label[for].error {
  display: none !important;
}
[type=checkbox] + label[for].error + label[for],
[type=radio] + label[for].error + label[for] {
  color: #cc4b37;
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}

label,
legend {
  font-size: 80%;
}

textarea.holder-bad, textarea.error,
select.holder-bad,
select.error,
input.holder-bad,
input.error {
  border-color: #cc4b37;
  margin-bottom: 0;
  border-radius: 0 0 0 0;
}

form h1, form h2, form h3, form h4, form h5, form h6 {
  margin-top: 2.25rem;
}
form h1:first-child, form h2:first-child, form h3:first-child, form h4:first-child, form h5:first-child, form h6:first-child {
  margin-top: 0;
}

button,
input[type=submit] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #EE342F;
  color: #fefefe;
}
[data-whatinput=mouse] button,
[data-whatinput=mouse] input[type=submit] {
  outline: 0;
}
button:hover, button:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  background-color: rgb(223.9466666667, 23.6866666667, 18.3033333333);
  color: #fefefe;
}
#MemberLoginForm_LoginForm {
  max-width: 400px;
}

.field.nocaptcha {
  float: left;
  margin-bottom: 1rem;
  margin-left: 15px;
  position: relative;
}

.field label.left {
  font-size: 1em;
  font-weight: normal;
}

input.text, textarea {
  border: 2px solid #000;
  box-shadow: 3px 3px #FBEE34;
}

.requiredField label.left:after {
  content: " *";
  color: #EE342F;
}

p.message.good {
  padding: 0.5rem 1rem;
  background: lightgreen;
}

p.message.bad {
  padding: 0.5rem 1rem;
  background: rosybrown;
}

.security-container {
  padding: 3rem 0;
}

.main-menu {
  position: fixed;
  display: none;
  transition: right 0.25s ease-in;
  top: 0;
  z-index: 1000;
  width: 100%;
  text-align: left;
  background: rgba(255, 255, 255, 0.8);
  padding: 100px 60px 30px 30px;
}
.main-menu--active {
  right: 0;
  display: block;
  animation: FadeIn 0.25s;
}
@media print, screen and (min-width: 40em) {
  .main-menu {
    width: 300px;
  }
}
.main-menu__list {
  list-style-type: none;
  margin: 0;
}
.main-menu__item {
  display: block;
  margin-bottom: 10px;
  border-bottom: 2px solid #0a0a0a;
}
.main-menu__item:last-child {
  border: none;
}
.main-menu__item a {
  font-size: 35px;
  font-weight: normal;
  text-transform: uppercase;
  color: #0a0a0a;
  transition: text-shadow 0.35s, padding 0.35s;
}
.main-menu__item a:hover {
  text-shadow: 4px 4px #FBEE34;
  padding-left: 5px;
}
.main-menu__item.current a {
  text-shadow: 4px 4px #FBEE34;
  padding-left: 10px;
}

.top-menu {
  padding: 2rem 1rem;
  position: sticky;
  top: -1px;
  z-index: 101;
  background-color: #fefefe;
  transition: padding 300ms ease-in-out;
}
.top-menu__main {
  display: flex;
}
.top-menu__logo {
  display: block;
  height: 65px;
  overflow: visible;
  text-align: center;
}
.top-menu__logo img {
  margin-bottom: 10px;
}
.top-menu__tag-line {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  color: #0a0a0a;
  text-shadow: none !important;
  letter-spacing: 0 !important;
  opacity: 1;
  transition: opacity 300ms ease-in-out;
}
.top-menu.is-stuck {
  padding: 0.5rem 1rem;
}
.top-menu.is-stuck .top-menu__tag-line {
  opacity: 0;
}
.top-menu__list {
  display: flex;
  padding: 0;
  flex-grow: 4;
  list-style-type: none;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
.top-menu__item--empty {
  width: 90px;
}
.top-menu__item a {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  color: #0a0a0a;
  transition: transform 200ms ease-out, text-shadow 200ms ease-out;
  font-weight: bold;
  letter-spacing: 1px;
}
.top-menu__item a:hover {
  text-shadow: 5px 5px 0 #FBED36;
}
.top-menu__item.current a {
  color: #EE342F;
}

.cookie-group-table {
  min-width: 100%;
}
.cookie-group-table__body-col, .cookie-group-table__header-col {
  white-space: nowrap;
}
.cookie-group-table__body-col--provider, .cookie-group-table__body-col--expiry, .cookie-group-table__body-col--name, .cookie-group-table__header-col--provider, .cookie-group-table__header-col--expiry, .cookie-group-table__header-col--name {
  width: 20%;
}
.cookie-group-table__body-col--purpose, .cookie-group-table__header-col--purpose {
  min-width: 40%;
}
.clocks {
  margin: 40px 0 20px 0;
  position: relative;
  text-align: center;
}
.clocks__list {
  display: none;
}
@media print, screen and (min-width: 40em) {
  .clocks__list {
    display: inline-block;
  }
}
.clocks__item {
  opacity: 0;
  width: 120px;
  margin-right: 6px;
  text-align: center;
  display: inline-block;
  animation: FadeIn 0.25s linear;
  animation-fill-mode: both;
}
.clocks__item:nth-child(1) {
  animation-delay: 0.5s;
}
.clocks__item:nth-child(2) {
  animation-delay: 0.75s;
}
.clocks__item:nth-child(3) {
  animation-delay: 1s;
}
.clocks__item:nth-child(4) {
  animation-delay: 1.25s;
}
.clocks__item-title {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-size: 16px;
}
@media print, screen and (min-width: 64em) {
  .clocks__item-title {
    font-size: 18px;
  }
}
.clocks__item-clock {
  background-size: cover;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.clocks__item-clock .clockHolder {
  width: 80px;
  height: 80px;
  overflow: hidden;
}
@media print, screen and (min-width: 40em) {
  .clocks__item-clock {
    transform: scale(1.3, 1.3);
  }
}
@media print, screen and (min-width: 64em) {
  .clocks__item-clock {
    transform: scale(1.7, 1.7);
  }
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes heightani {
  0% {
    transform: scale(1, 0);
  }
  98% {
    transform: scale(1, 1.4);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes FadeIn {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }
  85% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes FadeIn2 {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes pulsate-slow {
  0%, 100% {
    transform-origin: center center;
  }
  10%, 90% {
    transform: scale(1.02);
  }
  15% {
    transform: scale(1.06);
  }
  20%, 80% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.06);
  }
  35% {
    transform: scale(1.06);
  }
  30%, 50%, 70% {
    transform: scale(1.02);
  }
  45% {
    transform: scale(0.95);
  }
  40%, 60% {
    transform: scale(1);
  }
}
@keyframes pulsate {
  0%, 100% {
    transform-origin: center center;
  }
  10%, 90% {
    transform: scale(1.02) rotate(0deg);
  }
  15% {
    transform: scale(1.06) rotate(2deg);
  }
  15.5% {
    transform: rotate(0deg);
  }
  20%, 80% {
    transform: scale(1);
  }
  25% {
    transform: skew(-4deg);
  }
  25.5% {
    transform: skew(0deg);
  }
  35% {
    transform: skew(3deg);
  }
  35.5% {
    transform: skew(0deg);
  }
  45% {
    transform: scale(0.95) skew(-3deg);
  }
  45.5% {
    transform: skew(0deg);
  }
  40%, 60% {
    transform: scale(1);
  }
}
@keyframes pulsate-shade {
  0%, 100% {
    transform-origin: center center;
  }
  10%, 90% {
    transform: scale(1.02) rotate(0deg) translate3d(0.01em, 0.01em, 0);
  }
  15% {
    transform: scale(1.06) rotate(4deg) translate3d(0.01em, 0.01em, 0);
  }
  15.5% {
    transform: rotate(0deg) translate3d(0.01em, 0.01em, 0);
  }
  20%, 80% {
    transform: scale(1) translate3d(0.01em, 0.01em, 0);
  }
  25% {
    transform: scale(1.06) skew(-4deg) translate3d(0.01em, 0.01em, 0);
  }
  25.5% {
    transform: skew(0deg) translate3d(0.01em, 0.01em, 0);
  }
  35% {
    transform: scale(1.06) skew(3deg) translate3d(0.01em, 0.01em, 0);
  }
  35.5% {
    transform: skew(0deg) translate3d(0.01em, 0.01em, 0);
  }
  30%, 50%, 70% {
    transform: scale(1.02) translate3d(0.01em, 0.01em, 0);
  }
  45% {
    transform: scale(0.95) skew(-3deg) translate3d(0.01em, 0.01em, 0);
  }
  45.5% {
    transform: skew(0deg) translate3d(0.01em, 0.01em, 0);
  }
  40%, 60% {
    transform: scale(1) translate3d(0.01em, 0.01em, 0);
  }
}
@keyframes glitch-anim {
  0% {
    clip: rect(40px, 9999px, 97px, 0);
  }
  10% {
    clip: rect(10px, 9999px, 32px, 0);
  }
  20% {
    clip: rect(13px, 9999px, 83px, 0);
  }
  30% {
    clip: rect(75px, 9999px, 52px, 0);
  }
  40% {
    clip: rect(43px, 9999px, 81px, 0);
  }
  50% {
    clip: rect(63px, 9999px, 43px, 0);
  }
  60% {
    clip: rect(78px, 9999px, 52px, 0);
  }
  70% {
    clip: rect(64px, 9999px, 68px, 0);
  }
  80% {
    clip: rect(45px, 9999px, 56px, 0);
  }
  90% {
    clip: rect(99px, 9999px, 18px, 0);
  }
  100% {
    clip: rect(40px, 9999px, 84px, 0);
  }
}
@keyframes maskani {
  0% {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  100% {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@keyframes SlideIn {
  0% {
    margin-left: -100%;
  }
  98% {
    margin-left: 10px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes come-in {
  from {
    transform: translateY(100px);
  }
  to {
    transform: translateY(0);
  }
}
.page-slice {
  padding: 20px 0;
}
@media print, screen and (min-width: 64em) {
  .page-slice.come-in:not(.already-visible) {
    animation: come-in 0.8s ease forwards;
  }
}
.page-slice.come-in:not(.already-visible):nth-child(odd) {
  animation-duration: 0.6s; /* So they look staggered */
}
.placeholder-slice {
  background: #eee;
  padding: 10px;
  border: 1px solid #000;
}
.placeholder-slice__container {
  background-color: #fff;
  border: 1px solid #000;
  min-height: 300px;
}
.placeholder-slice table tr td {
  vertical-align: top;
}

.cases-slice {
  margin-top: 40px;
}
.cases-slice h4 .fa-sliders {
  margin-left: 10px;
}
.cases-slice__title {
  font-size: 40px;
  float: left;
}
@media print, screen and (min-width: 64em) {
  .cases-slice__title {
    font-size: 60px;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .cases-slice {
    /* hide last item on ipad */
  }
  .cases-slice .cases__list .cases__item:last-child {
    display: none;
  }
}
.cases__list {
  list-style-type: none;
  margin: 0 0 30px 0;
}
.cases__list:before {
  content: "";
  display: block;
  clear: both;
}
.cases__item img {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .cases__item:nth-child(2) .cases__item-image, .cases__item:nth-child(6) .cases__item-image, .cases__item:nth-child(8) .cases__item-image, .cases__item:nth-child(10) .cases__item-image, .cases__item:nth-child(12) .cases__item-image, .cases__item:nth-child(14) .cases__item-image {
    margin-top: 2%;
    width: 98%;
  }
  .cases__item:nth-child(3) .cases__item-image, .cases__item:nth-child(5) .cases__item-image, .cases__item:nth-child(7) .cases__item-image, .cases__item:nth-child(9) .cases__item-image, .cases__item:nth-child(11) .cases__item-image, .cases__item:nth-child(13) .cases__item-image {
    margin-top: 1%;
    width: 96%;
  }
  .cases__item:nth-child(4) .cases__item-image {
    margin-top: 3%;
    width: 97%;
  }
}
.cases__item-link {
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 100%;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 40em) {
  .cases__item-link:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) scale3d(1, 1, 1);
    animation: pulsate-slow 5s;
    /*
    .cases__item-info {
      display: block;
      animation: FadeIn 0.25s;
    }
    */
  }
}
.cases__item-info {
  padding: 10px 15px;
  left: 20px;
  right: 20px;
  position: absolute;
  bottom: 20px;
  background: rgba(255, 255, 255, 0.8);
}
@media print, screen and (min-width: 40em) {
  .cases__item-info {
    padding: 10px 20px;
    right: 30px;
    line-height: 24px;
  }
}
.cases__item-title {
  display: block;
  color: #0a0a0a;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
}
@media print, screen and (min-width: 40em) {
  .cases__item-title {
    font-size: 20px;
    line-height: 24px;
  }
}
.cases__item-sub-title {
  display: block;
  color: #62C29A;
  font-size: 16px;
}
.cases__filters {
  padding: 10px;
  border: 1px solid #000;
  margin-bottom: 30px;
}

.cases-slice.come-in .cases-slice__title {
  animation: SlideIn 0.75s;
}
.cases-slice.come-in .cases-slice__title svg {
  overflow: visible;
  transform-origin: center center;
}
.cases-slice.come-in .cases-slice__title svg .shade {
  fill: #FBEE34;
}
.cases__item.come-in:not(.already-visible) {
  animation: FadeIn2 0.25s;
}
@media print, screen and (min-width: 40em) {
  .cases__item.come-in:not(.already-visible):nth-child(2n+0) {
    animation-duration: 0.5s; /* So they look staggered */
  }
  .cases__item.come-in:not(.already-visible):nth-child(3n+0) {
    animation-duration: 0.75s; /* So they look staggered */
  }
}

.case-filter__holder {
  margin-top: 20px;
  margin-bottom: 60px;
}
.case-filter__list {
  margin: 0;
}
.case-filter__item {
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 0 20px;
}
.case-filter__item:hover {
  cursor: pointer;
  -webkit-mask: url("/mysite/images/urban-sprite-small.png");
  mask: url("/mysite/images/urban-sprite-small.png");
  animation: maskani 1s steps(29) reverse;
}
.case-filter__item:hover svg path.shade {
  animation: pulsate 1s infinite;
}
.case-filter__item:hover svg path.line-art {
  animation: pulsate 2s infinite;
}
.case-filter__item:hover .services__item-title {
  text-shadow: 5px 5px #FBEE34;
}
.case-filter__link--active .case-filter__title {
  color: #EE342F;
}
.case-filter__link--active .case-filter__arrow {
  transform: rotate(90deg);
  background-color: #EE342F;
  color: white;
}
.case-filter__icon {
  display: block;
}
.case-filter__icon svg {
  width: 50%;
}
.case-filter__title {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  color: #0a0a0a;
}
.case-filter__arrow {
  position: absolute;
  right: 30px;
  top: 45px;
  width: 30px;
  height: 30px;
  font-size: 12px;
  background-color: #e6e6e6;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8a8a8a;
}

.call-to-action {
  text-align: left;
  margin: 40px 0;
}
.call-to-action__content {
  font-size: 22px;
  padding-left: 20px;
  border-left: 4px solid #0a0a0a;
}
.call-to-action__link {
  padding: 0.5rem 1rem;
  background-color: #FBEE34;
  font-size: 22px;
  color: #0a0a0a;
  font-weight: bold;
}
.call-to-action__link:hover {
  background-color: #EE342F;
  color: #fefefe;
}
.call-to-action__content2 {
  display: inline-block;
  margin-left: 10px;
  font-size: 22px;
}

.call-to-action__slice {
  padding: 0 0 40px 0;
}

.outlined {
  letter-spacing: 1px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}

.outlined {
  display: inline-block;
  padding: 0;
  margin: 0 0 10px 0;
  position: relative;
}
.outlined svg {
  width: 100%;
}
.outlinedh1, .outlined h2, .outlined h3, .outlined h4 {
  display: block;
}
.outlined:after {
  display: block;
  width: 100%;
  clear: both;
}
.outlined .fallback-title {
  visibility: hidden;
}
.outlined .svg-title {
  position: absolute;
  left: 0;
  top: 0;
  overflow: visible;
}
.outlined .svg-title .line-art text {
  fill: rgba(255, 255, 255, 0);
  stroke: #000000;
  stroke-width: 2px;
  stroke-linejoin: square;
}
@media print, screen and (min-width: 40em) {
  .outlined .svg-title .line-art text {
    stroke-width: 2px;
  }
}
@media print, screen and (min-width: 64em) {
  .outlined .svg-title .line-art text {
    stroke-width: 2px;
  }
}
.outlined .svg-title .shade text {
  fill: white;
  transform: translate(0.05em, 0.05em);
}

span.splitword {
  margin-right: 5px;
  position: relative;
  display: inline-block;
}
span.splitword.singleChar {
  margin-right: 0;
  text-align: center;
}
span.splitword svg {
  width: 100%;
}
span.splitword.outlined-red {
  margin-right: 8px;
  margin-left: -8px;
}

.outlined-normal .svg-title .line-art text {
  fill: #000000;
  stroke: none;
  font-weight: normal;
}
.outlined-normal .svg-title .shade text {
  display: none;
}

.outlined-red .svg-title .shade text {
  fill: #EE342F;
}

.outlined-yellow .svg-title .shade text {
  fill: #FBEE34;
}

.outlined-white-and-green .svg-title .line-art text {
  stroke: #ffffff;
}
.outlined-white-and-green .svg-title .shade text {
  fill: #62C29A;
}

.outlined-white-and-red .svg-title .line-art text {
  stroke: #ffffff;
}
.outlined-white-and-red .svg-title .shade text {
  fill: #EE342F;
}

.outlined-transp .svg-title .shade text {
  fill: transparent;
}

.ornament {
  z-index: -1;
  display: none;
}
.ornament__layer {
  pointer-events: none;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 300px;
  right: 0;
}
@media print, screen and (min-width: 40em) {
  .ornament {
    display: block;
  }
}
.ornament .outlined svg {
  margin: 0 auto;
}

.banner-slider {
  overflow: hidden;
  animation: FadeIn 0.25s;
  width: 100%;
}
.banner-slider .image-swiper-container {
  position: relative;
  height: 100%;
}
.banner-slider .image-swiper-container .swiper-wrapper {
  height: 100%;
}
.banner-slider .image-swiper-container .swiper-wrapper .swiper-slide {
  height: 100%;
  min-height: 200px;
}
.banner-slider .image-swiper-container .swiper-wrapper .swiper-slide .swiper-slide__inner {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner-slider .image-swiper-container .swiper-wrapper .swiper-slide .swiper-slide__inner picture, .banner-slider .image-swiper-container .swiper-wrapper .swiper-slide .swiper-slide__inner img {
  width: 100%;
}
.banner-slider .image-swiper-container .swiper-wrapper .swiper-slide .swiper-slide__inner .fake-image {
  height: 0;
  padding-bottom: 100%;
}
@media print, screen and (min-width: 40em) {
  .banner-slider .image-swiper-container .swiper-wrapper .swiper-slide .swiper-slide__inner .fake-image {
    padding-bottom: 24%;
  }
}

.swiper-slide__slogan {
  position: absolute;
  z-index: 5;
  font-size: 50px;
  text-align: center;
  color: transparent;
  animation: FadeIn 0.75s;
}
@media screen and (max-width: 39.99875em) {
  .swiper-slide__slogan {
    left: 15px;
    right: 15px;
    bottom: 40px;
    text-align: left;
  }
}
@media print, screen and (min-width: 40em) {
  .swiper-slide__slogan {
    font-size: 60px;
  }
}
@media print, screen and (min-width: 64em) {
  .swiper-slide__slogan {
    font-size: 6vw;
  }
}
@media print, screen and (min-width: 40em) {
  .swiper-slide__slogan--top-left {
    top: 50px;
    left: 150px;
    text-align: left;
  }
  .swiper-slide__slogan--top-center {
    top: 50px;
    left: 50px;
    right: 50px;
    text-align: center;
  }
  .swiper-slide__slogan--top-right {
    top: 50px;
    right: 150px;
    text-align: right;
  }
  .swiper-slide__slogan--center-left {
    top: 40%;
    left: 50px;
    text-align: left;
  }
  .swiper-slide__slogan--center-center {
    top: 20%;
    left: 50px;
    right: 50px;
    text-align: center;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .swiper-slide__slogan--center-center {
    top: 30%;
  }
}
@media print, screen and (min-width: 40em) {
  .swiper-slide__slogan--center-right {
    top: 40%;
    right: 50px;
    text-align: right;
  }
  .swiper-slide__slogan--bottom-left {
    bottom: 30px;
    left: 50px;
    text-align: left;
  }
  .swiper-slide__slogan--bottom-center {
    bottom: 30px;
    left: 50px;
    right: 50px;
    text-align: center;
  }
  .swiper-slide__slogan--bottom-right {
    bottom: 30px;
    right: 50px;
    text-align: right;
  }
}
.swiper-slide__slogan .svg-title {
  margin: 0 auto;
  position: absolute;
  display: inline-block;
}
.swiper-slide__slogan svg {
  overflow: visible;
  transform-origin: center center;
}
.swiper-slide__blog-button {
  display: block;
  width: 160px;
  height: 160px;
  position: absolute;
  right: 30px;
  overflow: hidden;
  bottom: 20px;
  z-index: 20;
}
.swiper-slide__blog-button .shade svg .shade {
  transition: fill 500ms;
}
.swiper-slide__blog-button:hover .line-art {
  transform: scale(1.05);
  animation: pulsate 5s;
}
.swiper-slide__blog-button:hover .shade {
  fill: #EE342F !important;
  transform: scale(1.05);
  animation: pulsate 4s;
}
@media screen and (max-width: 39.99875em) {
  .swiper-slide__blog-button {
    right: 15px;
    bottom: 15px;
    width: 110px;
    height: 110px;
  }
}

.banner-slider.Small .swiper-slide__slogan svg .shade {
  animation: pulsate 2s;
  animation-iteration-count: 2;
}
.banner-slider.Small .swiper-slide__slogan svg .line-art {
  animation: pulsate 3s;
  animation-iteration-count: 2;
}

@media screen and (max-width: 39.99875em) {
  .banner-slider.Large .swiper-slide__slogan {
    bottom: 20px !important;
    line-height: 40px;
  }
}
.banner-slider.Large .swiper-slide__slogan .splitword:nth-child(even) svg .shade, .banner-slider.Large .swiper-slide__slogan .splitword:nth-child(even) svg .line-art {
  animation-delay: 1.5s;
}
.banner-slider.Large .swiper-slide__slogan svg .shade {
  animation: pulsate-slow 6s;
  animation-iteration-count: infinite;
}
.banner-slider.Large .swiper-slide__slogan svg .line-art {
  animation: pulsate-shade 5s;
  animation-iteration-count: infinite;
}

.services-slice {
  position: relative;
  z-index: 100;
}
.services-slice__title {
  position: relative;
  z-index: 2;
  font-size: 40px;
}
@media print, screen and (min-width: 64em) {
  .services-slice__title {
    font-size: 60px;
  }
}

.services__item {
  margin: 5px 0;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .services__item {
    margin: 50px 0;
  }
}
.services__item:hover {
  cursor: pointer;
}
.services__item:hover .services__item-icon {
  -webkit-mask: url("/mysite/images/urban-sprite-small.png");
  mask: url("/mysite/images/urban-sprite-small.png");
  animation: maskani 1s steps(29) reverse;
}
@media print, screen and (min-width: 64em) {
  .services__item:hover .services__item-content {
    display: block;
    animation: FadeIn 300ms;
    color: black;
  }
}
.services__item:hover svg path.shade {
  animation: pulsate 1s infinite;
}
.services__item:hover svg path.line-art {
  animation: pulsate 2s infinite;
}
.services__item:hover .services__item-title {
  text-shadow: 5px 5px #FBEE34;
}
.services__item-title {
  font-size: 16px;
  letter-spacing: 0.02em;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  transition: text-shadow 1s;
  color: black;
}
@media screen and (max-width: 39.99875em) {
  .services__item-title {
    float: left;
    width: 70%;
    padding-left: 10px;
    line-height: 100px;
    text-align: left;
  }
}
@media print, screen and (min-width: 64em) {
  .services__item-title {
    font-size: 16px;
  }
}
.services__item-icon {
  width: 60%;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 39.99875em) {
  .services__item-icon {
    width: 30%;
    float: left;
  }
  .services__item-icon svg {
    height: 100px;
  }
}
.services__item-icon path.line-art {
  fill: black;
}
.services__item-icon path.shade {
  transition: fill 1s;
}
.services__item-content {
  display: none;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 15px;
  z-index: 100;
}
.services__item-content p {
  margin: 0;
  text-align: center;
}
.services__item:nth-child(1) svg path.line-art {
  animation-delay: 3s;
}
.services__item:nth-child(2) svg path.line-art {
  animation-delay: 3.5s;
}
.services__item:nth-child(3) svg path.line-art {
  animation-delay: 4s;
}
.services__item:nth-child(4) svg path.line-art {
  animation-delay: 4.5s;
}
.services__item:nth-child(5) svg path.line-art {
  animation-delay: 5s;
}
.services__item:nth-child(6) svg path.line-art {
  animation-delay: 5.5s;
}

.services-slice.come-in .services__item, .services-slice.already-visible .services__item {
  animation: FadeIn 0.15s linear;
  animation-fill-mode: both;
}
.services-slice.come-in .services__item:nth-child(1), .services-slice.already-visible .services__item:nth-child(1) {
  animation-delay: 0;
}
.services-slice.come-in .services__item:nth-child(2), .services-slice.already-visible .services__item:nth-child(2) {
  animation-delay: 0.25s;
}
.services-slice.come-in .services__item:nth-child(3), .services-slice.already-visible .services__item:nth-child(3) {
  animation-delay: 0.5s;
}
.services-slice.come-in .services__item:nth-child(4), .services-slice.already-visible .services__item:nth-child(4) {
  animation-delay: 0.75s;
}
.services-slice.come-in .services__item:nth-child(5), .services-slice.already-visible .services__item:nth-child(5) {
  animation-delay: 1s;
}
.services-slice.come-in .services__item:nth-child(6), .services-slice.already-visible .services__item:nth-child(6) {
  animation-delay: 1.25s;
}

.vision-slice {
  margin: 0 0 20px 0;
  padding: 0;
}
.vision-slice__background {
  line-height: 0;
}
.vision-slice__main-row {
  position: relative;
  z-index: 10;
}
.vision-slice__top {
  position: relative;
  height: 0;
  padding-bottom: 4%;
}
.vision-slice__top svg {
  position: absolute;
  top: -10px;
}
.vision-slice__slogan {
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  padding-left: 20px;
  border-left: 4px solid #0a0a0a;
  text-align: left;
}
.vision-slice__slogan p, .vision-slice__slogan span {
  font-size: 28px;
}
@media print, screen and (min-width: 64em) {
  .vision-slice__slogan p, .vision-slice__slogan span {
    font-size: 36px;
  }
}
.vision-slice__slogan .outlined-red:nth-child(2) svg .line-art, .vision-slice__slogan .outlined-red:nth-child(2) svg .shade {
  animation-delay: 1s;
}
.vision-slice__slogan .outlined-red:nth-child(4) svg .line-art, .vision-slice__slogan .outlined-red:nth-child(4) svg .shade {
  animation-delay: 1.5s;
}
.vision-slice__slogan .outlined-red:nth-child(8) svg .line-art, .vision-slice__slogan .outlined-red:nth-child(8) svg .shade {
  animation-delay: 2.5s;
}
.vision-slice__slogan .outlined-red:nth-child(13) svg .line-art, .vision-slice__slogan .outlined-red:nth-child(13) svg .shade {
  animation-delay: 3.5s;
}
.vision-slice__slogan .outlined-red svg {
  overflow: visible;
}
.clients-slice {
  margin: 0 0 40px 0;
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
.clients-slice .clients-swiper-container {
  width: 100%; /* Ensure the container takes up full width */
  position: relative;
  overflow: hidden;
}
.clients-slice .clients-swiper-container .swiper-wrapper {
  display: flex;
  align-items: stretch;
  height: 90px;
  transition-timing-function: linear;
}
.clients-slice .clients-swiper-container .swiper-slide {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clients-slice .clients-swiper-container .swiper-slide img {
  display: block;
}
@keyframes swiper-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%); /* Slide all the way to the left */
  }
}
.clients-slice .clients-swiper-container .client-logo {
  width: 100%; /* Allow images to adjust width based on their natural size */
  max-height: 100%; /* Ensure the image height doesn't exceed the container's height */
}
.clients-slice__star {
  position: absolute;
  left: 50%;
  top: 0;
  width: 40px;
  z-index: 1;
  transform-origin: center;
  fill: #FBEE34;
}
@media print, screen and (min-width: 64em) {
  .clients-slice__star {
    width: 125px;
    height: 125px;
  }
}
.clients-slice__star svg {
  width: 100%;
}
.clients-slice__star svg polygon {
  fill: #FBEE34;
}
.clients-slice__title {
  position: relative;
  z-index: 2;
  font-size: 40px;
}
@media print, screen and (min-width: 64em) {
  .clients-slice__title {
    font-size: 60px;
  }
}
.clients-slice__top {
  line-height: 0;
}
.clients-slice__middle {
  padding: 40px 0;
  text-align: center;
}
.clients-slice__bottom {
  line-height: 0;
}

.clients__hotspot {
  display: none;
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  z-index: 10;
}
@media print, screen and (min-width: 64em) {
  .clients__hotspot {
    display: block;
  }
}
.clients__hotspot:first-child {
  left: 0;
}
.clients__hotspot:last-child {
  right: 0;
}
.clients__list-holder {
  position: relative;
  width: 100%;
  overflow-x: scroll; /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  height: 80px;
}
@media print, screen and (min-width: 64em) {
  .clients__list-holder {
    overflow: hidden;
  }
}
.clients__list-holder.last .clients__list {
  border: none;
}
.clients__list {
  position: absolute;
  text-align: left;
  list-style-type: none;
  padding: 0;
  margin: 0;
  border-bottom: 3px solid #fff;
  width: 5000px;
}
.clients__item {
  display: inline-block;
  font-size: 45px;
  text-transform: uppercase;
  margin: 0 10px;
  color: white;
}
.clients__item:after {
  content: "/";
  padding: 0 0 0 10px;
  display: inline-block;
}

.clients-slice.come-in .clients-slice__star {
  animation: spin 5s forwards;
}

.clients-slice.come-in .clients-slice__title {
  animation: SlideIn 0.75s;
}
.clients-slice.come-in .clients-slice__title svg {
  overflow: visible;
  transform-origin: center center;
}
.clients-slice.come-in .clients-slice__title svg .shade {
  animation: pulsate 1s;
}
.clients-slice.come-in .clients-slice__title svg .line-art {
  animation: pulsate 2s;
}

.about-us-slice__top {
  line-height: 0;
}
.about-us-slice__middle {
  position: relative;
  background: #696461;
  padding: 0;
  text-align: center;
}
.about-us-slice__middle h2 {
  margin: 0;
  font-size: 80px;
}
.about-us-slice__middle h2 text.offsetFill {
  animation: pulsate 6s infinite;
}
.about-us-slice__middle h3 {
  margin-top: -20px;
  font-size: 50px;
}
.about-us-slice__middle h3 text.offsetFill {
  animation: pulsate 4s infinite;
}
.about-us-slice__middle p {
  color: white;
  text-align: left;
  font-size: 20px;
}
.about-us-slice__bottom {
  line-height: 0;
}

.video-slice__container {
  margin-bottom: 1rem;
}

.video__link {
  position: relative;
  width: 100%;
}
.video__link:hover {
  animation: pulsate 5s infinite;
}
.video__link:hover .video__preview {
  box-shadow: 10px 10px #FBEE34;
}
.video__link:hover svg path.shade {
  fill: #EE342F;
  animation: pulsate 2s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
}
.video__link:hover svg path.line-art {
  animation: pulsate 3s infinite;
}
.video__play-icon {
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  position: absolute;
}
.video__play-icon svg path.line-art {
  animation: pulsate 5s infinite;
}
.video__preview {
  width: 100%;
  border: 3px solid #0a0a0a;
  box-shadow: 6px 6px #FBEE34;
  transition: box-shadow 0.5s;
}
.video__iframe {
  width: 100%;
  border: 3px solid #0a0a0a;
  box-shadow: 6px 6px #FBEE34;
  transition: box-shadow 0.5s;
}
.video__credits {
  padding: 20px 0 0 0;
  text-align: right;
  font-size: 14px;
}

.map-slice {
  margin-bottom: 40px;
}
.map-slice #location-map {
  height: 450px;
}

.page-content-slice {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.office-slice {
  padding: 4rem 0 0 0;
}
@media print, screen and (min-width: 64em) {
  .office-slice img {
    transform: translateY(-4rem);
  }
}

.hamburger svg .shade {
  fill: #FBEE34;
  transition: transform 0.25s ease-in, fill 0.25s;
}
.hamburger svg .square {
  transition: transform 0.25s ease-in;
  transform-origin: center;
}
.hamburger svg .line1, .hamburger svg .line2, .hamburger svg .line3 {
  transform-origin: center;
  transition: transform 0.25s ease-in;
}
.hamburger:hover svg {
  overflow: visible;
}
.hamburger:hover svg .square {
  transform: scale(1.05);
  animation: pulsate 5s;
}
.hamburger:hover svg .shade {
  fill: #EE342F !important;
  transform: scale(1.05);
  animation: pulsate 4s;
}
.hamburger.is-active svg .line1 {
  transform: rotate(45deg) translate(-1px, 10px);
}
.hamburger.is-active svg .line2 {
  opacity: 0;
}
.hamburger.is-active svg .line3 {
  transform: rotate(-45deg) translate(1px, -9px);
}

.cookie-consent.reveal {
  padding: 40px;
  border-radius: 20px;
}
.cookie-consent.reveal:focus {
  outline: none;
}
@media screen and (max-width: 39.99875em) {
  .cookie-consent.reveal p {
    font-size: 14px;
  }
}
@media screen and (max-width: 39.99875em) {
  .cookie-consent.reveal {
    padding: 20px;
    width: inherit;
    height: inherit;
    min-height: inherit;
  }
  .cookie-consent.reveal .cookie-consent__button {
    margin-bottom: 10px;
    width: 100%;
  }
}

/*
$intro-color: #C7D0D5;
.CasePage{
  .page-container__top{
    polygon {
      fill: $intro-color !important;
    }
  }
  .breadcrumbs__holder{
    background-color: $intro-color;
  }
}
*/
.case-page-slice {
  padding-bottom: 10px;
}

.case-page-slice.come-in, .case-page-slice.already-visible {
  animation: none !important;
}

.case-page__top {
  position: relative;
  margin-bottom: 50px;
}
.case-page__top-bottom {
  position: absolute;
  bottom: -50px;
  height: 50px;
  width: 100%;
}
.case-page__meta {
  padding: 20px 0;
}
.case-page__meta-item {
  margin-bottom: 30px;
}
.case-page__meta-item-label {
  color: #EE342F;
  font-weight: bold;
}
.case-page__meta-item-value {
  color: #EE342F;
}
.case-page__intro {
  font-size: 40px;
  text-align: center;
  font-weight: normal;
  margin: 10px 0 60px 0;
}
.case-page__main img {
  width: 100%;
}
.case-page__image {
  margin: 5px 0;
}
.case-page__image.come-in, .case-page__image .already-visible {
  animation: FadeIn2 0.25s;
  animation-fill-mode: both;
}
.case-page__image.come-in:nth-child(odd), .case-page__image .already-visible:nth-child(odd) {
  animation-delay: 300ms;
}
.case-page__image.come-in:nth-child(even), .case-page__image .already-visible:nth-child(even) {
  animation-delay: 0;
}
.case-page__nav:after {
  clear: both;
  content: "";
  display: block;
}
.case-page__nav-item {
  z-index: 1000;
  position: fixed;
  top: 15px;
  width: 50px;
  height: 50px;
  animation: FadeIn 0.35s linear;
  animation-fill-mode: both;
  animation-delay: 0.55s;
}
.case-page__nav-item--next {
  right: 80px;
}
.case-page__nav-item--up {
  right: 130px;
}
.case-page__nav-item--prev {
  right: 180px;
}
.case-page__nav-item svg .shade {
  fill: #FBEE34;
  transition: transform 0.25s ease-in, fill 0.25s;
}
.case-page__nav-item svg .square {
  transition: transform 0.25s ease-in;
  transform-origin: center;
}
.case-page__nav-item svg .line1, .case-page__nav-item svg .line2, .case-page__nav-item svg .line3 {
  transform-origin: center;
  transition: transform 0.25s ease-in;
}
.case-page__nav-item:hover svg {
  overflow: visible;
}
.case-page__nav-item:hover svg .square {
  transform: scale(1.05);
  animation: pulsate 5s;
}
.case-page__nav-item:hover svg .shade {
  fill: #EE342F !important;
  transform: scale(1.05);
  animation: pulsate 4s;
}

.breadcrumbs__list {
  padding: 10px 0;
  margin: 10px 0 0 0;
  list-style-type: none;
}
.breadcrumbs__item {
  display: inline-block;
  margin: 0;
}
.breadcrumbs__item a.button {
  padding: 2px 6px;
  font-size: 14px;
  color: #999;
  background-color: white;
  margin: 0;
}
.breadcrumbs__item a.button:hover {
  background-color: #ccc;
  color: white;
}
.breadcrumbs__separator {
  font-size: 12px;
  display: inline-block;
  margin: 0;
  color: #999;
  line-height: 14px;
}
.breadcrumbs__empty {
  height: 30px;
}

html {
  scroll-behavior: smooth;
}

:target:before {
  content: "";
  display: block;
  height: 120px;
  margin: -120px 0 0;
}

.service-overview__slice {
  margin-bottom: 40px;
}
.service-overview__item {
  padding: 40px 0;
}
.service-overview__item.come-in, .service-overview__item .already-visible {
  animation: come-in 500ms linear;
  animation-fill-mode: both;
}
.service-overview__item-icon {
  display: block;
}
.service-overview__item-icon:hover {
  cursor: pointer;
  -webkit-mask: url("/mysite/images/urban-sprite-small.png");
  mask: url("/mysite/images/urban-sprite-small.png");
  animation: maskani 1s steps(29) reverse;
}
.service-overview__item-icon:hover svg path.shade {
  fill: #EE342F;
  animation: pulsate 1s infinite;
}
.service-overview__item-icon:hover svg path.line-art {
  animation: pulsate 2s infinite;
}
.service-overview__item-icon:hover .services__item-title {
  text-shadow: 5px 5px #FBEE34;
}
@media screen and (max-width: 39.99875em) {
  .service-overview__item-title {
    text-align: center;
  }
  .service-overview__item-icon {
    margin: 0 auto;
    max-width: 100px;
    border: 1px solid green;
  }
}

.lead {
  color: #0a0a0a;
  padding-left: 20px;
  border-left: 4px solid #0a0a0a;
  margin-bottom: 20px;
  /*
  background-color: white;
  box-shadow: 5px 5px $secondary-color;
  border: 2px solid black;
  padding: 20px;
  margin-bottom: 40px;
  position: relative;
  */
  /*
  &:after{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -20px;
    display: block;
    content: "";
    background-color: red;
    height: 20px;
  }
  */
}

.lead-no-line {
  color: #0a0a0a;
  font-size: 143%;
  line-height: 1.4;
}

.sidebar {
  padding-bottom: 20px;
}

.sidebar-menu {
  padding: 20px;
  border: 2px solid #0a0a0a;
  box-shadow: 3px 3px #FBEE34;
  margin-bottom: 20px;
}
.sidebar-menu__list {
  list-style-type: none;
  margin: 0;
}
.sidebar-menu__item {
  margin: 0 0 5px 0;
}
.sidebar-menu__item a:hover {
  text-decoration: underline;
}
.sidebar-menu__item a.current {
  color: #0a0a0a;
}
.sidebar-menu__title {
  color: #EE342F;
  margin: 0;
}
.sidebar-menu__title a {
  color: #EE342F;
}

.sidebar-sub-menu {
  padding: 10px;
}
.sidebar-sub-menu__list {
  color: #EE342F;
  margin: 0 0 0 20px;
  list-style-type: none;
}
.sidebar-sub-menu__item a {
  font-size: 14px;
}
.lets-meet-page-slice {
  padding-top: 50px;
}
.lets-meet-page-slice__title {
  font-size: 40px;
}
@media print, screen and (min-width: 40em) {
  .lets-meet-page-slice__title {
    font-size: 60px;
  }
}
@media print, screen and (min-width: 64em) {
  .lets-meet-page-slice__title {
    font-size: 80px;
  }
}
.lets-meet-page-slice__content p {
  font-size: 20px;
  line-height: 40px;
}
.lets-meet-page-slice__content p a {
  color: #0a0a0a;
}
.lets-meet-page-slice__content p a:hover {
  text-decoration: underline;
  color: #EE342F;
}
.lets-meet-page-slice__map {
  margin: 0 0 20px 0;
}
.lets-meet-page-slice__map #location-map {
  height: 250px;
}
@media print, screen and (min-width: 40em) {
  .lets-meet-page-slice__map #location-map {
    height: 320px;
  }
}
@media print, screen and (min-width: 64em) {
  .lets-meet-page-slice__map #location-map {
    height: 400px;
  }
}

.lets-meet-page-slice.come-in .lets-meet-page-slice__title {
  animation: SlideIn 0.75s;
}
.lets-meet-page-slice.come-in .lets-meet-page-slice__title svg {
  overflow: visible;
  transform-origin: center center;
}
.lets-meet-page-slice.come-in .lets-meet-page-slice__title svg .shade {
  fill: #EE342F;
  animation: pulsate-shade 1.8s;
}
.lets-meet-page-slice.come-in .lets-meet-page-slice__title svg .line-art {
  animation: pulsate 2s;
}

.blog-post-slice {
  padding: 0;
}

.blog-post {
  position: relative;
}
.blog-post__top {
  position: relative;
  margin-bottom: 50px;
  padding: 0;
}
.blog-post__top-bottom {
  position: absolute;
  bottom: -50px;
  height: 50px;
  width: 100%;
}
.blog-post__intro {
  text-align: center;
  font-weight: normal;
  margin: 160px 0 50px 0;
}
@media print, screen and (min-width: 40em) {
  .blog-post__intro {
    margin: 90px 0;
  }
}
.blog-post__main {
  padding: 70px 0;
}

.social-menu {
  font-size: 16px;
}
.social-menu__holder {
  display: inline-block;
}
.social-menu__list {
  display: inline-block;
  list-style-type: none;
  margin: 30px auto;
}
.social-menu__option {
  padding: 0;
  margin-right: 15px;
  display: inline-block;
  font-size: 16px;
}
.social-menu__option:nth-child(1) svg path.line-art {
  animation-delay: 3s;
}
.social-menu__option:nth-child(2) svg path.line-art {
  animation-delay: 3.5s;
}
.social-menu__option:nth-child(3) svg path.line-art {
  animation-delay: 4s;
}
.social-menu__option:nth-child(4) svg path.line-art {
  animation-delay: 4.5s;
}
.social-menu__option-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
}
@media print, screen and (min-width: 40em) {
  .social-menu__option-icon {
    width: 40px;
    height: 40px;
  }
}
.social-menu__option-icon svg path.shade {
  fill: #FBEE34;
  animation: pulsate 1s infinite;
  transition: fill 300ms;
}
.social-menu__option-icon svg path.line-art {
  animation: pulsate 2s infinite;
}
.social-menu__option-icon:hover svg path.shade {
  fill: #EE342F;
}

.share-menu {
  font-size: 20px;
}
.share-menu__holder {
  text-align: center;
}
.share-menu__list {
  display: inline-block;
  list-style-type: none;
  margin: 5px auto;
}
.share-menu__option {
  padding: 0;
  margin-right: 15px;
  display: inline-block;
  font-size: 30px;
}
.share-menu__option:nth-child(1) svg path.line-art {
  animation-delay: 3s;
}
.share-menu__option:nth-child(2) svg path.line-art {
  animation-delay: 3.5s;
}
.share-menu__option:nth-child(3) svg path.line-art {
  animation-delay: 4s;
}
.share-menu__option:nth-child(4) svg path.line-art {
  animation-delay: 4.5s;
}
.share-menu__option-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
}
@media print, screen and (min-width: 40em) {
  .share-menu__option-icon {
    width: 80px;
    height: 80px;
  }
}
.share-menu__option-icon svg path.shade {
  fill: #FBEE34;
  animation: pulsate 1s infinite;
  transition: fill 300ms;
}
.share-menu__option-icon svg path.line-art {
  animation: pulsate 2s infinite;
}
.share-menu__option-icon:hover svg path.shade {
  fill: #EE342F;
}

.blog-post-author {
  text-align: left;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 100px;
  position: relative;
}
.blog-post-author__title {
  font-weight: normal;
  margin: 0;
}
.blog-post-author__image {
  position: absolute;
  left: 0;
  top: 10px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-size: cover;
  border: 2px solid black;
  box-shadow: 3px 3px #FBEE34;
}
.blog-post-author__summary {
  display: block;
  font-size: 0.8em;
}

.event-summary,
.post-summary {
  display: block;
  margin-bottom: 40px;
  padding: 15px;
}
.event-summary:after,
.post-summary:after {
  clear: both;
  content: "";
  display: block;
}
.event-summary__authors,
.post-summary__authors {
  font-size: 0.8em;
}
.event-summary__date,
.post-summary__date {
  color: #0a0a0a;
}
.event-summary__date svg,
.post-summary__date svg {
  margin-right: 5px;
}
.event-summary__image,
.post-summary__image {
  width: 100%;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 40em) {
  .event-summary__image,
  .post-summary__image {
    margin-bottom: 0;
    width: 300px;
  }
}
@media print, screen and (min-width: 40em) {
  .event-summary.even .post-summary__image,
  .post-summary.even .post-summary__image {
    float: right;
    margin-left: 30px;
  }
  .event-summary.odd .post-summary__image,
  .post-summary.odd .post-summary__image {
    float: left;
    margin-right: 30px;
  }
}
.event-summary__title,
.post-summary__title {
  display: block;
  margin: 0;
  color: #0a0a0a;
}
.event-summary__content,
.post-summary__content {
  display: block;
}
.event-summary__content p,
.post-summary__content p {
  margin: 0;
  color: #0a0a0a;
}
.event-summary__readmore,
.post-summary__readmore {
  display: none;
  color: #FBEE34;
  text-align: right;
  font-weight: bold;
}
.event-summary:hover,
.post-summary:hover {
  background-color: #FBEE34;
}
.event-summary:hover .post-summary__title,
.event-summary:hover .post-summary__readmore,
.post-summary:hover .post-summary__title,
.post-summary:hover .post-summary__readmore {
  text-decoration: underline;
}

.footer-link-menu {
  list-style-type: none;
  margin: 50px 0 0 0;
  text-align: center;
  display: block;
}
.footer-link-menu__item {
  display: inline-block;
  font-size: 0.8em;
  padding: 0 10px;
}
.footer-link-menu__item a {
  color: #0a0a0a;
}
.footer-link-menu__item a:hover {
  text-decoration: underline;
}

.image-slider-slice {
  overflow: hidden;
  margin-bottom: 50px;
}

.image-gallery-pagination {
  margin-top: 20px;
  height: 20px;
  text-align: center;
}
.image-gallery-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0 5px;
  background-color: #EE342F;
}
.image-gallery-pagination .swiper-pagination-bullet:focus {
  outline: none;
}

.content-block-slice {
  padding: 15px 0;
}

@media screen and (max-width: 39.99875em) {
  .content-block {
    margin-bottom: 30px;
  }
  .content-block:last-child {
    margin-bottom: 0;
  }
}
.content-block__content {
  padding: 15px 0;
}
.content-block__content ul li {
  list-style-type: square; /* Ensures the default bullet style is a disc */
  list-style-position: inside; /* Keeps the bullet inside the text block */
  color: black; /* Sets the text color to black */
  font-size: 20px;
  line-height: 32px;
}
.content-block__content ul li strong {
  color: #EE342F;
}
.content-block__content ul li::marker {
  color: #EE342F;
}
.content-block__content ol {
  margin: 0 0 2rem 0;
  position: relative;
  list-style: none;
}
.content-block__content ol li {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: aliceblue;
  padding: 0.5rem;
  border-radius: 2rem;
}
.content-block__content ol li + li {
  margin-top: 0.5rem;
}
.content-block__content ol li::before {
  counter-increment: list-item;
  content: counter(list-item);
  font-size: 1.5rem;
  font-weight: bold;
  width: 2em;
  height: 2em;
  background: rgb(245.7066666667, 144.0266666667, 141.2933333333);
  flex: 0 0 auto;
  border-radius: 50%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.block {
  margin-bottom: 1.1363636364rem;
  margin-bottom: 0;
}
.block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .block {
    margin-bottom: 1.7045454545rem;
  }
  .block > :last-child {
    margin-bottom: 0;
  }
}

.locations__item {
  text-align: center;
}
.locations__item-title {
  text-align: center;
  text-transform: uppercase;
}

.team-members-slice__container h3 {
  font-size: 3em;
}
.team-members-slice__container .locations {
  margin-bottom: 20px;
}

.team-members-slice {
  margin-bottom: 40px;
}

.team-members__item {
  margin-bottom: 20px;
}

.team-members__item-image {
  margin-bottom: 5px;
}
.team-members__item-image img {
  width: 100%;
}

.team-members__item-job-title {
  font-size: 0.9em;
}

.page-container {
  background-color: white;
  position: relative;
  z-index: 100;
}
.page-container__top {
  height: 50px;
  position: absolute;
  top: -50px;
  width: 100%;
}
