@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap");@charset "UTF-8";

/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */

/*! 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=26.5625em&large=40em&larger=51.25em&xlarge=64em&xxlarge=75em&xxlarger=83.75em&xxxlarge=118.75em";
}

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

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

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

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

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

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

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

button {
  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.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  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: 1rem;
  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;
}

:-ms-input-placeholder {
  color: #cacaca;
}

::placeholder {
  color: #cacaca;
}

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

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

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

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

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

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  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 -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

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

select:focus {
  outline: none;
  border: 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: #f9ecea;
}

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

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

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

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

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 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: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  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: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

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

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

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

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

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

  h2,
  .h2 {
    font-size: 1.25rem;
  }

  h3,
  .h3 {
    font-size: 1.1875rem;
  }

  h4,
  .h4 {
    font-size: 1.125rem;
  }

  h5,
  .h5 {
    font-size: 1.0625rem;
  }

  h6,
  .h6 {
    font-size: 1rem;
  }
}

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: underline;
  cursor: pointer;
}

a:hover,
a:focus {
  color: #1468a0;
  text-decoration: none;
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem 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.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

cite:before {
  content: "\2014   ";
}

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

figure {
  margin: 0;
}

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

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 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: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

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

.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: 26.5625em) {
  .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: 40em) {
  .large-text-left {
    text-align: left;
  }

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

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

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

@media screen and (min-width: 51.25em) {
  .larger-text-left {
    text-align: left;
  }

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

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

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

@media print, screen and (min-width: 64em) {
  .xlarge-text-left {
    text-align: left;
  }

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

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

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

@media screen and (min-width: 75em) {
  .xxlarge-text-left {
    text-align: left;
  }

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

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

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

@media screen and (min-width: 83.75em) {
  .xxlarger-text-left {
    text-align: left;
  }

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

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

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

@media screen and (min-width: 75em) {
  .xxlarge-text-left {
    text-align: left;
  }

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

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

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

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

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

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

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

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

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

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

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

.cell.shrink {
  flex: 0 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 26.5625em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 51.25em) {
  .grid-x > .larger-auto {
    flex: 1 1 0px;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 64em) {
  .grid-x > .xlarge-auto {
    flex: 1 1 0px;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 75em) {
  .grid-x > .xxlarge-auto {
    flex: 1 1 0px;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 83.75em) {
  .grid-x > .xxlarger-auto {
    flex: 1 1 0px;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 75em) {
  .grid-x > .xxlarge-auto {
    flex: 1 1 0px;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 26.5625em) {
  .medium-up-1 > .cell {
    width: 100%;
  }

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .large-up-1 > .cell {
    width: 100%;
  }

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

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

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

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

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

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

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

@media screen and (min-width: 51.25em) {
  .larger-up-1 > .cell {
    width: 100%;
  }

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

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

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

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

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

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

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

@media print, screen and (min-width: 64em) {
  .xlarge-up-1 > .cell {
    width: 100%;
  }

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

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

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

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

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

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

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

@media screen and (min-width: 75em) {
  .xxlarge-up-1 > .cell {
    width: 100%;
  }

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

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

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

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

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

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

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

@media screen and (min-width: 83.75em) {
  .xxlarger-up-1 > .cell {
    width: 100%;
  }

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

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

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

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

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

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

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

@media screen and (min-width: 75em) {
  .xxlarge-up-1 > .cell {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 26.5625em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 51.25em) {
  .small-margin-collapse > .larger-1 {
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 75em) {
  .small-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 83.75em) {
  .small-margin-collapse > .xxlarger-1 {
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 75em) {
  .small-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 26.5625em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 26.5625em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }

  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }

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

  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }

  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }

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

  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }

  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }

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

  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }

  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }

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

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }

  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }

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

  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }

  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }

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

  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }

  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }

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

  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }

  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }

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

@media screen and (min-width: 51.25em) {
  .medium-margin-collapse > .larger-1 {
    width: 8.3333333333%;
  }

  .medium-margin-collapse > .larger-2 {
    width: 16.6666666667%;
  }

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

  .medium-margin-collapse > .larger-4 {
    width: 33.3333333333%;
  }

  .medium-margin-collapse > .larger-5 {
    width: 41.6666666667%;
  }

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

  .medium-margin-collapse > .larger-7 {
    width: 58.3333333333%;
  }

  .medium-margin-collapse > .larger-8 {
    width: 66.6666666667%;
  }

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

  .medium-margin-collapse > .larger-10 {
    width: 83.3333333333%;
  }

  .medium-margin-collapse > .larger-11 {
    width: 91.6666666667%;
  }

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

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }

  .medium-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }

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

  .medium-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }

  .medium-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }

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

  .medium-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }

  .medium-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }

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

  .medium-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }

  .medium-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }

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

@media screen and (min-width: 75em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }

  .medium-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }

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

  .medium-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }

  .medium-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }

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

  .medium-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }

  .medium-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }

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

  .medium-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }

  .medium-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }

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

@media screen and (min-width: 83.75em) {
  .medium-margin-collapse > .xxlarger-1 {
    width: 8.3333333333%;
  }

  .medium-margin-collapse > .xxlarger-2 {
    width: 16.6666666667%;
  }

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

  .medium-margin-collapse > .xxlarger-4 {
    width: 33.3333333333%;
  }

  .medium-margin-collapse > .xxlarger-5 {
    width: 41.6666666667%;
  }

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

  .medium-margin-collapse > .xxlarger-7 {
    width: 58.3333333333%;
  }

  .medium-margin-collapse > .xxlarger-8 {
    width: 66.6666666667%;
  }

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

  .medium-margin-collapse > .xxlarger-10 {
    width: 83.3333333333%;
  }

  .medium-margin-collapse > .xxlarger-11 {
    width: 91.6666666667%;
  }

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

@media screen and (min-width: 75em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }

  .medium-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }

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

  .medium-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }

  .medium-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }

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

  .medium-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }

  .medium-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }

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

  .medium-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }

  .medium-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }

  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }

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

  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }

  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }

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

  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }

  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }

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

  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }

  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }

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

@media print, screen and (min-width: 40em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }

  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }

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

  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }

  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }

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

  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }

  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }

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

  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }

  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }

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

@media screen and (min-width: 51.25em) {
  .large-margin-collapse > .larger-1 {
    width: 8.3333333333%;
  }

  .large-margin-collapse > .larger-2 {
    width: 16.6666666667%;
  }

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

  .large-margin-collapse > .larger-4 {
    width: 33.3333333333%;
  }

  .large-margin-collapse > .larger-5 {
    width: 41.6666666667%;
  }

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

  .large-margin-collapse > .larger-7 {
    width: 58.3333333333%;
  }

  .large-margin-collapse > .larger-8 {
    width: 66.6666666667%;
  }

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

  .large-margin-collapse > .larger-10 {
    width: 83.3333333333%;
  }

  .large-margin-collapse > .larger-11 {
    width: 91.6666666667%;
  }

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

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }

  .large-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }

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

  .large-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }

  .large-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }

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

  .large-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }

  .large-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }

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

  .large-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }

  .large-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }

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

@media screen and (min-width: 75em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }

  .large-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }

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

  .large-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }

  .large-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }

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

  .large-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }

  .large-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }

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

  .large-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }

  .large-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }

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

@media screen and (min-width: 83.75em) {
  .large-margin-collapse > .xxlarger-1 {
    width: 8.3333333333%;
  }

  .large-margin-collapse > .xxlarger-2 {
    width: 16.6666666667%;
  }

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

  .large-margin-collapse > .xxlarger-4 {
    width: 33.3333333333%;
  }

  .large-margin-collapse > .xxlarger-5 {
    width: 41.6666666667%;
  }

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

  .large-margin-collapse > .xxlarger-7 {
    width: 58.3333333333%;
  }

  .large-margin-collapse > .xxlarger-8 {
    width: 66.6666666667%;
  }

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

  .large-margin-collapse > .xxlarger-10 {
    width: 83.3333333333%;
  }

  .large-margin-collapse > .xxlarger-11 {
    width: 91.6666666667%;
  }

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

@media screen and (min-width: 75em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }

  .large-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }

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

  .large-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }

  .large-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }

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

  .large-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }

  .large-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }

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

  .large-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }

  .large-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }

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

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

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

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

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

@media screen and (min-width: 51.25em) {
  .larger-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 51.25em) {
  .larger-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }

  .larger-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }

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

  .larger-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }

  .larger-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }

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

  .larger-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }

  .larger-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }

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

  .larger-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }

  .larger-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }

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

@media screen and (min-width: 51.25em) {
  .larger-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }

  .larger-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }

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

  .larger-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }

  .larger-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }

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

  .larger-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }

  .larger-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }

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

  .larger-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }

  .larger-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }

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

@media screen and (min-width: 51.25em) {
  .larger-margin-collapse > .larger-1 {
    width: 8.3333333333%;
  }

  .larger-margin-collapse > .larger-2 {
    width: 16.6666666667%;
  }

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

  .larger-margin-collapse > .larger-4 {
    width: 33.3333333333%;
  }

  .larger-margin-collapse > .larger-5 {
    width: 41.6666666667%;
  }

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

  .larger-margin-collapse > .larger-7 {
    width: 58.3333333333%;
  }

  .larger-margin-collapse > .larger-8 {
    width: 66.6666666667%;
  }

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

  .larger-margin-collapse > .larger-10 {
    width: 83.3333333333%;
  }

  .larger-margin-collapse > .larger-11 {
    width: 91.6666666667%;
  }

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

@media screen and (min-width: 51.25em) {
  .larger-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }

  .larger-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }

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

  .larger-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }

  .larger-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }

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

  .larger-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }

  .larger-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }

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

  .larger-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }

  .larger-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }

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

@media screen and (min-width: 51.25em) {
  .larger-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }

  .larger-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }

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

  .larger-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }

  .larger-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }

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

  .larger-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }

  .larger-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }

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

  .larger-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }

  .larger-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }

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

@media screen and (min-width: 83.75em) {
  .larger-margin-collapse > .xxlarger-1 {
    width: 8.3333333333%;
  }

  .larger-margin-collapse > .xxlarger-2 {
    width: 16.6666666667%;
  }

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

  .larger-margin-collapse > .xxlarger-4 {
    width: 33.3333333333%;
  }

  .larger-margin-collapse > .xxlarger-5 {
    width: 41.6666666667%;
  }

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

  .larger-margin-collapse > .xxlarger-7 {
    width: 58.3333333333%;
  }

  .larger-margin-collapse > .xxlarger-8 {
    width: 66.6666666667%;
  }

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

  .larger-margin-collapse > .xxlarger-10 {
    width: 83.3333333333%;
  }

  .larger-margin-collapse > .xxlarger-11 {
    width: 91.6666666667%;
  }

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

@media screen and (min-width: 51.25em) {
  .larger-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }

  .larger-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }

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

  .larger-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }

  .larger-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }

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

  .larger-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }

  .larger-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }

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

  .larger-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }

  .larger-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }

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

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

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

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

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

@media print, screen and (min-width: 64em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 64em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }

  .xlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }

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

  .xlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }

  .xlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }

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

  .xlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }

  .xlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }

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

  .xlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }

  .xlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }

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

@media print, screen and (min-width: 64em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }

  .xlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }

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

  .xlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }

  .xlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }

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

  .xlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }

  .xlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }

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

  .xlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }

  .xlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }

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

@media screen and (min-width: 51.25em) {
  .xlarge-margin-collapse > .larger-1 {
    width: 8.3333333333%;
  }

  .xlarge-margin-collapse > .larger-2 {
    width: 16.6666666667%;
  }

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

  .xlarge-margin-collapse > .larger-4 {
    width: 33.3333333333%;
  }

  .xlarge-margin-collapse > .larger-5 {
    width: 41.6666666667%;
  }

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

  .xlarge-margin-collapse > .larger-7 {
    width: 58.3333333333%;
  }

  .xlarge-margin-collapse > .larger-8 {
    width: 66.6666666667%;
  }

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

  .xlarge-margin-collapse > .larger-10 {
    width: 83.3333333333%;
  }

  .xlarge-margin-collapse > .larger-11 {
    width: 91.6666666667%;
  }

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

@media print, screen and (min-width: 64em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }

  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }

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

  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }

  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }

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

  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }

  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }

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

  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }

  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }

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

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }

  .xlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }

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

  .xlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }

  .xlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }

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

  .xlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }

  .xlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }

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

  .xlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }

  .xlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }

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

@media screen and (min-width: 83.75em) {
  .xlarge-margin-collapse > .xxlarger-1 {
    width: 8.3333333333%;
  }

  .xlarge-margin-collapse > .xxlarger-2 {
    width: 16.6666666667%;
  }

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

  .xlarge-margin-collapse > .xxlarger-4 {
    width: 33.3333333333%;
  }

  .xlarge-margin-collapse > .xxlarger-5 {
    width: 41.6666666667%;
  }

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

  .xlarge-margin-collapse > .xxlarger-7 {
    width: 58.3333333333%;
  }

  .xlarge-margin-collapse > .xxlarger-8 {
    width: 66.6666666667%;
  }

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

  .xlarge-margin-collapse > .xxlarger-10 {
    width: 83.3333333333%;
  }

  .xlarge-margin-collapse > .xxlarger-11 {
    width: 91.6666666667%;
  }

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

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }

  .xlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }

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

  .xlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }

  .xlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }

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

  .xlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }

  .xlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }

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

  .xlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }

  .xlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }

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

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

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

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

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

@media screen and (min-width: 75em) {
  .xxlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 75em) {
  .xxlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }

  .xxlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }

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

  .xxlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }

  .xxlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }

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

  .xxlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }

  .xxlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }

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

  .xxlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }

  .xxlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }

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

@media screen and (min-width: 75em) {
  .xxlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }

  .xxlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }

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

  .xxlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }

  .xxlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }

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

  .xxlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }

  .xxlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }

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

  .xxlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }

  .xxlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }

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

@media screen and (min-width: 51.25em) {
  .xxlarge-margin-collapse > .larger-1 {
    width: 8.3333333333%;
  }

  .xxlarge-margin-collapse > .larger-2 {
    width: 16.6666666667%;
  }

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

  .xxlarge-margin-collapse > .larger-4 {
    width: 33.3333333333%;
  }

  .xxlarge-margin-collapse > .larger-5 {
    width: 41.6666666667%;
  }

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

  .xxlarge-margin-collapse > .larger-7 {
    width: 58.3333333333%;
  }

  .xxlarge-margin-collapse > .larger-8 {
    width: 66.6666666667%;
  }

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

  .xxlarge-margin-collapse > .larger-10 {
    width: 83.3333333333%;
  }

  .xxlarge-margin-collapse > .larger-11 {
    width: 91.6666666667%;
  }

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

@media screen and (min-width: 75em) {
  .xxlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }

  .xxlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }

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

  .xxlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }

  .xxlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }

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

  .xxlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }

  .xxlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }

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

  .xxlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }

  .xxlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }

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

@media screen and (min-width: 75em) {
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }

  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }

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

  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }

  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }

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

  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }

  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }

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

  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }

  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }

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

@media screen and (min-width: 83.75em) {
  .xxlarge-margin-collapse > .xxlarger-1 {
    width: 8.3333333333%;
  }

  .xxlarge-margin-collapse > .xxlarger-2 {
    width: 16.6666666667%;
  }

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

  .xxlarge-margin-collapse > .xxlarger-4 {
    width: 33.3333333333%;
  }

  .xxlarge-margin-collapse > .xxlarger-5 {
    width: 41.6666666667%;
  }

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

  .xxlarge-margin-collapse > .xxlarger-7 {
    width: 58.3333333333%;
  }

  .xxlarge-margin-collapse > .xxlarger-8 {
    width: 66.6666666667%;
  }

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

  .xxlarge-margin-collapse > .xxlarger-10 {
    width: 83.3333333333%;
  }

  .xxlarge-margin-collapse > .xxlarger-11 {
    width: 91.6666666667%;
  }

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

@media screen and (min-width: 75em) {
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }

  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }

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

  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }

  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }

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

  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }

  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }

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

  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }

  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }

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

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

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

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

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

@media screen and (min-width: 83.75em) {
  .xxlarger-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 83.75em) {
  .xxlarger-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }

  .xxlarger-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }

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

  .xxlarger-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }

  .xxlarger-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }

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

  .xxlarger-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }

  .xxlarger-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }

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

  .xxlarger-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }

  .xxlarger-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }

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

@media screen and (min-width: 83.75em) {
  .xxlarger-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }

  .xxlarger-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }

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

  .xxlarger-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }

  .xxlarger-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }

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

  .xxlarger-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }

  .xxlarger-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }

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

  .xxlarger-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }

  .xxlarger-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }

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

@media screen and (min-width: 51.25em) {
  .xxlarger-margin-collapse > .larger-1 {
    width: 8.3333333333%;
  }

  .xxlarger-margin-collapse > .larger-2 {
    width: 16.6666666667%;
  }

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

  .xxlarger-margin-collapse > .larger-4 {
    width: 33.3333333333%;
  }

  .xxlarger-margin-collapse > .larger-5 {
    width: 41.6666666667%;
  }

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

  .xxlarger-margin-collapse > .larger-7 {
    width: 58.3333333333%;
  }

  .xxlarger-margin-collapse > .larger-8 {
    width: 66.6666666667%;
  }

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

  .xxlarger-margin-collapse > .larger-10 {
    width: 83.3333333333%;
  }

  .xxlarger-margin-collapse > .larger-11 {
    width: 91.6666666667%;
  }

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

@media screen and (min-width: 83.75em) {
  .xxlarger-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }

  .xxlarger-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }

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

  .xxlarger-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }

  .xxlarger-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }

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

  .xxlarger-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }

  .xxlarger-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }

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

  .xxlarger-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }

  .xxlarger-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }

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

@media screen and (min-width: 83.75em) {
  .xxlarger-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }

  .xxlarger-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }

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

  .xxlarger-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }

  .xxlarger-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }

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

  .xxlarger-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }

  .xxlarger-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }

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

  .xxlarger-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }

  .xxlarger-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }

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

@media screen and (min-width: 83.75em) {
  .xxlarger-margin-collapse > .xxlarger-1 {
    width: 8.3333333333%;
  }

  .xxlarger-margin-collapse > .xxlarger-2 {
    width: 16.6666666667%;
  }

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

  .xxlarger-margin-collapse > .xxlarger-4 {
    width: 33.3333333333%;
  }

  .xxlarger-margin-collapse > .xxlarger-5 {
    width: 41.6666666667%;
  }

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

  .xxlarger-margin-collapse > .xxlarger-7 {
    width: 58.3333333333%;
  }

  .xxlarger-margin-collapse > .xxlarger-8 {
    width: 66.6666666667%;
  }

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

  .xxlarger-margin-collapse > .xxlarger-10 {
    width: 83.3333333333%;
  }

  .xxlarger-margin-collapse > .xxlarger-11 {
    width: 91.6666666667%;
  }

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

@media screen and (min-width: 83.75em) {
  .xxlarger-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }

  .xxlarger-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }

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

  .xxlarger-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }

  .xxlarger-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }

  .xxlarger-margin-collapse > .xxlarge-6 {
    width: 50%;
  }

  .xxlarger-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }

  .xxlarger-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }

  .xxlarger-margin-collapse > .xxlarge-9 {
    width: 75%;
  }

  .xxlarger-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }

  .xxlarger-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }

  .xxlarger-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 83.75em) {
  .xxlarger-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .xxlarger-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 75em) {
  .xxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .xxlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 75em) {
  .xxlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }

  .xxlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }

  .xxlarge-margin-collapse > .small-3 {
    width: 25%;
  }

  .xxlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }

  .xxlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }

  .xxlarge-margin-collapse > .small-6 {
    width: 50%;
  }

  .xxlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }

  .xxlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }

  .xxlarge-margin-collapse > .small-9 {
    width: 75%;
  }

  .xxlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }

  .xxlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }

  .xxlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .xxlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }

  .xxlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }

  .xxlarge-margin-collapse > .medium-3 {
    width: 25%;
  }

  .xxlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }

  .xxlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }

  .xxlarge-margin-collapse > .medium-6 {
    width: 50%;
  }

  .xxlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }

  .xxlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }

  .xxlarge-margin-collapse > .medium-9 {
    width: 75%;
  }

  .xxlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }

  .xxlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }

  .xxlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .xxlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }

  .xxlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }

  .xxlarge-margin-collapse > .large-3 {
    width: 25%;
  }

  .xxlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }

  .xxlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }

  .xxlarge-margin-collapse > .large-6 {
    width: 50%;
  }

  .xxlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }

  .xxlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }

  .xxlarge-margin-collapse > .large-9 {
    width: 75%;
  }

  .xxlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }

  .xxlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }

  .xxlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 51.25em) {
  .xxlarge-margin-collapse > .larger-1 {
    width: 8.3333333333%;
  }

  .xxlarge-margin-collapse > .larger-2 {
    width: 16.6666666667%;
  }

  .xxlarge-margin-collapse > .larger-3 {
    width: 25%;
  }

  .xxlarge-margin-collapse > .larger-4 {
    width: 33.3333333333%;
  }

  .xxlarge-margin-collapse > .larger-5 {
    width: 41.6666666667%;
  }

  .xxlarge-margin-collapse > .larger-6 {
    width: 50%;
  }

  .xxlarge-margin-collapse > .larger-7 {
    width: 58.3333333333%;
  }

  .xxlarge-margin-collapse > .larger-8 {
    width: 66.6666666667%;
  }

  .xxlarge-margin-collapse > .larger-9 {
    width: 75%;
  }

  .xxlarge-margin-collapse > .larger-10 {
    width: 83.3333333333%;
  }

  .xxlarge-margin-collapse > .larger-11 {
    width: 91.6666666667%;
  }

  .xxlarge-margin-collapse > .larger-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .xxlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }

  .xxlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }

  .xxlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }

  .xxlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }

  .xxlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }

  .xxlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }

  .xxlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }

  .xxlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }

  .xxlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }

  .xxlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }

  .xxlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }

  .xxlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }

  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }

  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }

  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }

  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }

  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }

  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }

  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }

  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }

  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }

  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }

  .xxlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 83.75em) {
  .xxlarge-margin-collapse > .xxlarger-1 {
    width: 8.3333333333%;
  }

  .xxlarge-margin-collapse > .xxlarger-2 {
    width: 16.6666666667%;
  }

  .xxlarge-margin-collapse > .xxlarger-3 {
    width: 25%;
  }

  .xxlarge-margin-collapse > .xxlarger-4 {
    width: 33.3333333333%;
  }

  .xxlarge-margin-collapse > .xxlarger-5 {
    width: 41.6666666667%;
  }

  .xxlarge-margin-collapse > .xxlarger-6 {
    width: 50%;
  }

  .xxlarge-margin-collapse > .xxlarger-7 {
    width: 58.3333333333%;
  }

  .xxlarge-margin-collapse > .xxlarger-8 {
    width: 66.6666666667%;
  }

  .xxlarge-margin-collapse > .xxlarger-9 {
    width: 75%;
  }

  .xxlarge-margin-collapse > .xxlarger-10 {
    width: 83.3333333333%;
  }

  .xxlarge-margin-collapse > .xxlarger-11 {
    width: 91.6666666667%;
  }

  .xxlarge-margin-collapse > .xxlarger-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }

  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }

  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }

  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }

  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }

  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }

  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }

  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }

  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }

  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }

  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }

  .xxlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .xxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .xxlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 0.625rem);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 0.625rem);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 0.625rem);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 0.625rem);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 0.625rem);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 0.625rem);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 0.625rem);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 0.625rem);
}

@media print, screen and (min-width: 26.5625em) {
  .medium-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }

  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }

  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }

  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }

  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }

  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }

  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }

  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }

  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }

  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }

  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }

  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }

  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}

@media print, screen and (min-width: 40em) {
  .large-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

  .large-offset-1 {
    margin-left: 8.3333333333%;
  }

  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }

  .large-offset-2 {
    margin-left: 16.6666666667%;
  }

  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

  .large-offset-4 {
    margin-left: 33.3333333333%;
  }

  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }

  .large-offset-5 {
    margin-left: 41.6666666667%;
  }

  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

  .large-offset-7 {
    margin-left: 58.3333333333%;
  }

  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }

  .large-offset-8 {
    margin-left: 66.6666666667%;
  }

  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

  .large-offset-10 {
    margin-left: 83.3333333333%;
  }

  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }

  .large-offset-11 {
    margin-left: 91.6666666667%;
  }

  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}

@media screen and (min-width: 51.25em) {
  .larger-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .larger-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

  .larger-offset-1 {
    margin-left: 8.3333333333%;
  }

  .grid-margin-x > .larger-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }

  .larger-offset-2 {
    margin-left: 16.6666666667%;
  }

  .grid-margin-x > .larger-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }

  .larger-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x > .larger-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

  .larger-offset-4 {
    margin-left: 33.3333333333%;
  }

  .grid-margin-x > .larger-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }

  .larger-offset-5 {
    margin-left: 41.6666666667%;
  }

  .grid-margin-x > .larger-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }

  .larger-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x > .larger-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

  .larger-offset-7 {
    margin-left: 58.3333333333%;
  }

  .grid-margin-x > .larger-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }

  .larger-offset-8 {
    margin-left: 66.6666666667%;
  }

  .grid-margin-x > .larger-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }

  .larger-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x > .larger-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

  .larger-offset-10 {
    margin-left: 83.3333333333%;
  }

  .grid-margin-x > .larger-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }

  .larger-offset-11 {
    margin-left: 91.6666666667%;
  }

  .grid-margin-x > .larger-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}

@media print, screen and (min-width: 64em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }

  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }

  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }

  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }

  .xlarge-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }

  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }

  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }

  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }

  .xlarge-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }

  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }

  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }

  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }

  .xlarge-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }

  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }

  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }

  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}

@media screen and (min-width: 75em) {
  .xxlarge-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

  .xxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }

  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }

  .xxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }

  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }

  .xxlarge-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

  .xxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }

  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }

  .xxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }

  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }

  .xxlarge-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

  .xxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }

  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }

  .xxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }

  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }

  .xxlarge-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

  .xxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }

  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }

  .xxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }

  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}

@media screen and (min-width: 83.75em) {
  .xxlarger-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .xxlarger-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

  .xxlarger-offset-1 {
    margin-left: 8.3333333333%;
  }

  .grid-margin-x > .xxlarger-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }

  .xxlarger-offset-2 {
    margin-left: 16.6666666667%;
  }

  .grid-margin-x > .xxlarger-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }

  .xxlarger-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x > .xxlarger-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

  .xxlarger-offset-4 {
    margin-left: 33.3333333333%;
  }

  .grid-margin-x > .xxlarger-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }

  .xxlarger-offset-5 {
    margin-left: 41.6666666667%;
  }

  .grid-margin-x > .xxlarger-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }

  .xxlarger-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x > .xxlarger-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

  .xxlarger-offset-7 {
    margin-left: 58.3333333333%;
  }

  .grid-margin-x > .xxlarger-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }

  .xxlarger-offset-8 {
    margin-left: 66.6666666667%;
  }

  .grid-margin-x > .xxlarger-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }

  .xxlarger-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x > .xxlarger-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

  .xxlarger-offset-10 {
    margin-left: 83.3333333333%;
  }

  .grid-margin-x > .xxlarger-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }

  .xxlarger-offset-11 {
    margin-left: 91.6666666667%;
  }

  .grid-margin-x > .xxlarger-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}

@media screen and (min-width: 75em) {
  .xxlarge-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

  .xxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }

  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }

  .xxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }

  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }

  .xxlarge-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

  .xxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }

  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }

  .xxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }

  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }

  .xxlarge-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

  .xxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }

  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }

  .xxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }

  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }

  .xxlarge-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

  .xxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }

  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }

  .xxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }

  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}

.grid-y {
  display: flex;
  flex-flow: column nowrap;
}

.grid-y > .cell {
  width: auto;
  max-width: none;
}

.grid-y > .auto {
  height: auto;
}

.grid-y > .shrink {
  height: auto;
}

.grid-y > .small-shrink,
.grid-y > .small-full,
.grid-y > .small-1,
.grid-y > .small-2,
.grid-y > .small-3,
.grid-y > .small-4,
.grid-y > .small-5,
.grid-y > .small-6,
.grid-y > .small-7,
.grid-y > .small-8,
.grid-y > .small-9,
.grid-y > .small-10,
.grid-y > .small-11,
.grid-y > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 26.5625em) {
  .grid-y > .medium-shrink,
  .grid-y > .medium-full,
  .grid-y > .medium-1,
  .grid-y > .medium-2,
  .grid-y > .medium-3,
  .grid-y > .medium-4,
  .grid-y > .medium-5,
  .grid-y > .medium-6,
  .grid-y > .medium-7,
  .grid-y > .medium-8,
  .grid-y > .medium-9,
  .grid-y > .medium-10,
  .grid-y > .medium-11,
  .grid-y > .medium-12 {
    flex-basis: auto;
  }
}

@media print, screen and (min-width: 40em) {
  .grid-y > .large-shrink,
  .grid-y > .large-full,
  .grid-y > .large-1,
  .grid-y > .large-2,
  .grid-y > .large-3,
  .grid-y > .large-4,
  .grid-y > .large-5,
  .grid-y > .large-6,
  .grid-y > .large-7,
  .grid-y > .large-8,
  .grid-y > .large-9,
  .grid-y > .large-10,
  .grid-y > .large-11,
  .grid-y > .large-12 {
    flex-basis: auto;
  }
}

@media screen and (min-width: 51.25em) {
  .grid-y > .larger-shrink,
  .grid-y > .larger-full,
  .grid-y > .larger-1,
  .grid-y > .larger-2,
  .grid-y > .larger-3,
  .grid-y > .larger-4,
  .grid-y > .larger-5,
  .grid-y > .larger-6,
  .grid-y > .larger-7,
  .grid-y > .larger-8,
  .grid-y > .larger-9,
  .grid-y > .larger-10,
  .grid-y > .larger-11,
  .grid-y > .larger-12 {
    flex-basis: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y > .xlarge-shrink,
  .grid-y > .xlarge-full,
  .grid-y > .xlarge-1,
  .grid-y > .xlarge-2,
  .grid-y > .xlarge-3,
  .grid-y > .xlarge-4,
  .grid-y > .xlarge-5,
  .grid-y > .xlarge-6,
  .grid-y > .xlarge-7,
  .grid-y > .xlarge-8,
  .grid-y > .xlarge-9,
  .grid-y > .xlarge-10,
  .grid-y > .xlarge-11,
  .grid-y > .xlarge-12 {
    flex-basis: auto;
  }
}

@media screen and (min-width: 75em) {
  .grid-y > .xxlarge-shrink,
  .grid-y > .xxlarge-full,
  .grid-y > .xxlarge-1,
  .grid-y > .xxlarge-2,
  .grid-y > .xxlarge-3,
  .grid-y > .xxlarge-4,
  .grid-y > .xxlarge-5,
  .grid-y > .xxlarge-6,
  .grid-y > .xxlarge-7,
  .grid-y > .xxlarge-8,
  .grid-y > .xxlarge-9,
  .grid-y > .xxlarge-10,
  .grid-y > .xxlarge-11,
  .grid-y > .xxlarge-12 {
    flex-basis: auto;
  }
}

@media screen and (min-width: 83.75em) {
  .grid-y > .xxlarger-shrink,
  .grid-y > .xxlarger-full,
  .grid-y > .xxlarger-1,
  .grid-y > .xxlarger-2,
  .grid-y > .xxlarger-3,
  .grid-y > .xxlarger-4,
  .grid-y > .xxlarger-5,
  .grid-y > .xxlarger-6,
  .grid-y > .xxlarger-7,
  .grid-y > .xxlarger-8,
  .grid-y > .xxlarger-9,
  .grid-y > .xxlarger-10,
  .grid-y > .xxlarger-11,
  .grid-y > .xxlarger-12 {
    flex-basis: auto;
  }
}

@media screen and (min-width: 75em) {
  .grid-y > .xxlarge-shrink,
  .grid-y > .xxlarge-full,
  .grid-y > .xxlarge-1,
  .grid-y > .xxlarge-2,
  .grid-y > .xxlarge-3,
  .grid-y > .xxlarge-4,
  .grid-y > .xxlarge-5,
  .grid-y > .xxlarge-6,
  .grid-y > .xxlarge-7,
  .grid-y > .xxlarge-8,
  .grid-y > .xxlarge-9,
  .grid-y > .xxlarge-10,
  .grid-y > .xxlarge-11,
  .grid-y > .xxlarge-12 {
    flex-basis: auto;
  }
}

.grid-y > .small-12,
.grid-y > .small-11,
.grid-y > .small-10,
.grid-y > .small-9,
.grid-y > .small-8,
.grid-y > .small-7,
.grid-y > .small-6,
.grid-y > .small-5,
.grid-y > .small-4,
.grid-y > .small-3,
.grid-y > .small-2,
.grid-y > .small-1 {
  flex: 0 0 auto;
}

.grid-y > .small-1 {
  height: 8.3333333333%;
}

.grid-y > .small-2 {
  height: 16.6666666667%;
}

.grid-y > .small-3 {
  height: 25%;
}

.grid-y > .small-4 {
  height: 33.3333333333%;
}

.grid-y > .small-5 {
  height: 41.6666666667%;
}

.grid-y > .small-6 {
  height: 50%;
}

.grid-y > .small-7 {
  height: 58.3333333333%;
}

.grid-y > .small-8 {
  height: 66.6666666667%;
}

.grid-y > .small-9 {
  height: 75%;
}

.grid-y > .small-10 {
  height: 83.3333333333%;
}

.grid-y > .small-11 {
  height: 91.6666666667%;
}

.grid-y > .small-12 {
  height: 100%;
}

@media print, screen and (min-width: 26.5625em) {
  .grid-y > .medium-auto {
    flex: 1 1 0px;
    height: auto;
  }

  .grid-y > .medium-12,
  .grid-y > .medium-11,
  .grid-y > .medium-10,
  .grid-y > .medium-9,
  .grid-y > .medium-8,
  .grid-y > .medium-7,
  .grid-y > .medium-6,
  .grid-y > .medium-5,
  .grid-y > .medium-4,
  .grid-y > .medium-3,
  .grid-y > .medium-2,
  .grid-y > .medium-1,
  .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }

  .grid-y > .medium-shrink {
    height: auto;
  }

  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }

  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }

  .grid-y > .medium-3 {
    height: 25%;
  }

  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }

  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }

  .grid-y > .medium-6 {
    height: 50%;
  }

  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }

  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }

  .grid-y > .medium-9 {
    height: 75%;
  }

  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }

  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }

  .grid-y > .medium-12 {
    height: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .grid-y > .large-auto {
    flex: 1 1 0px;
    height: auto;
  }

  .grid-y > .large-12,
  .grid-y > .large-11,
  .grid-y > .large-10,
  .grid-y > .large-9,
  .grid-y > .large-8,
  .grid-y > .large-7,
  .grid-y > .large-6,
  .grid-y > .large-5,
  .grid-y > .large-4,
  .grid-y > .large-3,
  .grid-y > .large-2,
  .grid-y > .large-1,
  .grid-y > .large-shrink {
    flex: 0 0 auto;
  }

  .grid-y > .large-shrink {
    height: auto;
  }

  .grid-y > .large-1 {
    height: 8.3333333333%;
  }

  .grid-y > .large-2 {
    height: 16.6666666667%;
  }

  .grid-y > .large-3 {
    height: 25%;
  }

  .grid-y > .large-4 {
    height: 33.3333333333%;
  }

  .grid-y > .large-5 {
    height: 41.6666666667%;
  }

  .grid-y > .large-6 {
    height: 50%;
  }

  .grid-y > .large-7 {
    height: 58.3333333333%;
  }

  .grid-y > .large-8 {
    height: 66.6666666667%;
  }

  .grid-y > .large-9 {
    height: 75%;
  }

  .grid-y > .large-10 {
    height: 83.3333333333%;
  }

  .grid-y > .large-11 {
    height: 91.6666666667%;
  }

  .grid-y > .large-12 {
    height: 100%;
  }
}

@media screen and (min-width: 51.25em) {
  .grid-y > .larger-auto {
    flex: 1 1 0px;
    height: auto;
  }

  .grid-y > .larger-12,
  .grid-y > .larger-11,
  .grid-y > .larger-10,
  .grid-y > .larger-9,
  .grid-y > .larger-8,
  .grid-y > .larger-7,
  .grid-y > .larger-6,
  .grid-y > .larger-5,
  .grid-y > .larger-4,
  .grid-y > .larger-3,
  .grid-y > .larger-2,
  .grid-y > .larger-1,
  .grid-y > .larger-shrink {
    flex: 0 0 auto;
  }

  .grid-y > .larger-shrink {
    height: auto;
  }

  .grid-y > .larger-1 {
    height: 8.3333333333%;
  }

  .grid-y > .larger-2 {
    height: 16.6666666667%;
  }

  .grid-y > .larger-3 {
    height: 25%;
  }

  .grid-y > .larger-4 {
    height: 33.3333333333%;
  }

  .grid-y > .larger-5 {
    height: 41.6666666667%;
  }

  .grid-y > .larger-6 {
    height: 50%;
  }

  .grid-y > .larger-7 {
    height: 58.3333333333%;
  }

  .grid-y > .larger-8 {
    height: 66.6666666667%;
  }

  .grid-y > .larger-9 {
    height: 75%;
  }

  .grid-y > .larger-10 {
    height: 83.3333333333%;
  }

  .grid-y > .larger-11 {
    height: 91.6666666667%;
  }

  .grid-y > .larger-12 {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y > .xlarge-auto {
    flex: 1 1 0px;
    height: auto;
  }

  .grid-y > .xlarge-12,
  .grid-y > .xlarge-11,
  .grid-y > .xlarge-10,
  .grid-y > .xlarge-9,
  .grid-y > .xlarge-8,
  .grid-y > .xlarge-7,
  .grid-y > .xlarge-6,
  .grid-y > .xlarge-5,
  .grid-y > .xlarge-4,
  .grid-y > .xlarge-3,
  .grid-y > .xlarge-2,
  .grid-y > .xlarge-1,
  .grid-y > .xlarge-shrink {
    flex: 0 0 auto;
  }

  .grid-y > .xlarge-shrink {
    height: auto;
  }

  .grid-y > .xlarge-1 {
    height: 8.3333333333%;
  }

  .grid-y > .xlarge-2 {
    height: 16.6666666667%;
  }

  .grid-y > .xlarge-3 {
    height: 25%;
  }

  .grid-y > .xlarge-4 {
    height: 33.3333333333%;
  }

  .grid-y > .xlarge-5 {
    height: 41.6666666667%;
  }

  .grid-y > .xlarge-6 {
    height: 50%;
  }

  .grid-y > .xlarge-7 {
    height: 58.3333333333%;
  }

  .grid-y > .xlarge-8 {
    height: 66.6666666667%;
  }

  .grid-y > .xlarge-9 {
    height: 75%;
  }

  .grid-y > .xlarge-10 {
    height: 83.3333333333%;
  }

  .grid-y > .xlarge-11 {
    height: 91.6666666667%;
  }

  .grid-y > .xlarge-12 {
    height: 100%;
  }
}

@media screen and (min-width: 75em) {
  .grid-y > .xxlarge-auto {
    flex: 1 1 0px;
    height: auto;
  }

  .grid-y > .xxlarge-12,
  .grid-y > .xxlarge-11,
  .grid-y > .xxlarge-10,
  .grid-y > .xxlarge-9,
  .grid-y > .xxlarge-8,
  .grid-y > .xxlarge-7,
  .grid-y > .xxlarge-6,
  .grid-y > .xxlarge-5,
  .grid-y > .xxlarge-4,
  .grid-y > .xxlarge-3,
  .grid-y > .xxlarge-2,
  .grid-y > .xxlarge-1,
  .grid-y > .xxlarge-shrink {
    flex: 0 0 auto;
  }

  .grid-y > .xxlarge-shrink {
    height: auto;
  }

  .grid-y > .xxlarge-1 {
    height: 8.3333333333%;
  }

  .grid-y > .xxlarge-2 {
    height: 16.6666666667%;
  }

  .grid-y > .xxlarge-3 {
    height: 25%;
  }

  .grid-y > .xxlarge-4 {
    height: 33.3333333333%;
  }

  .grid-y > .xxlarge-5 {
    height: 41.6666666667%;
  }

  .grid-y > .xxlarge-6 {
    height: 50%;
  }

  .grid-y > .xxlarge-7 {
    height: 58.3333333333%;
  }

  .grid-y > .xxlarge-8 {
    height: 66.6666666667%;
  }

  .grid-y > .xxlarge-9 {
    height: 75%;
  }

  .grid-y > .xxlarge-10 {
    height: 83.3333333333%;
  }

  .grid-y > .xxlarge-11 {
    height: 91.6666666667%;
  }

  .grid-y > .xxlarge-12 {
    height: 100%;
  }
}

@media screen and (min-width: 83.75em) {
  .grid-y > .xxlarger-auto {
    flex: 1 1 0px;
    height: auto;
  }

  .grid-y > .xxlarger-12,
  .grid-y > .xxlarger-11,
  .grid-y > .xxlarger-10,
  .grid-y > .xxlarger-9,
  .grid-y > .xxlarger-8,
  .grid-y > .xxlarger-7,
  .grid-y > .xxlarger-6,
  .grid-y > .xxlarger-5,
  .grid-y > .xxlarger-4,
  .grid-y > .xxlarger-3,
  .grid-y > .xxlarger-2,
  .grid-y > .xxlarger-1,
  .grid-y > .xxlarger-shrink {
    flex: 0 0 auto;
  }

  .grid-y > .xxlarger-shrink {
    height: auto;
  }

  .grid-y > .xxlarger-1 {
    height: 8.3333333333%;
  }

  .grid-y > .xxlarger-2 {
    height: 16.6666666667%;
  }

  .grid-y > .xxlarger-3 {
    height: 25%;
  }

  .grid-y > .xxlarger-4 {
    height: 33.3333333333%;
  }

  .grid-y > .xxlarger-5 {
    height: 41.6666666667%;
  }

  .grid-y > .xxlarger-6 {
    height: 50%;
  }

  .grid-y > .xxlarger-7 {
    height: 58.3333333333%;
  }

  .grid-y > .xxlarger-8 {
    height: 66.6666666667%;
  }

  .grid-y > .xxlarger-9 {
    height: 75%;
  }

  .grid-y > .xxlarger-10 {
    height: 83.3333333333%;
  }

  .grid-y > .xxlarger-11 {
    height: 91.6666666667%;
  }

  .grid-y > .xxlarger-12 {
    height: 100%;
  }
}

@media screen and (min-width: 75em) {
  .grid-y > .xxlarge-auto {
    flex: 1 1 0px;
    height: auto;
  }

  .grid-y > .xxlarge-shrink,
  .grid-y > .xxlarge-1,
  .grid-y > .xxlarge-2,
  .grid-y > .xxlarge-3,
  .grid-y > .xxlarge-4,
  .grid-y > .xxlarge-5,
  .grid-y > .xxlarge-6,
  .grid-y > .xxlarge-7,
  .grid-y > .xxlarge-8,
  .grid-y > .xxlarge-9,
  .grid-y > .xxlarge-10,
  .grid-y > .xxlarge-11,
  .grid-y > .xxlarge-12 {
    flex: 0 0 auto;
  }

  .grid-y > .xxlarge-shrink {
    height: auto;
  }

  .grid-y > .xxlarge-1 {
    height: 8.3333333333%;
  }

  .grid-y > .xxlarge-2 {
    height: 16.6666666667%;
  }

  .grid-y > .xxlarge-3 {
    height: 25%;
  }

  .grid-y > .xxlarge-4 {
    height: 33.3333333333%;
  }

  .grid-y > .xxlarge-5 {
    height: 41.6666666667%;
  }

  .grid-y > .xxlarge-6 {
    height: 50%;
  }

  .grid-y > .xxlarge-7 {
    height: 58.3333333333%;
  }

  .grid-y > .xxlarge-8 {
    height: 66.6666666667%;
  }

  .grid-y > .xxlarge-9 {
    height: 75%;
  }

  .grid-y > .xxlarge-10 {
    height: 83.3333333333%;
  }

  .grid-y > .xxlarge-11 {
    height: 91.6666666667%;
  }

  .grid-y > .xxlarge-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 26.5625em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media print, screen and (min-width: 26.5625em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 26.5625em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 26.5625em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 26.5625em) {
  .grid-margin-y > .auto {
    height: auto;
  }

  .grid-margin-y > .shrink {
    height: auto;
  }

  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }

  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }

  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }

  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }

  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }

  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }

  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }

  .grid-margin-y > .medium-auto {
    height: auto;
  }

  .grid-margin-y > .medium-shrink {
    height: auto;
  }

  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }

  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }

  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }

  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }

  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }

  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }

  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }

  .grid-margin-y > .large-shrink {
    height: auto;
  }

  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }

  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }

  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }

  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }

  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }

  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }

  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 51.25em) {
  .grid-margin-y > .larger-auto {
    height: auto;
  }

  .grid-margin-y > .larger-shrink {
    height: auto;
  }

  .grid-margin-y > .larger-1 {
    height: calc(8.3333333333% - 1.875rem);
  }

  .grid-margin-y > .larger-2 {
    height: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-y > .larger-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .larger-4 {
    height: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-y > .larger-5 {
    height: calc(41.6666666667% - 1.875rem);
  }

  .grid-margin-y > .larger-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .larger-7 {
    height: calc(58.3333333333% - 1.875rem);
  }

  .grid-margin-y > .larger-8 {
    height: calc(66.6666666667% - 1.875rem);
  }

  .grid-margin-y > .larger-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .larger-10 {
    height: calc(83.3333333333% - 1.875rem);
  }

  .grid-margin-y > .larger-11 {
    height: calc(91.6666666667% - 1.875rem);
  }

  .grid-margin-y > .larger-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }

  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }

  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }

  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }

  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }

  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }

  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }

  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }

  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 75em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }

  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }

  .grid-margin-y > .xxlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 83.75em) {
  .grid-margin-y > .xxlarger-auto {
    height: auto;
  }

  .grid-margin-y > .xxlarger-shrink {
    height: auto;
  }

  .grid-margin-y > .xxlarger-1 {
    height: calc(8.3333333333% - 1.875rem);
  }

  .grid-margin-y > .xxlarger-2 {
    height: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-y > .xxlarger-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .xxlarger-4 {
    height: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-y > .xxlarger-5 {
    height: calc(41.6666666667% - 1.875rem);
  }

  .grid-margin-y > .xxlarger-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .xxlarger-7 {
    height: calc(58.3333333333% - 1.875rem);
  }

  .grid-margin-y > .xxlarger-8 {
    height: calc(66.6666666667% - 1.875rem);
  }

  .grid-margin-y > .xxlarger-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .xxlarger-10 {
    height: calc(83.3333333333% - 1.875rem);
  }

  .grid-margin-y > .xxlarger-11 {
    height: calc(91.6666666667% - 1.875rem);
  }

  .grid-margin-y > .xxlarger-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 75em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }

  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }

  .grid-margin-y > .xxlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}

.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 26.5625em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

  .cell .medium-grid-frame {
    width: 100%;
  }

  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }

  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media print, screen and (min-width: 40em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

  .cell .large-grid-frame {
    width: 100%;
  }

  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }

  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media screen and (min-width: 51.25em) {
  .larger-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

  .cell .larger-grid-frame {
    width: 100%;
  }

  .larger-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .larger-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }

  .larger-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .larger-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media print, screen and (min-width: 64em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

  .cell .xlarge-grid-frame {
    width: 100%;
  }

  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .xlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }

  .xlarge-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media screen and (min-width: 75em) {
  .xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

  .cell .xxlarge-grid-frame {
    width: 100%;
  }

  .xxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .xxlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }

  .xxlarge-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .xxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media screen and (min-width: 83.75em) {
  .xxlarger-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

  .cell .xxlarger-grid-frame {
    width: 100%;
  }

  .xxlarger-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .xxlarger-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }

  .xxlarger-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .xxlarger-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media screen and (min-width: 75em) {
  .xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

  .cell .xxlarge-grid-frame {
    width: 100%;
  }

  .xxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .xxlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }

  .xxlarge-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .xxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
}

@media print, screen and (min-width: 26.5625em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

@media print, screen and (min-width: 40em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

@media screen and (min-width: 51.25em) {
  .grid-y.larger-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y.xlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

@media screen and (min-width: 75em) {
  .grid-y.xxlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

@media screen and (min-width: 83.75em) {
  .grid-y.xxlarger-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

@media screen and (min-width: 75em) {
  .grid-y.xxlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}

@media print, screen and (min-width: 26.5625em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

@media screen and (min-width: 51.25em) {
  .cell .grid-y.larger-grid-frame {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%;
  }
}

@media screen and (min-width: 75em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%;
  }
}

@media screen and (min-width: 83.75em) {
  .cell .grid-y.xxlarger-grid-frame {
    height: 100%;
  }
}

@media screen and (min-width: 75em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 26.5625em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 26.5625em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 26.5625em) {
  .grid-margin-y > .auto {
    height: auto;
  }

  .grid-margin-y > .shrink {
    height: auto;
  }

  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }

  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }

  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }

  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }

  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }

  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }

  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }

  .grid-margin-y > .medium-auto {
    height: auto;
  }

  .grid-margin-y > .medium-shrink {
    height: auto;
  }

  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }

  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }

  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }

  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }

  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }

  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }

  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }

  .grid-margin-y > .large-shrink {
    height: auto;
  }

  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }

  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }

  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }

  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }

  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }

  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }

  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 51.25em) {
  .grid-margin-y > .larger-auto {
    height: auto;
  }

  .grid-margin-y > .larger-shrink {
    height: auto;
  }

  .grid-margin-y > .larger-1 {
    height: calc(8.3333333333% - 1.875rem);
  }

  .grid-margin-y > .larger-2 {
    height: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-y > .larger-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .larger-4 {
    height: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-y > .larger-5 {
    height: calc(41.6666666667% - 1.875rem);
  }

  .grid-margin-y > .larger-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .larger-7 {
    height: calc(58.3333333333% - 1.875rem);
  }

  .grid-margin-y > .larger-8 {
    height: calc(66.6666666667% - 1.875rem);
  }

  .grid-margin-y > .larger-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .larger-10 {
    height: calc(83.3333333333% - 1.875rem);
  }

  .grid-margin-y > .larger-11 {
    height: calc(91.6666666667% - 1.875rem);
  }

  .grid-margin-y > .larger-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }

  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }

  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }

  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }

  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }

  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }

  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }

  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }

  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 75em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }

  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }

  .grid-margin-y > .xxlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 83.75em) {
  .grid-margin-y > .xxlarger-auto {
    height: auto;
  }

  .grid-margin-y > .xxlarger-shrink {
    height: auto;
  }

  .grid-margin-y > .xxlarger-1 {
    height: calc(8.3333333333% - 1.875rem);
  }

  .grid-margin-y > .xxlarger-2 {
    height: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-y > .xxlarger-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .xxlarger-4 {
    height: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-y > .xxlarger-5 {
    height: calc(41.6666666667% - 1.875rem);
  }

  .grid-margin-y > .xxlarger-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .xxlarger-7 {
    height: calc(58.3333333333% - 1.875rem);
  }

  .grid-margin-y > .xxlarger-8 {
    height: calc(66.6666666667% - 1.875rem);
  }

  .grid-margin-y > .xxlarger-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .xxlarger-10 {
    height: calc(83.3333333333% - 1.875rem);
  }

  .grid-margin-y > .xxlarger-11 {
    height: calc(91.6666666667% - 1.875rem);
  }

  .grid-margin-y > .xxlarger-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 75em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }

  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }

  .grid-margin-y > .xxlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}

@media print, screen and (min-width: 26.5625em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 51.25em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 75em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 83.75em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 75em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 26.5625em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 51.25em) {
  .grid-margin-y.larger-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 75em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 83.75em) {
  .grid-margin-y.xxlarger-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 75em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}

.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 26.5625em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media screen and (min-width: 51.25em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media screen and (min-width: 75em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media screen and (min-width: 83.75em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media screen and (min-width: 75em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

.row:not(.expanded) .row {
  max-width: none;
}

.row.collapse > .column,
.row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.row.is-collapse-child,
.row.collapse > .column > .row,
.row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

.column,
.columns {
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0;
}

@media print, screen and (min-width: 26.5625em) {
  .column,
  .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.column.row.row,
.row.row.columns {
  float: none;
  display: block;
}

.row .column.row.row,
.row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-up-1 {
  flex-wrap: wrap;
}

.small-up-1 > .column,
.small-up-1 > .columns {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  flex-wrap: wrap;
}

.small-up-2 > .column,
.small-up-2 > .columns {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  flex-wrap: wrap;
}

.small-up-3 > .column,
.small-up-3 > .columns {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-up-4 {
  flex-wrap: wrap;
}

.small-up-4 > .column,
.small-up-4 > .columns {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  flex-wrap: wrap;
}

.small-up-5 > .column,
.small-up-5 > .columns {
  flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  flex-wrap: wrap;
}

.small-up-6 > .column,
.small-up-6 > .columns {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-up-7 {
  flex-wrap: wrap;
}

.small-up-7 > .column,
.small-up-7 > .columns {
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.small-up-8 {
  flex-wrap: wrap;
}

.small-up-8 > .column,
.small-up-8 > .columns {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-collapse > .column,
.small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.small-uncollapse > .column,
.small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 26.5625em) {
  .medium-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .medium-offset-0 {
    margin-left: 0%;
  }

  .medium-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }

  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }

  .medium-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .medium-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }

  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }

  .medium-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .medium-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }

  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }

  .medium-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .medium-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }

  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }

  .medium-up-1 {
    flex-wrap: wrap;
  }

  .medium-up-1 > .column,
  .medium-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .medium-up-2 {
    flex-wrap: wrap;
  }

  .medium-up-2 > .column,
  .medium-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .medium-up-3 {
    flex-wrap: wrap;
  }

  .medium-up-3 > .column,
  .medium-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .medium-up-4 {
    flex-wrap: wrap;
  }

  .medium-up-4 > .column,
  .medium-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .medium-up-5 {
    flex-wrap: wrap;
  }

  .medium-up-5 > .column,
  .medium-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .medium-up-6 {
    flex-wrap: wrap;
  }

  .medium-up-6 > .column,
  .medium-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .medium-up-7 {
    flex-wrap: wrap;
  }

  .medium-up-7 > .column,
  .medium-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .medium-up-8 {
    flex-wrap: wrap;
  }

  .medium-up-8 > .column,
  .medium-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print, screen and (min-width: 26.5625em) and (min-width: 26.5625em) {
  .medium-expand {
    flex: 1 1 0px;
  }
}

.row.medium-unstack > .column,
.row.medium-unstack > .columns {
  flex: 0 0 100%;
}

@media print, screen and (min-width: 26.5625em) {
  .row.medium-unstack > .column,
  .row.medium-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 26.5625em) {
  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 26.5625em) {
  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 40em) {
  .large-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .large-offset-0 {
    margin-left: 0%;
  }

  .large-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .large-offset-1 {
    margin-left: 8.3333333333%;
  }

  .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .large-offset-2 {
    margin-left: 16.6666666667%;
  }

  .large-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .large-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .large-offset-4 {
    margin-left: 33.3333333333%;
  }

  .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .large-offset-5 {
    margin-left: 41.6666666667%;
  }

  .large-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .large-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .large-offset-7 {
    margin-left: 58.3333333333%;
  }

  .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .large-offset-8 {
    margin-left: 66.6666666667%;
  }

  .large-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .large-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .large-offset-10 {
    margin-left: 83.3333333333%;
  }

  .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .large-offset-11 {
    margin-left: 91.6666666667%;
  }

  .large-up-1 {
    flex-wrap: wrap;
  }

  .large-up-1 > .column,
  .large-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .large-up-2 {
    flex-wrap: wrap;
  }

  .large-up-2 > .column,
  .large-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .large-up-3 {
    flex-wrap: wrap;
  }

  .large-up-3 > .column,
  .large-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .large-up-4 {
    flex-wrap: wrap;
  }

  .large-up-4 > .column,
  .large-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .large-up-5 {
    flex-wrap: wrap;
  }

  .large-up-5 > .column,
  .large-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .large-up-6 {
    flex-wrap: wrap;
  }

  .large-up-6 > .column,
  .large-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .large-up-7 {
    flex-wrap: wrap;
  }

  .large-up-7 > .column,
  .large-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .large-up-8 {
    flex-wrap: wrap;
  }

  .large-up-8 > .column,
  .large-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .large-expand {
    flex: 1 1 0px;
  }
}

.row.large-unstack > .column,
.row.large-unstack > .columns {
  flex: 0 0 100%;
}

@media print, screen and (min-width: 40em) {
  .row.large-unstack > .column,
  .row.large-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 40em) {
  .large-collapse > .column,
  .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 40em) {
  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 51.25em) {
  .larger-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .larger-offset-0 {
    margin-left: 0%;
  }

  .larger-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .larger-offset-1 {
    margin-left: 8.3333333333%;
  }

  .larger-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .larger-offset-2 {
    margin-left: 16.6666666667%;
  }

  .larger-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .larger-offset-3 {
    margin-left: 25%;
  }

  .larger-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .larger-offset-4 {
    margin-left: 33.3333333333%;
  }

  .larger-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .larger-offset-5 {
    margin-left: 41.6666666667%;
  }

  .larger-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .larger-offset-6 {
    margin-left: 50%;
  }

  .larger-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .larger-offset-7 {
    margin-left: 58.3333333333%;
  }

  .larger-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .larger-offset-8 {
    margin-left: 66.6666666667%;
  }

  .larger-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .larger-offset-9 {
    margin-left: 75%;
  }

  .larger-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .larger-offset-10 {
    margin-left: 83.3333333333%;
  }

  .larger-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .larger-offset-11 {
    margin-left: 91.6666666667%;
  }

  .larger-up-1 {
    flex-wrap: wrap;
  }

  .larger-up-1 > .column,
  .larger-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .larger-up-2 {
    flex-wrap: wrap;
  }

  .larger-up-2 > .column,
  .larger-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .larger-up-3 {
    flex-wrap: wrap;
  }

  .larger-up-3 > .column,
  .larger-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .larger-up-4 {
    flex-wrap: wrap;
  }

  .larger-up-4 > .column,
  .larger-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .larger-up-5 {
    flex-wrap: wrap;
  }

  .larger-up-5 > .column,
  .larger-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .larger-up-6 {
    flex-wrap: wrap;
  }

  .larger-up-6 > .column,
  .larger-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .larger-up-7 {
    flex-wrap: wrap;
  }

  .larger-up-7 > .column,
  .larger-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .larger-up-8 {
    flex-wrap: wrap;
  }

  .larger-up-8 > .column,
  .larger-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media screen and (min-width: 51.25em) and (min-width: 51.25em) {
  .larger-expand {
    flex: 1 1 0px;
  }
}

.row.larger-unstack > .column,
.row.larger-unstack > .columns {
  flex: 0 0 100%;
}

@media screen and (min-width: 51.25em) {
  .row.larger-unstack > .column,
  .row.larger-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media screen and (min-width: 51.25em) {
  .larger-collapse > .column,
  .larger-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 51.25em) {
  .larger-uncollapse > .column,
  .larger-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .xlarge-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .xlarge-offset-0 {
    margin-left: 0%;
  }

  .xlarge-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }

  .xlarge-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }

  .xlarge-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .xlarge-offset-3 {
    margin-left: 25%;
  }

  .xlarge-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }

  .xlarge-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }

  .xlarge-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .xlarge-offset-6 {
    margin-left: 50%;
  }

  .xlarge-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }

  .xlarge-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }

  .xlarge-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .xlarge-offset-9 {
    margin-left: 75%;
  }

  .xlarge-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }

  .xlarge-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }

  .xlarge-up-1 {
    flex-wrap: wrap;
  }

  .xlarge-up-1 > .column,
  .xlarge-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .xlarge-up-2 {
    flex-wrap: wrap;
  }

  .xlarge-up-2 > .column,
  .xlarge-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .xlarge-up-3 {
    flex-wrap: wrap;
  }

  .xlarge-up-3 > .column,
  .xlarge-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .xlarge-up-4 {
    flex-wrap: wrap;
  }

  .xlarge-up-4 > .column,
  .xlarge-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .xlarge-up-5 {
    flex-wrap: wrap;
  }

  .xlarge-up-5 > .column,
  .xlarge-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .xlarge-up-6 {
    flex-wrap: wrap;
  }

  .xlarge-up-6 > .column,
  .xlarge-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .xlarge-up-7 {
    flex-wrap: wrap;
  }

  .xlarge-up-7 > .column,
  .xlarge-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .xlarge-up-8 {
    flex-wrap: wrap;
  }

  .xlarge-up-8 > .column,
  .xlarge-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .xlarge-expand {
    flex: 1 1 0px;
  }
}

.row.xlarge-unstack > .column,
.row.xlarge-unstack > .columns {
  flex: 0 0 100%;
}

@media print, screen and (min-width: 64em) {
  .row.xlarge-unstack > .column,
  .row.xlarge-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .xlarge-collapse > .column,
  .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .xlarge-uncollapse > .column,
  .xlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 75em) {
  .xxlarge-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .xxlarge-offset-0 {
    margin-left: 0%;
  }

  .xxlarge-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .xxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }

  .xxlarge-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .xxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }

  .xxlarge-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .xxlarge-offset-3 {
    margin-left: 25%;
  }

  .xxlarge-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .xxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }

  .xxlarge-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .xxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }

  .xxlarge-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .xxlarge-offset-6 {
    margin-left: 50%;
  }

  .xxlarge-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .xxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }

  .xxlarge-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .xxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }

  .xxlarge-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .xxlarge-offset-9 {
    margin-left: 75%;
  }

  .xxlarge-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .xxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }

  .xxlarge-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .xxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }

  .xxlarge-up-1 {
    flex-wrap: wrap;
  }

  .xxlarge-up-1 > .column,
  .xxlarge-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .xxlarge-up-2 {
    flex-wrap: wrap;
  }

  .xxlarge-up-2 > .column,
  .xxlarge-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .xxlarge-up-3 {
    flex-wrap: wrap;
  }

  .xxlarge-up-3 > .column,
  .xxlarge-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .xxlarge-up-4 {
    flex-wrap: wrap;
  }

  .xxlarge-up-4 > .column,
  .xxlarge-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .xxlarge-up-5 {
    flex-wrap: wrap;
  }

  .xxlarge-up-5 > .column,
  .xxlarge-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .xxlarge-up-6 {
    flex-wrap: wrap;
  }

  .xxlarge-up-6 > .column,
  .xxlarge-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .xxlarge-up-7 {
    flex-wrap: wrap;
  }

  .xxlarge-up-7 > .column,
  .xxlarge-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .xxlarge-up-8 {
    flex-wrap: wrap;
  }

  .xxlarge-up-8 > .column,
  .xxlarge-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media screen and (min-width: 75em) and (min-width: 75em) {
  .xxlarge-expand {
    flex: 1 1 0px;
  }
}

.row.xxlarge-unstack > .column,
.row.xxlarge-unstack > .columns {
  flex: 0 0 100%;
}

@media screen and (min-width: 75em) {
  .row.xxlarge-unstack > .column,
  .row.xxlarge-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media screen and (min-width: 75em) {
  .xxlarge-collapse > .column,
  .xxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 75em) {
  .xxlarge-uncollapse > .column,
  .xxlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 83.75em) {
  .xxlarger-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .xxlarger-offset-0 {
    margin-left: 0%;
  }

  .xxlarger-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .xxlarger-offset-1 {
    margin-left: 8.3333333333%;
  }

  .xxlarger-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .xxlarger-offset-2 {
    margin-left: 16.6666666667%;
  }

  .xxlarger-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .xxlarger-offset-3 {
    margin-left: 25%;
  }

  .xxlarger-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .xxlarger-offset-4 {
    margin-left: 33.3333333333%;
  }

  .xxlarger-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .xxlarger-offset-5 {
    margin-left: 41.6666666667%;
  }

  .xxlarger-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .xxlarger-offset-6 {
    margin-left: 50%;
  }

  .xxlarger-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .xxlarger-offset-7 {
    margin-left: 58.3333333333%;
  }

  .xxlarger-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .xxlarger-offset-8 {
    margin-left: 66.6666666667%;
  }

  .xxlarger-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .xxlarger-offset-9 {
    margin-left: 75%;
  }

  .xxlarger-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .xxlarger-offset-10 {
    margin-left: 83.3333333333%;
  }

  .xxlarger-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .xxlarger-offset-11 {
    margin-left: 91.6666666667%;
  }

  .xxlarger-up-1 {
    flex-wrap: wrap;
  }

  .xxlarger-up-1 > .column,
  .xxlarger-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .xxlarger-up-2 {
    flex-wrap: wrap;
  }

  .xxlarger-up-2 > .column,
  .xxlarger-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .xxlarger-up-3 {
    flex-wrap: wrap;
  }

  .xxlarger-up-3 > .column,
  .xxlarger-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .xxlarger-up-4 {
    flex-wrap: wrap;
  }

  .xxlarger-up-4 > .column,
  .xxlarger-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .xxlarger-up-5 {
    flex-wrap: wrap;
  }

  .xxlarger-up-5 > .column,
  .xxlarger-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .xxlarger-up-6 {
    flex-wrap: wrap;
  }

  .xxlarger-up-6 > .column,
  .xxlarger-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .xxlarger-up-7 {
    flex-wrap: wrap;
  }

  .xxlarger-up-7 > .column,
  .xxlarger-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .xxlarger-up-8 {
    flex-wrap: wrap;
  }

  .xxlarger-up-8 > .column,
  .xxlarger-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media screen and (min-width: 83.75em) and (min-width: 83.75em) {
  .xxlarger-expand {
    flex: 1 1 0px;
  }
}

.row.xxlarger-unstack > .column,
.row.xxlarger-unstack > .columns {
  flex: 0 0 100%;
}

@media screen and (min-width: 83.75em) {
  .row.xxlarger-unstack > .column,
  .row.xxlarger-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media screen and (min-width: 83.75em) {
  .xxlarger-collapse > .column,
  .xxlarger-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 83.75em) {
  .xxlarger-uncollapse > .column,
  .xxlarger-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 75em) {
  .xxlarge-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .xxlarge-offset-0 {
    margin-left: 0%;
  }

  .xxlarge-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .xxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }

  .xxlarge-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .xxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }

  .xxlarge-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .xxlarge-offset-3 {
    margin-left: 25%;
  }

  .xxlarge-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .xxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }

  .xxlarge-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .xxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }

  .xxlarge-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .xxlarge-offset-6 {
    margin-left: 50%;
  }

  .xxlarge-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .xxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }

  .xxlarge-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .xxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }

  .xxlarge-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .xxlarge-offset-9 {
    margin-left: 75%;
  }

  .xxlarge-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .xxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }

  .xxlarge-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .xxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }

  .xxlarge-up-1 {
    flex-wrap: wrap;
  }

  .xxlarge-up-1 > .column,
  .xxlarge-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .xxlarge-up-2 {
    flex-wrap: wrap;
  }

  .xxlarge-up-2 > .column,
  .xxlarge-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .xxlarge-up-3 {
    flex-wrap: wrap;
  }

  .xxlarge-up-3 > .column,
  .xxlarge-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .xxlarge-up-4 {
    flex-wrap: wrap;
  }

  .xxlarge-up-4 > .column,
  .xxlarge-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .xxlarge-up-5 {
    flex-wrap: wrap;
  }

  .xxlarge-up-5 > .column,
  .xxlarge-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .xxlarge-up-6 {
    flex-wrap: wrap;
  }

  .xxlarge-up-6 > .column,
  .xxlarge-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .xxlarge-up-7 {
    flex-wrap: wrap;
  }

  .xxlarge-up-7 > .column,
  .xxlarge-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .xxlarge-up-8 {
    flex-wrap: wrap;
  }

  .xxlarge-up-8 > .column,
  .xxlarge-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media screen and (min-width: 75em) and (min-width: 75em) {
  .xxlarge-expand {
    flex: 1 1 0px;
  }
}

.row.xxlarge-unstack > .column,
.row.xxlarge-unstack > .columns {
  flex: 0 0 100%;
}

@media screen and (min-width: 75em) {
  .row.xxlarge-unstack > .column,
  .row.xxlarge-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media screen and (min-width: 75em) {
  .xxlarge-collapse > .column,
  .xxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 75em) {
  .xxlarge-uncollapse > .column,
  .xxlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.shrink {
  flex: 0 0 auto;
  max-width: 100%;
}

.column-block {
  margin-bottom: 1.25rem;
}

.column-block > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 26.5625em) {
  .column-block {
    margin-bottom: 1.875rem;
  }

  .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: 20px;
  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: #33a8a8;
  color: #fefefe;
}

[data-whatinput=mouse] .button {
  outline: 0;
}

.button:hover,
.button:focus {
  background-color: #2b8f8f;
  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: #1779ba;
  color: #fefefe;
}

.button.primary:hover,
.button.primary:focus {
  background-color: #126195;
  color: #fefefe;
}

.button.secondary {
  background-color: #767676;
  color: #fefefe;
}

.button.secondary:hover,
.button.secondary:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}

.button.success {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button.success:hover,
.button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

.button.warning {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button.warning:hover,
.button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

.button.alert {
  background-color: #cc4b37;
  color: #fefefe;
}

.button.alert:hover,
.button.alert:focus {
  background-color: #a53b2a;
  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: #33a8a8;
  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: #1779ba;
  color: #fefefe;
}

.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: #767676;
  color: #fefefe;
}

.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 #33a8a8;
  color: #33a8a8;
}

.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: #1a5454;
  color: #1a5454;
}

.button.hollow:hover.disabled,
.button.hollow:hover[disabled],
.button.hollow:focus.disabled,
.button.hollow:focus[disabled] {
  border: 1px solid #33a8a8;
  color: #33a8a8;
}

.button.hollow.primary {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.hollow.primary:hover,
.button.hollow.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button.hollow.primary:hover.disabled,
.button.hollow.primary:hover[disabled],
.button.hollow.primary:focus.disabled,
.button.hollow.primary:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.hollow.secondary {
  border: 1px solid #767676;
  color: #767676;
}

.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}

.button.hollow.secondary:hover.disabled,
.button.hollow.secondary:hover[disabled],
.button.hollow.secondary:focus.disabled,
.button.hollow.secondary:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}

.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.success:hover,
.button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}

.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: #805700;
  color: #805700;
}

.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: #67251a;
  color: #67251a;
}

.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 #33a8a8;
  color: #33a8a8;
}

.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: #1a5454;
  color: #1a5454;
}

.button.clear:hover.disabled,
.button.clear:hover[disabled],
.button.clear:focus.disabled,
.button.clear:focus[disabled] {
  border: 1px solid #33a8a8;
  color: #33a8a8;
}

.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 #1779ba;
  color: #1779ba;
}

.button.clear.primary:hover,
.button.clear.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled],
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.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 #767676;
  color: #767676;
}

.button.clear.secondary:hover,
.button.clear.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}

.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled],
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}

.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: #157539;
  color: #157539;
}

.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: #805700;
  color: #805700;
}

.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: #67251a;
  color: #67251a;
}

.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: #33a8a8;
}

.button.dropdown.hollow.primary::after,
.button.dropdown.clear.primary::after {
  border-top-color: #1779ba;
}

.button.dropdown.hollow.secondary::after,
.button.dropdown.clear.secondary::after {
  border-top-color: #767676;
}

.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;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}

.button-group::before,
.button-group::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.button-group::after {
  clear: both;
}

.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  flex: 0 0 auto;
}

.button-group .button:last-child {
  margin-right: 0;
}

.button-group.tiny .button {
  font-size: 0.6rem;
}

.button-group.small .button {
  font-size: 0.75rem;
}

.button-group.large .button {
  font-size: 1.25rem;
}

.button-group.expanded .button {
  flex: 1 1 0px;
}

.button-group.primary .button {
  background-color: #1779ba;
  color: #fefefe;
}

.button-group.primary .button:hover,
.button-group.primary .button:focus {
  background-color: #126195;
  color: #fefefe;
}

.button-group.secondary .button {
  background-color: #767676;
  color: #fefefe;
}

.button-group.secondary .button:hover,
.button-group.secondary .button:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}

.button-group.success .button {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button-group.success .button:hover,
.button-group.success .button:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

.button-group.warning .button {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button-group.warning .button:hover,
.button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

.button-group.alert .button {
  background-color: #cc4b37;
  color: #fefefe;
}

.button-group.alert .button:hover,
.button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #fefefe;
}

.button-group.stacked,
.button-group.stacked-for-small,
.button-group.stacked-for-medium {
  flex-wrap: wrap;
}

.button-group.stacked .button,
.button-group.stacked-for-small .button,
.button-group.stacked-for-medium .button {
  flex: 0 0 100%;
}

.button-group.stacked .button:last-child,
.button-group.stacked-for-small .button:last-child,
.button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}

.button-group.stacked.expanded .button,
.button-group.stacked-for-small.expanded .button,
.button-group.stacked-for-medium.expanded .button {
  flex: 1 1 0px;
}

@media print, screen and (min-width: 26.5625em) {
  .button-group.stacked-for-small .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-medium .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 26.56125em) {
  .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: 39.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: #1779ba;
  color: #fefefe;
}

.label.primary {
  background: #1779ba;
  color: #fefefe;
}

.label.secondary {
  background: #767676;
  color: #fefefe;
}

.label.success {
  background: #3adb76;
  color: #0a0a0a;
}

.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}

.label.alert {
  background: #cc4b37;
  color: #fefefe;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #f8f8f8;
  color: #0a0a0a;
}

tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}

thead tr,
tfoot tr {
  background: transparent;
}

thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

table.unstriped tbody {
  background-color: #fefefe;
}

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

@media screen and (max-width: 39.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: #f3f3f3;
}

table.hover tfoot tr:hover {
  background-color: #ececec;
}

table.hover tbody tr:hover {
  background-color: #f9f9f9;
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.table-scroll {
  overflow-x: auto;
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a;
}

.callout > :first-child {
  margin-top: 0;
}

.callout > :last-child {
  margin-bottom: 0;
}

.callout.primary {
  background-color: #d7ecfa;
  color: #0a0a0a;
}

.callout.secondary {
  background-color: #eaeaea;
  color: #0a0a0a;
}

.callout.success {
  background-color: #e1faea;
  color: #0a0a0a;
}

.callout.warning {
  background-color: #fff3d9;
  color: #0a0a0a;
}

.callout.alert {
  background-color: #f7e4e1;
  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;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #323366;
  font-size: 1rem;
}

.dropdown-pane.is-opening {
  display: block;
}

.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

.pagination::before,
.pagination::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.pagination::after {
  clear: both;
}

.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}

.pagination li:last-child,
.pagination li:first-child {
  display: inline-block;
}

@media print, screen and (min-width: 26.5625em) {
  .pagination li {
    display: inline-block;
  }
}

.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}

.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #1779ba;
  color: #fefefe;
  cursor: default;
}

.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "\2026";
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "\AB";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "\BB";
}

.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: 1rem;
  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%;
}

.responsive-embed.vertical,
.flex-video.vertical {
  padding-bottom: 177.7777777778%;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

[data-whatinput=mouse] .menu li {
  outline: 0;
}

.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}

.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu input {
  display: inline-block;
}

.menu,
.menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}

.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}

.menu.expanded li {
  flex: 1 1 0px;
}

.menu.simple {
  align-items: center;
}

.menu.simple li + li {
  margin-left: 1rem;
}

.menu.simple a {
  padding: 0;
}

@media print, screen and (min-width: 26.5625em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .menu.medium-expanded li {
    flex: 1 1 0px;
  }

  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 40em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .menu.large-expanded li {
    flex: 1 1 0px;
  }

  .menu.large-simple li {
    flex: 1 1 0px;
  }
}

@media screen and (min-width: 51.25em) {
  .menu.larger-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .menu.larger-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .menu.larger-expanded li {
    flex: 1 1 0px;
  }

  .menu.larger-simple li {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .menu.xlarge-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .menu.xlarge-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .menu.xlarge-expanded li {
    flex: 1 1 0px;
  }

  .menu.xlarge-simple li {
    flex: 1 1 0px;
  }
}

@media screen and (min-width: 75em) {
  .menu.xxlarge-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .menu.xxlarge-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .menu.xxlarge-expanded li {
    flex: 1 1 0px;
  }

  .menu.xxlarge-simple li {
    flex: 1 1 0px;
  }
}

@media screen and (min-width: 83.75em) {
  .menu.xxlarger-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .menu.xxlarger-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .menu.xxlarger-expanded li {
    flex: 1 1 0px;
  }

  .menu.xxlarger-simple li {
    flex: 1 1 0px;
  }
}

@media screen and (min-width: 75em) {
  .menu.xxlarge-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .menu.xxlarge-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .menu.xxlarge-expanded li {
    flex: 1 1 0px;
  }

  .menu.xxlarge-simple li {
    flex: 1 1 0px;
  }
}

.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}

.menu.icons a {
  display: flex;
}

.menu.icon-top a,
.menu.icon-right a,
.menu.icon-bottom a,
.menu.icon-left a {
  display: flex;
}

.menu.icon-left li a {
  flex-flow: row nowrap;
}

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}

.menu.icon-right li a {
  flex-flow: row nowrap;
}

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}

.menu.icon-top li a {
  flex-flow: column nowrap;
}

.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu.icon-bottom li a {
  flex-flow: column nowrap;
}

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu .is-active > a {
  background: #1779ba;
  color: #fefefe;
}

.menu .active > a {
  background: #1779ba;
  color: #fefefe;
}

.menu.align-left {
  justify-content: flex-start;
}

.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}

.menu.align-right li .submenu li {
  justify-content: flex-start;
}

.menu.align-right.vertical li {
  display: block;
  text-align: right;
}

.menu.align-right.vertical li .submenu li {
  text-align: right;
}

.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}

.menu.align-center li {
  display: flex;
  justify-content: center;
}

.menu.align-center li .submenu li {
  justify-content: flex-start;
}

.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}

.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}

.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #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: #1779ba 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: #1779ba 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: #0a0a0a;
}

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #0a0a0a;
  transition: transform 0.425s 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 #fefefe;
  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 #fefefe;
  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 #fefefe 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 #fefefe 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: #fefefe transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}

[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}

.dropdown.menu > li > a {
  background: #323366;
  padding: 0.7rem 1rem;
}

.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #fefefe;
}

.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 #fefefe 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 #fefefe;
}

@media print, screen and (min-width: 26.5625em) {
  .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: #fefefe 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 #fefefe 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 #fefefe;
  }
}

@media print, screen and (min-width: 40em) {
  .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: #fefefe 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 #fefefe 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 #fefefe;
  }
}

@media screen and (min-width: 51.25em) {
  .dropdown.menu.larger-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  .dropdown.menu.larger-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  .dropdown.menu.larger-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }

  .dropdown.menu.larger-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: #fefefe transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }

  .dropdown.menu.larger-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.larger-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }

  .dropdown.menu.larger-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  .dropdown.menu.larger-vertical > li > a::after {
    right: 14px;
  }

  .dropdown.menu.larger-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 #fefefe transparent transparent;
    right: auto;
    left: 5px;
  }

  .dropdown.menu.larger-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 #fefefe;
  }
}

@media print, screen and (min-width: 64em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }

  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }

  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }

  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
  }

  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #fefefe transparent transparent;
    right: auto;
    left: 5px;
  }

  .dropdown.menu.xlarge-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 #fefefe;
  }
}

@media screen and (min-width: 75em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }

  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }

  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }

  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  .dropdown.menu.xxlarge-vertical > li > a::after {
    right: 14px;
  }

  .dropdown.menu.xxlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #fefefe transparent transparent;
    right: auto;
    left: 5px;
  }

  .dropdown.menu.xxlarge-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 #fefefe;
  }
}

@media screen and (min-width: 83.75em) {
  .dropdown.menu.xxlarger-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  .dropdown.menu.xxlarger-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  .dropdown.menu.xxlarger-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }

  .dropdown.menu.xxlarger-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: #fefefe transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }

  .dropdown.menu.xxlarger-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.xxlarger-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }

  .dropdown.menu.xxlarger-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  .dropdown.menu.xxlarger-vertical > li > a::after {
    right: 14px;
  }

  .dropdown.menu.xxlarger-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 #fefefe transparent transparent;
    right: auto;
    left: 5px;
  }

  .dropdown.menu.xxlarger-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 #fefefe;
  }
}

@media screen and (min-width: 75em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }

  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }

  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }

  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  .dropdown.menu.xxlarge-vertical > li > a::after {
    right: 14px;
  }

  .dropdown.menu.xxlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #fefefe transparent transparent;
    right: auto;
    left: 5px;
  }

  .dropdown.menu.xxlarge-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 #fefefe;
  }
}

.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: #323366;
}

.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 #fefefe 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 #fefefe;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.title-bar {
  padding: 0.5rem;
  background: #323366;
  color: #fefefe;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap;
}

.top-bar,
.top-bar ul {
  background-color: #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 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 26.5625em) {
  .top-bar {
    flex-wrap: nowrap;
  }

  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }

  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 39.99875em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 51.24875em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-larger {
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-larger .top-bar-left,
  .top-bar.stacked-for-larger .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-xlarge {
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-xlarge .top-bar-left,
  .top-bar.stacked-for-xlarge .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 83.74875em) {
  .top-bar.stacked-for-xxlarge {
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-xxlarge .top-bar-left,
  .top-bar.stacked-for-xxlarge .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 118.74875em) {
  .top-bar.stacked-for-xxlarger {
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-xxlarger .top-bar-left,
  .top-bar.stacked-for-xxlarger .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 83.74875em) {
  .top-bar.stacked-for-xxlarge {
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-xxlarge .top-bar-left,
  .top-bar.stacked-for-xxlarge .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before,
.clearfix::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.clearfix::after {
  clear: both;
}

.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 26.5625em) {
  .medium-order-1 {
    order: 1;
  }

  .medium-order-2 {
    order: 2;
  }

  .medium-order-3 {
    order: 3;
  }

  .medium-order-4 {
    order: 4;
  }

  .medium-order-5 {
    order: 5;
  }

  .medium-order-6 {
    order: 6;
  }
}

@media print, screen and (min-width: 40em) {
  .large-order-1 {
    order: 1;
  }

  .large-order-2 {
    order: 2;
  }

  .large-order-3 {
    order: 3;
  }

  .large-order-4 {
    order: 4;
  }

  .large-order-5 {
    order: 5;
  }

  .large-order-6 {
    order: 6;
  }
}

@media screen and (min-width: 51.25em) {
  .larger-order-1 {
    order: 1;
  }

  .larger-order-2 {
    order: 2;
  }

  .larger-order-3 {
    order: 3;
  }

  .larger-order-4 {
    order: 4;
  }

  .larger-order-5 {
    order: 5;
  }

  .larger-order-6 {
    order: 6;
  }
}

@media print, screen and (min-width: 64em) {
  .xlarge-order-1 {
    order: 1;
  }

  .xlarge-order-2 {
    order: 2;
  }

  .xlarge-order-3 {
    order: 3;
  }

  .xlarge-order-4 {
    order: 4;
  }

  .xlarge-order-5 {
    order: 5;
  }

  .xlarge-order-6 {
    order: 6;
  }
}

@media screen and (min-width: 75em) {
  .xxlarge-order-1 {
    order: 1;
  }

  .xxlarge-order-2 {
    order: 2;
  }

  .xxlarge-order-3 {
    order: 3;
  }

  .xxlarge-order-4 {
    order: 4;
  }

  .xxlarge-order-5 {
    order: 5;
  }

  .xxlarge-order-6 {
    order: 6;
  }
}

@media screen and (min-width: 83.75em) {
  .xxlarger-order-1 {
    order: 1;
  }

  .xxlarger-order-2 {
    order: 2;
  }

  .xxlarger-order-3 {
    order: 3;
  }

  .xxlarger-order-4 {
    order: 4;
  }

  .xxlarger-order-5 {
    order: 5;
  }

  .xxlarger-order-6 {
    order: 6;
  }
}

@media screen and (min-width: 75em) {
  .xxlarge-order-1 {
    order: 1;
  }

  .xxlarge-order-2 {
    order: 2;
  }

  .xxlarge-order-3 {
    order: 3;
  }

  .xxlarge-order-4 {
    order: 4;
  }

  .xxlarge-order-5 {
    order: 5;
  }

  .xxlarge-order-6 {
    order: 6;
  }
}

.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 26.5625em) {
  .medium-flex-container {
    display: flex;
  }

  .medium-flex-child-auto {
    flex: 1 1 auto;
  }

  .medium-flex-child-grow {
    flex: 1 0 auto;
  }

  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }

  .medium-flex-dir-row {
    flex-direction: row;
  }

  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .medium-flex-dir-column {
    flex-direction: column;
  }

  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 40em) {
  .large-flex-container {
    display: flex;
  }

  .large-flex-child-auto {
    flex: 1 1 auto;
  }

  .large-flex-child-grow {
    flex: 1 0 auto;
  }

  .large-flex-child-shrink {
    flex: 0 1 auto;
  }

  .large-flex-dir-row {
    flex-direction: row;
  }

  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .large-flex-dir-column {
    flex-direction: column;
  }

  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 51.25em) {
  .larger-flex-container {
    display: flex;
  }

  .larger-flex-child-auto {
    flex: 1 1 auto;
  }

  .larger-flex-child-grow {
    flex: 1 0 auto;
  }

  .larger-flex-child-shrink {
    flex: 0 1 auto;
  }

  .larger-flex-dir-row {
    flex-direction: row;
  }

  .larger-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .larger-flex-dir-column {
    flex-direction: column;
  }

  .larger-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 64em) {
  .xlarge-flex-container {
    display: flex;
  }

  .xlarge-flex-child-auto {
    flex: 1 1 auto;
  }

  .xlarge-flex-child-grow {
    flex: 1 0 auto;
  }

  .xlarge-flex-child-shrink {
    flex: 0 1 auto;
  }

  .xlarge-flex-dir-row {
    flex-direction: row;
  }

  .xlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .xlarge-flex-dir-column {
    flex-direction: column;
  }

  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 75em) {
  .xxlarge-flex-container {
    display: flex;
  }

  .xxlarge-flex-child-auto {
    flex: 1 1 auto;
  }

  .xxlarge-flex-child-grow {
    flex: 1 0 auto;
  }

  .xxlarge-flex-child-shrink {
    flex: 0 1 auto;
  }

  .xxlarge-flex-dir-row {
    flex-direction: row;
  }

  .xxlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .xxlarge-flex-dir-column {
    flex-direction: column;
  }

  .xxlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 83.75em) {
  .xxlarger-flex-container {
    display: flex;
  }

  .xxlarger-flex-child-auto {
    flex: 1 1 auto;
  }

  .xxlarger-flex-child-grow {
    flex: 1 0 auto;
  }

  .xxlarger-flex-child-shrink {
    flex: 0 1 auto;
  }

  .xxlarger-flex-dir-row {
    flex-direction: row;
  }

  .xxlarger-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .xxlarger-flex-dir-column {
    flex-direction: column;
  }

  .xxlarger-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 75em) {
  .xxlarge-flex-container {
    display: flex;
  }

  .xxlarge-flex-child-auto {
    flex: 1 1 auto;
  }

  .xxlarge-flex-child-grow {
    flex: 1 0 auto;
  }

  .xxlarge-flex-child-shrink {
    flex: 0 1 auto;
  }

  .xxlarge-flex-dir-row {
    flex-direction: row;
  }

  .xxlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .xxlarge-flex-dir-column {
    flex-direction: column;
  }

  .xxlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 26.56125em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 26.5625em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 26.5625em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 26.56125em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 26.5625em) and (max-width: 39.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 26.56125em), screen and (min-width: 40em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 51.24875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 51.25em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 51.25em) {
  .hide-for-larger {
    display: none !important;
  }
}

@media screen and (max-width: 51.24875em) {
  .show-for-larger {
    display: none !important;
  }
}

@media screen and (min-width: 51.25em) and (max-width: 63.99875em) {
  .hide-for-larger-only {
    display: none !important;
  }
}

@media screen and (max-width: 51.24875em), screen and (min-width: 64em) {
  .show-for-larger-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (min-width: 75em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

@media screen and (max-width: 74.99875em) {
  .show-for-xxlarge {
    display: none !important;
  }
}

@media screen and (min-width: 75em) and (max-width: 83.74875em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 74.99875em), screen and (min-width: 83.75em) {
  .show-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (min-width: 83.75em) {
  .hide-for-xxlarger {
    display: none !important;
  }
}

@media screen and (max-width: 83.74875em) {
  .show-for-xxlarger {
    display: none !important;
  }
}

@media screen and (min-width: 83.75em) and (max-width: 118.74875em) {
  .hide-for-xxlarger-only {
    display: none !important;
  }
}

@media screen and (max-width: 83.74875em), screen and (min-width: 118.75em) {
  .show-for-xxlarger-only {
    display: none !important;
  }
}

@media screen and (min-width: 75em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

@media screen and (max-width: 74.99875em) {
  .show-for-xxlarge {
    display: none !important;
  }
}

@media screen and (min-width: 75em) and (max-width: 83.74875em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 74.99875em), screen and (min-width: 83.75em) {
  .show-for-xxlarge-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;
  }
}

.text-hide {
  font: 0/0 a !important;
  color: transparent !important;
  text-shadow: none !important;
  background-color: transparent !important;
  border: 0 !important;
}

.text-truncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-wrap {
  word-wrap: break-word !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-overline {
  text-decoration: overline !important;
}

.text-underline {
  text-decoration: underline !important;
}

.text-line-through {
  text-decoration: line-through !important;
}

.font-wide {
  letter-spacing: 0.25rem;
}

.font-normal {
  font-weight: normal;
}

.font-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic !important;
}

ul.list-disc {
  list-style-type: disc !important;
}

ul.list-circle {
  list-style-type: circle !important;
}

ul.list-square {
  list-style-type: square !important;
}

ol.list-decimal {
  list-style-type: decimal !important;
}

ol.list-lower-alpha {
  list-style-type: lower-alpha !important;
}

ol.list-lower-latin {
  list-style-type: lower-latin !important;
}

ol.list-lower-roman {
  list-style-type: lower-roman !important;
}

ol.list-upper-alpha {
  list-style-type: upper-alpha !important;
}

ol.list-upper-latin {
  list-style-type: upper-latin !important;
}

ol.list-upper-roman {
  list-style-type: upper-roman !important;
}

.rounded {
  border-radius: 5000px !important;
}

.rounded:after {
  border-radius: 50%;
}

.radius {
  border-radius: 0.1875rem;
}

.bordered {
  border: 0.0625rem solid #cacaca;
}

.shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.arrow-down {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
}

.arrow-up {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a;
}

.arrow-right {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
}

.arrow-left {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
}

.separator-center {
  text-align: center !important;
}

.separator-center::before,
.separator-center::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.separator-center::after {
  clear: both;
}

.separator-center::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #1779ba;
  margin: 1rem auto 0;
}

.separator-left {
  text-align: left !important;
}

.separator-left::before,
.separator-left::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.separator-left::after {
  clear: both;
}

.separator-left::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #1779ba;
  margin: 1rem auto 0;
  margin-left: 0 !important;
}

.separator-right {
  text-align: right !important;
}

.separator-right::before,
.separator-right::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.separator-right::after {
  clear: both;
}

.separator-right::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #1779ba;
  margin: 1rem auto 0;
  margin-right: 0 !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.display-inline {
  display: inline !important;
}

.display-inline-block {
  display: inline-block !important;
}

.display-block {
  display: block !important;
}

.display-table {
  display: table !important;
}

.display-table-cell {
  display: table-cell !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-fixed-top {
  position: fixed !important;
  top: 0rem !important;
  right: 0rem !important;
  left: 0rem !important;
  z-index: 975;
}

.position-fixed-bottom {
  position: fixed !important;
  right: 0rem !important;
  bottom: 0rem !important;
  left: 0rem !important;
  z-index: 975;
}

.border-box {
  box-sizing: border-box !important;
}

.border-none {
  border: none !important;
}

.width-25 {
  width: 25% !important;
}

.width-50 {
  width: 50% !important;
}

.width-75 {
  width: 75% !important;
}

.width-100 {
  width: 100% !important;
}

.height-25 {
  height: 25% !important;
}

.height-50 {
  height: 50% !important;
}

.height-75 {
  height: 75% !important;
}

.height-100 {
  height: 100% !important;
}

.max-width-100 {
  max-width: 100% !important;
}

.max-height-100 {
  max-height: 100% !important;
}

.margin-0 {
  margin: 0rem;
}

.margin-top-0 {
  margin-top: 0rem !important;
}

.margin-right-0 {
  margin-right: 0rem !important;
}

.margin-bottom-0 {
  margin-bottom: 0rem !important;
}

.margin-left-0 {
  margin-left: 0rem !important;
}

.margin-horizontal-0 {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.margin-vertical-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.padding-0 {
  padding: 0rem;
}

.padding-top-0 {
  padding-top: 0rem !important;
}

.padding-right-0 {
  padding-right: 0rem !important;
}

.padding-bottom-0 {
  padding-bottom: 0rem !important;
}

.padding-left-0 {
  padding-left: 0rem !important;
}

.padding-horizontal-0 {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.padding-vertical-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.margin-1 {
  margin: 1rem;
}

.margin-top-1 {
  margin-top: 1rem !important;
}

.margin-right-1 {
  margin-right: 1rem !important;
}

.margin-bottom-1 {
  margin-bottom: 1rem !important;
}

.margin-left-1 {
  margin-left: 1rem !important;
}

.margin-horizontal-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.margin-vertical-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.padding-1 {
  padding: 1rem;
}

.padding-top-1 {
  padding-top: 1rem !important;
}

.padding-right-1 {
  padding-right: 1rem !important;
}

.padding-bottom-1 {
  padding-bottom: 1rem !important;
}

.padding-left-1 {
  padding-left: 1rem !important;
}

.padding-horizontal-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.padding-vertical-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.margin-2 {
  margin: 2rem;
}

.margin-top-2 {
  margin-top: 2rem !important;
}

.margin-right-2 {
  margin-right: 2rem !important;
}

.margin-bottom-2 {
  margin-bottom: 2rem !important;
}

.margin-left-2 {
  margin-left: 2rem !important;
}

.margin-horizontal-2 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.margin-vertical-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.padding-2 {
  padding: 2rem;
}

.padding-top-2 {
  padding-top: 2rem !important;
}

.padding-right-2 {
  padding-right: 2rem !important;
}

.padding-bottom-2 {
  padding-bottom: 2rem !important;
}

.padding-left-2 {
  padding-left: 2rem !important;
}

.padding-horizontal-2 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.padding-vertical-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.margin-3 {
  margin: 3rem;
}

.margin-top-3 {
  margin-top: 3rem !important;
}

.margin-right-3 {
  margin-right: 3rem !important;
}

.margin-bottom-3 {
  margin-bottom: 3rem !important;
}

.margin-left-3 {
  margin-left: 3rem !important;
}

.margin-horizontal-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.margin-vertical-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.padding-3 {
  padding: 3rem;
}

.padding-top-3 {
  padding-top: 3rem !important;
}

.padding-right-3 {
  padding-right: 3rem !important;
}

.padding-bottom-3 {
  padding-bottom: 3rem !important;
}

.padding-left-3 {
  padding-left: 3rem !important;
}

.padding-horizontal-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.padding-vertical-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  -webkit-animation-name: shake-7;
          animation-name: shake-7;
}

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }

  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }

  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn;
}

@-webkit-keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }

  100% {
    transform: rotate(0);
  }
}

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }

  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  -webkit-animation-name: spin-ccw-1turn;
          animation-name: spin-ccw-1turn;
}

@-webkit-keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(-1turn);
  }
}

@keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(-1turn);
  }
}

.wiggle {
  -webkit-animation-name: wiggle-7deg;
          animation-name: wiggle-7deg;
}

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }

  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }

  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }

  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }

  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.slow {
  -webkit-animation-duration: 750ms !important;
          animation-duration: 750ms !important;
}

.fast {
  -webkit-animation-duration: 250ms !important;
          animation-duration: 250ms !important;
}

.linear {
  -webkit-animation-timing-function: linear !important;
          animation-timing-function: linear !important;
}

.ease {
  -webkit-animation-timing-function: ease !important;
          animation-timing-function: ease !important;
}

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
          animation-timing-function: ease-in !important;
}

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
          animation-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
          animation-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-animation-delay: 300ms !important;
          animation-delay: 300ms !important;
}

.long-delay {
  -webkit-animation-delay: 700ms !important;
          animation-delay: 700ms !important;
}

/* Iconic for Foundation */

/* Font path variable */

@font-face {
  font-family: "iconic-sm";
  src: url(/wp-content/themes/hebceltsurvey/library/fonts/iconic-sm.eot?270d29e104021c9ef232112f7a5e4030);
  src: url(/wp-content/themes/hebceltsurvey/library/fonts/iconic-sm.eot?270d29e104021c9ef232112f7a5e4030) format("embedded-opentype"), url(/wp-content/themes/hebceltsurvey/library/fonts/iconic-sm.woff?c999d82dc4bedff541b02e5dad409199) format("woff"), url(/wp-content/themes/hebceltsurvey/library/fonts/iconic-sm.ttf?30cfa485e35415755850314fe39a62dd) format("truetype"), url(/wp-content/themes/hebceltsurvey/library/fonts/iconic-sm.otf?995d8886834b1d400a5c3909f62a4d58) format("opentype"), url(/wp-content/themes/hebceltsurvey/library/fonts/iconic-sm.svg?4da48cf443b4ec1ab3f3d00dfaac1655) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "iconic-md";
  src: url(/wp-content/themes/hebceltsurvey/library/fonts/iconic-md.eot?d655d936a8a29c74c0c8521843e1d6a6);
  src: url(/wp-content/themes/hebceltsurvey/library/fonts/iconic-md.eot?d655d936a8a29c74c0c8521843e1d6a6) format("embedded-opentype"), url(/wp-content/themes/hebceltsurvey/library/fonts/iconic-md.woff?fdfc701245efa0cb82f025480789ce74) format("woff"), url(/wp-content/themes/hebceltsurvey/library/fonts/iconic-md.ttf?91df4431975efa55571cbcd6b2097cbd) format("truetype"), url(/wp-content/themes/hebceltsurvey/library/fonts/iconic-md.otf?e62aa3cdc23106d9a97aa57776a9c6f8) format("opentype"), url(/wp-content/themes/hebceltsurvey/library/fonts/iconic-md.svg?cf5024eea13a600731b91ff03421cb62) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "iconic-lg";
  src: url(/wp-content/themes/hebceltsurvey/library/fonts/iconic-lg.eot?f17cb1fc938cf501fdb43a03ad94003d);
  src: url(/wp-content/themes/hebceltsurvey/library/fonts/iconic-lg.eot?f17cb1fc938cf501fdb43a03ad94003d) format("embedded-opentype"), url(/wp-content/themes/hebceltsurvey/library/fonts/iconic-lg.woff?16cb474ae36be93ff3a23c8699923d79) format("woff"), url(/wp-content/themes/hebceltsurvey/library/fonts/iconic-lg.ttf?ed0e667f3b01ab606fcad2c732dcbb35) format("truetype"), url(/wp-content/themes/hebceltsurvey/library/fonts/iconic-lg.otf?14925f1045e04f5e62860526defed734) format("opentype"), url(/wp-content/themes/hebceltsurvey/library/fonts/iconic-lg.svg?9e45a706876f78f7ebc35699f916e609) format("svg");
  font-weight: normal;
  font-style: normal;
}

.fi-account-login:before,
.fi-account-logout:before,
.fi-action-redo:before,
.fi-action-undo:before,
.fi-align-center:before,
.fi-align-left:before,
.fi-align-right:before,
.fi-aperture:before,
.fi-arrow-bottom-fill-acute:before,
.fi-arrow-bottom-fill-angled:before,
.fi-arrow-bottom-fill-large-acute:before,
.fi-arrow-bottom-fill-large-angled:before,
.fi-arrow-bottom-fill-large-oblique:before,
.fi-arrow-bottom-fill-large:before,
.fi-arrow-bottom-fill-oblique:before,
.fi-arrow-bottom-fill:before,
.fi-arrow-bottom-left-fill-acute:before,
.fi-arrow-bottom-left-fill-angled:before,
.fi-arrow-bottom-left-fill-large-acute:before,
.fi-arrow-bottom-left-fill-large-angled:before,
.fi-arrow-bottom-left-fill-large-oblique:before,
.fi-arrow-bottom-left-fill-large:before,
.fi-arrow-bottom-left-fill-oblique:before,
.fi-arrow-bottom-left-fill:before,
.fi-arrow-bottom-left-line-acute:before,
.fi-arrow-bottom-left-line-large-acute:before,
.fi-arrow-bottom-left-line-large-oblique:before,
.fi-arrow-bottom-left-line-large:before,
.fi-arrow-bottom-left-line-oblique:before,
.fi-arrow-bottom-left-line:before,
.fi-arrow-bottom-line-acute:before,
.fi-arrow-bottom-line-large-acute:before,
.fi-arrow-bottom-line-large-oblique:before,
.fi-arrow-bottom-line-large:before,
.fi-arrow-bottom-line-oblique:before,
.fi-arrow-bottom-line:before,
.fi-arrow-bottom-right-fill-acute:before,
.fi-arrow-bottom-right-fill-angled:before,
.fi-arrow-bottom-right-fill-large-acute:before,
.fi-arrow-bottom-right-fill-large-angled:before,
.fi-arrow-bottom-right-fill-large-oblique:before,
.fi-arrow-bottom-right-fill-large:before,
.fi-arrow-bottom-right-fill-oblique:before,
.fi-arrow-bottom-right-fill:before,
.fi-arrow-bottom-right-line-acute:before,
.fi-arrow-bottom-right-line-large-acute:before,
.fi-arrow-bottom-right-line-large-oblique:before,
.fi-arrow-bottom-right-line-large:before,
.fi-arrow-bottom-right-line-oblique:before,
.fi-arrow-bottom-right-line:before,
.fi-arrow-left-fill-acute:before,
.fi-arrow-left-fill-angled:before,
.fi-arrow-left-fill-large-acute:before,
.fi-arrow-left-fill-large-angled:before,
.fi-arrow-left-fill-large-oblique:before,
.fi-arrow-left-fill-large:before,
.fi-arrow-left-fill-oblique:before,
.fi-arrow-left-fill:before,
.fi-arrow-left-line-acute:before,
.fi-arrow-left-line-large-acute:before,
.fi-arrow-left-line-large-oblique:before,
.fi-arrow-left-line-large:before,
.fi-arrow-left-line-oblique:before,
.fi-arrow-left-line:before,
.fi-arrow-right-angle-bottom-left-fill-acute:before,
.fi-arrow-right-angle-bottom-left-fill-angled:before,
.fi-arrow-right-angle-bottom-left-fill:before,
.fi-arrow-right-angle-bottom-left-line:before,
.fi-arrow-right-angle-bottom-right-fill-acute:before,
.fi-arrow-right-angle-bottom-right-fill-angled:before,
.fi-arrow-right-angle-bottom-right-fill:before,
.fi-arrow-right-angle-bottom-right-line:before,
.fi-arrow-right-angle-left-bottom-fill-acute:before,
.fi-arrow-right-angle-left-bottom-fill-angled:before,
.fi-arrow-right-angle-left-bottom-fill:before,
.fi-arrow-right-angle-left-bottom-line:before,
.fi-arrow-right-angle-left-top-fill-acute:before,
.fi-arrow-right-angle-left-top-fill-angled:before,
.fi-arrow-right-angle-left-top-fill:before,
.fi-arrow-right-angle-left-top-line:before,
.fi-arrow-right-angle-right-bottom-fill-acute:before,
.fi-arrow-right-angle-right-bottom-fill-angled:before,
.fi-arrow-right-angle-right-bottom-fill:before,
.fi-arrow-right-angle-right-bottom-line:before,
.fi-arrow-right-angle-right-top-fill-acute:before,
.fi-arrow-right-angle-right-top-fill-angled:before,
.fi-arrow-right-angle-right-top-fill:before,
.fi-arrow-right-angle-right-top-line:before,
.fi-arrow-right-angle-thick-bottom-left-fill-acute:before,
.fi-arrow-right-angle-thick-bottom-left-fill-angled:before,
.fi-arrow-right-angle-thick-bottom-left-fill:before,
.fi-arrow-right-angle-thick-bottom-left-line:before,
.fi-arrow-right-angle-thick-bottom-right-fill-acute:before,
.fi-arrow-right-angle-thick-bottom-right-fill-angled:before,
.fi-arrow-right-angle-thick-bottom-right-fill:before,
.fi-arrow-right-angle-thick-bottom-right-line:before,
.fi-arrow-right-angle-thick-left-bottom-fill-acute:before,
.fi-arrow-right-angle-thick-left-bottom-fill-angled:before,
.fi-arrow-right-angle-thick-left-bottom-fill:before,
.fi-arrow-right-angle-thick-left-bottom-line:before,
.fi-arrow-right-angle-thick-left-top-fill-acute:before,
.fi-arrow-right-angle-thick-left-top-fill-angled:before,
.fi-arrow-right-angle-thick-left-top-fill:before,
.fi-arrow-right-angle-thick-left-top-line:before,
.fi-arrow-right-angle-thick-right-bottom-fill-acute:before,
.fi-arrow-right-angle-thick-right-bottom-fill-angled:before,
.fi-arrow-right-angle-thick-right-bottom-fill:before,
.fi-arrow-right-angle-thick-right-bottom-line:before,
.fi-arrow-right-angle-thick-right-top-fill-acute:before,
.fi-arrow-right-angle-thick-right-top-fill-angled:before,
.fi-arrow-right-angle-thick-right-top-fill:before,
.fi-arrow-right-angle-thick-right-top-line:before,
.fi-arrow-right-angle-thick-top-left-fill-acute:before,
.fi-arrow-right-angle-thick-top-left-fill-angled:before,
.fi-arrow-right-angle-thick-top-left-fill:before,
.fi-arrow-right-angle-thick-top-left-line:before,
.fi-arrow-right-angle-thick-top-right-fill-acute:before,
.fi-arrow-right-angle-thick-top-right-fill-angled:before,
.fi-arrow-right-angle-thick-top-right-fill:before,
.fi-arrow-right-angle-thick-top-right-line:before,
.fi-arrow-right-angle-top-left-fill-acute:before,
.fi-arrow-right-angle-top-left-fill-angled:before,
.fi-arrow-right-angle-top-left-fill:before,
.fi-arrow-right-angle-top-left-line:before,
.fi-arrow-right-angle-top-right-fill-acute:before,
.fi-arrow-right-angle-top-right-fill-angled:before,
.fi-arrow-right-angle-top-right-fill:before,
.fi-arrow-right-angle-top-right-line:before,
.fi-arrow-right-fill-acute:before,
.fi-arrow-right-fill-angled:before,
.fi-arrow-right-fill-large-acute:before,
.fi-arrow-right-fill-large-angled:before,
.fi-arrow-right-fill-large-oblique:before,
.fi-arrow-right-fill-large:before,
.fi-arrow-right-fill-oblique:before,
.fi-arrow-right-fill:before,
.fi-arrow-right-line-acute:before,
.fi-arrow-right-line-large-acute:before,
.fi-arrow-right-line-large-oblique:before,
.fi-arrow-right-line-large:before,
.fi-arrow-right-line-oblique:before,
.fi-arrow-right-line:before,
.fi-arrow-thick-bottom-fill-acute:before,
.fi-arrow-thick-bottom-fill-angled:before,
.fi-arrow-thick-bottom-fill-large-acute:before,
.fi-arrow-thick-bottom-fill-large-angled:before,
.fi-arrow-thick-bottom-fill-large-oblique:before,
.fi-arrow-thick-bottom-fill-large:before,
.fi-arrow-thick-bottom-fill-oblique:before,
.fi-arrow-thick-bottom-fill:before,
.fi-arrow-thick-bottom-left-fill-acute:before,
.fi-arrow-thick-bottom-left-fill-angled:before,
.fi-arrow-thick-bottom-left-fill-large-acute:before,
.fi-arrow-thick-bottom-left-fill-large-angled:before,
.fi-arrow-thick-bottom-left-fill-large-oblique:before,
.fi-arrow-thick-bottom-left-fill-large:before,
.fi-arrow-thick-bottom-left-fill-oblique:before,
.fi-arrow-thick-bottom-left-fill:before,
.fi-arrow-thick-bottom-left-line-acute:before,
.fi-arrow-thick-bottom-left-line-large-acute:before,
.fi-arrow-thick-bottom-left-line-large-oblique:before,
.fi-arrow-thick-bottom-left-line-large:before,
.fi-arrow-thick-bottom-left-line-oblique:before,
.fi-arrow-thick-bottom-left-line:before,
.fi-arrow-thick-bottom-line-acute:before,
.fi-arrow-thick-bottom-line-large-acute:before,
.fi-arrow-thick-bottom-line-large-oblique:before,
.fi-arrow-thick-bottom-line-large:before,
.fi-arrow-thick-bottom-line-oblique:before,
.fi-arrow-thick-bottom-line:before,
.fi-arrow-thick-bottom-right-fill-acute:before,
.fi-arrow-thick-bottom-right-fill-angled:before,
.fi-arrow-thick-bottom-right-fill-large-acute:before,
.fi-arrow-thick-bottom-right-fill-large-angled:before,
.fi-arrow-thick-bottom-right-fill-large-oblique:before,
.fi-arrow-thick-bottom-right-fill-large:before,
.fi-arrow-thick-bottom-right-fill-oblique:before,
.fi-arrow-thick-bottom-right-fill:before,
.fi-arrow-thick-bottom-right-line-acute:before,
.fi-arrow-thick-bottom-right-line-large-acute:before,
.fi-arrow-thick-bottom-right-line-large-oblique:before,
.fi-arrow-thick-bottom-right-line-large:before,
.fi-arrow-thick-bottom-right-line-oblique:before,
.fi-arrow-thick-bottom-right-line:before,
.fi-arrow-thick-left-fill-acute:before,
.fi-arrow-thick-left-fill-angled:before,
.fi-arrow-thick-left-fill-large-acute:before,
.fi-arrow-thick-left-fill-large-angled:before,
.fi-arrow-thick-left-fill-large-oblique:before,
.fi-arrow-thick-left-fill-large:before,
.fi-arrow-thick-left-fill-oblique:before,
.fi-arrow-thick-left-fill:before,
.fi-arrow-thick-left-line-acute:before,
.fi-arrow-thick-left-line-large-acute:before,
.fi-arrow-thick-left-line-large-oblique:before,
.fi-arrow-thick-left-line-large:before,
.fi-arrow-thick-left-line-oblique:before,
.fi-arrow-thick-left-line:before,
.fi-arrow-thick-right-fill-acute:before,
.fi-arrow-thick-right-fill-angled:before,
.fi-arrow-thick-right-fill-large-acute:before,
.fi-arrow-thick-right-fill-large-angled:before,
.fi-arrow-thick-right-fill-large-oblique:before,
.fi-arrow-thick-right-fill-large:before,
.fi-arrow-thick-right-fill-oblique:before,
.fi-arrow-thick-right-fill:before,
.fi-arrow-thick-right-line-acute:before,
.fi-arrow-thick-right-line-large-acute:before,
.fi-arrow-thick-right-line-large-oblique:before,
.fi-arrow-thick-right-line-large:before,
.fi-arrow-thick-right-line-oblique:before,
.fi-arrow-thick-right-line:before,
.fi-arrow-thick-top-fill-acute:before,
.fi-arrow-thick-top-fill-angled:before,
.fi-arrow-thick-top-fill-large-acute:before,
.fi-arrow-thick-top-fill-large-angled:before,
.fi-arrow-thick-top-fill-large-oblique:before,
.fi-arrow-thick-top-fill-large:before,
.fi-arrow-thick-top-fill-oblique:before,
.fi-arrow-thick-top-fill:before,
.fi-arrow-thick-top-left-fill-acute:before,
.fi-arrow-thick-top-left-fill-angled:before,
.fi-arrow-thick-top-left-fill-large-acute:before,
.fi-arrow-thick-top-left-fill-large-angled:before,
.fi-arrow-thick-top-left-fill-large-oblique:before,
.fi-arrow-thick-top-left-fill-large:before,
.fi-arrow-thick-top-left-fill-oblique:before,
.fi-arrow-thick-top-left-fill:before,
.fi-arrow-thick-top-left-line-acute:before,
.fi-arrow-thick-top-left-line-large-acute:before,
.fi-arrow-thick-top-left-line-large-oblique:before,
.fi-arrow-thick-top-left-line-large:before,
.fi-arrow-thick-top-left-line-oblique:before,
.fi-arrow-thick-top-left-line:before,
.fi-arrow-thick-top-line-acute:before,
.fi-arrow-thick-top-line-large-acute:before,
.fi-arrow-thick-top-line-large-oblique:before,
.fi-arrow-thick-top-line-large:before,
.fi-arrow-thick-top-line-oblique:before,
.fi-arrow-thick-top-line:before,
.fi-arrow-thick-top-right-fill-acute:before,
.fi-arrow-thick-top-right-fill-angled:before,
.fi-arrow-thick-top-right-fill-large-acute:before,
.fi-arrow-thick-top-right-fill-large-angled:before,
.fi-arrow-thick-top-right-fill-large-oblique:before,
.fi-arrow-thick-top-right-fill-large:before,
.fi-arrow-thick-top-right-fill-oblique:before,
.fi-arrow-thick-top-right-fill:before,
.fi-arrow-thick-top-right-line-acute:before,
.fi-arrow-thick-top-right-line-large-acute:before,
.fi-arrow-thick-top-right-line-large-oblique:before,
.fi-arrow-thick-top-right-line-large:before,
.fi-arrow-thick-top-right-line-oblique:before,
.fi-arrow-thick-top-right-line:before,
.fi-arrow-top-fill-acute:before,
.fi-arrow-top-fill-angled:before,
.fi-arrow-top-fill-large-acute:before,
.fi-arrow-top-fill-large-angled:before,
.fi-arrow-top-fill-large-oblique:before,
.fi-arrow-top-fill-large:before,
.fi-arrow-top-fill-oblique:before,
.fi-arrow-top-fill:before,
.fi-arrow-top-left-fill-acute:before,
.fi-arrow-top-left-fill-angled:before,
.fi-arrow-top-left-fill-large-acute:before,
.fi-arrow-top-left-fill-large-angled:before,
.fi-arrow-top-left-fill-large-oblique:before,
.fi-arrow-top-left-fill-large:before,
.fi-arrow-top-left-fill-oblique:before,
.fi-arrow-top-left-fill:before,
.fi-arrow-top-left-line-acute:before,
.fi-arrow-top-left-line-large-acute:before,
.fi-arrow-top-left-line-large-oblique:before,
.fi-arrow-top-left-line-large:before,
.fi-arrow-top-left-line-oblique:before,
.fi-arrow-top-left-line:before,
.fi-arrow-top-line-acute:before,
.fi-arrow-top-line-large-acute:before,
.fi-arrow-top-line-large-oblique:before,
.fi-arrow-top-line-large:before,
.fi-arrow-top-line-oblique:before,
.fi-arrow-top-line:before,
.fi-arrow-top-right-fill-acute:before,
.fi-arrow-top-right-fill-angled:before,
.fi-arrow-top-right-fill-large-acute:before,
.fi-arrow-top-right-fill-large-angled:before,
.fi-arrow-top-right-fill-large-oblique:before,
.fi-arrow-top-right-fill-large:before,
.fi-arrow-top-right-fill-oblique:before,
.fi-arrow-top-right-fill:before,
.fi-arrow-top-right-line-acute:before,
.fi-arrow-top-right-line-large-acute:before,
.fi-arrow-top-right-line-large-oblique:before,
.fi-arrow-top-right-line-large:before,
.fi-arrow-top-right-line-oblique:before,
.fi-arrow-top-right-line:before,
.fi-audio-spectrum:before,
.fi-audio:before,
.fi-ban:before,
.fi-bar-chart:before,
.fi-barcode:before,
.fi-basket:before,
.fi-battery:before,
.fi-beaker:before,
.fi-bell:before,
.fi-bitcoin-address:before,
.fi-bitcoin-block:before,
.fi-bitcoin-transaction:before,
.fi-bitcoin:before,
.fi-bluetooth:before,
.fi-bold:before,
.fi-book:before,
.fi-bookmark:before,
.fi-box:before,
.fi-brain:before,
.fi-briefcase:before,
.fi-british-pound:before,
.fi-browser-full-page:before,
.fi-browser-type-chrome:before,
.fi-browser-type-firefox:before,
.fi-browser-type-internetexplorer:before,
.fi-browser-type-safari:before,
.fi-browser-viewport:before,
.fi-browser:before,
.fi-brush:before,
.fi-bug:before,
.fi-building:before,
.fi-bullhorn:before,
.fi-calculator:before,
.fi-calendar:before,
.fi-camera-rangefinder:before,
.fi-camera-slr:before,
.fi-caret-bottom:before,
.fi-caret-left:before,
.fi-caret-right:before,
.fi-caret-top:before,
.fi-carriage-return:before,
.fi-cart:before,
.fi-chat:before,
.fi-check-thin:before,
.fi-check:before,
.fi-chevron-bottom:before,
.fi-chevron-left:before,
.fi-chevron-right:before,
.fi-chevron-top:before,
.fi-circle-check:before,
.fi-circle-x:before,
.fi-clipboard:before,
.fi-clock:before,
.fi-cloud-transfer-download:before,
.fi-cloud-transfer-upload:before,
.fi-cloud:before,
.fi-cloudy:before,
.fi-code:before,
.fi-cog:before,
.fi-cogs:before,
.fi-collapse-down:before,
.fi-collapse-left:before,
.fi-collapse-right:before,
.fi-collapse-up:before,
.fi-command:before,
.fi-comment-square:before,
.fi-compass:before,
.fi-connections:before,
.fi-contrast:before,
.fi-copyleft:before,
.fi-copyright:before,
.fi-copywriting:before,
.fi-cpu:before,
.fi-credit-card:before,
.fi-crop:before,
.fi-dashboard:before,
.fi-data-transfer-download:before,
.fi-data-transfer-upload:before,
.fi-database:before,
.fi-delete:before,
.fi-delta:before,
.fi-dial:before,
.fi-dna:before,
.fi-document:before,
.fi-dollar:before,
.fi-double-quote-sans-left:before,
.fi-double-quote-sans-right:before,
.fi-double-quote-serif-left:before,
.fi-double-quote-serif-right:before,
.fi-easel:before,
.fi-eject:before,
.fi-electric:before,
.fi-elevator:before,
.fi-ellipses:before,
.fi-envelope-closed:before,
.fi-envelope-open:before,
.fi-euro:before,
.fi-excerpt:before,
.fi-expand-down:before,
.fi-expand-left:before,
.fi-expand-right:before,
.fi-expand-up:before,
.fi-external-link:before,
.fi-eye-closed:before,
.fi-eye-open:before,
.fi-eyedropper:before,
.fi-file-ai:before,
.fi-file-css:before,
.fi-file-dmg:before,
.fi-file-doc:before,
.fi-file-gif:before,
.fi-file-html:before,
.fi-file-jpg:before,
.fi-file-js:before,
.fi-file-json:before,
.fi-file-mov:before,
.fi-file-mp3:before,
.fi-file-pdf:before,
.fi-file-png:before,
.fi-file-psd:before,
.fi-file-svg:before,
.fi-file-txt:before,
.fi-file-xls:before,
.fi-file-xml:before,
.fi-file-zip:before,
.fi-fire:before,
.fi-firefly:before,
.fi-flag:before,
.fi-flash:before,
.fi-flow-four-up:before,
.fi-flow-three-up:before,
.fi-flow-two-up:before,
.fi-folder:before,
.fi-fork:before,
.fi-full-page:before,
.fi-fullscreen-enter:before,
.fi-fullscreen-exit:before,
.fi-funnel:before,
.fi-game-controller:before,
.fi-globe:before,
.fi-graph:before,
.fi-grid-four-up:before,
.fi-grid-three-up:before,
.fi-grid-two-up:before,
.fi-group:before,
.fi-guides:before,
.fi-hammer:before,
.fi-hand:before,
.fi-hard-drive:before,
.fi-header:before,
.fi-headphones:before,
.fi-heart:before,
.fi-history:before,
.fi-home:before,
.fi-image-landscape:before,
.fi-image-portrait:before,
.fi-inbox:before,
.fi-infinity:before,
.fi-info:before,
.fi-inkwell:before,
.fi-iphone:before,
.fi-italic:before,
.fi-justify-center:before,
.fi-justify-left:before,
.fi-justify-right:before,
.fi-key:before,
.fi-keyboard:before,
.fi-keypad-mobile:before,
.fi-laptop:before,
.fi-layers:before,
.fi-lightbulb-alt-off:before,
.fi-lightbulb-alt-on:before,
.fi-lightbulb:before,
.fi-lightning-bolt:before,
.fi-lightning:before,
.fi-link-broken:before,
.fi-link-intact:before,
.fi-list-nested:before,
.fi-list-rich:before,
.fi-list:before,
.fi-location:before,
.fi-lock-locked:before,
.fi-lock-unlocked:before,
.fi-loop-circular:before,
.fi-loop-square:before,
.fi-loop:before,
.fi-loupe:before,
.fi-magic-wand:before,
.fi-magnifying-glass:before,
.fi-map-marker:before,
.fi-map:before,
.fi-marquee:before,
.fi-medal:before,
.fi-media-pause:before,
.fi-media-play-circle:before,
.fi-media-play:before,
.fi-media-record:before,
.fi-media-skip-backward:before,
.fi-media-skip-forward:before,
.fi-media-step-backward:before,
.fi-media-step-forward:before,
.fi-media-stop:before,
.fi-medical-cross:before,
.fi-menu-selected:before,
.fi-menu:before,
.fi-microphone:before,
.fi-minus-thin:before,
.fi-minus:before,
.fi-monitor:before,
.fi-moon:before,
.fi-move:before,
.fi-musical-note:before,
.fi-network:before,
.fi-nexus:before,
.fi-open-hardware:before,
.fi-open-source:before,
.fi-palette:before,
.fi-paperclip:before,
.fi-peace:before,
.fi-pen:before,
.fi-pencil:before,
.fi-people:before,
.fi-person-female:before,
.fi-person-genderless:before,
.fi-person-male:before,
.fi-pie-chart:before,
.fi-pilcrow:before,
.fi-pill:before,
.fi-pin:before,
.fi-platform-android:before,
.fi-platform-apple:before,
.fi-platform-linux:before,
.fi-platform-microsoft:before,
.fi-plus-thin:before,
.fi-plus:before,
.fi-pointer:before,
.fi-power-standby:before,
.fi-print:before,
.fi-project:before,
.fi-pulse:before,
.fi-puzzle-piece:before,
.fi-question-mark:before,
.fi-radiation:before,
.fi-rainy:before,
.fi-random:before,
.fi-ratio:before,
.fi-reload:before,
.fi-resize-both:before,
.fi-resize-height:before,
.fi-resize-width:before,
.fi-rocket:before,
.fi-route:before,
.fi-rss-alt:before,
.fi-rss:before,
.fi-scissors:before,
.fi-screen-viewport:before,
.fi-screenshot:before,
.fi-screwdriver:before,
.fi-script:before,
.fi-server:before,
.fi-settings:before,
.fi-shape-circle:before,
.fi-shape-hexagon:before,
.fi-shape-octagon:before,
.fi-shape-square-rounded:before,
.fi-shape-square:before,
.fi-share-boxed:before,
.fi-share-social:before,
.fi-share:before,
.fi-shield:before,
.fi-signal:before,
.fi-signpost:before,
.fi-social-dribbble:before,
.fi-social-dropbox:before,
.fi-social-facebook:before,
.fi-social-flickr:before,
.fi-social-github:before,
.fi-social-google-plus:before,
.fi-social-instagram:before,
.fi-social-linkedin:before,
.fi-social-pinterest:before,
.fi-social-reddit:before,
.fi-social-tumblr:before,
.fi-social-twitter:before,
.fi-social-vimeo:before,
.fi-social-youtube:before,
.fi-sort-ascending:before,
.fi-sort-descending:before,
.fi-spreadsheet:before,
.fi-star-empty:before,
.fi-star:before,
.fi-sun:before,
.fi-syringe:before,
.fi-tablet:before,
.fi-tag:before,
.fi-tags:before,
.fi-target:before,
.fi-task:before,
.fi-terminal:before,
.fi-text:before,
.fi-thermometer:before,
.fi-thumb-down:before,
.fi-thumb-up:before,
.fi-tiara:before,
.fi-timer:before,
.fi-tint:before,
.fi-tools:before,
.fi-transfer:before,
.fi-trash:before,
.fi-ungroup:before,
.fi-vertical-align-bottom:before,
.fi-vertical-align-center:before,
.fi-vertical-align-top:before,
.fi-video:before,
.fi-viewport:before,
.fi-volume-high:before,
.fi-volume-low:before,
.fi-volume-medium:before,
.fi-volume-off:before,
.fi-warning:before,
.fi-weight:before,
.fi-wifi:before,
.fi-wrench:before,
.fi-x-thin:before,
.fi-x:before,
.fi-yen:before,
.fi-zoom-in:before,
.fi-zoom-out:before {
  font-family: "iconic-sm";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  text-decoration: inherit;
}

[class*=fi-].iconic-sm:before,
[class*=fi-].iconic-md:before,
[class*=fi-].iconic-lg:before,
[class*=fi-].iconic-icon-sm:before,
[class*=fi-].iconic-icon-md:before,
[class*=fi-].iconic-icon-lg:before {
  font-weight: normal;
  font-style: normal;
}

[class*=fi-].iconic-sm:before {
  font-family: "iconic-sm";
  font-size: 16px;
}

[class*=fi-].iconic-md:before {
  font-family: "iconic-md";
  font-size: 32px;
}

[class*=fi-].iconic-lg:before {
  font-family: "iconic-lg";
  font-size: 128px;
}

[class*=fi-].iconic-icon-sm:before {
  font-family: "iconic-sm";
}

[class*=fi-].iconic-icon-md:before {
  font-family: "iconic-md";
}

[class*=fi-].iconic-icon-lg:before {
  font-family: "iconic-lg";
}

[class*=fi-].iconic-size-sm:before {
  font-size: 16px;
}

.fi-iconic-size-md:before {
  font-size: 32px;
}

[class*=fi-].iconic-size-lg:before {
  font-size: 128px;
}

[class*=fi-].iconic-align-center:before {
  text-align: center;
}

[class*=fi-].iconic-align-left:before {
  text-align: left;
}

[class*=fi-].iconic-align-right:before {
  text-align: right;
}

[class*=fi-].iconic-flip-horizontal:before {
  transform: scale(-1, 1);
}

[class*=fi-].iconic-flip-vertical:before {
  transform: scale(1, -1);
}

[class*=fi-].iconic-flip-horizontal-vertical:before {
  transform: scale(-1, -1);
}

.fi-account-login:before {
  content: "\E000";
}

.fi-account-logout:before {
  content: "\E001";
}

.fi-action-redo:before {
  content: "\E002";
}

.fi-action-undo:before {
  content: "\E003";
}

.fi-align-center:before {
  content: "\E004";
}

.fi-align-left:before {
  content: "\E005";
}

.fi-align-right:before {
  content: "\E006";
}

.fi-aperture:before {
  content: "\E007";
}

.fi-arrow-bottom-fill-acute:before {
  content: "\E008";
}

.fi-arrow-bottom-fill-angled:before {
  content: "\E009";
}

.fi-arrow-bottom-fill-large-acute:before {
  content: "\E00A";
}

.fi-arrow-bottom-fill-large-angled:before {
  content: "\E00B";
}

.fi-arrow-bottom-fill-large-oblique:before {
  content: "\E00C";
}

.fi-arrow-bottom-fill-large:before {
  content: "\E00D";
}

.fi-arrow-bottom-fill-oblique:before {
  content: "\E00E";
}

.fi-arrow-bottom-fill:before {
  content: "\E00F";
}

.fi-arrow-bottom-left-fill-acute:before {
  content: "\E010";
}

.fi-arrow-bottom-left-fill-angled:before {
  content: "\E011";
}

.fi-arrow-bottom-left-fill-large-acute:before {
  content: "\E012";
}

.fi-arrow-bottom-left-fill-large-angled:before {
  content: "\E013";
}

.fi-arrow-bottom-left-fill-large-oblique:before {
  content: "\E014";
}

.fi-arrow-bottom-left-fill-large:before {
  content: "\E015";
}

.fi-arrow-bottom-left-fill-oblique:before {
  content: "\E016";
}

.fi-arrow-bottom-left-fill:before {
  content: "\E017";
}

.fi-arrow-bottom-left-line-acute:before {
  content: "\E018";
}

.fi-arrow-bottom-left-line-large-acute:before {
  content: "\E019";
}

.fi-arrow-bottom-left-line-large-oblique:before {
  content: "\E01A";
}

.fi-arrow-bottom-left-line-large:before {
  content: "\E01B";
}

.fi-arrow-bottom-left-line-oblique:before {
  content: "\E01C";
}

.fi-arrow-bottom-left-line:before {
  content: "\E01D";
}

.fi-arrow-bottom-line-acute:before {
  content: "\E01E";
}

.fi-arrow-bottom-line-large-acute:before {
  content: "\E01F";
}

.fi-arrow-bottom-line-large-oblique:before {
  content: "\E020";
}

.fi-arrow-bottom-line-large:before {
  content: "\E021";
}

.fi-arrow-bottom-line-oblique:before {
  content: "\E022";
}

.fi-arrow-bottom-line:before {
  content: "\E023";
}

.fi-arrow-bottom-right-fill-acute:before {
  content: "\E024";
}

.fi-arrow-bottom-right-fill-angled:before {
  content: "\E025";
}

.fi-arrow-bottom-right-fill-large-acute:before {
  content: "\E026";
}

.fi-arrow-bottom-right-fill-large-angled:before {
  content: "\E027";
}

.fi-arrow-bottom-right-fill-large-oblique:before {
  content: "\E028";
}

.fi-arrow-bottom-right-fill-large:before {
  content: "\E029";
}

.fi-arrow-bottom-right-fill-oblique:before {
  content: "\E02A";
}

.fi-arrow-bottom-right-fill:before {
  content: "\E02B";
}

.fi-arrow-bottom-right-line-acute:before {
  content: "\E02C";
}

.fi-arrow-bottom-right-line-large-acute:before {
  content: "\E02D";
}

.fi-arrow-bottom-right-line-large-oblique:before {
  content: "\E02E";
}

.fi-arrow-bottom-right-line-large:before {
  content: "\E02F";
}

.fi-arrow-bottom-right-line-oblique:before {
  content: "\E030";
}

.fi-arrow-bottom-right-line:before {
  content: "\E031";
}

.fi-arrow-left-fill-acute:before {
  content: "\E032";
}

.fi-arrow-left-fill-angled:before {
  content: "\E033";
}

.fi-arrow-left-fill-large-acute:before {
  content: "\E034";
}

.fi-arrow-left-fill-large-angled:before {
  content: "\E035";
}

.fi-arrow-left-fill-large-oblique:before {
  content: "\E036";
}

.fi-arrow-left-fill-large:before {
  content: "\E037";
}

.fi-arrow-left-fill-oblique:before {
  content: "\E038";
}

.fi-arrow-left-fill:before {
  content: "\E039";
}

.fi-arrow-left-line-acute:before {
  content: "\E03A";
}

.fi-arrow-left-line-large-acute:before {
  content: "\E03B";
}

.fi-arrow-left-line-large-oblique:before {
  content: "\E03C";
}

.fi-arrow-left-line-large:before {
  content: "\E03D";
}

.fi-arrow-left-line-oblique:before {
  content: "\E03E";
}

.fi-arrow-left-line:before {
  content: "\E03F";
}

.fi-arrow-right-angle-bottom-left-fill-acute:before {
  content: "\E040";
}

.fi-arrow-right-angle-bottom-left-fill-angled:before {
  content: "\E041";
}

.fi-arrow-right-angle-bottom-left-fill:before {
  content: "\E042";
}

.fi-arrow-right-angle-bottom-left-line:before {
  content: "\E043";
}

.fi-arrow-right-angle-bottom-right-fill-acute:before {
  content: "\E044";
}

.fi-arrow-right-angle-bottom-right-fill-angled:before {
  content: "\E045";
}

.fi-arrow-right-angle-bottom-right-fill:before {
  content: "\E046";
}

.fi-arrow-right-angle-bottom-right-line:before {
  content: "\E047";
}

.fi-arrow-right-angle-left-bottom-fill-acute:before {
  content: "\E048";
}

.fi-arrow-right-angle-left-bottom-fill-angled:before {
  content: "\E049";
}

.fi-arrow-right-angle-left-bottom-fill:before {
  content: "\E04A";
}

.fi-arrow-right-angle-left-bottom-line:before {
  content: "\E04B";
}

.fi-arrow-right-angle-left-top-fill-acute:before {
  content: "\E04C";
}

.fi-arrow-right-angle-left-top-fill-angled:before {
  content: "\E04D";
}

.fi-arrow-right-angle-left-top-fill:before {
  content: "\E04E";
}

.fi-arrow-right-angle-left-top-line:before {
  content: "\E04F";
}

.fi-arrow-right-angle-right-bottom-fill-acute:before {
  content: "\E050";
}

.fi-arrow-right-angle-right-bottom-fill-angled:before {
  content: "\E051";
}

.fi-arrow-right-angle-right-bottom-fill:before {
  content: "\E052";
}

.fi-arrow-right-angle-right-bottom-line:before {
  content: "\E053";
}

.fi-arrow-right-angle-right-top-fill-acute:before {
  content: "\E054";
}

.fi-arrow-right-angle-right-top-fill-angled:before {
  content: "\E055";
}

.fi-arrow-right-angle-right-top-fill:before {
  content: "\E056";
}

.fi-arrow-right-angle-right-top-line:before {
  content: "\E057";
}

.fi-arrow-right-angle-thick-bottom-left-fill-acute:before {
  content: "\E058";
}

.fi-arrow-right-angle-thick-bottom-left-fill-angled:before {
  content: "\E059";
}

.fi-arrow-right-angle-thick-bottom-left-fill:before {
  content: "\E05A";
}

.fi-arrow-right-angle-thick-bottom-left-line:before {
  content: "\E05B";
}

.fi-arrow-right-angle-thick-bottom-right-fill-acute:before {
  content: "\E05C";
}

.fi-arrow-right-angle-thick-bottom-right-fill-angled:before {
  content: "\E05D";
}

.fi-arrow-right-angle-thick-bottom-right-fill:before {
  content: "\E05E";
}

.fi-arrow-right-angle-thick-bottom-right-line:before {
  content: "\E05F";
}

.fi-arrow-right-angle-thick-left-bottom-fill-acute:before {
  content: "\E060";
}

.fi-arrow-right-angle-thick-left-bottom-fill-angled:before {
  content: "\E061";
}

.fi-arrow-right-angle-thick-left-bottom-fill:before {
  content: "\E062";
}

.fi-arrow-right-angle-thick-left-bottom-line:before {
  content: "\E063";
}

.fi-arrow-right-angle-thick-left-top-fill-acute:before {
  content: "\E064";
}

.fi-arrow-right-angle-thick-left-top-fill-angled:before {
  content: "\E065";
}

.fi-arrow-right-angle-thick-left-top-fill:before {
  content: "\E066";
}

.fi-arrow-right-angle-thick-left-top-line:before {
  content: "\E067";
}

.fi-arrow-right-angle-thick-right-bottom-fill-acute:before {
  content: "\E068";
}

.fi-arrow-right-angle-thick-right-bottom-fill-angled:before {
  content: "\E069";
}

.fi-arrow-right-angle-thick-right-bottom-fill:before {
  content: "\E06A";
}

.fi-arrow-right-angle-thick-right-bottom-line:before {
  content: "\E06B";
}

.fi-arrow-right-angle-thick-right-top-fill-acute:before {
  content: "\E06C";
}

.fi-arrow-right-angle-thick-right-top-fill-angled:before {
  content: "\E06D";
}

.fi-arrow-right-angle-thick-right-top-fill:before {
  content: "\E06E";
}

.fi-arrow-right-angle-thick-right-top-line:before {
  content: "\E06F";
}

.fi-arrow-right-angle-thick-top-left-fill-acute:before {
  content: "\E070";
}

.fi-arrow-right-angle-thick-top-left-fill-angled:before {
  content: "\E071";
}

.fi-arrow-right-angle-thick-top-left-fill:before {
  content: "\E072";
}

.fi-arrow-right-angle-thick-top-left-line:before {
  content: "\E073";
}

.fi-arrow-right-angle-thick-top-right-fill-acute:before {
  content: "\E074";
}

.fi-arrow-right-angle-thick-top-right-fill-angled:before {
  content: "\E075";
}

.fi-arrow-right-angle-thick-top-right-fill:before {
  content: "\E076";
}

.fi-arrow-right-angle-thick-top-right-line:before {
  content: "\E077";
}

.fi-arrow-right-angle-top-left-fill-acute:before {
  content: "\E078";
}

.fi-arrow-right-angle-top-left-fill-angled:before {
  content: "\E079";
}

.fi-arrow-right-angle-top-left-fill:before {
  content: "\E07A";
}

.fi-arrow-right-angle-top-left-line:before {
  content: "\E07B";
}

.fi-arrow-right-angle-top-right-fill-acute:before {
  content: "\E07C";
}

.fi-arrow-right-angle-top-right-fill-angled:before {
  content: "\E07D";
}

.fi-arrow-right-angle-top-right-fill:before {
  content: "\E07E";
}

.fi-arrow-right-angle-top-right-line:before {
  content: "\E07F";
}

.fi-arrow-right-fill-acute:before {
  content: "\E080";
}

.fi-arrow-right-fill-angled:before {
  content: "\E081";
}

.fi-arrow-right-fill-large-acute:before {
  content: "\E082";
}

.fi-arrow-right-fill-large-angled:before {
  content: "\E083";
}

.fi-arrow-right-fill-large-oblique:before {
  content: "\E084";
}

.fi-arrow-right-fill-large:before {
  content: "\E085";
}

.fi-arrow-right-fill-oblique:before {
  content: "\E086";
}

.fi-arrow-right-fill:before {
  content: "\E087";
}

.fi-arrow-right-line-acute:before {
  content: "\E088";
}

.fi-arrow-right-line-large-acute:before {
  content: "\E089";
}

.fi-arrow-right-line-large-oblique:before {
  content: "\E08A";
}

.fi-arrow-right-line-large:before {
  content: "\E08B";
}

.fi-arrow-right-line-oblique:before {
  content: "\E08C";
}

.fi-arrow-right-line:before {
  content: "\E08D";
}

.fi-arrow-thick-bottom-fill-acute:before {
  content: "\E08E";
}

.fi-arrow-thick-bottom-fill-angled:before {
  content: "\E08F";
}

.fi-arrow-thick-bottom-fill-large-acute:before {
  content: "\E090";
}

.fi-arrow-thick-bottom-fill-large-angled:before {
  content: "\E091";
}

.fi-arrow-thick-bottom-fill-large-oblique:before {
  content: "\E092";
}

.fi-arrow-thick-bottom-fill-large:before {
  content: "\E093";
}

.fi-arrow-thick-bottom-fill-oblique:before {
  content: "\E094";
}

.fi-arrow-thick-bottom-fill:before {
  content: "\E095";
}

.fi-arrow-thick-bottom-left-fill-acute:before {
  content: "\E096";
}

.fi-arrow-thick-bottom-left-fill-angled:before {
  content: "\E097";
}

.fi-arrow-thick-bottom-left-fill-large-acute:before {
  content: "\E098";
}

.fi-arrow-thick-bottom-left-fill-large-angled:before {
  content: "\E099";
}

.fi-arrow-thick-bottom-left-fill-large-oblique:before {
  content: "\E09A";
}

.fi-arrow-thick-bottom-left-fill-large:before {
  content: "\E09B";
}

.fi-arrow-thick-bottom-left-fill-oblique:before {
  content: "\E09C";
}

.fi-arrow-thick-bottom-left-fill:before {
  content: "\E09D";
}

.fi-arrow-thick-bottom-left-line-acute:before {
  content: "\E09E";
}

.fi-arrow-thick-bottom-left-line-large-acute:before {
  content: "\E09F";
}

.fi-arrow-thick-bottom-left-line-large-oblique:before {
  content: "\E0A0";
}

.fi-arrow-thick-bottom-left-line-large:before {
  content: "\E0A1";
}

.fi-arrow-thick-bottom-left-line-oblique:before {
  content: "\E0A2";
}

.fi-arrow-thick-bottom-left-line:before {
  content: "\E0A3";
}

.fi-arrow-thick-bottom-line-acute:before {
  content: "\E0A4";
}

.fi-arrow-thick-bottom-line-large-acute:before {
  content: "\E0A5";
}

.fi-arrow-thick-bottom-line-large-oblique:before {
  content: "\E0A6";
}

.fi-arrow-thick-bottom-line-large:before {
  content: "\E0A7";
}

.fi-arrow-thick-bottom-line-oblique:before {
  content: "\E0A8";
}

.fi-arrow-thick-bottom-line:before {
  content: "\E0A9";
}

.fi-arrow-thick-bottom-right-fill-acute:before {
  content: "\E0AA";
}

.fi-arrow-thick-bottom-right-fill-angled:before {
  content: "\E0AB";
}

.fi-arrow-thick-bottom-right-fill-large-acute:before {
  content: "\E0AC";
}

.fi-arrow-thick-bottom-right-fill-large-angled:before {
  content: "\E0AD";
}

.fi-arrow-thick-bottom-right-fill-large-oblique:before {
  content: "\E0AE";
}

.fi-arrow-thick-bottom-right-fill-large:before {
  content: "\E0AF";
}

.fi-arrow-thick-bottom-right-fill-oblique:before {
  content: "\E0B0";
}

.fi-arrow-thick-bottom-right-fill:before {
  content: "\E0B1";
}

.fi-arrow-thick-bottom-right-line-acute:before {
  content: "\E0B2";
}

.fi-arrow-thick-bottom-right-line-large-acute:before {
  content: "\E0B3";
}

.fi-arrow-thick-bottom-right-line-large-oblique:before {
  content: "\E0B4";
}

.fi-arrow-thick-bottom-right-line-large:before {
  content: "\E0B5";
}

.fi-arrow-thick-bottom-right-line-oblique:before {
  content: "\E0B6";
}

.fi-arrow-thick-bottom-right-line:before {
  content: "\E0B7";
}

.fi-arrow-thick-left-fill-acute:before {
  content: "\E0B8";
}

.fi-arrow-thick-left-fill-angled:before {
  content: "\E0B9";
}

.fi-arrow-thick-left-fill-large-acute:before {
  content: "\E0BA";
}

.fi-arrow-thick-left-fill-large-angled:before {
  content: "\E0BB";
}

.fi-arrow-thick-left-fill-large-oblique:before {
  content: "\E0BC";
}

.fi-arrow-thick-left-fill-large:before {
  content: "\E0BD";
}

.fi-arrow-thick-left-fill-oblique:before {
  content: "\E0BE";
}

.fi-arrow-thick-left-fill:before {
  content: "\E0BF";
}

.fi-arrow-thick-left-line-acute:before {
  content: "\E0C0";
}

.fi-arrow-thick-left-line-large-acute:before {
  content: "\E0C1";
}

.fi-arrow-thick-left-line-large-oblique:before {
  content: "\E0C2";
}

.fi-arrow-thick-left-line-large:before {
  content: "\E0C3";
}

.fi-arrow-thick-left-line-oblique:before {
  content: "\E0C4";
}

.fi-arrow-thick-left-line:before {
  content: "\E0C5";
}

.fi-arrow-thick-right-fill-acute:before {
  content: "\E0C6";
}

.fi-arrow-thick-right-fill-angled:before {
  content: "\E0C7";
}

.fi-arrow-thick-right-fill-large-acute:before {
  content: "\E0C8";
}

.fi-arrow-thick-right-fill-large-angled:before {
  content: "\E0C9";
}

.fi-arrow-thick-right-fill-large-oblique:before {
  content: "\E0CA";
}

.fi-arrow-thick-right-fill-large:before {
  content: "\E0CB";
}

.fi-arrow-thick-right-fill-oblique:before {
  content: "\E0CC";
}

.fi-arrow-thick-right-fill:before {
  content: "\E0CD";
}

.fi-arrow-thick-right-line-acute:before {
  content: "\E0CE";
}

.fi-arrow-thick-right-line-large-acute:before {
  content: "\E0CF";
}

.fi-arrow-thick-right-line-large-oblique:before {
  content: "\E0D0";
}

.fi-arrow-thick-right-line-large:before {
  content: "\E0D1";
}

.fi-arrow-thick-right-line-oblique:before {
  content: "\E0D2";
}

.fi-arrow-thick-right-line:before {
  content: "\E0D3";
}

.fi-arrow-thick-top-fill-acute:before {
  content: "\E0D4";
}

.fi-arrow-thick-top-fill-angled:before {
  content: "\E0D5";
}

.fi-arrow-thick-top-fill-large-acute:before {
  content: "\E0D6";
}

.fi-arrow-thick-top-fill-large-angled:before {
  content: "\E0D7";
}

.fi-arrow-thick-top-fill-large-oblique:before {
  content: "\E0D8";
}

.fi-arrow-thick-top-fill-large:before {
  content: "\E0D9";
}

.fi-arrow-thick-top-fill-oblique:before {
  content: "\E0DA";
}

.fi-arrow-thick-top-fill:before {
  content: "\E0DB";
}

.fi-arrow-thick-top-left-fill-acute:before {
  content: "\E0DC";
}

.fi-arrow-thick-top-left-fill-angled:before {
  content: "\E0DD";
}

.fi-arrow-thick-top-left-fill-large-acute:before {
  content: "\E0DE";
}

.fi-arrow-thick-top-left-fill-large-angled:before {
  content: "\E0DF";
}

.fi-arrow-thick-top-left-fill-large-oblique:before {
  content: "\E0E0";
}

.fi-arrow-thick-top-left-fill-large:before {
  content: "\E0E1";
}

.fi-arrow-thick-top-left-fill-oblique:before {
  content: "\E0E2";
}

.fi-arrow-thick-top-left-fill:before {
  content: "\E0E3";
}

.fi-arrow-thick-top-left-line-acute:before {
  content: "\E0E4";
}

.fi-arrow-thick-top-left-line-large-acute:before {
  content: "\E0E5";
}

.fi-arrow-thick-top-left-line-large-oblique:before {
  content: "\E0E6";
}

.fi-arrow-thick-top-left-line-large:before {
  content: "\E0E7";
}

.fi-arrow-thick-top-left-line-oblique:before {
  content: "\E0E8";
}

.fi-arrow-thick-top-left-line:before {
  content: "\E0E9";
}

.fi-arrow-thick-top-line-acute:before {
  content: "\E0EA";
}

.fi-arrow-thick-top-line-large-acute:before {
  content: "\E0EB";
}

.fi-arrow-thick-top-line-large-oblique:before {
  content: "\E0EC";
}

.fi-arrow-thick-top-line-large:before {
  content: "\E0ED";
}

.fi-arrow-thick-top-line-oblique:before {
  content: "\E0EE";
}

.fi-arrow-thick-top-line:before {
  content: "\E0EF";
}

.fi-arrow-thick-top-right-fill-acute:before {
  content: "\E0F0";
}

.fi-arrow-thick-top-right-fill-angled:before {
  content: "\E0F1";
}

.fi-arrow-thick-top-right-fill-large-acute:before {
  content: "\E0F2";
}

.fi-arrow-thick-top-right-fill-large-angled:before {
  content: "\E0F3";
}

.fi-arrow-thick-top-right-fill-large-oblique:before {
  content: "\E0F4";
}

.fi-arrow-thick-top-right-fill-large:before {
  content: "\E0F5";
}

.fi-arrow-thick-top-right-fill-oblique:before {
  content: "\E0F6";
}

.fi-arrow-thick-top-right-fill:before {
  content: "\E0F7";
}

.fi-arrow-thick-top-right-line-acute:before {
  content: "\E0F8";
}

.fi-arrow-thick-top-right-line-large-acute:before {
  content: "\E0F9";
}

.fi-arrow-thick-top-right-line-large-oblique:before {
  content: "\E0FA";
}

.fi-arrow-thick-top-right-line-large:before {
  content: "\E0FB";
}

.fi-arrow-thick-top-right-line-oblique:before {
  content: "\E0FC";
}

.fi-arrow-thick-top-right-line:before {
  content: "\E0FD";
}

.fi-arrow-top-fill-acute:before {
  content: "\E0FE";
}

.fi-arrow-top-fill-angled:before {
  content: "\E0FF";
}

.fi-arrow-top-fill-large-acute:before {
  content: "\E100";
}

.fi-arrow-top-fill-large-angled:before {
  content: "\E101";
}

.fi-arrow-top-fill-large-oblique:before {
  content: "\E102";
}

.fi-arrow-top-fill-large:before {
  content: "\E103";
}

.fi-arrow-top-fill-oblique:before {
  content: "\E104";
}

.fi-arrow-top-fill:before {
  content: "\E105";
}

.fi-arrow-top-left-fill-acute:before {
  content: "\E106";
}

.fi-arrow-top-left-fill-angled:before {
  content: "\E107";
}

.fi-arrow-top-left-fill-large-acute:before {
  content: "\E108";
}

.fi-arrow-top-left-fill-large-angled:before {
  content: "\E109";
}

.fi-arrow-top-left-fill-large-oblique:before {
  content: "\E10A";
}

.fi-arrow-top-left-fill-large:before {
  content: "\E10B";
}

.fi-arrow-top-left-fill-oblique:before {
  content: "\E10C";
}

.fi-arrow-top-left-fill:before {
  content: "\E10D";
}

.fi-arrow-top-left-line-acute:before {
  content: "\E10E";
}

.fi-arrow-top-left-line-large-acute:before {
  content: "\E10F";
}

.fi-arrow-top-left-line-large-oblique:before {
  content: "\E110";
}

.fi-arrow-top-left-line-large:before {
  content: "\E111";
}

.fi-arrow-top-left-line-oblique:before {
  content: "\E112";
}

.fi-arrow-top-left-line:before {
  content: "\E113";
}

.fi-arrow-top-line-acute:before {
  content: "\E114";
}

.fi-arrow-top-line-large-acute:before {
  content: "\E115";
}

.fi-arrow-top-line-large-oblique:before {
  content: "\E116";
}

.fi-arrow-top-line-large:before {
  content: "\E117";
}

.fi-arrow-top-line-oblique:before {
  content: "\E118";
}

.fi-arrow-top-line:before {
  content: "\E119";
}

.fi-arrow-top-right-fill-acute:before {
  content: "\E11A";
}

.fi-arrow-top-right-fill-angled:before {
  content: "\E11B";
}

.fi-arrow-top-right-fill-large-acute:before {
  content: "\E11C";
}

.fi-arrow-top-right-fill-large-angled:before {
  content: "\E11D";
}

.fi-arrow-top-right-fill-large-oblique:before {
  content: "\E11E";
}

.fi-arrow-top-right-fill-large:before {
  content: "\E11F";
}

.fi-arrow-top-right-fill-oblique:before {
  content: "\E120";
}

.fi-arrow-top-right-fill:before {
  content: "\E121";
}

.fi-arrow-top-right-line-acute:before {
  content: "\E122";
}

.fi-arrow-top-right-line-large-acute:before {
  content: "\E123";
}

.fi-arrow-top-right-line-large-oblique:before {
  content: "\E124";
}

.fi-arrow-top-right-line-large:before {
  content: "\E125";
}

.fi-arrow-top-right-line-oblique:before {
  content: "\E126";
}

.fi-arrow-top-right-line:before {
  content: "\E127";
}

.fi-audio-spectrum:before {
  content: "\E128";
}

.fi-audio:before {
  content: "\E129";
}

.fi-ban:before {
  content: "\E12A";
}

.fi-bar-chart:before {
  content: "\E12B";
}

.fi-barcode:before {
  content: "\E12C";
}

.fi-basket:before {
  content: "\E12D";
}

.fi-battery:before {
  content: "\E12E";
}

.fi-beaker:before {
  content: "\E12F";
}

.fi-bell:before {
  content: "\E130";
}

.fi-bitcoin-address:before {
  content: "\E131";
}

.fi-bitcoin-block:before {
  content: "\E132";
}

.fi-bitcoin-transaction:before {
  content: "\E133";
}

.fi-bitcoin:before {
  content: "\E134";
}

.fi-bluetooth:before {
  content: "\E135";
}

.fi-bold:before {
  content: "\E136";
}

.fi-book:before {
  content: "\E137";
}

.fi-bookmark:before {
  content: "\E138";
}

.fi-box:before {
  content: "\E139";
}

.fi-brain:before {
  content: "\E13A";
}

.fi-briefcase:before {
  content: "\E13B";
}

.fi-british-pound:before {
  content: "\E13C";
}

.fi-browser-full-page:before {
  content: "\E13D";
}

.fi-browser-type-chrome:before {
  content: "\E13E";
}

.fi-browser-type-firefox:before {
  content: "\E13F";
}

.fi-browser-type-internetexplorer:before {
  content: "\E140";
}

.fi-browser-type-safari:before {
  content: "\E141";
}

.fi-browser-viewport:before {
  content: "\E142";
}

.fi-browser:before {
  content: "\E143";
}

.fi-brush:before {
  content: "\E144";
}

.fi-bug:before {
  content: "\E145";
}

.fi-building:before {
  content: "\E146";
}

.fi-bullhorn:before {
  content: "\E147";
}

.fi-calculator:before {
  content: "\E148";
}

.fi-calendar:before {
  content: "\E149";
}

.fi-camera-rangefinder:before {
  content: "\E14A";
}

.fi-camera-slr:before {
  content: "\E14B";
}

.fi-caret-bottom:before {
  content: "\E14C";
}

.fi-caret-left:before {
  content: "\E14D";
}

.fi-caret-right:before {
  content: "\E14E";
}

.fi-caret-top:before {
  content: "\E14F";
}

.fi-carriage-return:before {
  content: "\E150";
}

.fi-cart:before {
  content: "\E151";
}

.fi-chat:before {
  content: "\E152";
}

.fi-check-thin:before {
  content: "\E153";
}

.fi-check:before {
  content: "\E154";
}

.fi-chevron-bottom:before {
  content: "\E155";
}

.fi-chevron-left:before {
  content: "\E156";
}

.fi-chevron-right:before {
  content: "\E157";
}

.fi-chevron-top:before {
  content: "\E158";
}

.fi-circle-check:before {
  content: "\E159";
}

.fi-circle-x:before {
  content: "\E15A";
}

.fi-clipboard:before {
  content: "\E15B";
}

.fi-clock:before {
  content: "\E15C";
}

.fi-cloud-transfer-download:before {
  content: "\E15D";
}

.fi-cloud-transfer-upload:before {
  content: "\E15E";
}

.fi-cloud:before {
  content: "\E15F";
}

.fi-cloudy:before {
  content: "\E160";
}

.fi-code:before {
  content: "\E161";
}

.fi-cog:before {
  content: "\E162";
}

.fi-cogs:before {
  content: "\E163";
}

.fi-collapse-down:before {
  content: "\E164";
}

.fi-collapse-left:before {
  content: "\E165";
}

.fi-collapse-right:before {
  content: "\E166";
}

.fi-collapse-up:before {
  content: "\E167";
}

.fi-command:before {
  content: "\E168";
}

.fi-comment-square:before {
  content: "\E169";
}

.fi-compass:before {
  content: "\E16A";
}

.fi-connections:before {
  content: "\E16B";
}

.fi-contrast:before {
  content: "\E16C";
}

.fi-copyleft:before {
  content: "\E16D";
}

.fi-copyright:before {
  content: "\E16E";
}

.fi-copywriting:before {
  content: "\E16F";
}

.fi-cpu:before {
  content: "\E170";
}

.fi-credit-card:before {
  content: "\E171";
}

.fi-crop:before {
  content: "\E172";
}

.fi-dashboard:before {
  content: "\E173";
}

.fi-data-transfer-download:before {
  content: "\E174";
}

.fi-data-transfer-upload:before {
  content: "\E175";
}

.fi-database:before {
  content: "\E176";
}

.fi-delete:before {
  content: "\E177";
}

.fi-delta:before {
  content: "\E178";
}

.fi-dial:before {
  content: "\E179";
}

.fi-dna:before {
  content: "\E17A";
}

.fi-document:before {
  content: "\E17B";
}

.fi-dollar:before {
  content: "\E17C";
}

.fi-double-quote-sans-left:before {
  content: "\E17D";
}

.fi-double-quote-sans-right:before {
  content: "\E17E";
}

.fi-double-quote-serif-left:before {
  content: "\E17F";
}

.fi-double-quote-serif-right:before {
  content: "\E180";
}

.fi-easel:before {
  content: "\E181";
}

.fi-eject:before {
  content: "\E182";
}

.fi-electric:before {
  content: "\E183";
}

.fi-elevator:before {
  content: "\E184";
}

.fi-ellipses:before {
  content: "\E185";
}

.fi-envelope-closed:before {
  content: "\E186";
}

.fi-envelope-open:before {
  content: "\E187";
}

.fi-euro:before {
  content: "\E188";
}

.fi-excerpt:before {
  content: "\E189";
}

.fi-expand-down:before {
  content: "\E18A";
}

.fi-expand-left:before {
  content: "\E18B";
}

.fi-expand-right:before {
  content: "\E18C";
}

.fi-expand-up:before {
  content: "\E18D";
}

.fi-external-link:before {
  content: "\E18E";
}

.fi-eye-closed:before {
  content: "\E18F";
}

.fi-eye-open:before {
  content: "\E190";
}

.fi-eyedropper:before {
  content: "\E191";
}

.fi-file-ai:before {
  content: "\E192";
}

.fi-file-css:before {
  content: "\E193";
}

.fi-file-dmg:before {
  content: "\E194";
}

.fi-file-doc:before {
  content: "\E195";
}

.fi-file-gif:before {
  content: "\E196";
}

.fi-file-html:before {
  content: "\E197";
}

.fi-file-jpg:before {
  content: "\E198";
}

.fi-file-js:before {
  content: "\E199";
}

.fi-file-json:before {
  content: "\E19A";
}

.fi-file-mov:before {
  content: "\E19B";
}

.fi-file-mp3:before {
  content: "\E19C";
}

.fi-file-pdf:before {
  content: "\E19D";
}

.fi-file-png:before {
  content: "\E19E";
}

.fi-file-psd:before {
  content: "\E19F";
}

.fi-file-svg:before {
  content: "\E1A0";
}

.fi-file-txt:before {
  content: "\E1A1";
}

.fi-file-xls:before {
  content: "\E1A2";
}

.fi-file-xml:before {
  content: "\E1A3";
}

.fi-file-zip:before {
  content: "\E1A4";
}

.fi-fire:before {
  content: "\E1A5";
}

.fi-firefly:before {
  content: "\E1A6";
}

.fi-flag:before {
  content: "\E1A7";
}

.fi-flash:before {
  content: "\E1A8";
}

.fi-flow-four-up:before {
  content: "\E1A9";
}

.fi-flow-three-up:before {
  content: "\E1AA";
}

.fi-flow-two-up:before {
  content: "\E1AB";
}

.fi-folder:before {
  content: "\E1AC";
}

.fi-fork:before {
  content: "\E1AD";
}

.fi-full-page:before {
  content: "\E1AE";
}

.fi-fullscreen-enter:before {
  content: "\E1AF";
}

.fi-fullscreen-exit:before {
  content: "\E1B0";
}

.fi-funnel:before {
  content: "\E1B1";
}

.fi-game-controller:before {
  content: "\E1B2";
}

.fi-globe:before {
  content: "\E1B3";
}

.fi-graph:before {
  content: "\E1B4";
}

.fi-grid-four-up:before {
  content: "\E1B5";
}

.fi-grid-three-up:before {
  content: "\E1B6";
}

.fi-grid-two-up:before {
  content: "\E1B7";
}

.fi-group:before {
  content: "\E1B8";
}

.fi-guides:before {
  content: "\E1B9";
}

.fi-hammer:before {
  content: "\E1BA";
}

.fi-hand:before {
  content: "\E1BB";
}

.fi-hard-drive:before {
  content: "\E1BC";
}

.fi-header:before {
  content: "\E1BD";
}

.fi-headphones:before {
  content: "\E1BE";
}

.fi-heart:before {
  content: "\E1BF";
}

.fi-history:before {
  content: "\E1C0";
}

.fi-home:before {
  content: "\E1C1";
}

.fi-image-landscape:before {
  content: "\E1C2";
}

.fi-image-portrait:before {
  content: "\E1C3";
}

.fi-inbox:before {
  content: "\E1C4";
}

.fi-infinity:before {
  content: "\E1C5";
}

.fi-info:before {
  content: "\E1C6";
}

.fi-inkwell:before {
  content: "\E1C7";
}

.fi-iphone:before {
  content: "\E1C8";
}

.fi-italic:before {
  content: "\E1C9";
}

.fi-justify-center:before {
  content: "\E1CA";
}

.fi-justify-left:before {
  content: "\E1CB";
}

.fi-justify-right:before {
  content: "\E1CC";
}

.fi-key:before {
  content: "\E1CD";
}

.fi-keyboard:before {
  content: "\E1CE";
}

.fi-keypad-mobile:before {
  content: "\E1CF";
}

.fi-laptop:before {
  content: "\E1D0";
}

.fi-layers:before {
  content: "\E1D1";
}

.fi-lightbulb-alt-off:before {
  content: "\E1D2";
}

.fi-lightbulb-alt-on:before {
  content: "\E1D3";
}

.fi-lightbulb:before {
  content: "\E1D4";
}

.fi-lightning-bolt:before {
  content: "\E1D5";
}

.fi-lightning:before {
  content: "\E1D6";
}

.fi-link-broken:before {
  content: "\E1D7";
}

.fi-link-intact:before {
  content: "\E1D8";
}

.fi-list-nested:before {
  content: "\E1D9";
}

.fi-list-rich:before {
  content: "\E1DA";
}

.fi-list:before {
  content: "\E1DB";
}

.fi-location:before {
  content: "\E1DC";
}

.fi-lock-locked:before {
  content: "\E1DD";
}

.fi-lock-unlocked:before {
  content: "\E1DE";
}

.fi-loop-circular:before {
  content: "\E1DF";
}

.fi-loop-square:before {
  content: "\E1E0";
}

.fi-loop:before {
  content: "\E1E1";
}

.fi-loupe:before {
  content: "\E1E2";
}

.fi-magic-wand:before {
  content: "\E1E3";
}

.fi-magnifying-glass:before {
  content: "\E1E4";
}

.fi-map-marker:before {
  content: "\E1E5";
}

.fi-map:before {
  content: "\E1E6";
}

.fi-marquee:before {
  content: "\E1E7";
}

.fi-medal:before {
  content: "\E1E8";
}

.fi-media-pause:before {
  content: "\E1E9";
}

.fi-media-play-circle:before {
  content: "\E1EA";
}

.fi-media-play:before {
  content: "\E1EB";
}

.fi-media-record:before {
  content: "\E1EC";
}

.fi-media-skip-backward:before {
  content: "\E1ED";
}

.fi-media-skip-forward:before {
  content: "\E1EE";
}

.fi-media-step-backward:before {
  content: "\E1EF";
}

.fi-media-step-forward:before {
  content: "\E1F0";
}

.fi-media-stop:before {
  content: "\E1F1";
}

.fi-medical-cross:before {
  content: "\E1F2";
}

.fi-menu-selected:before {
  content: "\E1F3";
}

.fi-menu:before {
  content: "\E1F4";
}

.fi-microphone:before {
  content: "\E1F5";
}

.fi-minus-thin:before {
  content: "\E1F6";
}

.fi-minus:before {
  content: "\E1F7";
}

.fi-monitor:before {
  content: "\E1F8";
}

.fi-moon:before {
  content: "\E1F9";
}

.fi-move:before {
  content: "\E1FA";
}

.fi-musical-note:before {
  content: "\E1FB";
}

.fi-network:before {
  content: "\E1FC";
}

.fi-nexus:before {
  content: "\E1FD";
}

.fi-open-hardware:before {
  content: "\E1FE";
}

.fi-open-source:before {
  content: "\E1FF";
}

.fi-palette:before {
  content: "\E200";
}

.fi-paperclip:before {
  content: "\E201";
}

.fi-peace:before {
  content: "\E202";
}

.fi-pen:before {
  content: "\E203";
}

.fi-pencil:before {
  content: "\E204";
}

.fi-people:before {
  content: "\E205";
}

.fi-person-female:before {
  content: "\E206";
}

.fi-person-genderless:before {
  content: "\E207";
}

.fi-person-male:before {
  content: "\E208";
}

.fi-pie-chart:before {
  content: "\E209";
}

.fi-pilcrow:before {
  content: "\E20A";
}

.fi-pill:before {
  content: "\E20B";
}

.fi-pin:before {
  content: "\E20C";
}

.fi-platform-android:before {
  content: "\E20D";
}

.fi-platform-apple:before {
  content: "\E20E";
}

.fi-platform-linux:before {
  content: "\E20F";
}

.fi-platform-microsoft:before {
  content: "\E210";
}

.fi-plus-thin:before {
  content: "\E211";
}

.fi-plus:before {
  content: "\E212";
}

.fi-pointer:before {
  content: "\E213";
}

.fi-power-standby:before {
  content: "\E214";
}

.fi-print:before {
  content: "\E215";
}

.fi-project:before {
  content: "\E216";
}

.fi-pulse:before {
  content: "\E217";
}

.fi-puzzle-piece:before {
  content: "\E218";
}

.fi-question-mark:before {
  content: "\E219";
}

.fi-radiation:before {
  content: "\E21A";
}

.fi-rainy:before {
  content: "\E21B";
}

.fi-random:before {
  content: "\E21C";
}

.fi-ratio:before {
  content: "\E21D";
}

.fi-reload:before {
  content: "\E21E";
}

.fi-resize-both:before {
  content: "\E21F";
}

.fi-resize-height:before {
  content: "\E220";
}

.fi-resize-width:before {
  content: "\E221";
}

.fi-rocket:before {
  content: "\E222";
}

.fi-route:before {
  content: "\E223";
}

.fi-rss-alt:before {
  content: "\E224";
}

.fi-rss:before {
  content: "\E225";
}

.fi-scissors:before {
  content: "\E226";
}

.fi-screen-viewport:before {
  content: "\E227";
}

.fi-screenshot:before {
  content: "\E228";
}

.fi-screwdriver:before {
  content: "\E229";
}

.fi-script:before {
  content: "\E22A";
}

.fi-server:before {
  content: "\E22B";
}

.fi-settings:before {
  content: "\E22C";
}

.fi-shape-circle:before {
  content: "\E22D";
}

.fi-shape-hexagon:before {
  content: "\E22E";
}

.fi-shape-octagon:before {
  content: "\E22F";
}

.fi-shape-square-rounded:before {
  content: "\E230";
}

.fi-shape-square:before {
  content: "\E231";
}

.fi-share-boxed:before {
  content: "\E232";
}

.fi-share-social:before {
  content: "\E233";
}

.fi-share:before {
  content: "\E234";
}

.fi-shield:before {
  content: "\E235";
}

.fi-signal:before {
  content: "\E236";
}

.fi-signpost:before {
  content: "\E237";
}

.fi-social-dribbble:before {
  content: "\E238";
}

.fi-social-dropbox:before {
  content: "\E239";
}

.fi-social-facebook:before {
  content: "\E23A";
}

.fi-social-flickr:before {
  content: "\E23B";
}

.fi-social-github:before {
  content: "\E23C";
}

.fi-social-google-plus:before {
  content: "\E23D";
}

.fi-social-instagram:before {
  content: "\E23E";
}

.fi-social-linkedin:before {
  content: "\E23F";
}

.fi-social-pinterest:before {
  content: "\E240";
}

.fi-social-reddit:before {
  content: "\E241";
}

.fi-social-tumblr:before {
  content: "\E242";
}

.fi-social-twitter:before {
  content: "\E243";
}

.fi-social-vimeo:before {
  content: "\E244";
}

.fi-social-youtube:before {
  content: "\E245";
}

.fi-sort-ascending:before {
  content: "\E246";
}

.fi-sort-descending:before {
  content: "\E247";
}

.fi-spreadsheet:before {
  content: "\E248";
}

.fi-star-empty:before {
  content: "\E249";
}

.fi-star:before {
  content: "\E24A";
}

.fi-sun:before {
  content: "\E24B";
}

.fi-syringe:before {
  content: "\E24C";
}

.fi-tablet:before {
  content: "\E24D";
}

.fi-tag:before {
  content: "\E24E";
}

.fi-tags:before {
  content: "\E24F";
}

.fi-target:before {
  content: "\E250";
}

.fi-task:before {
  content: "\E251";
}

.fi-terminal:before {
  content: "\E252";
}

.fi-text:before {
  content: "\E253";
}

.fi-thermometer:before {
  content: "\E254";
}

.fi-thumb-down:before {
  content: "\E255";
}

.fi-thumb-up:before {
  content: "\E256";
}

.fi-tiara:before {
  content: "\E257";
}

.fi-timer:before {
  content: "\E258";
}

.fi-tint:before {
  content: "\E259";
}

.fi-tools:before {
  content: "\E25A";
}

.fi-transfer:before {
  content: "\E25B";
}

.fi-trash:before {
  content: "\E25C";
}

.fi-ungroup:before {
  content: "\E25D";
}

.fi-vertical-align-bottom:before {
  content: "\E25E";
}

.fi-vertical-align-center:before {
  content: "\E25F";
}

.fi-vertical-align-top:before {
  content: "\E260";
}

.fi-video:before {
  content: "\E261";
}

.fi-viewport:before {
  content: "\E262";
}

.fi-volume-high:before {
  content: "\E263";
}

.fi-volume-low:before {
  content: "\E264";
}

.fi-volume-medium:before {
  content: "\E265";
}

.fi-volume-off:before {
  content: "\E266";
}

.fi-warning:before {
  content: "\E267";
}

.fi-weight:before {
  content: "\E268";
}

.fi-wifi:before {
  content: "\E269";
}

.fi-wrench:before {
  content: "\E26A";
}

.fi-x-thin:before {
  content: "\E26B";
}

.fi-x:before {
  content: "\E26C";
}

.fi-yen:before {
  content: "\E26D";
}

.fi-zoom-in:before {
  content: "\E26E";
}

.fi-zoom-out:before {
  content: "\E26F";
}

/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-500px:before {
  content: "\F26E";
}

.fa-accessible-icon:before {
  content: "\F368";
}

.fa-accusoft:before {
  content: "\F369";
}

.fa-acquisitions-incorporated:before {
  content: "\F6AF";
}

.fa-ad:before {
  content: "\F641";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-card:before {
  content: "\F2BB";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-adn:before {
  content: "\F170";
}

.fa-adobe:before {
  content: "\F778";
}

.fa-adversal:before {
  content: "\F36A";
}

.fa-affiliatetheme:before {
  content: "\F36B";
}

.fa-air-freshener:before {
  content: "\F5D0";
}

.fa-airbnb:before {
  content: "\F834";
}

.fa-algolia:before {
  content: "\F36C";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-alipay:before {
  content: "\F642";
}

.fa-allergies:before {
  content: "\F461";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-amazon-pay:before {
  content: "\F42C";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-amilia:before {
  content: "\F36D";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-android:before {
  content: "\F17B";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angry:before {
  content: "\F556";
}

.fa-angrycreative:before {
  content: "\F36E";
}

.fa-angular:before {
  content: "\F420";
}

.fa-ankh:before {
  content: "\F644";
}

.fa-app-store:before {
  content: "\F36F";
}

.fa-app-store-ios:before {
  content: "\F370";
}

.fa-apper:before {
  content: "\F371";
}

.fa-apple:before {
  content: "\F179";
}

.fa-apple-alt:before {
  content: "\F5D1";
}

.fa-apple-pay:before {
  content: "\F415";
}

.fa-archive:before {
  content: "\F187";
}

.fa-archway:before {
  content: "\F557";
}

.fa-arrow-alt-circle-down:before {
  content: "\F358";
}

.fa-arrow-alt-circle-left:before {
  content: "\F359";
}

.fa-arrow-alt-circle-right:before {
  content: "\F35A";
}

.fa-arrow-alt-circle-up:before {
  content: "\F35B";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-arrows-alt-h:before {
  content: "\F337";
}

.fa-arrows-alt-v:before {
  content: "\F338";
}

.fa-artstation:before {
  content: "\F77A";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-asymmetrik:before {
  content: "\F372";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-atlas:before {
  content: "\F558";
}

.fa-atlassian:before {
  content: "\F77B";
}

.fa-atom:before {
  content: "\F5D2";
}

.fa-audible:before {
  content: "\F373";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-autoprefixer:before {
  content: "\F41C";
}

.fa-avianex:before {
  content: "\F374";
}

.fa-aviato:before {
  content: "\F421";
}

.fa-award:before {
  content: "\F559";
}

.fa-aws:before {
  content: "\F375";
}

.fa-baby:before {
  content: "\F77C";
}

.fa-baby-carriage:before {
  content: "\F77D";
}

.fa-backspace:before {
  content: "\F55A";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-bacon:before {
  content: "\F7E5";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-balance-scale-left:before {
  content: "\F515";
}

.fa-balance-scale-right:before {
  content: "\F516";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-band-aid:before {
  content: "\F462";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-bars:before {
  content: "\F0C9";
}

.fa-baseball-ball:before {
  content: "\F433";
}

.fa-basketball-ball:before {
  content: "\F434";
}

.fa-bath:before {
  content: "\F2CD";
}

.fa-battery-empty:before {
  content: "\F244";
}

.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battle-net:before {
  content: "\F835";
}

.fa-bed:before {
  content: "\F236";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bezier-curve:before {
  content: "\F55B";
}

.fa-bible:before {
  content: "\F647";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-biking:before {
  content: "\F84A";
}

.fa-bimobject:before {
  content: "\F378";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-biohazard:before {
  content: "\F780";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitcoin:before {
  content: "\F379";
}

.fa-bity:before {
  content: "\F37A";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-blackberry:before {
  content: "\F37B";
}

.fa-blender:before {
  content: "\F517";
}

.fa-blender-phone:before {
  content: "\F6B6";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-blog:before {
  content: "\F781";
}

.fa-blogger:before {
  content: "\F37C";
}

.fa-blogger-b:before {
  content: "\F37D";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-bold:before {
  content: "\F032";
}

.fa-bolt:before {
  content: "\F0E7";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-bone:before {
  content: "\F5D7";
}

.fa-bong:before {
  content: "\F55C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-book-dead:before {
  content: "\F6B7";
}

.fa-book-medical:before {
  content: "\F7E6";
}

.fa-book-open:before {
  content: "\F518";
}

.fa-book-reader:before {
  content: "\F5DA";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-bootstrap:before {
  content: "\F836";
}

.fa-border-all:before {
  content: "\F84C";
}

.fa-border-none:before {
  content: "\F850";
}

.fa-border-style:before {
  content: "\F853";
}

.fa-bowling-ball:before {
  content: "\F436";
}

.fa-box:before {
  content: "\F466";
}

.fa-box-open:before {
  content: "\F49E";
}

.fa-boxes:before {
  content: "\F468";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-brain:before {
  content: "\F5DC";
}

.fa-bread-slice:before {
  content: "\F7EC";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-briefcase-medical:before {
  content: "\F469";
}

.fa-broadcast-tower:before {
  content: "\F519";
}

.fa-broom:before {
  content: "\F51A";
}

.fa-brush:before {
  content: "\F55D";
}

.fa-btc:before {
  content: "\F15A";
}

.fa-buffer:before {
  content: "\F837";
}

.fa-bug:before {
  content: "\F188";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-burn:before {
  content: "\F46A";
}

.fa-buromobelexperte:before {
  content: "\F37F";
}

.fa-bus:before {
  content: "\F207";
}

.fa-bus-alt:before {
  content: "\F55E";
}

.fa-business-time:before {
  content: "\F64A";
}

.fa-buy-n-large:before {
  content: "\F8A6";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-calendar:before {
  content: "\F133";
}

.fa-calendar-alt:before {
  content: "\F073";
}

.fa-calendar-check:before {
  content: "\F274";
}

.fa-calendar-day:before {
  content: "\F783";
}

.fa-calendar-minus:before {
  content: "\F272";
}

.fa-calendar-plus:before {
  content: "\F271";
}

.fa-calendar-times:before {
  content: "\F273";
}

.fa-calendar-week:before {
  content: "\F784";
}

.fa-camera:before {
  content: "\F030";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-campground:before {
  content: "\F6BB";
}

.fa-canadian-maple-leaf:before {
  content: "\F785";
}

.fa-candy-cane:before {
  content: "\F786";
}

.fa-cannabis:before {
  content: "\F55F";
}

.fa-capsules:before {
  content: "\F46B";
}

.fa-car:before {
  content: "\F1B9";
}

.fa-car-alt:before {
  content: "\F5DE";
}

.fa-car-battery:before {
  content: "\F5DF";
}

.fa-car-crash:before {
  content: "\F5E1";
}

.fa-car-side:before {
  content: "\F5E4";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-caret-square-down:before {
  content: "\F150";
}

.fa-caret-square-left:before {
  content: "\F191";
}

.fa-caret-square-right:before {
  content: "\F152";
}

.fa-caret-square-up:before {
  content: "\F151";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-carrot:before {
  content: "\F787";
}

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-cart-plus:before {
  content: "\F217";
}

.fa-cash-register:before {
  content: "\F788";
}

.fa-cat:before {
  content: "\F6BE";
}

.fa-cc-amazon-pay:before {
  content: "\F42D";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-apple-pay:before {
  content: "\F416";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-centercode:before {
  content: "\F380";
}

.fa-centos:before {
  content: "\F789";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-chair:before {
  content: "\F6C0";
}

.fa-chalkboard:before {
  content: "\F51B";
}

.fa-chalkboard-teacher:before {
  content: "\F51C";
}

.fa-charging-station:before {
  content: "\F5E7";
}

.fa-chart-area:before {
  content: "\F1FE";
}

.fa-chart-bar:before {
  content: "\F080";
}

.fa-chart-line:before {
  content: "\F201";
}

.fa-chart-pie:before {
  content: "\F200";
}

.fa-check:before {
  content: "\F00C";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-check-double:before {
  content: "\F560";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-cheese:before {
  content: "\F7EF";
}

.fa-chess:before {
  content: "\F439";
}

.fa-chess-bishop:before {
  content: "\F43A";
}

.fa-chess-board:before {
  content: "\F43C";
}

.fa-chess-king:before {
  content: "\F43F";
}

.fa-chess-knight:before {
  content: "\F441";
}

.fa-chess-pawn:before {
  content: "\F443";
}

.fa-chess-queen:before {
  content: "\F445";
}

.fa-chess-rook:before {
  content: "\F447";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-chromecast:before {
  content: "\F838";
}

.fa-church:before {
  content: "\F51D";
}

.fa-circle:before {
  content: "\F111";
}

.fa-circle-notch:before {
  content: "\F1CE";
}

.fa-city:before {
  content: "\F64F";
}

.fa-clinic-medical:before {
  content: "\F7F2";
}

.fa-clipboard:before {
  content: "\F328";
}

.fa-clipboard-check:before {
  content: "\F46C";
}

.fa-clipboard-list:before {
  content: "\F46D";
}

.fa-clock:before {
  content: "\F017";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-closed-captioning:before {
  content: "\F20A";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-cloud-download-alt:before {
  content: "\F381";
}

.fa-cloud-meatball:before {
  content: "\F73B";
}

.fa-cloud-moon:before {
  content: "\F6C3";
}

.fa-cloud-moon-rain:before {
  content: "\F73C";
}

.fa-cloud-rain:before {
  content: "\F73D";
}

.fa-cloud-showers-heavy:before {
  content: "\F740";
}

.fa-cloud-sun:before {
  content: "\F6C4";
}

.fa-cloud-sun-rain:before {
  content: "\F743";
}

.fa-cloud-upload-alt:before {
  content: "\F382";
}

.fa-cloudscale:before {
  content: "\F383";
}

.fa-cloudsmith:before {
  content: "\F384";
}

.fa-cloudversify:before {
  content: "\F385";
}

.fa-cocktail:before {
  content: "\F561";
}

.fa-code:before {
  content: "\F121";
}

.fa-code-branch:before {
  content: "\F126";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cog:before {
  content: "\F013";
}

.fa-cogs:before {
  content: "\F085";
}

.fa-coins:before {
  content: "\F51E";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-comment:before {
  content: "\F075";
}

.fa-comment-alt:before {
  content: "\F27A";
}

.fa-comment-dollar:before {
  content: "\F651";
}

.fa-comment-dots:before {
  content: "\F4AD";
}

.fa-comment-medical:before {
  content: "\F7F5";
}

.fa-comment-slash:before {
  content: "\F4B3";
}

.fa-comments:before {
  content: "\F086";
}

.fa-comments-dollar:before {
  content: "\F653";
}

.fa-compact-disc:before {
  content: "\F51F";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-compress:before {
  content: "\F066";
}

.fa-compress-arrows-alt:before {
  content: "\F78C";
}

.fa-concierge-bell:before {
  content: "\F562";
}

.fa-confluence:before {
  content: "\F78D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-cookie:before {
  content: "\F563";
}

.fa-cookie-bite:before {
  content: "\F564";
}

.fa-copy:before {
  content: "\F0C5";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-cotton-bureau:before {
  content: "\F89E";
}

.fa-couch:before {
  content: "\F4B8";
}

.fa-cpanel:before {
  content: "\F388";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-creative-commons-by:before {
  content: "\F4E7";
}

.fa-creative-commons-nc:before {
  content: "\F4E8";
}

.fa-creative-commons-nc-eu:before {
  content: "\F4E9";
}

.fa-creative-commons-nc-jp:before {
  content: "\F4EA";
}

.fa-creative-commons-nd:before {
  content: "\F4EB";
}

.fa-creative-commons-pd:before {
  content: "\F4EC";
}

.fa-creative-commons-pd-alt:before {
  content: "\F4ED";
}

.fa-creative-commons-remix:before {
  content: "\F4EE";
}

.fa-creative-commons-sa:before {
  content: "\F4EF";
}

.fa-creative-commons-sampling:before {
  content: "\F4F0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\F4F1";
}

.fa-creative-commons-share:before {
  content: "\F4F2";
}

.fa-creative-commons-zero:before {
  content: "\F4F3";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-critical-role:before {
  content: "\F6C9";
}

.fa-crop:before {
  content: "\F125";
}

.fa-crop-alt:before {
  content: "\F565";
}

.fa-cross:before {
  content: "\F654";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-crow:before {
  content: "\F520";
}

.fa-crown:before {
  content: "\F521";
}

.fa-crutch:before {
  content: "\F7F7";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-css3-alt:before {
  content: "\F38B";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-cut:before {
  content: "\F0C4";
}

.fa-cuttlefish:before {
  content: "\F38C";
}

.fa-d-and-d:before {
  content: "\F38D";
}

.fa-d-and-d-beyond:before {
  content: "\F6CA";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-deaf:before {
  content: "\F2A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-democrat:before {
  content: "\F747";
}

.fa-deploydog:before {
  content: "\F38E";
}

.fa-deskpro:before {
  content: "\F38F";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-dev:before {
  content: "\F6CC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-dharmachakra:before {
  content: "\F655";
}

.fa-dhl:before {
  content: "\F790";
}

.fa-diagnoses:before {
  content: "\F470";
}

.fa-diaspora:before {
  content: "\F791";
}

.fa-dice:before {
  content: "\F522";
}

.fa-dice-d20:before {
  content: "\F6CF";
}

.fa-dice-d6:before {
  content: "\F6D1";
}

.fa-dice-five:before {
  content: "\F523";
}

.fa-dice-four:before {
  content: "\F524";
}

.fa-dice-one:before {
  content: "\F525";
}

.fa-dice-six:before {
  content: "\F526";
}

.fa-dice-three:before {
  content: "\F527";
}

.fa-dice-two:before {
  content: "\F528";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-digital-ocean:before {
  content: "\F391";
}

.fa-digital-tachograph:before {
  content: "\F566";
}

.fa-directions:before {
  content: "\F5EB";
}

.fa-discord:before {
  content: "\F392";
}

.fa-discourse:before {
  content: "\F393";
}

.fa-divide:before {
  content: "\F529";
}

.fa-dizzy:before {
  content: "\F567";
}

.fa-dna:before {
  content: "\F471";
}

.fa-dochub:before {
  content: "\F394";
}

.fa-docker:before {
  content: "\F395";
}

.fa-dog:before {
  content: "\F6D3";
}

.fa-dollar-sign:before {
  content: "\F155";
}

.fa-dolly:before {
  content: "\F472";
}

.fa-dolly-flatbed:before {
  content: "\F474";
}

.fa-donate:before {
  content: "\F4B9";
}

.fa-door-closed:before {
  content: "\F52A";
}

.fa-door-open:before {
  content: "\F52B";
}

.fa-dot-circle:before {
  content: "\F192";
}

.fa-dove:before {
  content: "\F4BA";
}

.fa-download:before {
  content: "\F019";
}

.fa-draft2digital:before {
  content: "\F396";
}

.fa-drafting-compass:before {
  content: "\F568";
}

.fa-dragon:before {
  content: "\F6D5";
}

.fa-draw-polygon:before {
  content: "\F5EE";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-dribbble-square:before {
  content: "\F397";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-drum:before {
  content: "\F569";
}

.fa-drum-steelpan:before {
  content: "\F56A";
}

.fa-drumstick-bite:before {
  content: "\F6D7";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-dumbbell:before {
  content: "\F44B";
}

.fa-dumpster:before {
  content: "\F793";
}

.fa-dumpster-fire:before {
  content: "\F794";
}

.fa-dungeon:before {
  content: "\F6D9";
}

.fa-dyalog:before {
  content: "\F399";
}

.fa-earlybirds:before {
  content: "\F39A";
}

.fa-ebay:before {
  content: "\F4F4";
}

.fa-edge:before {
  content: "\F282";
}

.fa-edit:before {
  content: "\F044";
}

.fa-egg:before {
  content: "\F7FB";
}

.fa-eject:before {
  content: "\F052";
}

.fa-elementor:before {
  content: "\F430";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-ello:before {
  content: "\F5F1";
}

.fa-ember:before {
  content: "\F423";
}

.fa-empire:before {
  content: "\F1D1";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-envelope-open:before {
  content: "\F2B6";
}

.fa-envelope-open-text:before {
  content: "\F658";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-envira:before {
  content: "\F299";
}

.fa-equals:before {
  content: "\F52C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-erlang:before {
  content: "\F39D";
}

.fa-ethereum:before {
  content: "\F42E";
}

.fa-ethernet:before {
  content: "\F796";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-euro-sign:before {
  content: "\F153";
}

.fa-evernote:before {
  content: "\F839";
}

.fa-exchange-alt:before {
  content: "\F362";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-expand:before {
  content: "\F065";
}

.fa-expand-arrows-alt:before {
  content: "\F31E";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-external-link-alt:before {
  content: "\F35D";
}

.fa-external-link-square-alt:before {
  content: "\F360";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-dropper:before {
  content: "\F1FB";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-facebook:before {
  content: "\F09A";
}

.fa-facebook-f:before {
  content: "\F39E";
}

.fa-facebook-messenger:before {
  content: "\F39F";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-fan:before {
  content: "\F863";
}

.fa-fantasy-flight-games:before {
  content: "\F6DC";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-feather:before {
  content: "\F52D";
}

.fa-feather-alt:before {
  content: "\F56B";
}

.fa-fedex:before {
  content: "\F797";
}

.fa-fedora:before {
  content: "\F798";
}

.fa-female:before {
  content: "\F182";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-figma:before {
  content: "\F799";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-alt:before {
  content: "\F15C";
}

.fa-file-archive:before {
  content: "\F1C6";
}

.fa-file-audio:before {
  content: "\F1C7";
}

.fa-file-code:before {
  content: "\F1C9";
}

.fa-file-contract:before {
  content: "\F56C";
}

.fa-file-csv:before {
  content: "\F6DD";
}

.fa-file-download:before {
  content: "\F56D";
}

.fa-file-excel:before {
  content: "\F1C3";
}

.fa-file-export:before {
  content: "\F56E";
}

.fa-file-image:before {
  content: "\F1C5";
}

.fa-file-import:before {
  content: "\F56F";
}

.fa-file-invoice:before {
  content: "\F570";
}

.fa-file-invoice-dollar:before {
  content: "\F571";
}

.fa-file-medical:before {
  content: "\F477";
}

.fa-file-medical-alt:before {
  content: "\F478";
}

.fa-file-pdf:before {
  content: "\F1C1";
}

.fa-file-powerpoint:before {
  content: "\F1C4";
}

.fa-file-prescription:before {
  content: "\F572";
}

.fa-file-signature:before {
  content: "\F573";
}

.fa-file-upload:before {
  content: "\F574";
}

.fa-file-video:before {
  content: "\F1C8";
}

.fa-file-word:before {
  content: "\F1C2";
}

.fa-fill:before {
  content: "\F575";
}

.fa-fill-drip:before {
  content: "\F576";
}

.fa-film:before {
  content: "\F008";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-fingerprint:before {
  content: "\F577";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-fire-alt:before {
  content: "\F7E4";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-first-aid:before {
  content: "\F479";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-first-order-alt:before {
  content: "\F50A";
}

.fa-firstdraft:before {
  content: "\F3A1";
}

.fa-fish:before {
  content: "\F578";
}

.fa-fist-raised:before {
  content: "\F6DE";
}

.fa-flag:before {
  content: "\F024";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-flag-usa:before {
  content: "\F74D";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-flipboard:before {
  content: "\F44D";
}

.fa-flushed:before {
  content: "\F579";
}

.fa-fly:before {
  content: "\F417";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-minus:before {
  content: "\F65D";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-folder-plus:before {
  content: "\F65E";
}

.fa-font:before {
  content: "\F031";
}

.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-font-awesome-alt:before {
  content: "\F35C";
}

.fa-font-awesome-flag:before {
  content: "\F425";
}

.fa-font-awesome-logo-full:before {
  content: "\F4E6";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-fonticons-fi:before {
  content: "\F3A2";
}

.fa-football-ball:before {
  content: "\F44E";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-fort-awesome-alt:before {
  content: "\F3A3";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-freebsd:before {
  content: "\F3A4";
}

.fa-frog:before {
  content: "\F52E";
}

.fa-frown:before {
  content: "\F119";
}

.fa-frown-open:before {
  content: "\F57A";
}

.fa-fulcrum:before {
  content: "\F50B";
}

.fa-funnel-dollar:before {
  content: "\F662";
}

.fa-futbol:before {
  content: "\F1E3";
}

.fa-galactic-republic:before {
  content: "\F50C";
}

.fa-galactic-senate:before {
  content: "\F50D";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-gas-pump:before {
  content: "\F52F";
}

.fa-gavel:before {
  content: "\F0E3";
}

.fa-gem:before {
  content: "\F3A5";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-ghost:before {
  content: "\F6E2";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-gifts:before {
  content: "\F79C";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-git-alt:before {
  content: "\F841";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-github:before {
  content: "\F09B";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-gitkraken:before {
  content: "\F3A6";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-gitter:before {
  content: "\F426";
}

.fa-glass-cheers:before {
  content: "\F79F";
}

.fa-glass-martini:before {
  content: "\F000";
}

.fa-glass-martini-alt:before {
  content: "\F57B";
}

.fa-glass-whiskey:before {
  content: "\F7A0";
}

.fa-glasses:before {
  content: "\F530";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-globe-africa:before {
  content: "\F57C";
}

.fa-globe-americas:before {
  content: "\F57D";
}

.fa-globe-asia:before {
  content: "\F57E";
}

.fa-globe-europe:before {
  content: "\F7A2";
}

.fa-gofore:before {
  content: "\F3A7";
}

.fa-golf-ball:before {
  content: "\F450";
}

.fa-goodreads:before {
  content: "\F3A8";
}

.fa-goodreads-g:before {
  content: "\F3A9";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-google-drive:before {
  content: "\F3AA";
}

.fa-google-play:before {
  content: "\F3AB";
}

.fa-google-plus:before {
  content: "\F2B3";
}

.fa-google-plus-g:before {
  content: "\F0D5";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-gopuram:before {
  content: "\F664";
}

.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-gratipay:before {
  content: "\F184";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-greater-than:before {
  content: "\F531";
}

.fa-greater-than-equal:before {
  content: "\F532";
}

.fa-grimace:before {
  content: "\F57F";
}

.fa-grin:before {
  content: "\F580";
}

.fa-grin-alt:before {
  content: "\F581";
}

.fa-grin-beam:before {
  content: "\F582";
}

.fa-grin-beam-sweat:before {
  content: "\F583";
}

.fa-grin-hearts:before {
  content: "\F584";
}

.fa-grin-squint:before {
  content: "\F585";
}

.fa-grin-squint-tears:before {
  content: "\F586";
}

.fa-grin-stars:before {
  content: "\F587";
}

.fa-grin-tears:before {
  content: "\F588";
}

.fa-grin-tongue:before {
  content: "\F589";
}

.fa-grin-tongue-squint:before {
  content: "\F58A";
}

.fa-grin-tongue-wink:before {
  content: "\F58B";
}

.fa-grin-wink:before {
  content: "\F58C";
}

.fa-grip-horizontal:before {
  content: "\F58D";
}

.fa-grip-lines:before {
  content: "\F7A4";
}

.fa-grip-lines-vertical:before {
  content: "\F7A5";
}

.fa-grip-vertical:before {
  content: "\F58E";
}

.fa-gripfire:before {
  content: "\F3AC";
}

.fa-grunt:before {
  content: "\F3AD";
}

.fa-guitar:before {
  content: "\F7A6";
}

.fa-gulp:before {
  content: "\F3AE";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-hacker-news-square:before {
  content: "\F3AF";
}

.fa-hackerrank:before {
  content: "\F5F7";
}

.fa-hamburger:before {
  content: "\F805";
}

.fa-hammer:before {
  content: "\F6E3";
}

.fa-hamsa:before {
  content: "\F665";
}

.fa-hand-holding:before {
  content: "\F4BD";
}

.fa-hand-holding-heart:before {
  content: "\F4BE";
}

.fa-hand-holding-usd:before {
  content: "\F4C0";
}

.fa-hand-lizard:before {
  content: "\F258";
}

.fa-hand-middle-finger:before {
  content: "\F806";
}

.fa-hand-paper:before {
  content: "\F256";
}

.fa-hand-peace:before {
  content: "\F25B";
}

.fa-hand-point-down:before {
  content: "\F0A7";
}

.fa-hand-point-left:before {
  content: "\F0A5";
}

.fa-hand-point-right:before {
  content: "\F0A4";
}

.fa-hand-point-up:before {
  content: "\F0A6";
}

.fa-hand-pointer:before {
  content: "\F25A";
}

.fa-hand-rock:before {
  content: "\F255";
}

.fa-hand-scissors:before {
  content: "\F257";
}

.fa-hand-spock:before {
  content: "\F259";
}

.fa-hands:before {
  content: "\F4C2";
}

.fa-hands-helping:before {
  content: "\F4C4";
}

.fa-handshake:before {
  content: "\F2B5";
}

.fa-hanukiah:before {
  content: "\F6E6";
}

.fa-hard-hat:before {
  content: "\F807";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-hat-cowboy:before {
  content: "\F8C0";
}

.fa-hat-cowboy-side:before {
  content: "\F8C1";
}

.fa-hat-wizard:before {
  content: "\F6E8";
}

.fa-haykal:before {
  content: "\F666";
}

.fa-hdd:before {
  content: "\F0A0";
}

.fa-heading:before {
  content: "\F1DC";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-headphones-alt:before {
  content: "\F58F";
}

.fa-headset:before {
  content: "\F590";
}

.fa-heart:before {
  content: "\F004";
}

.fa-heart-broken:before {
  content: "\F7A9";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-helicopter:before {
  content: "\F533";
}

.fa-highlighter:before {
  content: "\F591";
}

.fa-hiking:before {
  content: "\F6EC";
}

.fa-hippo:before {
  content: "\F6ED";
}

.fa-hips:before {
  content: "\F452";
}

.fa-hire-a-helper:before {
  content: "\F3B0";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-hockey-puck:before {
  content: "\F453";
}

.fa-holly-berry:before {
  content: "\F7AA";
}

.fa-home:before {
  content: "\F015";
}

.fa-hooli:before {
  content: "\F427";
}

.fa-hornbill:before {
  content: "\F592";
}

.fa-horse:before {
  content: "\F6F0";
}

.fa-horse-head:before {
  content: "\F7AB";
}

.fa-hospital:before {
  content: "\F0F8";
}

.fa-hospital-alt:before {
  content: "\F47D";
}

.fa-hospital-symbol:before {
  content: "\F47E";
}

.fa-hot-tub:before {
  content: "\F593";
}

.fa-hotdog:before {
  content: "\F80F";
}

.fa-hotel:before {
  content: "\F594";
}

.fa-hotjar:before {
  content: "\F3B1";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-start:before {
  content: "\F251";
}

.fa-house-damage:before {
  content: "\F6F1";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-hryvnia:before {
  content: "\F6F2";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-hubspot:before {
  content: "\F3B2";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-ice-cream:before {
  content: "\F810";
}

.fa-icicles:before {
  content: "\F7AD";
}

.fa-icons:before {
  content: "\F86D";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-id-card:before {
  content: "\F2C2";
}

.fa-id-card-alt:before {
  content: "\F47F";
}

.fa-igloo:before {
  content: "\F7AE";
}

.fa-image:before {
  content: "\F03E";
}

.fa-images:before {
  content: "\F302";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-industry:before {
  content: "\F275";
}

.fa-infinity:before {
  content: "\F534";
}

.fa-info:before {
  content: "\F129";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-intercom:before {
  content: "\F7AF";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-invision:before {
  content: "\F7B0";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-italic:before {
  content: "\F033";
}

.fa-itch-io:before {
  content: "\F83A";
}

.fa-itunes:before {
  content: "\F3B4";
}

.fa-itunes-note:before {
  content: "\F3B5";
}

.fa-java:before {
  content: "\F4E4";
}

.fa-jedi:before {
  content: "\F669";
}

.fa-jedi-order:before {
  content: "\F50E";
}

.fa-jenkins:before {
  content: "\F3B6";
}

.fa-jira:before {
  content: "\F7B1";
}

.fa-joget:before {
  content: "\F3B7";
}

.fa-joint:before {
  content: "\F595";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-journal-whills:before {
  content: "\F66A";
}

.fa-js:before {
  content: "\F3B8";
}

.fa-js-square:before {
  content: "\F3B9";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-kaaba:before {
  content: "\F66B";
}

.fa-kaggle:before {
  content: "\F5FA";
}

.fa-key:before {
  content: "\F084";
}

.fa-keybase:before {
  content: "\F4F5";
}

.fa-keyboard:before {
  content: "\F11C";
}

.fa-keycdn:before {
  content: "\F3BA";
}

.fa-khanda:before {
  content: "\F66D";
}

.fa-kickstarter:before {
  content: "\F3BB";
}

.fa-kickstarter-k:before {
  content: "\F3BC";
}

.fa-kiss:before {
  content: "\F596";
}

.fa-kiss-beam:before {
  content: "\F597";
}

.fa-kiss-wink-heart:before {
  content: "\F598";
}

.fa-kiwi-bird:before {
  content: "\F535";
}

.fa-korvue:before {
  content: "\F42F";
}

.fa-landmark:before {
  content: "\F66F";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-laptop-code:before {
  content: "\F5FC";
}

.fa-laptop-medical:before {
  content: "\F812";
}

.fa-laravel:before {
  content: "\F3BD";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-laugh:before {
  content: "\F599";
}

.fa-laugh-beam:before {
  content: "\F59A";
}

.fa-laugh-squint:before {
  content: "\F59B";
}

.fa-laugh-wink:before {
  content: "\F59C";
}

.fa-layer-group:before {
  content: "\F5FD";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-lemon:before {
  content: "\F094";
}

.fa-less:before {
  content: "\F41D";
}

.fa-less-than:before {
  content: "\F536";
}

.fa-less-than-equal:before {
  content: "\F537";
}

.fa-level-down-alt:before {
  content: "\F3BE";
}

.fa-level-up-alt:before {
  content: "\F3BF";
}

.fa-life-ring:before {
  content: "\F1CD";
}

.fa-lightbulb:before {
  content: "\F0EB";
}

.fa-line:before {
  content: "\F3C0";
}

.fa-link:before {
  content: "\F0C1";
}

.fa-linkedin:before {
  content: "\F08C";
}

.fa-linkedin-in:before {
  content: "\F0E1";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-lira-sign:before {
  content: "\F195";
}

.fa-list:before {
  content: "\F03A";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-lock:before {
  content: "\F023";
}

.fa-lock-open:before {
  content: "\F3C1";
}

.fa-long-arrow-alt-down:before {
  content: "\F309";
}

.fa-long-arrow-alt-left:before {
  content: "\F30A";
}

.fa-long-arrow-alt-right:before {
  content: "\F30B";
}

.fa-long-arrow-alt-up:before {
  content: "\F30C";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-luggage-cart:before {
  content: "\F59D";
}

.fa-lyft:before {
  content: "\F3C3";
}

.fa-magento:before {
  content: "\F3C4";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-mail-bulk:before {
  content: "\F674";
}

.fa-mailchimp:before {
  content: "\F59E";
}

.fa-male:before {
  content: "\F183";
}

.fa-mandalorian:before {
  content: "\F50F";
}

.fa-map:before {
  content: "\F279";
}

.fa-map-marked:before {
  content: "\F59F";
}

.fa-map-marked-alt:before {
  content: "\F5A0";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-map-marker-alt:before {
  content: "\F3C5";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-markdown:before {
  content: "\F60F";
}

.fa-marker:before {
  content: "\F5A1";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mask:before {
  content: "\F6FA";
}

.fa-mastodon:before {
  content: "\F4F6";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-mdb:before {
  content: "\F8CA";
}

.fa-medal:before {
  content: "\F5A2";
}

.fa-medapps:before {
  content: "\F3C6";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-medium-m:before {
  content: "\F3C7";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-medrt:before {
  content: "\F3C8";
}

.fa-meetup:before {
  content: "\F2E0";
}

.fa-megaport:before {
  content: "\F5A3";
}

.fa-meh:before {
  content: "\F11A";
}

.fa-meh-blank:before {
  content: "\F5A4";
}

.fa-meh-rolling-eyes:before {
  content: "\F5A5";
}

.fa-memory:before {
  content: "\F538";
}

.fa-mendeley:before {
  content: "\F7B3";
}

.fa-menorah:before {
  content: "\F676";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-meteor:before {
  content: "\F753";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-alt:before {
  content: "\F3C9";
}

.fa-microphone-alt-slash:before {
  content: "\F539";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-microscope:before {
  content: "\F610";
}

.fa-microsoft:before {
  content: "\F3CA";
}

.fa-minus:before {
  content: "\F068";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-mitten:before {
  content: "\F7B5";
}

.fa-mix:before {
  content: "\F3CB";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-mizuni:before {
  content: "\F3CC";
}

.fa-mobile:before {
  content: "\F10B";
}

.fa-mobile-alt:before {
  content: "\F3CD";
}

.fa-modx:before {
  content: "\F285";
}

.fa-monero:before {
  content: "\F3D0";
}

.fa-money-bill:before {
  content: "\F0D6";
}

.fa-money-bill-alt:before {
  content: "\F3D1";
}

.fa-money-bill-wave:before {
  content: "\F53A";
}

.fa-money-bill-wave-alt:before {
  content: "\F53B";
}

.fa-money-check:before {
  content: "\F53C";
}

.fa-money-check-alt:before {
  content: "\F53D";
}

.fa-monument:before {
  content: "\F5A6";
}

.fa-moon:before {
  content: "\F186";
}

.fa-mortar-pestle:before {
  content: "\F5A7";
}

.fa-mosque:before {
  content: "\F678";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-mountain:before {
  content: "\F6FC";
}

.fa-mouse:before {
  content: "\F8CC";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-mug-hot:before {
  content: "\F7B6";
}

.fa-music:before {
  content: "\F001";
}

.fa-napster:before {
  content: "\F3D2";
}

.fa-neos:before {
  content: "\F612";
}

.fa-network-wired:before {
  content: "\F6FF";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-newspaper:before {
  content: "\F1EA";
}

.fa-nimblr:before {
  content: "\F5A8";
}

.fa-node:before {
  content: "\F419";
}

.fa-node-js:before {
  content: "\F3D3";
}

.fa-not-equal:before {
  content: "\F53E";
}

.fa-notes-medical:before {
  content: "\F481";
}

.fa-npm:before {
  content: "\F3D4";
}

.fa-ns8:before {
  content: "\F3D5";
}

.fa-nutritionix:before {
  content: "\F3D6";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-oil-can:before {
  content: "\F613";
}

.fa-old-republic:before {
  content: "\F510";
}

.fa-om:before {
  content: "\F679";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-orcid:before {
  content: "\F8D2";
}

.fa-osi:before {
  content: "\F41A";
}

.fa-otter:before {
  content: "\F700";
}

.fa-outdent:before {
  content: "\F03B";
}

.fa-page4:before {
  content: "\F3D7";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-pager:before {
  content: "\F815";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-paint-roller:before {
  content: "\F5AA";
}

.fa-palette:before {
  content: "\F53F";
}

.fa-palfed:before {
  content: "\F3D8";
}

.fa-pallet:before {
  content: "\F482";
}

.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-parachute-box:before {
  content: "\F4CD";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-parking:before {
  content: "\F540";
}

.fa-passport:before {
  content: "\F5AB";
}

.fa-pastafarianism:before {
  content: "\F67B";
}

.fa-paste:before {
  content: "\F0EA";
}

.fa-patreon:before {
  content: "\F3D9";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-peace:before {
  content: "\F67C";
}

.fa-pen:before {
  content: "\F304";
}

.fa-pen-alt:before {
  content: "\F305";
}

.fa-pen-fancy:before {
  content: "\F5AC";
}

.fa-pen-nib:before {
  content: "\F5AD";
}

.fa-pen-square:before {
  content: "\F14B";
}

.fa-pencil-alt:before {
  content: "\F303";
}

.fa-pencil-ruler:before {
  content: "\F5AE";
}

.fa-penny-arcade:before {
  content: "\F704";
}

.fa-people-carry:before {
  content: "\F4CE";
}

.fa-pepper-hot:before {
  content: "\F816";
}

.fa-percent:before {
  content: "\F295";
}

.fa-percentage:before {
  content: "\F541";
}

.fa-periscope:before {
  content: "\F3DA";
}

.fa-person-booth:before {
  content: "\F756";
}

.fa-phabricator:before {
  content: "\F3DB";
}

.fa-phoenix-framework:before {
  content: "\F3DC";
}

.fa-phoenix-squadron:before {
  content: "\F511";
}

.fa-phone:before {
  content: "\F095";
}

.fa-phone-alt:before {
  content: "\F879";
}

.fa-phone-slash:before {
  content: "\F3DD";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-phone-square-alt:before {
  content: "\F87B";
}

.fa-phone-volume:before {
  content: "\F2A0";
}

.fa-photo-video:before {
  content: "\F87C";
}

.fa-php:before {
  content: "\F457";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-pied-piper-hat:before {
  content: "\F4E5";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-piggy-bank:before {
  content: "\F4D3";
}

.fa-pills:before {
  content: "\F484";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-pizza-slice:before {
  content: "\F818";
}

.fa-place-of-worship:before {
  content: "\F67F";
}

.fa-plane:before {
  content: "\F072";
}

.fa-plane-arrival:before {
  content: "\F5AF";
}

.fa-plane-departure:before {
  content: "\F5B0";
}

.fa-play:before {
  content: "\F04B";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-playstation:before {
  content: "\F3DF";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-plus:before {
  content: "\F067";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-poll:before {
  content: "\F681";
}

.fa-poll-h:before {
  content: "\F682";
}

.fa-poo:before {
  content: "\F2FE";
}

.fa-poo-storm:before {
  content: "\F75A";
}

.fa-poop:before {
  content: "\F619";
}

.fa-portrait:before {
  content: "\F3E0";
}

.fa-pound-sign:before {
  content: "\F154";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-pray:before {
  content: "\F683";
}

.fa-praying-hands:before {
  content: "\F684";
}

.fa-prescription:before {
  content: "\F5B1";
}

.fa-prescription-bottle:before {
  content: "\F485";
}

.fa-prescription-bottle-alt:before {
  content: "\F486";
}

.fa-print:before {
  content: "\F02F";
}

.fa-procedures:before {
  content: "\F487";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-project-diagram:before {
  content: "\F542";
}

.fa-pushed:before {
  content: "\F3E1";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-python:before {
  content: "\F3E2";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-question:before {
  content: "\F128";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-quidditch:before {
  content: "\F458";
}

.fa-quinscape:before {
  content: "\F459";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-quran:before {
  content: "\F687";
}

.fa-r-project:before {
  content: "\F4F7";
}

.fa-radiation:before {
  content: "\F7B9";
}

.fa-radiation-alt:before {
  content: "\F7BA";
}

.fa-rainbow:before {
  content: "\F75B";
}

.fa-random:before {
  content: "\F074";
}

.fa-raspberry-pi:before {
  content: "\F7BB";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-react:before {
  content: "\F41B";
}

.fa-reacteurope:before {
  content: "\F75D";
}

.fa-readme:before {
  content: "\F4D5";
}

.fa-rebel:before {
  content: "\F1D0";
}

.fa-receipt:before {
  content: "\F543";
}

.fa-record-vinyl:before {
  content: "\F8D9";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-red-river:before {
  content: "\F3E3";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-redhat:before {
  content: "\F7BC";
}

.fa-redo:before {
  content: "\F01E";
}

.fa-redo-alt:before {
  content: "\F2F9";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-remove-format:before {
  content: "\F87D";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-reply:before {
  content: "\F3E5";
}

.fa-reply-all:before {
  content: "\F122";
}

.fa-replyd:before {
  content: "\F3E6";
}

.fa-republican:before {
  content: "\F75E";
}

.fa-researchgate:before {
  content: "\F4F8";
}

.fa-resolving:before {
  content: "\F3E7";
}

.fa-restroom:before {
  content: "\F7BD";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-rev:before {
  content: "\F5B2";
}

.fa-ribbon:before {
  content: "\F4D6";
}

.fa-ring:before {
  content: "\F70B";
}

.fa-road:before {
  content: "\F018";
}

.fa-robot:before {
  content: "\F544";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-rocketchat:before {
  content: "\F3E8";
}

.fa-rockrms:before {
  content: "\F3E9";
}

.fa-route:before {
  content: "\F4D7";
}

.fa-rss:before {
  content: "\F09E";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-ruble-sign:before {
  content: "\F158";
}

.fa-ruler:before {
  content: "\F545";
}

.fa-ruler-combined:before {
  content: "\F546";
}

.fa-ruler-horizontal:before {
  content: "\F547";
}

.fa-ruler-vertical:before {
  content: "\F548";
}

.fa-running:before {
  content: "\F70C";
}

.fa-rupee-sign:before {
  content: "\F156";
}

.fa-sad-cry:before {
  content: "\F5B3";
}

.fa-sad-tear:before {
  content: "\F5B4";
}

.fa-safari:before {
  content: "\F267";
}

.fa-salesforce:before {
  content: "\F83B";
}

.fa-sass:before {
  content: "\F41E";
}

.fa-satellite:before {
  content: "\F7BF";
}

.fa-satellite-dish:before {
  content: "\F7C0";
}

.fa-save:before {
  content: "\F0C7";
}

.fa-schlix:before {
  content: "\F3EA";
}

.fa-school:before {
  content: "\F549";
}

.fa-screwdriver:before {
  content: "\F54A";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-scroll:before {
  content: "\F70E";
}

.fa-sd-card:before {
  content: "\F7C2";
}

.fa-search:before {
  content: "\F002";
}

.fa-search-dollar:before {
  content: "\F688";
}

.fa-search-location:before {
  content: "\F689";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-searchengin:before {
  content: "\F3EB";
}

.fa-seedling:before {
  content: "\F4D8";
}

.fa-sellcast:before {
  content: "\F2DA";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-server:before {
  content: "\F233";
}

.fa-servicestack:before {
  content: "\F3EC";
}

.fa-shapes:before {
  content: "\F61F";
}

.fa-share:before {
  content: "\F064";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-shekel-sign:before {
  content: "\F20B";
}

.fa-shield-alt:before {
  content: "\F3ED";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-shipping-fast:before {
  content: "\F48B";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-shoe-prints:before {
  content: "\F54B";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-shopware:before {
  content: "\F5B5";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-shuttle-van:before {
  content: "\F5B6";
}

.fa-sign:before {
  content: "\F4D9";
}

.fa-sign-in-alt:before {
  content: "\F2F6";
}

.fa-sign-language:before {
  content: "\F2A7";
}

.fa-sign-out-alt:before {
  content: "\F2F5";
}

.fa-signal:before {
  content: "\F012";
}

.fa-signature:before {
  content: "\F5B7";
}

.fa-sim-card:before {
  content: "\F7C4";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-sistrix:before {
  content: "\F3EE";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-sith:before {
  content: "\F512";
}

.fa-skating:before {
  content: "\F7C5";
}

.fa-sketch:before {
  content: "\F7C6";
}

.fa-skiing:before {
  content: "\F7C9";
}

.fa-skiing-nordic:before {
  content: "\F7CA";
}

.fa-skull:before {
  content: "\F54C";
}

.fa-skull-crossbones:before {
  content: "\F714";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-slack:before {
  content: "\F198";
}

.fa-slack-hash:before {
  content: "\F3EF";
}

.fa-slash:before {
  content: "\F715";
}

.fa-sleigh:before {
  content: "\F7CC";
}

.fa-sliders-h:before {
  content: "\F1DE";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-smile:before {
  content: "\F118";
}

.fa-smile-beam:before {
  content: "\F5B8";
}

.fa-smile-wink:before {
  content: "\F4DA";
}

.fa-smog:before {
  content: "\F75F";
}

.fa-smoking:before {
  content: "\F48D";
}

.fa-smoking-ban:before {
  content: "\F54D";
}

.fa-sms:before {
  content: "\F7CD";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-snowboarding:before {
  content: "\F7CE";
}

.fa-snowflake:before {
  content: "\F2DC";
}

.fa-snowman:before {
  content: "\F7D0";
}

.fa-snowplow:before {
  content: "\F7D2";
}

.fa-socks:before {
  content: "\F696";
}

.fa-solar-panel:before {
  content: "\F5BA";
}

.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-alpha-down:before {
  content: "\F15D";
}

.fa-sort-alpha-down-alt:before {
  content: "\F881";
}

.fa-sort-alpha-up:before {
  content: "\F15E";
}

.fa-sort-alpha-up-alt:before {
  content: "\F882";
}

.fa-sort-amount-down:before {
  content: "\F160";
}

.fa-sort-amount-down-alt:before {
  content: "\F884";
}

.fa-sort-amount-up:before {
  content: "\F161";
}

.fa-sort-amount-up-alt:before {
  content: "\F885";
}

.fa-sort-down:before {
  content: "\F0DD";
}

.fa-sort-numeric-down:before {
  content: "\F162";
}

.fa-sort-numeric-down-alt:before {
  content: "\F886";
}

.fa-sort-numeric-up:before {
  content: "\F163";
}

.fa-sort-numeric-up-alt:before {
  content: "\F887";
}

.fa-sort-up:before {
  content: "\F0DE";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-sourcetree:before {
  content: "\F7D3";
}

.fa-spa:before {
  content: "\F5BB";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-speakap:before {
  content: "\F3F3";
}

.fa-speaker-deck:before {
  content: "\F83C";
}

.fa-spell-check:before {
  content: "\F891";
}

.fa-spider:before {
  content: "\F717";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-splotch:before {
  content: "\F5BC";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-spray-can:before {
  content: "\F5BD";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-square-full:before {
  content: "\F45C";
}

.fa-square-root-alt:before {
  content: "\F698";
}

.fa-squarespace:before {
  content: "\F5BE";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-stackpath:before {
  content: "\F842";
}

.fa-stamp:before {
  content: "\F5BF";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-and-crescent:before {
  content: "\F699";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-star-half-alt:before {
  content: "\F5C0";
}

.fa-star-of-david:before {
  content: "\F69A";
}

.fa-star-of-life:before {
  content: "\F621";
}

.fa-staylinked:before {
  content: "\F3F5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-steam-symbol:before {
  content: "\F3F6";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-sticker-mule:before {
  content: "\F3F7";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stopwatch:before {
  content: "\F2F2";
}

.fa-store:before {
  content: "\F54E";
}

.fa-store-alt:before {
  content: "\F54F";
}

.fa-strava:before {
  content: "\F428";
}

.fa-stream:before {
  content: "\F550";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-stripe:before {
  content: "\F429";
}

.fa-stripe-s:before {
  content: "\F42A";
}

.fa-stroopwafel:before {
  content: "\F551";
}

.fa-studiovinari:before {
  content: "\F3F8";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-subway:before {
  content: "\F239";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-suitcase-rolling:before {
  content: "\F5C1";
}

.fa-sun:before {
  content: "\F185";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-supple:before {
  content: "\F3F9";
}

.fa-surprise:before {
  content: "\F5C2";
}

.fa-suse:before {
  content: "\F7D6";
}

.fa-swatchbook:before {
  content: "\F5C3";
}

.fa-swift:before {
  content: "\F8E1";
}

.fa-swimmer:before {
  content: "\F5C4";
}

.fa-swimming-pool:before {
  content: "\F5C5";
}

.fa-symfony:before {
  content: "\F83D";
}

.fa-synagogue:before {
  content: "\F69B";
}

.fa-sync:before {
  content: "\F021";
}

.fa-sync-alt:before {
  content: "\F2F1";
}

.fa-syringe:before {
  content: "\F48E";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-table-tennis:before {
  content: "\F45D";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-tablet-alt:before {
  content: "\F3FA";
}

.fa-tablets:before {
  content: "\F490";
}

.fa-tachometer-alt:before {
  content: "\F3FD";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-tape:before {
  content: "\F4DB";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-taxi:before {
  content: "\F1BA";
}

.fa-teamspeak:before {
  content: "\F4F9";
}

.fa-teeth:before {
  content: "\F62E";
}

.fa-teeth-open:before {
  content: "\F62F";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-telegram-plane:before {
  content: "\F3FE";
}

.fa-temperature-high:before {
  content: "\F769";
}

.fa-temperature-low:before {
  content: "\F76B";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-tenge:before {
  content: "\F7D7";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-the-red-yeti:before {
  content: "\F69D";
}

.fa-theater-masks:before {
  content: "\F630";
}

.fa-themeco:before {
  content: "\F5C6";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-thermometer:before {
  content: "\F491";
}

.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-think-peaks:before {
  content: "\F731";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbtack:before {
  content: "\F08D";
}

.fa-ticket-alt:before {
  content: "\F3FF";
}

.fa-times:before {
  content: "\F00D";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-tint:before {
  content: "\F043";
}

.fa-tint-slash:before {
  content: "\F5C7";
}

.fa-tired:before {
  content: "\F5C8";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-toilet:before {
  content: "\F7D8";
}

.fa-toilet-paper:before {
  content: "\F71E";
}

.fa-toolbox:before {
  content: "\F552";
}

.fa-tools:before {
  content: "\F7D9";
}

.fa-tooth:before {
  content: "\F5C9";
}

.fa-torah:before {
  content: "\F6A0";
}

.fa-torii-gate:before {
  content: "\F6A1";
}

.fa-tractor:before {
  content: "\F722";
}

.fa-trade-federation:before {
  content: "\F513";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-traffic-light:before {
  content: "\F637";
}

.fa-train:before {
  content: "\F238";
}

.fa-tram:before {
  content: "\F7DA";
}

.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-trash-alt:before {
  content: "\F2ED";
}

.fa-trash-restore:before {
  content: "\F829";
}

.fa-trash-restore-alt:before {
  content: "\F82A";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-trello:before {
  content: "\F181";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-truck-loading:before {
  content: "\F4DE";
}

.fa-truck-monster:before {
  content: "\F63B";
}

.fa-truck-moving:before {
  content: "\F4DF";
}

.fa-truck-pickup:before {
  content: "\F63C";
}

.fa-tshirt:before {
  content: "\F553";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-tv:before {
  content: "\F26C";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-typo3:before {
  content: "\F42B";
}

.fa-uber:before {
  content: "\F402";
}

.fa-ubuntu:before {
  content: "\F7DF";
}

.fa-uikit:before {
  content: "\F403";
}

.fa-umbraco:before {
  content: "\F8E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-umbrella-beach:before {
  content: "\F5CA";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-undo:before {
  content: "\F0E2";
}

.fa-undo-alt:before {
  content: "\F2EA";
}

.fa-uniregistry:before {
  content: "\F404";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-university:before {
  content: "\F19C";
}

.fa-unlink:before {
  content: "\F127";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-untappd:before {
  content: "\F405";
}

.fa-upload:before {
  content: "\F093";
}

.fa-ups:before {
  content: "\F7E0";
}

.fa-usb:before {
  content: "\F287";
}

.fa-user:before {
  content: "\F007";
}

.fa-user-alt:before {
  content: "\F406";
}

.fa-user-alt-slash:before {
  content: "\F4FA";
}

.fa-user-astronaut:before {
  content: "\F4FB";
}

.fa-user-check:before {
  content: "\F4FC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-clock:before {
  content: "\F4FD";
}

.fa-user-cog:before {
  content: "\F4FE";
}

.fa-user-edit:before {
  content: "\F4FF";
}

.fa-user-friends:before {
  content: "\F500";
}

.fa-user-graduate:before {
  content: "\F501";
}

.fa-user-injured:before {
  content: "\F728";
}

.fa-user-lock:before {
  content: "\F502";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-user-minus:before {
  content: "\F503";
}

.fa-user-ninja:before {
  content: "\F504";
}

.fa-user-nurse:before {
  content: "\F82F";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-user-shield:before {
  content: "\F505";
}

.fa-user-slash:before {
  content: "\F506";
}

.fa-user-tag:before {
  content: "\F507";
}

.fa-user-tie:before {
  content: "\F508";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-users:before {
  content: "\F0C0";
}

.fa-users-cog:before {
  content: "\F509";
}

.fa-usps:before {
  content: "\F7E1";
}

.fa-ussunnah:before {
  content: "\F407";
}

.fa-utensil-spoon:before {
  content: "\F2E5";
}

.fa-utensils:before {
  content: "\F2E7";
}

.fa-vaadin:before {
  content: "\F408";
}

.fa-vector-square:before {
  content: "\F5CB";
}

.fa-venus:before {
  content: "\F221";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-vial:before {
  content: "\F492";
}

.fa-vials:before {
  content: "\F493";
}

.fa-viber:before {
  content: "\F409";
}

.fa-video:before {
  content: "\F03D";
}

.fa-video-slash:before {
  content: "\F4E2";
}

.fa-vihara:before {
  content: "\F6A7";
}

.fa-vimeo:before {
  content: "\F40A";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-vimeo-v:before {
  content: "\F27D";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-vk:before {
  content: "\F189";
}

.fa-vnv:before {
  content: "\F40B";
}

.fa-voicemail:before {
  content: "\F897";
}

.fa-volleyball-ball:before {
  content: "\F45F";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-mute:before {
  content: "\F6A9";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-vote-yea:before {
  content: "\F772";
}

.fa-vr-cardboard:before {
  content: "\F729";
}

.fa-vuejs:before {
  content: "\F41F";
}

.fa-walking:before {
  content: "\F554";
}

.fa-wallet:before {
  content: "\F555";
}

.fa-warehouse:before {
  content: "\F494";
}

.fa-water:before {
  content: "\F773";
}

.fa-wave-square:before {
  content: "\F83E";
}

.fa-waze:before {
  content: "\F83F";
}

.fa-weebly:before {
  content: "\F5CC";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-weight:before {
  content: "\F496";
}

.fa-weight-hanging:before {
  content: "\F5CD";
}

.fa-weixin:before {
  content: "\F1D7";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-whatsapp-square:before {
  content: "\F40C";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-whmcs:before {
  content: "\F40D";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-wind:before {
  content: "\F72E";
}

.fa-window-close:before {
  content: "\F410";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-wine-bottle:before {
  content: "\F72F";
}

.fa-wine-glass:before {
  content: "\F4E3";
}

.fa-wine-glass-alt:before {
  content: "\F5CE";
}

.fa-wix:before {
  content: "\F5CF";
}

.fa-wizards-of-the-coast:before {
  content: "\F730";
}

.fa-wolf-pack-battalion:before {
  content: "\F514";
}

.fa-won-sign:before {
  content: "\F159";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-wordpress-simple:before {
  content: "\F411";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-wpressr:before {
  content: "\F3E4";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-x-ray:before {
  content: "\F497";
}

.fa-xbox:before {
  content: "\F412";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-y-combinator:before {
  content: "\F23B";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-yammer:before {
  content: "\F840";
}

.fa-yandex:before {
  content: "\F413";
}

.fa-yandex-international:before {
  content: "\F414";
}

.fa-yarn:before {
  content: "\F7E3";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-yen-sign:before {
  content: "\F157";
}

.fa-yin-yang:before {
  content: "\F6AD";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-youtube-square:before {
  content: "\F431";
}

.fa-zhihu:before {
  content: "\F63F";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url(/fonts/fa-brands-400.eot?5063b105c7646c8043d58c5289f02cca);
  src: url(/fonts/fa-brands-400.eot?5063b105c7646c8043d58c5289f02cca) format("embedded-opentype"), url(/fonts/fa-brands-400.woff2?cccc9d29470e879e40eb70249d9a2705) format("woff2"), url(/fonts/fa-brands-400.woff?c5e0f14f88a828261ba01558ce2bf26f) format("woff"), url(/fonts/fa-brands-400.ttf?06147b6cd88c7346cecd1edd060cd5de) format("truetype"), url(/fonts/fa-brands-400.svg?a9c4bb7348f42626454c988dbde1d0a0) format("svg");
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(/fonts/fa-solid-900.eot?8e4a6dcc692b3887f9f542cd6894d6d4);
  src: url(/fonts/fa-solid-900.eot?8e4a6dcc692b3887f9f542cd6894d6d4) format("embedded-opentype"), url(/fonts/fa-solid-900.woff2?44d537ab79f921fde5a28b2c1636f397) format("woff2"), url(/fonts/fa-solid-900.woff?333bae208dc363746961b234ff6c2500) format("woff"), url(/fonts/fa-solid-900.ttf?0bff33a5fd7ec390235476b4859747a0) format("truetype"), url(/fonts/fa-solid-900.svg?c2801fb415f03c7b170934769d7b5397) format("svg");
}

.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/**
* HCF specific colors
 */

.mainHeader {
  background: #323366;
  padding-top: 1.25rem;
  padding-bottom: 0.625rem;
  color: #ffffff;
}

.mainHeader__logo img {
  max-width: 150px;
}

.mainHeader__social {
  text-align: right;
  margin-bottom: 0;
}

.mainHeader__social img {
  max-width: 20px;
  margin-right: 0.5rem;
}

.mainHeader__cta {
  margin-right: 0.3125rem;
  float: right;
}

.mainHeader .menu button {
  border-radius: 0;
}

.mainHeader__cta {
  margin-bottom: 0;
}

.mainHeader .title-bar {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  margin-left: -0.625rem;
}

.mainHeader .title-bar-title {
  color: #fefefe;
  min-height: 2.25rem;
  padding-top: 0.4375rem;
  padding-right: 0.3125rem;
  padding-left: 1.75rem;
  margin-top: -0.5rem;
}

.mainHeader nav li a {
  color: #ffffff;
}

@media screen and (min-width: 26.5625em) {
  .mainHeader__logo img {
    max-width: 200px;
  }
}

@media screen and (min-width: 64em) {
  .mainHeader__logo img {
    max-width: 440px;
  }

  .mainHeader nav ul#mainMenu {
    float: right;
  }
}

.topFooter {
  background: #363636;
  padding-top: 1.5625rem;
  padding-bottom: 1.25rem;
  color: #ffffff;
}

.topFooter__header {
  font-size: 1.125rem;
  font-weight: 700;
}

.topFooter a,
.topFooter p {
  color: #ffffff;
  font-size: 0.9375rem;
}

.topFooter button {
  border: 2px solid #a9e5e5;
}

.topFooter__payment {
  padding-bottom: 0.625rem;
}

.topFooter__enquires {
  padding-bottom: 0.625rem;
}

.topFooter .navigation-wrap {
  border-top: 1px solid #5c5c5c;
  border-bottom: 1px solid #5c5c5c;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.topFooter__navigation {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.topFooter__navigation a {
  padding-right: 0;
  padding-left: 0;
}

.topFooter__navigation a__hover {
  text-decoration: underline;
}

.topFooter__acc {
  margin-bottom: 0.875rem;
}

.bottomFooter {
  background: #101010;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.bottomFooter__copyright {
  color: #ffffff;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.9375rem;
  text-align: center;
}

.bottomFooter__copyright p {
  margin-bottom: 0;
}

.bottomFooter__social {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  margin-bottom: 0;
}

.bottomFooter__social a {
  display: block;
  text-align: center;
}

.bottomFooter__social img {
  max-width: 40px;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media screen and (min-width: 26.5625em) {
  .topFooter {
    padding-top: 2.5rem;
  }

  .topFooter__enquires {
    margin-top: 0;
  }

  .topFooter__navigation {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .bottomFooter {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .bottomFooter__copyright {
    font-size: 0.875rem;
    text-align: left;
  }

  .bottomFooter__copyright p {
    margin-bottom: 0;
  }

  .bottomFooter__social {
    text-align: right;
    margin-bottom: 0;
  }

  .bottomFooter__social img {
    max-width: 20px;
    margin-right: 0.5rem;
  }
}

@media screen and (min-width: 40em) {
  .bottomFooter__copyright {
    margin-top: 0.5625rem;
  }
}

@media screen and (min-width: 64em) {
  .topFooter__enquires {
    padding-left: 1.25rem;
    margin-top: 0;
  }

  .topFooter .navigation-wrap {
    border-top: none;
    border-bottom: none;
    margin-top: 0;
    margin-bottom: 0;
  }

  .topFooter__navigation {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/**
* WRAPPER
*/

body {
  background: #1a7b64 url("./library/images/tile2.jpg") top left fixed repeat;
  background-size: 80px 80px;
}

#header,
#wrapper,
#footer {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.75);
}

#header {
  top: -96px;
}

@media screen and (min-width: 64em) {
  #header {
    padding-right: 0;
    padding-left: 0;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: -webkit-sticky;
    position: sticky;
    top: -105px;
  }

  #wrapper {
    padding-right: 0;
    padding-left: 0;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  #footer {
    padding-right: 0;
    padding-left: 0;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 75em) {
  #header {
    padding-right: 0;
    padding-left: 0;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    position: -webkit-sticky;
    position: sticky;
    top: -105px;
  }

  #wrapper {
    padding-right: 0;
    padding-left: 0;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  #footer {
    padding-right: 0;
    padding-left: 0;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

#header {
  padding: 1.5rem 1.5rem 0 1.5rem;
  z-index: 11;
  position: -webkit-sticky;
  position: sticky;
}

#header .title-bar {
  padding: 0;
}

body #wrapper .page-wrapper {
  padding: 1em;
  background-color: #ededed;
}

body #wrapper .page-wrapper #mainContent,
body #wrapper .page-wrapper #sideBar {
  padding: 0;
}

body #wrapper .page-wrapper #mainContent .inner,
body #wrapper .page-wrapper #sideBar .inner {
  background-color: white;
  padding: 2rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 64em) {
  body #wrapper .page-wrapper {
    padding: 0 2rem 3rem 2rem;
  }

  body #wrapper .page-wrapper #mainContent {
    padding: 2rem 2rem 3rem 0;
  }

  body #wrapper .page-wrapper #sideBar {
    padding: 2rem 0 3rem 0;
  }
}

body.home #wrapper #mainContent {
  padding: 0 0 3rem 0;
}

body.home #wrapper .page-wrapper {
  padding: 0;
}

body.home #wrapper .page-wrapper #mainContent {
  padding-bottom: 0;
}

body.home #wrapper .page-wrapper #mainContent .responsive-embed {
  margin-bottom: 0;
}

body.home #wrapper .page-wrapper .sectionmenu {
  margin-top: 2rem;
}

#footer .topFooter {
  background-color: #0095B4;
  padding: 2rem;
}

#footer .bottomFooter {
  background-color: #323366;
  padding: 2rem;
}

.search {
  transform: scaleX(-1);
}

.search .fi-magnifying-glass {
  font-size: 1.75rem;
  -webkit-font-smoothing: antialiased;
}

.headline {
  width: 100%;
  text-align: center;
  color: #052460;
  font-weight: 600;
  font-size: 1.25rem;
  text-transform: uppercase;
}

.headline > * {
  color: #052460;
  font-weight: 600;
  font-size: 2.25rem;
  text-transform: uppercase;
  margin-bottom: 0;
}

body {
  font-family: "Open Sans", arial, sans-serif;
  font-size: 16px;
  color: #222;
}

body h2 {
  margin-top: 2rem;
}

body #sideBar h2 {
  margin-top: 0;
}

/* LINK ICONS */

#mainContent .noicons a:after,
#mainContent table a:after {
  content: none !important;
}

#mainContent a {
  text-decoration: none;
}

#mainContent a[href^="mailto:"]:not(.email) {
  /* email link */
}

#mainContent a[href^="mailto:"]:not(.email):after {
  font-family: iconic-sm;
  content: "\E186";
  margin-left: 4px;
}

#mainContent a[href$=".pdf"] {
  /* PDF file */
}

#mainContent a[href$=".pdf"]:after {
  font-family: iconic-sm;
  content: "\E19D";
  margin-left: 4px;
}

#mainContent a.iconic:after {
  content: none;
}

#mainContent h3 {
  color: #052460;
  font-weight: 600;
  font-size: 1.125rem;
}

#mainContent h4 {
  color: #052460;
  font-weight: 600;
  font-size: 0.875rem;
}

#sideBar ul li {
  list-style-type: square;
}

#sideBar ul li a {
  text-decoration: none;
}

.hcfmarcato.artist::before,
.hcfmarcato.artist::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.hcfmarcato.artist::after {
  clear: both;
}

.hcfmarcato.artist .websites ul {
  display: flex;
  flex-flow: row wrap;
}

.hcfmarcato.artist .websites ul li {
  list-style: none;
  width: calc(16.6666666667% - 1.25rem);
  margin-right: 0.625rem;
  margin-left: 0.625rem;
}

@media screen and (min-width: 64em) {
  .hcfmarcato.artist .websites ul li {
    width: calc(8.3333333333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.hcfmarcato.artist .websites a.Website,
.hcfmarcato.artist .websites a.Facebook,
.hcfmarcato.artist .websites a.Twitter,
.hcfmarcato.artist .websites a.Instagram,
.hcfmarcato.artist .websites a.YouTube,
.hcfmarcato.artist .websites a.Spotify {
  visibility: hidden;
}

.hcfmarcato.artist .websites a.Website:before,
.hcfmarcato.artist .websites a.Facebook:before,
.hcfmarcato.artist .websites a.Twitter:before,
.hcfmarcato.artist .websites a.Instagram:before,
.hcfmarcato.artist .websites a.YouTube:before,
.hcfmarcato.artist .websites a.Spotify:before {
  visibility: visible;
  font-family: "Font Awesome 5 Brands";
  font-size: 2em;
  color: #323366;
  display: block;
}

.hcfmarcato.artist .websites a.Website:before {
  font-family: "Font Awesome 5 Free";
  content: "\F0AC";
}

.hcfmarcato.artist .websites a.Facebook:before {
  content: "\F09A";
}

.hcfmarcato.artist .websites a.Twitter:before {
  content: "\F081";
}

.hcfmarcato.artist .websites a.Instagram:before {
  content: "\F16D";
}

.hcfmarcato.artist .websites a.YouTube:before {
  content: "\F167";
}

.hcfmarcato.artist .websites a.Spotify:before {
  content: "\F1BC";
}

.hcfmarcato.artist .websites a.iconic:after {
  content: none;
}

@media only print {
@page {
    margin: 15mm;
    page-break-after: auto;
}

  html {
    height: 99%;
  }

  body {
    margin: 0;
    padding: 0;
    position: relative;
    box-sizing: border-box;
  }

  body h2#store-receipt,
  body h2#store-donationreceipt {
    display: none;
  }

  body #printheader {
    position: absolute;
    right: 0;
  }

  body #footer {
    display: none;
  }

  body .todo {
    display: none !important;
  }

  body .notprint {
    display: none;
  }

  body a[href$=".pdf"]:after {
    content: none !important;
  }

  body #hcf-receipt {
    page-break-after: auto;
  }

  body #hcf-receipt .address {
    position: absolute;
    top: 40mm;
    left: 15mm;
    font-size: 12pt;
    line-height: 13.2pt;
  }

  body #hcf-receipt .orderinfo {
    position: absolute;
    top: 80mm;
    font-size: 11pt;
    line-height: 15pt;
  }

  body #hcf-receipt .orderinfo.donation {
    top: 70mm;
  }

  body #hcf-receipt .orderinfo h3 {
    margin-top: 15mm;
  }

  body #hcf-receipt h1 {
    font-size: 13pt;
    line-height: 17pt;
  }

  body #hcf-receipt h2 {
    margin-top: 1em;
    font-size: 12pt;
    line-height: 16pt;
  }

  body #hcf-receipt .page-break-before {
    page-break-before: always;
  }

  body #hcf-receipt p {
    margin-bottom: 0;
  }

  body #hcf-receipt table {
    margin-top: 1em;
  }

  body #hcf-receipt table tr th,
  body #hcf-receipt table tr td {
    vertical-align: top;
    padding: 0;
    font-size: 11pt;
    line-height: 15pt;
  }

  body #hcf-receipt table tr th h1,
  body #hcf-receipt table tr th h2,
  body #hcf-receipt table tr td h1,
  body #hcf-receipt table tr td h2 {
    margin: 0;
  }

  body .printfooter {
    display: block;
    width: 100%;
    border-top: 1px solid black;
    font-size: 10pt;
    line-height: 12pt;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 255mm;
  }
}

.news {
  background-color: #ffffff;
  margin-bottom: 0.625rem;
}

body .paginationContainer {
  text-align: center;
}

body .pagination {
  display: inline-block;
}

.newsIntro .newsIntro__header,
.newsIntro .newsIntro__date {
  color: #1672C6;
  font-weight: 600;
}

.newsIntro .newsIntro__header {
  margin-top: 1.25rem;
  font-size: 1.5rem;
}

.newsIntro .newsIntro__date {
  font-size: 0.875rem;
  margin-top: -0.625rem;
  margin-bottom: 0.9375rem;
}

.newsIntro .newsIntro__img {
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}

.newsIntro .newsIntro__img img {
  width: 100%;
}

.newsIntro .newsIntro__link {
  float: right;
  margin-bottom: 1.25rem;
}

ul.newslist li {
  list-style-type: square;
}

ul.newslist li a {
  text-decoration: none;
}

ul.newslist .newsList__headline {
  text-transform: uppercase;
}

.newsList__list {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-top: 0.625rem;
  font-size: 1rem;
}

.newsList__list li {
  margin-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #ccc;
  color: #1672C6;
}

.newsList__list li:last-of-type {
  border-bottom: none;
}

.newsList__list .newsList__headline,
.newsList__list .newsList__date {
  color: #052460;
  font-size: 0.9375rem;
  text-decoration: none;
}

.newsList__list .newsList__headline:hover,
.newsList__list .newsList__date:hover {
  text-decoration: underline;
}

.newsList__list .newsList__headline {
  margin-bottom: 0.625rem;
}

.newsList__list .newsList__pagination {
  text-align: center;
}

.pagination {
  margin-top: 1em;
}

.pagination a,
.pagination button,
.pagination a:hover,
.pagination button:hover,
.pagination li.current {
  border-radius: 50px;
}

.pagination a,
.pagination button {
  border: 1px solid transparent;
}

.pagination a:hover,
.pagination button:hoverhea {
  border: 1px solid #1672C6;
}

.pagination li.pagination-next a,
.pagination li.pagination-previous a {
  border: none;
}

.social__block {
  background-color: #ffffff;
}

.social-links a[href*="youtube.com"],
.social-links a[href*="youtu.be"],
.social-links a[href*="twitter.com"],
.social-links a[href*="instagram.com"],
.social-links a[href*="facebook.com"] {
  color: #ffffff;
  text-decoration: none;
  font-size: 0;
  line-height: 0;
  display: inline-block;
}

.social-links a[href*="youtube.com"]:before,
.social-links a[href*="youtu.be"]:before,
.social-links a[href*="twitter.com"]:before,
.social-links a[href*="instagram.com"]:before,
.social-links a[href*="facebook.com"]:before {
  font-family: iconic-md;
  color: white;
  display: inline-block;
  speak: none;
  line-height: 1;
  vertical-align: baseline;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  margin: 4px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 1em;
  text-align: center;
}

.social-links a[href*="youtube.com"][href*="twitter.com"]:before,
.social-links a[href*="youtu.be"][href*="twitter.com"]:before,
.social-links a[href*="twitter.com"][href*="twitter.com"]:before,
.social-links a[href*="instagram.com"][href*="twitter.com"]:before,
.social-links a[href*="facebook.com"][href*="twitter.com"]:before {
  content: "\E245";
}

.social-links a[href*="youtube.com"][href*="instagram.com"]:before,
.social-links a[href*="youtu.be"][href*="instagram.com"]:before,
.social-links a[href*="twitter.com"][href*="instagram.com"]:before,
.social-links a[href*="instagram.com"][href*="instagram.com"]:before,
.social-links a[href*="facebook.com"][href*="instagram.com"]:before {
  content: "\E23E";
}

.social-links a[href*="youtube.com"][href*="facebook.com"]:before,
.social-links a[href*="youtu.be"][href*="facebook.com"]:before,
.social-links a[href*="twitter.com"][href*="facebook.com"]:before,
.social-links a[href*="instagram.com"][href*="facebook.com"]:before,
.social-links a[href*="facebook.com"][href*="facebook.com"]:before {
  content: "\E23A";
}

.social-links a[href*="youtube.com"][href*="dribbble.com"]:before,
.social-links a[href*="youtu.be"][href*="dribbble.com"]:before,
.social-links a[href*="twitter.com"][href*="dribbble.com"]:before,
.social-links a[href*="instagram.com"][href*="dribbble.com"]:before,
.social-links a[href*="facebook.com"][href*="dribbble.com"]:before {
  content: "\E238";
}

.social-links a[href*="youtube.com"][href*="dropbox.com"]:before,
.social-links a[href*="youtu.be"][href*="dropbox.com"]:before,
.social-links a[href*="twitter.com"][href*="dropbox.com"]:before,
.social-links a[href*="instagram.com"][href*="dropbox.com"]:before,
.social-links a[href*="facebook.com"][href*="dropbox.com"]:before {
  content: "\E239";
}

.social-links a[href*="youtube.com"][href*="facebook.com"]:before,
.social-links a[href*="youtu.be"][href*="facebook.com"]:before,
.social-links a[href*="twitter.com"][href*="facebook.com"]:before,
.social-links a[href*="instagram.com"][href*="facebook.com"]:before,
.social-links a[href*="facebook.com"][href*="facebook.com"]:before {
  content: "\E23A";
}

.social-links a[href*="youtube.com"][href*="flickr.com"]:before,
.social-links a[href*="youtu.be"][href*="flickr.com"]:before,
.social-links a[href*="twitter.com"][href*="flickr.com"]:before,
.social-links a[href*="instagram.com"][href*="flickr.com"]:before,
.social-links a[href*="facebook.com"][href*="flickr.com"]:before {
  content: "\E23B";
}

.social-links a[href*="youtube.com"][href*="github.com"]:before,
.social-links a[href*="youtu.be"][href*="github.com"]:before,
.social-links a[href*="twitter.com"][href*="github.com"]:before,
.social-links a[href*="instagram.com"][href*="github.com"]:before,
.social-links a[href*="facebook.com"][href*="github.com"]:before {
  content: "\E23C";
}

.social-links a[href*="youtube.com"][href*="google-plus.com"]:before,
.social-links a[href*="youtu.be"][href*="google-plus.com"]:before,
.social-links a[href*="twitter.com"][href*="google-plus.com"]:before,
.social-links a[href*="instagram.com"][href*="google-plus.com"]:before,
.social-links a[href*="facebook.com"][href*="google-plus.com"]:before {
  content: "\E23D";
}

.social-links a[href*="youtube.com"][href*="instagram.com"]:before,
.social-links a[href*="youtu.be"][href*="instagram.com"]:before,
.social-links a[href*="twitter.com"][href*="instagram.com"]:before,
.social-links a[href*="instagram.com"][href*="instagram.com"]:before,
.social-links a[href*="facebook.com"][href*="instagram.com"]:before {
  content: "\E23E";
}

.social-links a[href*="youtube.com"][href*="linkedin.com"]:before,
.social-links a[href*="youtu.be"][href*="linkedin.com"]:before,
.social-links a[href*="twitter.com"][href*="linkedin.com"]:before,
.social-links a[href*="instagram.com"][href*="linkedin.com"]:before,
.social-links a[href*="facebook.com"][href*="linkedin.com"]:before {
  content: "\E23F";
}

.social-links a[href*="youtube.com"][href*="pinterest.com"]:before,
.social-links a[href*="youtu.be"][href*="pinterest.com"]:before,
.social-links a[href*="twitter.com"][href*="pinterest.com"]:before,
.social-links a[href*="instagram.com"][href*="pinterest.com"]:before,
.social-links a[href*="facebook.com"][href*="pinterest.com"]:before {
  content: "\E240";
}

.social-links a[href*="youtube.com"][href*="reddit.com"]:before,
.social-links a[href*="youtu.be"][href*="reddit.com"]:before,
.social-links a[href*="twitter.com"][href*="reddit.com"]:before,
.social-links a[href*="instagram.com"][href*="reddit.com"]:before,
.social-links a[href*="facebook.com"][href*="reddit.com"]:before {
  content: "\E241";
}

.social-links a[href*="youtube.com"][href*="tumblr.com"]:before,
.social-links a[href*="youtu.be"][href*="tumblr.com"]:before,
.social-links a[href*="twitter.com"][href*="tumblr.com"]:before,
.social-links a[href*="instagram.com"][href*="tumblr.com"]:before,
.social-links a[href*="facebook.com"][href*="tumblr.com"]:before {
  content: "\E242";
}

.social-links a[href*="youtube.com"][href*="twitter.com"]:before,
.social-links a[href*="youtu.be"][href*="twitter.com"]:before,
.social-links a[href*="twitter.com"][href*="twitter.com"]:before,
.social-links a[href*="instagram.com"][href*="twitter.com"]:before,
.social-links a[href*="facebook.com"][href*="twitter.com"]:before {
  content: "\E243";
}

.social-links a[href*="youtube.com"][href*="vimeo.com"]:before,
.social-links a[href*="youtu.be"][href*="vimeo.com"]:before,
.social-links a[href*="twitter.com"][href*="vimeo.com"]:before,
.social-links a[href*="instagram.com"][href*="vimeo.com"]:before,
.social-links a[href*="facebook.com"][href*="vimeo.com"]:before {
  content: "\E244";
}

.social-links a[href*="youtube.com"][href*="youtube.com"]:before,
.social-links a[href*="youtube.com"][href*="youtu.be"]:before,
.social-links a[href*="youtu.be"][href*="youtube.com"]:before,
.social-links a[href*="youtu.be"][href*="youtu.be"]:before,
.social-links a[href*="twitter.com"][href*="youtube.com"]:before,
.social-links a[href*="twitter.com"][href*="youtu.be"]:before,
.social-links a[href*="instagram.com"][href*="youtube.com"]:before,
.social-links a[href*="instagram.com"][href*="youtu.be"]:before,
.social-links a[href*="facebook.com"][href*="youtube.com"]:before,
.social-links a[href*="facebook.com"][href*="youtu.be"]:before {
  content: "\E245";
}

body #wrapper .page-wrapper .socialblock {
  font-size: 0.875rem;
  margin-bottom: 2rem;
  margin-bottom: 2rem;
}

body #wrapper .page-wrapper .socialblock h2 {
  color: #052460;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
}

.timeline-Tweet-text {
  color: red;
}

.xsocialModule__header,
.xsocialModule__subheader {
  color: #052460;
  text-align: center;
}

.xsocialModule__header {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
}

.xsocialModule__subheader {
  font-size: 0.875rem;
}

.xsocialModule .social__name {
  font-weight: 700;
  font-size: 1.125rem;
}

.xsocialModule .social__name em {
  font-size: 0.875rem;
  font-weight: 400;
}

.xsocialModule .social__content {
  font-size: 0.875rem;
}

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */

.StripeElement {
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.fakelabel {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #0a0a0a;
}

#hidden_content {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  color: white;
  font-weight: bold;
  background-color: rgba(255, 0, 0, 0.3);
  z-index: 99;
  text-align: center;
  padding: 0.5em;
}

.background.white {
  background-color: #ffffff;
}

.todo {
  display: none;
}

.supressimages img {
  display: none;
}

body.development .todo {
  white-space: pre;
  display: block;
  color: red;
  font-style: italic;
}

/**
TABLES
 */

table.plain tbody {
  background: inherit;
}

table.plain tr {
  background: inherit;
}

table.logostab tr td {
  text-align: center;
  padding: 1rem;
}

table.tickets tbody {
  border: none;
}

table.tickets tr {
  background-color: white;
}

table.tickets tr td {
  padding: 2em;
  background-color: white;
  width: 50%;
}

table.tickets tr td img {
  margin: 0;
}

table.tickets tr:nth-child(even) td:nth-child(even) {
  padding: 0;
}

table.tickets tr:nth-child(even) td:nth-child(even) img {
  float: right;
}

table.tickets tr:nth-child(odd) td:nth-child(odd) {
  padding: 0;
}

table.tickets tr:nth-child(odd) td:nth-child(odd) img {
  float: left;
}

/**
OCTOBER CMS STYLES
 */

img {
  position: relative;
  max-width: 100%;
}

img.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

img.fr-dib.fr-fil {
  margin-left: 0;
}

img.fr-dib.fr-fir {
  margin-right: 0;
}

img.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 1em;
  margin-right: 1em;
  max-width: calc(100% - 2em);
}

img.fr-dii.fr-fil {
  float: left;
  margin: 1em 1em 1em 0;
  max-width: calc(100% - 1em);
}

img.fr-dii.fr-fir {
  float: right;
  margin: 1em 0 1em 1em;
  max-width: calc(100% - 1em);
}

/**
* COLORSCHEMES
*/

.white {
  background-color: #ffffff;
  color: #323366;
}

.white.inverted {
  color: #ffffff;
  background-color: #323366;
}

.teal {
  background-color: #33a8a8;
  color: #ffffff;
}

.teal.inverted {
  color: #33a8a8;
  background-color: #ffffff;
}

.peach {
  background-color: #ec6243;
  color: #323366;
}

.peach.inverted {
  color: #ec6243;
  background-color: #323366;
}

.orange {
  background-color: #f6a348;
  color: #ffffff;
}

.orange.inverted {
  color: #f6a348;
  background-color: #ffffff;
}

.cerise {
  background-color: #9a2061;
  color: #ffffff;
}

.cerise.inverted {
  color: #9a2061;
  background-color: #ffffff;
}

/**
* BUTTONS
 */

.button {
  font-weight: bold;
}

.button.white {
  background-color: #ffffff;
  color: #323366;
  box-shadow: 2px 3px 0px 0px #26264d;
  -webkit-box-shadow: 2px 3px 0px 0px #26264d;
  -moz-box-shadow: 2px 3px 0px 0px #26264d;
}

.button.white.inverted {
  background-color: #323366;
  color: #ffffff;
}

.button.teal {
  background-color: #33a8a8;
  color: #ffffff;
  box-shadow: 2px 3px 0px 0px #267e7e;
  -webkit-box-shadow: 2px 3px 0px 0px #267e7e;
  -moz-box-shadow: 2px 3px 0px 0px #267e7e;
}

.button.teal.inverted {
  background-color: #ffffff;
  color: #33a8a8;
}

.button.peach {
  background-color: #ec6243;
  color: #ffffff;
  box-shadow: 2px 3px 0px 0px #ce3715;
  -webkit-box-shadow: 2px 3px 0px 0px #ce3715;
  -moz-box-shadow: 2px 3px 0px 0px #ce3715;
}

.button.peach.inverted {
  background-color: #ffffff;
  color: #ec6243;
}

.button.orange {
  background-color: #f6a348;
  color: #ffffff;
  box-shadow: 2px 3px 0px 0px #e37c0b;
  -webkit-box-shadow: 2px 3px 0px 0px #e37c0b;
  -moz-box-shadow: 2px 3px 0px 0px #e37c0b;
}

.button.orange.inverted {
  background-color: #ffffff;
  color: #f6a348;
}

.button.cerise {
  background-color: #9a2061;
  color: #ffffff;
  box-shadow: 2px 3px 0px 0px #741849;
  -webkit-box-shadow: 2px 3px 0px 0px #741849;
  -moz-box-shadow: 2px 3px 0px 0px #741849;
}

.button.cerise.inverted {
  background-color: #ffffff;
  color: #9a2061;
}

/**
* HOME PAGE WIDGETS
*/

/**
* BANNERBOX
 */

.bannerbox-container,
.hcf-full-width {
  width: 100%;
}

.bannerbox-container img,
.hcf-full-width img {
  margin: 0;
  width: 100%;
  max-width: 100% !important;
  height: auto;
}

.bannerbox-container .ctoa,
.hcf-full-width .ctoa {
  display: flex;
  justify-content: center;
}

.bannerbox-container .ctoa a,
.hcf-full-width .ctoa a {
  margin: 1em;
  padding: 1rem;
  font-size: 1rem;
}

.calltoaction {
  margin: 2rem 1rem 1rem 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  min-height: 80px;
}

.calltoaction .image {
  flex-grow: 0;
  width: 200px;
  height: 100px;
}

.calltoaction .image img {
  width: 200px;
  height: auto;
}

.calltoaction .body {
  padding: 1rem;
  flex-grow: 1;
}

.calltoaction .body .heading {
  text-transform: uppercase;
  font-size: 1.2rem;
}

.calltoaction .ctoa {
  flex-grow: 0;
}

.calltoaction .ctoa .button {
  margin: 0 2rem 0 2rem;
}

.hcf-main-sidebar {
  margin: 2rem 1rem 1rem 1rem;
  display: flex;
  flex-flow: row wrap;
}

.hcf-main-sidebar > div {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 1.25rem);
  margin-right: 0.625rem;
  margin-left: 0.625rem;
}

@media screen and (min-width: 51.25em) {
  .hcf-main-sidebar > div:first-child {
    flex: 1 1 0px;
    width: auto;
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }

  .hcf-main-sidebar > div {
    flex: 0 0 auto;
    width: auto;
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

/**
* FEATUREBOX
 */

.featurebox-container,
.hcf-item-grid {
  margin: 2rem 1rem 1rem 1rem;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.videobox {
  margin: 1rem;
}

.featurebox {
  flex-grow: 0;
  background-color: white;
  margin: 1rem;
  position: relative;
  width: 90%;
}

.featurebox .caption {
  text-align: center;
  padding: 1rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: white;
}

.featurebox img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 51.25em) {
  .featurebox {
    width: 45%;
  }
}

@media screen and (min-width: 75em) {
  .featurebox {
    width: 30%;
  }
}

.flashbox {
  position: fixed;
  width: 80vw;
  margin: auto;
  z-index: 99;
  top: 10%;
  left: 10%;
}

/**
* BLOG TILES
*/

.hcf-blogtiles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
}

.hcf-blogtiles .hcf-blogtile-container {
  flex: 0 1 auto;
  padding: 0 1em 1em 1em;
  margin-bottom: 1em;
  width: 100%;
}

@media screen and (min-width: 26.5625em) {
  .hcf-blogtiles .hcf-blogtile-container {
    width: 25%;
  }
}

@media screen and (min-width: 51.25em) {
  .hcf-blogtiles .hcf-blogtile-container {
    width: 33%;
  }
}

.hcf-blogtiles .hcf-blogtile-container.hcf-columns-1 {
  width: 100%;
}

@media screen and (min-width: 26.5625em) {
  .hcf-blogtiles .hcf-blogtile-container.hcf-columns-2 {
    width: 50%;
  }
}

@media screen and (min-width: 51.25em) {
  .hcf-blogtiles .hcf-blogtile-container.hcf-columns-3 {
    width: 33%;
  }

  .hcf-blogtiles .hcf-blogtile-container.hcf-columns-4 {
    width: 25%;
  }

  .hcf-blogtiles .hcf-blogtile-container.hcf-columns-5 {
    width: 20%;
  }
}

.hcf-blogtiles .hcf-blogtile-container .hcf-blogtile {
  background-color: white;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.hcf-blogtiles .hcf-blogtile-container .hcf-blogtile .type {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.1rem;
  padding: 0.5em;
  margin: 0;
}

.hcf-blogtiles .hcf-blogtile-container .hcf-blogtile .caption {
  width: 100%;
  text-align: center;
  padding: 1em;
  font-weight: bold;
  text-transform: uppercase;
}

.hcf-blogtiles .hcf-blogtile-container.stream .hcf-blogtile .type,
.hcf-blogtiles .hcf-blogtile-container.wednesday .hcf-blogtile .type {
  background-color: #ec6243;
  color: white;
}

.hcf-blogtiles .hcf-blogtile-container.live .hcf-blogtile .type,
.hcf-blogtiles .hcf-blogtile-container.saturday .hcf-blogtile .type {
  background-color: #323366;
  color: white;
}

.hcf-blogtiles .hcf-blogtile-container.featured .hcf-blogtile .type,
.hcf-blogtiles .hcf-blogtile-container.friday .hcf-blogtile .type {
  background-color: #9a2061;
  color: white;
}

.hcf-blogtiles .hcf-blogtile-container.commission .hcf-blogtile .type,
.hcf-blogtiles .hcf-blogtile-container.thursday .hcf-blogtile .type {
  background-color: #33a8a8;
  color: white;
}

ul.hcf-tiles {
  padding: 1em;
  margin: 0;
  margin-bottom: 2em;
  background-color: white;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

ul.hcf-tiles li {
  max-width: 100%;
  padding: 1em;
}

@media screen and (min-width: 51.25em) {
  ul.hcf-tiles li {
    max-width: 20%;
  }
}

ul.hcf-tiles li img {
  max-height: 120px;
  width: auto;
}

/**
* ACCESSIBILITY
 */

.skiplink {
  background-color: black;
  color: white;
  display: block;
  padding: 0.5rem;
}

.skiplink:focus,
.skiplink:hover {
  color: white;
}

a.button {
  white-space: nowrap;
  text-decoration: none;
}

table.data {
  margin: 2em 0;
}

table.data td,
table.data th {
  padding: 1em;
}

table.borders tr td,
table.borders tr th {
  border: 1px solid #ddd;
}

table.headings tr th {
  text-align: left;
  font-weight: bold;
  color: white;
  background-color: #404040;
}

ul.dropdown.menu > li.active > a {
  background: #02538B;
}

.currency:before {
  font-weight: bold;
  content: "\A3";
  position: absolute;
  top: 0.25em;
  font-size: 1.5em;
}

.currency {
  position: relative;
}

.currency > * {
  margin-left: 1em !important;
}

.currency input {
  width: 5em;
}

@media screen and (min-width: 64em) {
  body #hcf-products .product-tiles .product-tile {
    width: 50%;
  }
}

/**
podcast boxes
 */

body #mainContent .hcf-podcast .hcf-podcast-container {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

body #mainContent .hcf-podcast .hcf-podcast-container .hcf-podcast-left {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

@media screen and (min-width: 51.25em) {
  body #mainContent .hcf-podcast .hcf-podcast-container .hcf-podcast-left {
    flex-basis: 60%;
  }
}

body #mainContent .hcf-podcast .hcf-podcast-container .hcf-podcast-left .hcf-podcast-title h2 {
  margin: 0;
}

body #mainContent .hcf-podcast .hcf-podcast-container .hcf-podcast-left .hcf-podcast-main {
  height: 102px;
}

body #mainContent .hcf-podcast .hcf-podcast-container .hcf-podcast-left .hcf-podcast-main iframe {
  height: 102px;
  padding: 0;
  margin: 0;
  position: relative;
  bottom: -5px;
}

@media screen and (min-width: 51.25em) {
  body #mainContent .hcf-podcast .hcf-podcast-container .hcf-podcast-right {
    flex-basis: 40%;
  }
}

body #mainContent .hcf-podcast .hcf-podcast-container .hcf-podcast-right img {
  float: right;
}

