/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
@layer properties;
@layer base, foundation, thirdparty, buttons, layout, components, utilities, theme;
@layer foundation {
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  @charset "UTF-8";
  html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
  body {
    margin: 0;
  }
  article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
  }
  audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
  }
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  [hidden], template {
    display: none;
  }
  a {
    background-color: transparent;
  }
  a:active, a:hover {
    outline: 0;
  }
  abbr[title] {
    border-bottom: 1px dotted;
  }
  b, strong {
    font-weight: bold;
  }
  dfn {
    font-style: italic;
  }
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  mark {
    background: #ff0;
    color: #000;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sup {
    top: -0.5em;
  }
  sub {
    bottom: -0.25em;
  }
  img {
    border: 0;
  }
  svg:not(:root) {
    overflow: hidden;
  }
  figure {
    margin: 1em 40px;
  }
  hr {
    box-sizing: content-box;
    height: 0;
  }
  pre {
    overflow: auto;
  }
  code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
  }
  button {
    overflow: visible;
  }
  button, select {
    text-transform: none;
  }
  button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
  }
  button[disabled], html input[disabled] {
    cursor: default;
  }
  button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  input {
    line-height: normal;
  }
  input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
  }
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
  }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  legend {
    border: 0;
    padding: 0;
  }
  textarea {
    overflow: auto;
  }
  optgroup {
    font-weight: bold;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  td, th {
    padding: 0;
  }
  .foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
  }
  html {
    font-size: 100%;
    box-sizing: border-box;
  }
  *, *:before, *:after {
    box-sizing: inherit;
  }
  body {
    padding: 0;
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    background: #fefefe;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
  }
  textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0;
  }
  select {
    width: 100%;
    border-radius: 0;
  }
  #map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object {
    max-width: none !important;
  }
  button {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    padding: 0;
    border: 0;
    border-radius: 0;
    line-height: 1;
  }
  .is-visible {
    display: block !important;
  }
  .is-hidden {
    display: none !important;
  }
  .row {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
  }
  .row::before, .row::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .row::after {
    clear: both;
  }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  @media screen and (min-width: 40em) {
    .row .row {
      margin-left: -0.9375rem;
      margin-right: -0.9375rem;
    }
  }
  .row .row.collapse {
    margin-left: 0;
    margin-right: 0;
  }
  .row.expanded {
    max-width: none;
  }
  .row.expanded .row {
    margin-left: auto;
    margin-right: auto;
  }
  .column, .columns {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
    }
  }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right;
  }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left;
  }
  .column.row.row, .row.row.columns {
    float: none;
  }
  .row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .small-1 {
    width: 8.33333%;
  }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .small-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .small-offset-0 {
    margin-left: 0%;
  }
  .small-2 {
    width: 16.66667%;
  }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .small-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .small-offset-1 {
    margin-left: 8.33333%;
  }
  .small-3 {
    width: 25%;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
  }
  .small-pull-3 {
    position: relative;
    left: -25%;
  }
  .small-offset-2 {
    margin-left: 16.66667%;
  }
  .small-4 {
    width: 33.33333%;
  }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .small-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .small-offset-3 {
    margin-left: 25%;
  }
  .small-5 {
    width: 41.66667%;
  }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .small-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .small-offset-4 {
    margin-left: 33.33333%;
  }
  .small-6 {
    width: 50%;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
  }
  .small-pull-6 {
    position: relative;
    left: -50%;
  }
  .small-offset-5 {
    margin-left: 41.66667%;
  }
  .small-7 {
    width: 58.33333%;
  }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .small-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .small-offset-6 {
    margin-left: 50%;
  }
  .small-8 {
    width: 66.66667%;
  }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .small-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .small-offset-7 {
    margin-left: 58.33333%;
  }
  .small-9 {
    width: 75%;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
  }
  .small-pull-9 {
    position: relative;
    left: -75%;
  }
  .small-offset-8 {
    margin-left: 66.66667%;
  }
  .small-10 {
    width: 83.33333%;
  }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .small-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .small-offset-9 {
    margin-left: 75%;
  }
  .small-11 {
    width: 91.66667%;
  }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .small-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .small-offset-10 {
    margin-left: 83.33333%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-11 {
    margin-left: 91.66667%;
  }
  .small-up-1 > .column, .small-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left;
  }
  .small-up-2 > .column, .small-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left;
  }
  .small-up-3 > .column, .small-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left;
  }
  .small-up-4 > .column, .small-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left;
  }
  .small-up-5 > .column, .small-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left;
  }
  .small-up-6 > .column, .small-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left;
  }
  .small-up-7 > .column, .small-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left;
  }
  .small-up-8 > .column, .small-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left;
  }
  .small-collapse > .column, .small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .small-uncollapse > .column, .small-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .small-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .small-uncentered, .small-push-0, .small-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  @media screen and (min-width: 40em) {
    .medium-1 {
      width: 8.33333%;
    }
    .medium-push-1 {
      position: relative;
      left: 8.33333%;
    }
    .medium-pull-1 {
      position: relative;
      left: -8.33333%;
    }
    .medium-offset-0 {
      margin-left: 0%;
    }
    .medium-2 {
      width: 16.66667%;
    }
    .medium-push-2 {
      position: relative;
      left: 16.66667%;
    }
    .medium-pull-2 {
      position: relative;
      left: -16.66667%;
    }
    .medium-offset-1 {
      margin-left: 8.33333%;
    }
    .medium-3 {
      width: 25%;
    }
    .medium-push-3 {
      position: relative;
      left: 25%;
    }
    .medium-pull-3 {
      position: relative;
      left: -25%;
    }
    .medium-offset-2 {
      margin-left: 16.66667%;
    }
    .medium-4 {
      width: 33.33333%;
    }
    .medium-push-4 {
      position: relative;
      left: 33.33333%;
    }
    .medium-pull-4 {
      position: relative;
      left: -33.33333%;
    }
    .medium-offset-3 {
      margin-left: 25%;
    }
    .medium-5 {
      width: 41.66667%;
    }
    .medium-push-5 {
      position: relative;
      left: 41.66667%;
    }
    .medium-pull-5 {
      position: relative;
      left: -41.66667%;
    }
    .medium-offset-4 {
      margin-left: 33.33333%;
    }
    .medium-6 {
      width: 50%;
    }
    .medium-push-6 {
      position: relative;
      left: 50%;
    }
    .medium-pull-6 {
      position: relative;
      left: -50%;
    }
    .medium-offset-5 {
      margin-left: 41.66667%;
    }
    .medium-7 {
      width: 58.33333%;
    }
    .medium-push-7 {
      position: relative;
      left: 58.33333%;
    }
    .medium-pull-7 {
      position: relative;
      left: -58.33333%;
    }
    .medium-offset-6 {
      margin-left: 50%;
    }
    .medium-8 {
      width: 66.66667%;
    }
    .medium-push-8 {
      position: relative;
      left: 66.66667%;
    }
    .medium-pull-8 {
      position: relative;
      left: -66.66667%;
    }
    .medium-offset-7 {
      margin-left: 58.33333%;
    }
    .medium-9 {
      width: 75%;
    }
    .medium-push-9 {
      position: relative;
      left: 75%;
    }
    .medium-pull-9 {
      position: relative;
      left: -75%;
    }
    .medium-offset-8 {
      margin-left: 66.66667%;
    }
    .medium-10 {
      width: 83.33333%;
    }
    .medium-push-10 {
      position: relative;
      left: 83.33333%;
    }
    .medium-pull-10 {
      position: relative;
      left: -83.33333%;
    }
    .medium-offset-9 {
      margin-left: 75%;
    }
    .medium-11 {
      width: 91.66667%;
    }
    .medium-push-11 {
      position: relative;
      left: 91.66667%;
    }
    .medium-pull-11 {
      position: relative;
      left: -91.66667%;
    }
    .medium-offset-10 {
      margin-left: 83.33333%;
    }
    .medium-12 {
      width: 100%;
    }
    .medium-offset-11 {
      margin-left: 91.66667%;
    }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      width: 100%;
      float: left;
    }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none;
    }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both;
    }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left;
    }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      width: 50%;
      float: left;
    }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none;
    }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both;
    }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left;
    }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      width: 33.33333%;
      float: left;
    }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none;
    }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both;
    }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left;
    }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      width: 25%;
      float: left;
    }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none;
    }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both;
    }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left;
    }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      width: 20%;
      float: left;
    }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none;
    }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both;
    }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left;
    }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      width: 16.66667%;
      float: left;
    }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none;
    }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both;
    }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left;
    }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      width: 14.28571%;
      float: left;
    }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none;
    }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both;
    }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left;
    }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      width: 12.5%;
      float: left;
    }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none;
    }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both;
    }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left;
    }
    .medium-collapse > .column, .medium-collapse > .columns {
      padding-left: 0;
      padding-right: 0;
    }
    .medium-collapse .row {
      margin-left: 0;
      margin-right: 0;
    }
    .medium-uncollapse > .column, .medium-uncollapse > .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
    }
    .medium-centered {
      float: none;
      margin-left: auto;
      margin-right: auto;
    }
    .medium-uncentered, .medium-push-0, .medium-pull-0 {
      position: static;
      margin-left: 0;
      margin-right: 0;
      float: left;
    }
  }
  @media screen and (min-width: 64em) {
    .large-1 {
      width: 8.33333%;
    }
    .large-push-1 {
      position: relative;
      left: 8.33333%;
    }
    .large-pull-1 {
      position: relative;
      left: -8.33333%;
    }
    .large-offset-0 {
      margin-left: 0%;
    }
    .large-2 {
      width: 16.66667%;
    }
    .large-push-2 {
      position: relative;
      left: 16.66667%;
    }
    .large-pull-2 {
      position: relative;
      left: -16.66667%;
    }
    .large-offset-1 {
      margin-left: 8.33333%;
    }
    .large-3 {
      width: 25%;
    }
    .large-push-3 {
      position: relative;
      left: 25%;
    }
    .large-pull-3 {
      position: relative;
      left: -25%;
    }
    .large-offset-2 {
      margin-left: 16.66667%;
    }
    .large-4 {
      width: 33.33333%;
    }
    .large-push-4 {
      position: relative;
      left: 33.33333%;
    }
    .large-pull-4 {
      position: relative;
      left: -33.33333%;
    }
    .large-offset-3 {
      margin-left: 25%;
    }
    .large-5 {
      width: 41.66667%;
    }
    .large-push-5 {
      position: relative;
      left: 41.66667%;
    }
    .large-pull-5 {
      position: relative;
      left: -41.66667%;
    }
    .large-offset-4 {
      margin-left: 33.33333%;
    }
    .large-6 {
      width: 50%;
    }
    .large-push-6 {
      position: relative;
      left: 50%;
    }
    .large-pull-6 {
      position: relative;
      left: -50%;
    }
    .large-offset-5 {
      margin-left: 41.66667%;
    }
    .large-7 {
      width: 58.33333%;
    }
    .large-push-7 {
      position: relative;
      left: 58.33333%;
    }
    .large-pull-7 {
      position: relative;
      left: -58.33333%;
    }
    .large-offset-6 {
      margin-left: 50%;
    }
    .large-8 {
      width: 66.66667%;
    }
    .large-push-8 {
      position: relative;
      left: 66.66667%;
    }
    .large-pull-8 {
      position: relative;
      left: -66.66667%;
    }
    .large-offset-7 {
      margin-left: 58.33333%;
    }
    .large-9 {
      width: 75%;
    }
    .large-push-9 {
      position: relative;
      left: 75%;
    }
    .large-pull-9 {
      position: relative;
      left: -75%;
    }
    .large-offset-8 {
      margin-left: 66.66667%;
    }
    .large-10 {
      width: 83.33333%;
    }
    .large-push-10 {
      position: relative;
      left: 83.33333%;
    }
    .large-pull-10 {
      position: relative;
      left: -83.33333%;
    }
    .large-offset-9 {
      margin-left: 75%;
    }
    .large-11 {
      width: 91.66667%;
    }
    .large-push-11 {
      position: relative;
      left: 91.66667%;
    }
    .large-pull-11 {
      position: relative;
      left: -91.66667%;
    }
    .large-offset-10 {
      margin-left: 83.33333%;
    }
    .large-12 {
      width: 100%;
    }
    .large-offset-11 {
      margin-left: 91.66667%;
    }
    .large-up-1 > .column, .large-up-1 > .columns {
      width: 100%;
      float: left;
    }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none;
    }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both;
    }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left;
    }
    .large-up-2 > .column, .large-up-2 > .columns {
      width: 50%;
      float: left;
    }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none;
    }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both;
    }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left;
    }
    .large-up-3 > .column, .large-up-3 > .columns {
      width: 33.33333%;
      float: left;
    }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none;
    }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both;
    }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left;
    }
    .large-up-4 > .column, .large-up-4 > .columns {
      width: 25%;
      float: left;
    }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none;
    }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both;
    }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left;
    }
    .large-up-5 > .column, .large-up-5 > .columns {
      width: 20%;
      float: left;
    }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none;
    }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both;
    }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left;
    }
    .large-up-6 > .column, .large-up-6 > .columns {
      width: 16.66667%;
      float: left;
    }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none;
    }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both;
    }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left;
    }
    .large-up-7 > .column, .large-up-7 > .columns {
      width: 14.28571%;
      float: left;
    }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none;
    }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both;
    }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left;
    }
    .large-up-8 > .column, .large-up-8 > .columns {
      width: 12.5%;
      float: left;
    }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none;
    }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both;
    }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left;
    }
    .large-collapse > .column, .large-collapse > .columns {
      padding-left: 0;
      padding-right: 0;
    }
    .large-collapse .row {
      margin-left: 0;
      margin-right: 0;
    }
    .large-uncollapse > .column, .large-uncollapse > .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
    }
    .large-centered {
      float: none;
      margin-left: auto;
      margin-right: auto;
    }
    .large-uncentered, .large-push-0, .large-pull-0 {
      position: static;
      margin-left: 0;
      margin-right: 0;
      float: left;
    }
  }
  div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    margin: 0;
    padding: 0;
  }
  p {
    font-size: inherit;
    line-height: 1.3;
    margin-bottom: 1rem;
    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, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1.4;
  }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #cacaca;
    line-height: 0;
  }
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1.25rem;
  }
  h3 {
    font-size: 1.1875rem;
  }
  h4 {
    font-size: 1.125rem;
  }
  h5 {
    font-size: 1.0625rem;
  }
  h6 {
    font-size: 1rem;
  }
  @media screen and (min-width: 40em) {
    h1 {
      font-size: 2rem;
    }
    h2 {
      font-size: 1.5rem;
    }
    h3 {
      font-size: 1.25rem;
    }
    h4 {
      font-size: 1rem;
    }
    h5 {
      font-size: 0.75rem;
    }
    h6 {
      font-size: 0.5rem;
    }
  }
  a {
    color: #2199e8;
    text-decoration: none;
    line-height: inherit;
    cursor: pointer;
  }
  a:hover, a:focus {
    color: #1585cf;
  }
  a img {
    border: 0;
  }
  hr {
    max-width: 75rem;
    height: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0;
    margin: 1.25rem auto;
    clear: both;
  }
  ul, ol, dl {
    line-height: 1.6;
    margin-bottom: 1rem;
    list-style-position: outside;
  }
  li {
    font-size: inherit;
  }
  ul {
    list-style-type: disc;
    margin-left: 1.25rem;
  }
  ol {
    margin-left: 1.25rem;
  }
  ul ul, ol ul, ul ol, 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 \0020';
  }
  abbr {
    color: #0a0a0a;
    cursor: help;
    border-bottom: 1px dotted #0a0a0a;
  }
  code {
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: #0a0a0a;
    background-color: #e6e6e6;
    border: 1px solid #cacaca;
    padding: 0.125rem 0.3125rem 0.0625rem;
  }
  kbd {
    padding: 0.125rem 0.25rem 0;
    margin: 0;
    background-color: #e6e6e6;
    color: #0a0a0a;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
  }
  .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;
  }
  .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 screen and (min-width: 40em) {
    .medium-text-left {
      text-align: left;
    }
    .medium-text-right {
      text-align: right;
    }
    .medium-text-center {
      text-align: center;
    }
    .medium-text-justify {
      text-align: justify;
    }
  }
  @media screen and (min-width: 64em) {
    .large-text-left {
      text-align: left;
    }
    .large-text-right {
      text-align: right;
    }
    .large-text-center {
      text-align: center;
    }
    .large-text-justify {
      text-align: justify;
    }
  }
  .show-for-print {
    display: none !important;
  }
  @media print {
    * {
      background: transparent !important;
      color: black !important;
      box-shadow: none !important;
      text-shadow: none !important;
    }
    .show-for-print {
      display: block !important;
    }
    .hide-for-print {
      display: none !important;
    }
    table.show-for-print {
      display: table !important;
    }
    thead.show-for-print {
      display: table-header-group !important;
    }
    tbody.show-for-print {
      display: table-row-group !important;
    }
    tr.show-for-print {
      display: table-row !important;
    }
    td.show-for-print {
      display: table-cell !important;
    }
    th.show-for-print {
      display: table-cell !important;
    }
    a, a:visited {
      text-decoration: underline;
    }
    a[href]:after {
      content: " (" attr(href) ")";
    }
    .ir a:after, a[href^='javascript:']:after, a[href^='#']:after {
      content: '';
    }
    abbr[title]:after {
      content: " (" attr(title) ")";
    }
    pre, blockquote {
      border: 1px solid #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;
    }
  }
  [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;
    padding: 0.5rem;
    border: 1px solid #cacaca;
    margin: 0 0 1rem;
    font-family: inherit;
    font-size: 1rem;
    color: #0a0a0a;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    border-radius: 0;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-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 {
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    outline: none;
    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::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #cacaca;
  }
  input::-moz-placeholder, textarea::-moz-placeholder {
    color: #cacaca;
  }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #cacaca;
  }
  input::placeholder, textarea::placeholder {
    color: #cacaca;
  }
  input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
    background-color: #e6e6e6;
    cursor: default;
  }
  [type='submit'], [type='button'] {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  input[type='search'] {
    box-sizing: border-box;
  }
  [type='file'], [type='checkbox'], [type='radio'] {
    margin: 0 0 1rem;
  }
  [type='checkbox'] + label, [type='radio'] + label {
    display: inline-block;
    margin-left: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0;
    vertical-align: baseline;
  }
  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: table;
    width: 100%;
    margin-bottom: 1rem;
  }
  .input-group > :first-child {
    border-radius: 0 0 0 0;
  }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0;
  }
  .input-group-label, .input-group-field, .input-group-button {
    margin: 0;
    display: table-cell;
    vertical-align: middle;
  }
  .input-group-label {
    text-align: center;
    padding: 0 1rem;
    background: #e6e6e6;
    color: #0a0a0a;
    border: 1px solid #cacaca;
    white-space: nowrap;
    width: 1%;
    height: 100%;
  }
  .input-group-label:first-child {
    border-right: 0;
  }
  .input-group-label:last-child {
    border-left: 0;
  }
  .input-group-field {
    border-radius: 0;
    height: 2.5rem;
  }
  .input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    height: 100%;
    width: 1%;
  }
  .input-group-button a, .input-group-button input, .input-group-button button {
    margin: 0;
  }
  .input-group .input-group-button {
    display: table-cell;
  }
  fieldset {
    border: 0;
    padding: 0;
    margin: 0;
  }
  legend {
    margin-bottom: 0.5rem;
    max-width: 100%;
  }
  .fieldset {
    border: 1px solid #cacaca;
    padding: 1.25rem;
    margin: 1.125rem 0;
  }
  .fieldset legend {
    background: #fefefe;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem;
  }
  select {
    height: 2.4375rem;
    padding: 0.5rem;
    border: 1px solid #cacaca;
    margin: 0 0 1rem;
    font-size: 1rem;
    font-family: inherit;
    line-height: normal;
    color: #0a0a0a;
    background-color: #fefefe;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    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-size: 9px 6px;
    background-position: right center;
    background-origin: content-box;
    background-repeat: no-repeat;
  }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
    }
  }
  select:disabled {
    background-color: #e6e6e6;
    cursor: default;
  }
  select::-ms-expand {
    display: none;
  }
  select[multiple] {
    height: auto;
  }
  .is-invalid-input:not(:focus) {
    background-color: rgba(236, 88, 64, 0.1);
    border-color: #ec5840;
  }
  .is-invalid-label {
    color: #ec5840;
  }
  .form-error {
    display: none;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: bold;
    color: #ec5840;
  }
  .form-error.is-visible {
    display: block;
  }
  .button {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 0.85em 1em;
    margin: 0 0 1rem 0;
    font-size: 0.9rem;
    background-color: #2199e8;
    color: #fefefe;
  }
  [data-whatinput='mouse'] .button {
    outline: 0;
  }
  .button:hover, .button:focus {
    background-color: #1583cc;
    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-left: 0;
    margin-right: 0;
  }
  .button.primary {
    background-color: #2199e8;
    color: #fefefe;
  }
  .button.primary:hover, .button.primary:focus {
    background-color: #147cc0;
    color: #fefefe;
  }
  .button.secondary {
    background-color: #777;
    color: #fefefe;
  }
  .button.secondary:hover, .button.secondary:focus {
    background-color: #5f5f5f;
    color: #fefefe;
  }
  .button.success {
    background-color: #3adb76;
    color: #fefefe;
  }
  .button.success:hover, .button.success:focus {
    background-color: #22bb5b;
    color: #fefefe;
  }
  .button.warning {
    background-color: #ffae00;
    color: #fefefe;
  }
  .button.warning:hover, .button.warning:focus {
    background-color: #cc8b00;
    color: #fefefe;
  }
  .button.alert {
    background-color: #ec5840;
    color: #fefefe;
  }
  .button.alert:hover, .button.alert:focus {
    background-color: #da3116;
    color: #fefefe;
  }
  .button.hollow {
    border: 1px solid #2199e8;
    color: #2199e8;
  }
  .button.hollow, .button.hollow:hover, .button.hollow:focus {
    background-color: transparent;
  }
  .button.hollow:hover, .button.hollow:focus {
    border-color: #0c4d78;
    color: #0c4d78;
  }
  .button.hollow.primary {
    border: 1px solid #2199e8;
    color: #2199e8;
  }
  .button.hollow.primary:hover, .button.hollow.primary:focus {
    border-color: #0c4d78;
    color: #0c4d78;
  }
  .button.hollow.secondary {
    border: 1px solid #777;
    color: #777;
  }
  .button.hollow.secondary:hover, .button.hollow.secondary:focus {
    border-color: #3c3c3c;
    color: #3c3c3c;
  }
  .button.hollow.success {
    border: 1px solid #3adb76;
    color: #3adb76;
  }
  .button.hollow.success:hover, .button.hollow.success:focus {
    border-color: #157539;
    color: #157539;
  }
  .button.hollow.warning {
    border: 1px solid #ffae00;
    color: #ffae00;
  }
  .button.hollow.warning:hover, .button.hollow.warning:focus {
    border-color: #805700;
    color: #805700;
  }
  .button.hollow.alert {
    border: 1px solid #ec5840;
    color: #ec5840;
  }
  .button.hollow.alert:hover, .button.hollow.alert:focus {
    border-color: #881f0e;
    color: #881f0e;
  }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
    pointer-events: none;
  }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block;
  }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em;
  }
  .accordion {
    list-style-type: none;
    background: #fefefe;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    border-radius: 0;
    margin-left: 0;
  }
  .accordion-title {
    display: block;
    padding: 1.25rem 1rem;
    line-height: 1;
    font-size: 0.75rem;
    color: #2199e8;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
  }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6;
  }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem;
  }
  .is-active > .accordion-title::before {
    content: '–';
  }
  .accordion-content {
    padding: 1rem;
    display: none;
    border-bottom: 1px solid #e6e6e6;
    background-color: #fefefe;
  }
  .is-accordion-submenu-parent > a {
    position: relative;
  }
  .is-accordion-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem;
  }
  .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
  }
  .badge {
    display: inline-block;
    padding: 0.3em;
    min-width: 2.1em;
    font-size: 0.6rem;
    text-align: center;
    border-radius: 50%;
    background: #2199e8;
    color: #fefefe;
  }
  .badge.secondary {
    background: #777;
    color: #fefefe;
  }
  .badge.success {
    background: #3adb76;
    color: #fefefe;
  }
  .badge.warning {
    background: #ffae00;
    color: #fefefe;
  }
  .badge.alert {
    background: #ec5840;
    color: #fefefe;
  }
  .breadcrumbs {
    list-style: none;
    margin: 0 0 1rem 0;
  }
  .breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .breadcrumbs::after {
    clear: both;
  }
  .breadcrumbs li {
    float: left;
    color: #0a0a0a;
    font-size: 0.6875rem;
    cursor: default;
    text-transform: uppercase;
  }
  .breadcrumbs li:not(:last-child)::after {
    color: #cacaca;
    content: "/";
    margin: 0 0.75rem;
    position: relative;
    top: 1px;
    opacity: 1;
  }
  .breadcrumbs a {
    color: #2199e8;
  }
  .breadcrumbs a:hover {
    text-decoration: underline;
  }
  .breadcrumbs .disabled {
    color: #cacaca;
  }
  .button-group {
    margin-bottom: 1rem;
    font-size: 0;
  }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .button-group::after {
    clear: both;
  }
  .button-group .button {
    margin: 0;
    font-size: 0.9rem;
    float: left;
  }
  .button-group .button:not(:last-child) {
    border-right: 1px solid #fefefe;
  }
  .button-group.tiny .button {
    font-size: 0.6rem;
  }
  .button-group.small .button {
    font-size: 0.75rem;
  }
  .button-group.large .button {
    font-size: 1.25rem;
  }
  .button-group.expanded {
    margin-right: -1px;
  }
  .button-group.expanded::before, .button-group.expanded::after {
    display: none;
  }
  .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
    display: inline-block;
    width: calc(50% - 1px);
    margin-right: 1px;
  }
  .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
    display: inline-block;
    width: calc(33.33333% - 1px);
    margin-right: 1px;
  }
  .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
    display: inline-block;
    width: calc(25% - 1px);
    margin-right: 1px;
  }
  .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
    display: inline-block;
    width: calc(20% - 1px);
    margin-right: 1px;
  }
  .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
    display: inline-block;
    width: calc(16.66667% - 1px);
    margin-right: 1px;
  }
  .button-group.primary .button {
    background-color: #2199e8;
    color: #fefefe;
  }
  .button-group.primary .button:hover, .button-group.primary .button:focus {
    background-color: #147cc0;
    color: #fefefe;
  }
  .button-group.secondary .button {
    background-color: #777;
    color: #fefefe;
  }
  .button-group.secondary .button:hover, .button-group.secondary .button:focus {
    background-color: #5f5f5f;
    color: #fefefe;
  }
  .button-group.success .button {
    background-color: #3adb76;
    color: #fefefe;
  }
  .button-group.success .button:hover, .button-group.success .button:focus {
    background-color: #22bb5b;
    color: #fefefe;
  }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #fefefe;
  }
  .button-group.warning .button:hover, .button-group.warning .button:focus {
    background-color: #cc8b00;
    color: #fefefe;
  }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #fefefe;
  }
  .button-group.alert .button:hover, .button-group.alert .button:focus {
    background-color: #da3116;
    color: #fefefe;
  }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%;
  }
  .button-group.stacked .button:not(:last-child), .button-group.stacked-for-small .button:not(:last-child), .button-group.stacked-for-medium .button:not(:last-child) {
    margin-right: 0;
  }
  @media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto;
    }
    .button-group.stacked-for-small .button:not(:last-child) {
      margin-right: 1px;
    }
  }
  @media screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      width: auto;
    }
    .button-group.stacked-for-medium .button:not(:last-child) {
      margin-right: 1px;
    }
  }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block;
    }
    .button-group.stacked-for-small.expanded .button {
      display: block;
      margin-right: 0;
    }
  }
  .callout {
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(10, 10, 10, 0.25);
    border-radius: 0;
    position: relative;
    color: #0a0a0a;
    background-color: white;
  }
  .callout > :first-child {
    margin-top: 0;
  }
  .callout > :last-child {
    margin-bottom: 0;
  }
  .callout.primary {
    background-color: #def0fc;
  }
  .callout.secondary {
    background-color: #ebebeb;
  }
  .callout.success {
    background-color: #e1faea;
  }
  .callout.warning {
    background-color: #fff3d9;
  }
  .callout.alert {
    background-color: #fce6e2;
  }
  .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;
  }
  .close-button {
    position: absolute;
    color: #8a8a8a;
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1;
    cursor: pointer;
  }
  [data-whatinput='mouse'] .close-button {
    outline: 0;
  }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a;
  }
  .menu {
    margin: 0;
    list-style-type: none;
  }
  .menu > li {
    display: table-cell;
    vertical-align: middle;
  }
  [data-whatinput='mouse'] .menu > li {
    outline: 0;
  }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1;
  }
  .menu input, .menu a, .menu button {
    margin-bottom: 0;
  }
  .menu > li > a img, .menu > li > a i {
    vertical-align: middle;
  }
  .menu > li > a i + span, .menu > li > a img + span {
    vertical-align: middle;
  }
  .menu > li > a img, .menu > li > a i {
    margin-right: 0.25rem;
    display: inline-block;
  }
  .menu > li {
    display: table-cell;
  }
  .menu.vertical > li {
    display: block;
  }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell;
    }
    .menu.medium-vertical > li {
      display: block;
    }
  }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell;
    }
    .menu.large-vertical > li {
      display: block;
    }
  }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem;
  }
  .menu.simple a {
    padding: 0;
  }
  .menu.align-right::before, .menu.align-right::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .menu.align-right::after {
    clear: both;
  }
  .menu.align-right > li {
    float: right;
  }
  .menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed;
  }
  .menu.expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu.icon-top > li > a {
    text-align: center;
  }
  .menu.icon-top > li > a img, .menu.icon-top > li > a i {
    display: block;
    margin: 0 auto 0.25rem;
  }
  .menu.nested {
    margin-left: 1rem;
  }
  .menu .active > a {
    color: #fefefe;
    background: #2199e8;
  }
  .menu-text {
    font-weight: bold;
    color: inherit;
    line-height: 1;
    padding-top: 0;
    padding-bottom: 0;
    padding: 0.7rem 1rem;
  }
  .menu-centered {
    text-align: center;
  }
  .menu-centered > .menu {
    display: inline-block;
  }
  .no-js [data-responsive-menu] ul {
    display: none;
  }
  .menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 20px;
    height: 16px;
  }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  }
  .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;
    cursor: pointer;
    width: 20px;
    height: 16px;
  }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
  }
  .is-drilldown {
    position: relative;
    overflow: hidden;
  }
  .is-drilldown li {
    display: block !important;
  }
  .is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: #fefefe;
    transition: -webkit-transform 0.15s linear;
    transition: transform 0.15s linear;
  }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  .is-drilldown-submenu-parent > a {
    position: relative;
  }
  .is-drilldown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem;
  }
  .js-drilldown-back > a::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.75rem;
  }
  .dropdown-pane {
    background-color: #fefefe;
    border: 1px solid #cacaca;
    border-radius: 0;
    display: block;
    font-size: 1rem;
    padding: 1rem;
    position: absolute;
    visibility: hidden;
    width: 300px;
    z-index: 10;
  }
  .dropdown-pane.is-open {
    visibility: visible;
  }
  .dropdown-pane.tiny {
    width: 100px;
  }
  .dropdown-pane.small {
    width: 200px;
  }
  .dropdown-pane.large {
    width: 400px;
  }
  .dropdown.menu > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  .dropdown.menu > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }
  .dropdown.menu > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }
  .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }
  [data-whatinput='mouse'] .dropdown.menu a {
    outline: 0;
  }
  .no-js .dropdown.menu ul {
    display: none;
  }
  .dropdown.menu.vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.vertical > li.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  .dropdown.menu.vertical > li.opens-right .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }
  .dropdown.menu.vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }
  .dropdown.menu.vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0;
  }
  @media screen and (min-width: 40em) {
    .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
      left: auto;
      right: 0;
      top: 100%;
    }
    .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
      right: auto;
      left: 0;
      top: 100%;
    }
    .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
      padding-right: 1.5rem;
      position: relative;
    }
    .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      border-color: #2199e8 transparent transparent;
      border-top-style: solid;
      border-bottom-width: 0;
      right: 5px;
      margin-top: -2px;
    }
    .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
      top: 0;
    }
    .dropdown.menu.medium-vertical > li.opens-left .is-dropdown-submenu {
      left: auto;
      right: 100%;
    }
    .dropdown.menu.medium-vertical > li.opens-right .is-dropdown-submenu {
      right: auto;
      left: 100%;
    }
    .dropdown.menu.medium-vertical > li > a::after {
      right: 14px;
      margin-top: -3px;
    }
    .dropdown.menu.medium-vertical > li.opens-left > a::after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      border-color: transparent #2199e8 transparent transparent;
      border-right-style: solid;
      border-left-width: 0;
    }
    .dropdown.menu.medium-vertical > li.opens-right > a::after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      border-color: transparent transparent transparent #2199e8;
      border-left-style: solid;
      border-right-width: 0;
    }
  }
  @media screen and (min-width: 64em) {
    .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
      left: auto;
      right: 0;
      top: 100%;
    }
    .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
      right: auto;
      left: 0;
      top: 100%;
    }
    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
      padding-right: 1.5rem;
      position: relative;
    }
    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      border-color: #2199e8 transparent transparent;
      border-top-style: solid;
      border-bottom-width: 0;
      right: 5px;
      margin-top: -2px;
    }
    .dropdown.menu.large-vertical > li .is-dropdown-submenu {
      top: 0;
    }
    .dropdown.menu.large-vertical > li.opens-left .is-dropdown-submenu {
      left: auto;
      right: 100%;
    }
    .dropdown.menu.large-vertical > li.opens-right .is-dropdown-submenu {
      right: auto;
      left: 100%;
    }
    .dropdown.menu.large-vertical > li > a::after {
      right: 14px;
      margin-top: -3px;
    }
    .dropdown.menu.large-vertical > li.opens-left > a::after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      border-color: transparent #2199e8 transparent transparent;
      border-right-style: solid;
      border-left-width: 0;
    }
    .dropdown.menu.large-vertical > li.opens-right > a::after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      border-color: transparent transparent transparent #2199e8;
      border-left-style: solid;
      border-right-width: 0;
    }
  }
  .dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    left: auto;
    right: 0;
  }
  .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;
    margin-top: -2px;
  }
  .is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu {
    top: 100%;
  }
  .is-dropdown-submenu-parent.opens-left .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  .is-dropdown-submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 200px;
    z-index: 1;
    background: #fefefe;
    border: 1px solid #cacaca;
  }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px;
    margin-top: -3px;
  }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0;
  }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px;
  }
  .is-dropdown-submenu > li {
    width: 100%;
  }
  .is-dropdown-submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .is-dropdown-submenu, .is-dropdown-submenu.js-dropdown-active {
    display: block;
  }
  .flex-video {
    position: relative;
    height: 0;
    padding-bottom: 75%;
    margin-bottom: 1rem;
    overflow: hidden;
  }
  .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .flex-video.widescreen {
    padding-bottom: 56.25%;
  }
  .flex-video.vimeo {
    padding-top: 0;
  }
  .label {
    display: inline-block;
    padding: 0.33333rem 0.5rem;
    font-size: 0.8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    border-radius: 0;
    background: #2199e8;
    color: #fefefe;
  }
  .label.secondary {
    background: #777;
    color: #fefefe;
  }
  .label.success {
    background: #3adb76;
    color: #fefefe;
  }
  .label.warning {
    background: #ffae00;
    color: #fefefe;
  }
  .label.alert {
    background: #ec5840;
    color: #fefefe;
  }
  .media-object {
    margin-bottom: 1rem;
    display: block;
  }
  .media-object img {
    max-width: none;
  }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block;
    }
    .media-object.stack-for-small .media-object-section img {
      width: 100%;
    }
  }
  .media-object-section {
    display: table-cell;
    vertical-align: top;
  }
  .media-object-section:first-child {
    padding-right: 1rem;
  }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem;
  }
  .media-object-section.middle {
    vertical-align: middle;
  }
  .media-object-section.bottom {
    vertical-align: bottom;
  }
  html, body {
    height: 100%;
  }
  .is-off-canvas-open {
    overflow: hidden;
  }
  .js-off-canvas-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    background: rgba(254, 254, 254, 0.25);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
  }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible;
  }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer;
  }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute;
  }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed;
  }
  .off-canvas-wrapper {
    position: relative;
    overflow: hidden;
  }
  .off-canvas {
    position: fixed;
    z-index: 12;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #e6e6e6;
  }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0;
  }
  .off-canvas.is-transition-push {
    z-index: 12;
  }
  .off-canvas.is-closed {
    visibility: hidden;
  }
  .off-canvas.is-transition-overlap {
    z-index: 13;
  }
  .off-canvas.is-transition-overlap.is-open {
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  }
  .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .off-canvas-content, .off-canvas-content {
    min-height: 100%;
    background: #fefefe;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    padding-bottom: 0.1px;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
  }
  .off-canvas-absolute {
    position: absolute;
    z-index: 12;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #e6e6e6;
  }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0;
  }
  .off-canvas-absolute.is-transition-push {
    z-index: 12;
  }
  .off-canvas-absolute.is-closed {
    visibility: hidden;
  }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 13;
  }
  .off-canvas-absolute.is-transition-overlap.is-open {
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  }
  .off-canvas-absolute.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .position-left {
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    width: 250px;
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px);
  }
  .off-canvas-content .off-canvas.position-left {
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px);
  }
  .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .off-canvas-content.is-open-left.has-transition-push {
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px);
  }
  .position-left.is-transition-push {
    -webkit-box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
    box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
  }
  .position-right {
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    width: 250px;
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px);
  }
  .off-canvas-content .off-canvas.position-right {
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px);
  }
  .off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .off-canvas-content.is-open-right.has-transition-push {
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px);
  }
  .position-right.is-transition-push {
    -webkit-box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
    box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
  }
  .position-top {
    top: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    height: 250px;
    -webkit-transform: translateY(-250px);
    -ms-transform: translateY(-250px);
    transform: translateY(-250px);
  }
  .off-canvas-content .off-canvas.position-top {
    -webkit-transform: translateY(-250px);
    -ms-transform: translateY(-250px);
    transform: translateY(-250px);
  }
  .off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .off-canvas-content.is-open-top.has-transition-push {
    -webkit-transform: translateY(250px);
    -ms-transform: translateY(250px);
    transform: translateY(250px);
  }
  .position-top.is-transition-push {
    -webkit-box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
    box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
  }
  .position-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    height: 250px;
    -webkit-transform: translateY(250px);
    -ms-transform: translateY(250px);
    transform: translateY(250px);
  }
  .off-canvas-content .off-canvas.position-bottom {
    -webkit-transform: translateY(250px);
    -ms-transform: translateY(250px);
    transform: translateY(250px);
  }
  .off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .off-canvas-content.is-open-bottom.has-transition-push {
    -webkit-transform: translateY(-250px);
    -ms-transform: translateY(-250px);
    transform: translateY(-250px);
  }
  .position-bottom.is-transition-push {
    -webkit-box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
    box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
  }
  .off-canvas-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  .off-canvas-content.has-transition-push {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .off-canvas-content .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  @media print, screen and (min-width: 40em) {
    .position-left.reveal-for-medium {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      z-index: 12;
      -webkit-transition: none;
      transition: none;
      visibility: visible;
    }
    .position-left.reveal-for-medium .close-button {
      display: none;
    }
    .off-canvas-content .position-left.reveal-for-medium {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
    }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px;
    }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px;
    }
    .position-right.reveal-for-medium {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      z-index: 12;
      -webkit-transition: none;
      transition: none;
      visibility: visible;
    }
    .position-right.reveal-for-medium .close-button {
      display: none;
    }
    .off-canvas-content .position-right.reveal-for-medium {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
    }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px;
    }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px;
    }
    .position-top.reveal-for-medium {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      z-index: 12;
      -webkit-transition: none;
      transition: none;
      visibility: visible;
    }
    .position-top.reveal-for-medium .close-button {
      display: none;
    }
    .off-canvas-content .position-top.reveal-for-medium {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
    }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px;
    }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px;
    }
    .position-bottom.reveal-for-medium {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      z-index: 12;
      -webkit-transition: none;
      transition: none;
      visibility: visible;
    }
    .position-bottom.reveal-for-medium .close-button {
      display: none;
    }
    .off-canvas-content .position-bottom.reveal-for-medium {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
    }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px;
    }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px;
    }
  }
  @media print, screen and (min-width: 64em) {
    .position-left.reveal-for-large {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      z-index: 12;
      -webkit-transition: none;
      transition: none;
      visibility: visible;
    }
    .position-left.reveal-for-large .close-button {
      display: none;
    }
    .off-canvas-content .position-left.reveal-for-large {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
    }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px;
    }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px;
    }
    .position-right.reveal-for-large {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      z-index: 12;
      -webkit-transition: none;
      transition: none;
      visibility: visible;
    }
    .position-right.reveal-for-large .close-button {
      display: none;
    }
    .off-canvas-content .position-right.reveal-for-large {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
    }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px;
    }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px;
    }
    .position-top.reveal-for-large {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      z-index: 12;
      -webkit-transition: none;
      transition: none;
      visibility: visible;
    }
    .position-top.reveal-for-large .close-button {
      display: none;
    }
    .off-canvas-content .position-top.reveal-for-large {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
    }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px;
    }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px;
    }
    .position-bottom.reveal-for-large {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      z-index: 12;
      -webkit-transition: none;
      transition: none;
      visibility: visible;
    }
    .position-bottom.reveal-for-large .close-button {
      display: none;
    }
    .off-canvas-content .position-bottom.reveal-for-large {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
    }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px;
    }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px;
    }
  }
  @media print, screen and (min-width: 40em) {
    .off-canvas.in-canvas-for-medium {
      visibility: visible;
      height: auto;
      position: static;
      background: none;
      width: auto;
      overflow: visible;
      -webkit-transition: none;
      transition: none;
    }
    .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
    }
    .off-canvas.in-canvas-for-medium .close-button {
      display: none;
    }
  }
  @media print, screen and (min-width: 64em) {
    .off-canvas.in-canvas-for-large {
      visibility: visible;
      height: auto;
      position: static;
      background: none;
      width: auto;
      overflow: visible;
      -webkit-transition: none;
      transition: none;
    }
    .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
    }
    .off-canvas.in-canvas-for-large .close-button {
      display: none;
    }
  }
  .orbit {
    position: relative;
  }
  .orbit-container {
    position: relative;
    margin: 0;
    overflow: hidden;
    list-style: none;
  }
  .orbit-slide {
    width: 100%;
    max-height: 100%;
  }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0;
  }
  .orbit-figure {
    margin: 0;
  }
  .orbit-image {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .orbit-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    margin-bottom: 0;
    color: #fefefe;
    background-color: rgba(10, 10, 10, 0.5);
  }
  .orbit-previous, .orbit-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    padding: 1rem;
    color: #fefefe;
  }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0;
  }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(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;
    background-color: #cacaca;
    border-radius: 50%;
  }
  .orbit-bullets button:hover {
    background-color: #8a8a8a;
  }
  .orbit-bullets button.is-active {
    background-color: #8a8a8a;
  }
  .pagination {
    margin-left: 0;
    margin-bottom: 1rem;
  }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .pagination::after {
    clear: both;
  }
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    border-radius: 0;
    display: none;
  }
  .pagination li:last-child, .pagination li:first-child {
    display: inline-block;
  }
  @media screen and (min-width: 40em) {
    .pagination li {
      display: inline-block;
    }
  }
  .pagination a, .pagination button {
    color: #0a0a0a;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
  }
  .pagination a:hover, .pagination button:hover {
    background: #e6e6e6;
  }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #2199e8;
    color: #fefefe;
    cursor: default;
  }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: default;
  }
  .pagination .disabled:hover {
    background: transparent;
  }
  .pagination .ellipsis::after {
    content: '\2026';
    padding: 0.1875rem 0.625rem;
    color: #0a0a0a;
  }
  .pagination-previous a::before, .pagination-previous.disabled::before {
    content: '\00ab';
    display: inline-block;
    margin-right: 0.5rem;
  }
  .pagination-next a::after, .pagination-next.disabled::after {
    content: '\00bb';
    display: inline-block;
    margin-left: 0.5rem;
  }
  .progress {
    background-color: #cacaca;
    height: 1rem;
    margin-bottom: 1rem;
    border-radius: 0;
  }
  .progress.primary .progress-meter {
    background-color: #2199e8;
  }
  .progress.secondary .progress-meter {
    background-color: #777;
  }
  .progress.success .progress-meter {
    background-color: #3adb76;
  }
  .progress.warning .progress-meter {
    background-color: #ffae00;
  }
  .progress.alert .progress-meter {
    background-color: #ec5840;
  }
  .progress-meter {
    position: relative;
    display: block;
    width: 0%;
    height: 100%;
    background-color: #2199e8;
  }
  .progress-meter-text {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    margin: 0;
    font-size: 0.75rem;
    font-weight: bold;
    color: #fefefe;
    white-space: nowrap;
  }
  .slider {
    position: relative;
    height: 0.5rem;
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
    background-color: #e6e6e6;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none;
  }
  .slider-fill {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    max-width: 100%;
    height: 0.5rem;
    background-color: #cacaca;
    transition: all 0.2s ease-in-out;
  }
  .slider-fill.is-dragging {
    transition: all 0s linear;
  }
  .slider-handle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    z-index: 1;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    background-color: #2199e8;
    transition: all 0.2s ease-in-out;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    border-radius: 0;
  }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0;
  }
  .slider-handle:hover {
    background-color: #1583cc;
  }
  .slider-handle.is-dragging {
    transition: all 0s linear;
  }
  .slider.disabled, .slider[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
  }
  .slider.vertical {
    display: inline-block;
    width: 0.5rem;
    height: 12.5rem;
    margin: 0 1.25rem;
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
  }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%;
  }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .sticky-container {
    position: relative;
  }
  .sticky {
    position: absolute;
    z-index: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .sticky.is-stuck {
    position: fixed;
    z-index: 5;
  }
  .sticky.is-stuck.is-at-top {
    top: 0;
  }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0;
  }
  .sticky.is-anchored {
    position: absolute;
    left: auto;
    right: auto;
  }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0;
  }
  body.is-reveal-open {
    overflow: hidden;
  }
  .reveal-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1005;
    background-color: rgba(10, 10, 10, 0.45);
    overflow-y: scroll;
  }
  .reveal {
    display: none;
    z-index: 1006;
    padding: 1rem;
    border: 1px solid #cacaca;
    background-color: #fefefe;
    border-radius: 0;
    position: relative;
    top: 100px;
    margin-left: auto;
    margin-right: auto;
    overflow-y: auto;
  }
  [data-whatinput='mouse'] .reveal {
    outline: 0;
  }
  @media screen and (min-width: 40em) {
    .reveal {
      min-height: 0;
    }
  }
  .reveal .column, .reveal .columns, .reveal .columns {
    min-width: 0;
  }
  .reveal > :last-child {
    margin-bottom: 0;
  }
  @media screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem;
    }
  }
  @media screen and (min-width: 40em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto;
    }
  }
  .reveal.collapse {
    padding: 0;
  }
  @media screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem;
    }
  }
  @media screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem;
    }
  }
  @media screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem;
    }
  }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
  }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      max-width: none;
      margin-left: 0;
      border: 0;
    }
  }
  .reveal.without-overlay {
    position: fixed;
  }
  .switch {
    margin-bottom: 1rem;
    outline: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fefefe;
    font-weight: bold;
    font-size: 0.875rem;
  }
  .switch-input {
    opacity: 0;
    position: absolute;
  }
  .switch-paddle {
    background: #cacaca;
    cursor: pointer;
    display: block;
    position: relative;
    width: 4rem;
    height: 2rem;
    transition: all 0.25s ease-out;
    border-radius: 0;
    color: inherit;
    font-weight: inherit;
  }
  input + .switch-paddle {
    margin: 0;
  }
  .switch-paddle::after {
    background: #fefefe;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    transition: all 0.25s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-radius: 0;
  }
  input:checked ~ .switch-paddle {
    background: #2199e8;
  }
  input:checked ~ .switch-paddle::after {
    left: 2.25rem;
  }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0;
  }
  .switch-active, .switch-inactive {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .switch-active {
    left: 8%;
    display: none;
  }
  input:checked + label > .switch-active {
    display: block;
  }
  .switch-inactive {
    right: 15%;
  }
  input:checked + label > .switch-inactive {
    display: none;
  }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem;
  }
  .switch.tiny .switch-paddle::after {
    width: 1rem;
    height: 1rem;
  }
  .switch.tiny input:checked ~ .switch-paddle:after {
    left: 1.75rem;
  }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem;
  }
  .switch.small .switch-paddle::after {
    width: 1.25rem;
    height: 1.25rem;
  }
  .switch.small input:checked ~ .switch-paddle:after {
    left: 2rem;
  }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem;
  }
  .switch.large .switch-paddle::after {
    width: 2rem;
    height: 2rem;
  }
  .switch.large input:checked ~ .switch-paddle:after {
    left: 2.75rem;
  }
  table {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0;
  }
  table thead, table tbody, table tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe;
  }
  table caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem;
  }
  table thead, table tfoot {
    background: #f8f8f8;
    color: #0a0a0a;
  }
  table thead tr, table tfoot tr {
    background: transparent;
  }
  table thead th, table thead td, table tfoot th, table tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left;
  }
  table tbody tr:nth-child(even) {
    background-color: #f1f1f1;
  }
  table tbody th, table tbody td {
    padding: 0.5rem 0.625rem 0.625rem;
  }
  @media screen and (max-width: 63.9375em) {
    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 tr:hover {
    background-color: #f9f9f9;
  }
  table.hover tr:nth-of-type(even):hover {
    background-color: #ececec;
  }
  .table-scroll {
    overflow-x: auto;
  }
  .table-scroll table {
    width: auto;
  }
  .tabs {
    margin: 0;
    list-style-type: none;
    background: #fefefe;
    border: 1px solid #e6e6e6;
  }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .tabs::after {
    clear: both;
  }
  .tabs.vertical > li {
    width: auto;
    float: none;
    display: block;
  }
  .tabs.simple > li > a {
    padding: 0;
  }
  .tabs.simple > li > a:hover {
    background: transparent;
  }
  .tabs.primary {
    background: #2199e8;
  }
  .tabs.primary > li > a {
    color: #fefefe;
  }
  .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
    background: #1893e4;
  }
  .tabs-title {
    float: left;
  }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 0.75rem;
  }
  .tabs-title > a:hover {
    background: #fefefe;
  }
  .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
    background: #e6e6e6;
  }
  .tabs-content {
    background: #fefefe;
    transition: all 0.5s ease;
    border: 1px solid #e6e6e6;
    border-top: 0;
  }
  .tabs-content.vertical {
    border: 1px solid #e6e6e6;
    border-left: 0;
  }
  .tabs-panel {
    display: none;
    padding: 1rem;
  }
  .tabs-panel.is-active {
    display: block;
  }
  .thumbnail {
    border: solid 4px #fefefe;
    box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
    display: inline-block;
    line-height: 0;
    max-width: 100%;
    transition: box-shadow 200ms ease-out;
    border-radius: 0;
    margin-bottom: 1rem;
  }
  .thumbnail:hover, .thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5);
  }
  .title-bar {
    background: #0a0a0a;
    color: #fefefe;
    padding: 0.5rem;
  }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .title-bar::after {
    clear: both;
  }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.5rem;
  }
  .title-bar-left {
    float: left;
  }
  .title-bar-right {
    float: right;
    text-align: right;
  }
  .title-bar-title {
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
  }
  .menu-icon.dark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 20px;
    height: 16px;
  }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
  }
  .has-tip {
    border-bottom: dotted 1px #8a8a8a;
    font-weight: bold;
    position: relative;
    display: inline-block;
    cursor: help;
  }
  .tooltip {
    background-color: #0a0a0a;
    color: #fefefe;
    font-size: 80%;
    padding: 0.75rem;
    position: absolute;
    z-index: 10;
    top: calc(100% + 0.6495rem);
    max-width: 10rem !important;
    border-radius: 0;
  }
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #0a0a0a;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #0a0a0a transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: 100%;
    bottom: auto;
  }
  .tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #0a0a0a;
    border-left-style: solid;
    border-right-width: 0;
    bottom: auto;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #0a0a0a transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .top-bar {
    padding: 0.5rem;
  }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .top-bar::after {
    clear: both;
  }
  .top-bar, .top-bar ul {
    background-color: #e6e6e6;
  }
  .top-bar input {
    width: 200px;
    margin-right: 1rem;
  }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0;
  }
  .top-bar input.button {
    width: auto;
  }
  @media screen and (max-width: 39.9375em) {
    .stacked-for-small .top-bar-left, .stacked-for-small .top-bar-right {
      width: 100%;
    }
  }
  @media screen and (max-width: 63.9375em) {
    .stacked-for-medium .top-bar-left, .stacked-for-medium .top-bar-right {
      width: 100%;
    }
  }
  @media screen and (max-width: 74.9375em) {
    .stacked-for-large .top-bar-left, .stacked-for-large .top-bar-right {
      width: 100%;
    }
  }
  .top-bar-left, .top-bar-right {
    width: 100%;
  }
  @media screen and (min-width: 40em) {
    .top-bar-left, .top-bar-right {
      width: auto;
    }
  }
  .top-bar-title {
    float: left;
    margin-right: 1rem;
  }
  .top-bar-left {
    float: left;
  }
  .top-bar-right {
    float: right;
  }
  .hide {
    display: none !important;
  }
  .invisible {
    visibility: hidden;
  }
  @media screen and (max-width: 39.9375em) {
    .hide-for-small-only {
      display: none !important;
    }
  }
  @media screen and (max-width: 0em), screen and (min-width: 40em) {
    .show-for-small-only {
      display: none !important;
    }
  }
  @media screen and (min-width: 40em) {
    .hide-for-medium {
      display: none !important;
    }
  }
  @media screen and (max-width: 39.9375em) {
    .show-for-medium {
      display: none !important;
    }
  }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .hide-for-medium-only {
      display: none !important;
    }
  }
  @media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
    .show-for-medium-only {
      display: none !important;
    }
  }
  @media screen and (min-width: 64em) {
    .hide-for-large {
      display: none !important;
    }
  }
  @media screen and (max-width: 63.9375em) {
    .show-for-large {
      display: none !important;
    }
  }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .hide-for-large-only {
      display: none !important;
    }
  }
  @media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
    .show-for-large-only {
      display: none !important;
    }
  }
  .show-for-sr, .show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }
  .show-on-focus:active, .show-on-focus:focus {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .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;
    }
  }
  .float-left {
    float: left !important;
  }
  .float-right {
    float: right !important;
  }
  .float-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .clearfix::before, .clearfix::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .clearfix::after {
    clear: both;
  }
}
@layer thirdparty {
  /*!
 * Font Awesome Free 5.8.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, .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.33333em;
    line-height: 0.75em;
    vertical-align: -.0667em;
  }
  .fa-xs {
    font-size: .75em;
  }
  .fa-sm {
    font-size: .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: .1em;
    padding: .2em .25em .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: .3em;
  }
  .fa.fa-pull-right, .fas.fa-pull-right, .far.fa-pull-right, .fal.fa-pull-right, .fab.fa-pull-right {
    margin-left: .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% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes fa-spin {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  .fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
  }
  .fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(-1, -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 {
    -webkit-filter: none;
    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;
  }
  .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-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-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-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-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-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-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-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-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-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-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-nintendo-switch:before {
    content: "\f418";
  }
  .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-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-slash:before {
    content: "\f3dd";
  }
  .fa-phone-square:before {
    content: "\f098";
  }
  .fa-phone-volume:before {
    content: "\f2a0";
  }
  .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-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-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-up:before {
    content: "\f15e";
  }
  .fa-sort-amount-down:before {
    content: "\f160";
  }
  .fa-sort-amount-up:before {
    content: "\f161";
  }
  .fa-sort-down:before {
    content: "\f0dd";
  }
  .fa-sort-numeric-down:before {
    content: "\f162";
  }
  .fa-sort-numeric-up:before {
    content: "\f163";
  }
  .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-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-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-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-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-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url("../webfonts/fa-brands-400.eot");
    src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
  }
  .fab {
    font-family: 'Font Awesome 5 Brands';
  }
  @font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url("../webfonts/fa-regular-400.eot");
    src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
  }
  .far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
  }
  @font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url("../webfonts/fa-solid-900.eot");
    src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
  }
  .fa, .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  }
}
@layer thirdparty {
  .glide {
    position: relative;
    width: 100%;
    box-sizing: border-box;
  }
  .glide * {
    box-sizing: inherit;
  }
  .glide__track {
    overflow: hidden;
  }
  .glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform;
  }
  .glide__slides--dragging {
    user-select: none;
  }
  .glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
  }
  .glide__slide a {
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }
  .glide__arrows {
    -webkit-touch-callout: none;
    user-select: none;
  }
  .glide__bullets {
    -webkit-touch-callout: none;
    user-select: none;
  }
  .glide--rtl {
    direction: rtl;
  }
}
@layer thirdparty {
  .slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }
  .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  .slick-list:focus {
    outline: none;
  }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }
  .slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
  }
  .slick-track:before, .slick-track:after {
    display: table;
    content: '';
  }
  .slick-track:after {
    clear: both;
  }
  .slick-loading .slick-track {
    visibility: hidden;
  }
  .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
  }
  [dir='rtl'] .slick-slide {
    float: right;
  }
  .slick-slide img {
    display: block;
  }
  .slick-slide.slick-loading img {
    display: none;
  }
  .slick-slide.dragging img {
    pointer-events: none;
  }
  .slick-initialized .slick-slide {
    display: block;
  }
  .slick-loading .slick-slide {
    visibility: hidden;
  }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
    display: none;
  }
}
@layer thirdparty {
  @charset 'UTF-8';
  .slick-loading .slick-list {
    background: #fff url('//cdn.jsdelivr.net/jquery.slick/1.5.9/ajax-loader.gif') center center no-repeat;
  }
  @font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('//cdn.jsdelivr.net/jquery.slick/1.5.9/fonts/slick.eot');
    src: url('//cdn.jsdelivr.net/jquery.slick/1.5.9/fonts/slick.eot?#iefix') format('embedded-opentype'), url('//cdn.jsdelivr.net/jquery.slick/1.5.9/fonts/slick.woff') format('woff'), url('//cdn.jsdelivr.net/jquery.slick/1.5.9/fonts/slick.ttf') format('truetype'), url('//cdn.jsdelivr.net/jquery.slick/1.5.9/fonts/slick.svg#slick') format('svg');
  }
  .slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    margin-top: -10px\9;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
  }
  .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
  }
  .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
  }
  .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25;
  }
  .slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .slick-prev {
    left: -25px;
  }
  [dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
  }
  .slick-prev:before {
    content: '←';
  }
  [dir='rtl'] .slick-prev:before {
    content: '→';
  }
  .slick-next {
    right: -25px;
  }
  [dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
  }
  .slick-next:before {
    content: '→';
  }
  [dir='rtl'] .slick-next:before {
    content: '←';
  }
  .slick-slider {
    margin-bottom: 30px;
  }
  .slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }
  .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }
  .slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
  }
  .slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
  }
  .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
  }
}
@layer layout {
  .row {
    max-width: 80.5rem;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    background-color: #eff0f7;
    font-family: "Noto Sans", sans-serif;
    height: auto;
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: "Noto Sans", sans-serif;
  }
  header {
    position: relative;
    background: #fff;
    padding: 0 1em 1em;
    z-index: 35;
  }
  nav {
    display: flex;
    align-items: center;
    background-color: #fff;
    gap: 1em;
    max-width: 78.5rem;
    margin: 0 auto;
  }
  .header {
    background: #eff0f7;
  }
  body.no-overflow {
    overflow: hidden;
  }
  script {
    display: none !important;
  }
  .home > script {
    display: none;
  }
  .page {
    background-color: #fff;
  }
  .horizontal {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    flex-wrap: nowrap;
    overflow-x: hidden;
  }
  .horizontal.menu li:nth-child(n + 9) {
    display: inline-block;
  }
  .home > * {
    display: inline-block;
  }
  .home span {
    margin-top: 4px;
    color: #182888;
    font-weight: bold;
  }
  a.logo {
    flex-grow: 1;
  }
  a.logo img {
    display: inline-block;
    width: 250px;
  }
  h3.tag-line {
    color: #777;
    font-size: 1em;
    margin: 0.25em 0 0 0;
    white-space: nowrap;
  }
  h3.tag-line * {
    margin: 0;
  }
  .horizontal li.account > a, .horizontal li.basket > a, .horizontal li.menu > a {
    padding: 0 15px;
  }
  @media (min-width: 640px) {
    nav {
      justify-content: space-between;
    }
    header .logo {
      text-align: center;
    }
    .responsive-menu, nav .horizontal.links {
      flex-grow: 1;
      flex-basis: 0;
    }
  }
  @media (min-width: 640px) {
    header .logo {
      margin: 1em 0;
    }
  }
  @media (min-width: 1024px) {
    header {
      padding-bottom: 0;
    }
    header .logo {
      text-align: left;
    }
    .responsive-menu-content {
      display: none;
    }
    nav .horizontal.links {
      flex-grow: unset;
      flex-basis: unset;
    }
    a.logo {
      flex-grow: 1;
    }
  }
  @media (max-width: 1023px) {
    header {
      border-top: solid 8px #143f90;
      border-bottom: solid 1px #666;
    }
    header a.logo img {
      width: 200px;
    }
    header a.logo .tag-line {
      font-size: 0.9em;
    }
    nav i {
      font-size: 1.5em;
    }
    .responsive-menu {
      margin-bottom: 0;
    }
    .responsive-menu-content {
      position: absolute;
      left: 0;
      top: 90px;
      width: 100%;
      height: calc(100% - 90px);
      background-color: rgba(0, 0, 0, 0.5);
      padding-left: 50px;
      z-index: 998;
      overflow: scroll;
    }
    .responsive-menu-content .responsive-menu {
      padding: 10px 0 10px 20px;
      background-color: #eff0f7;
    }
    .responsive-menu-content .responsive-menu li {
      display: block;
    }
    .responsive-menu-content .responsive-menu .menu.nested {
      margin: 0 10px 10px;
    }
    .responsive-menu-content .responsive-menu > li {
      display: block;
      padding-right: 20px;
      border-bottom: solid 1px rgba(0, 0, 0, 0.5);
    }
    .responsive-menu-content .responsive-menu > li > a {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .responsive-menu-content .responsive-menu > li > a::after {
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-family: "Font Awesome 5 Free";
      content: "\f078";
    }
    .responsive-menu-content .responsive-menu > li.closed > a::after {
      content: "\f054";
    }
    .responsive-menu-content .responsive-menu > li:last-child {
      border: none;
    }
    .responsive-menu-content .responsive-menu > li.closed ul {
      display: none;
    }
    .responsive-menu-content .responsive-menu > li a {
      color: #000;
      padding: 10px 0;
    }
    .responsive-menu-content .responsive-menu > li > a {
      font-weight: 600;
    }
    .responsive-menu-content .login-info {
      border-top: solid 1px rgba(0, 0, 0, 0.5);
      padding: 10px 20px;
      margin: 0 0 0 20px;
      background-color: #eff0f7;
      text-align: left;
    }
  }
  @media (max-width: 799px) {
    h3.tag-line {
      display: none;
    }
    .responsive-menu-content {
      top: 64px;
      height: calc(100% - 64px);
    }
  }
  @media (max-width: 639px) {
    header a.logo-mobile {
      display: none;
    }
    header a.logo img {
      width: 150px;
    }
    header .logo .tag-line {
      display: none;
    }
    nav i {
      font-size: 1.5em;
    }
  }
  @media (max-width: 639px) {
    .horizontal li.account a {
      padding: 0 5px;
    }
  }
  .full.sub p {
    margin-bottom: 0;
  }
  ul.header-info {
    margin-left: 0;
  }
  .header-info li {
    float: left;
    margin: 1em 1.45em 0em;
    font-size: 0.9rem;
  }
  .header-info li.first {
    margin-left: 0;
  }
  .header-info li.last {
    margin-right: 0;
  }
  li.currency select {
    width: 9rem;
    margin: 0;
  }
  li.currency span {
    display: block;
    font-size: 80%;
  }
  ul.horizontal.links {
    border-top: none;
  }
  ul.horizontal.links li.basket i, ul.horizontal.links li.account i ul.horizontal.links li.menu i {
    color: #0f1352;
  }
  @media (min-width: 640px) {
    ul.horizontal.links li a {
      display: inline-block;
      white-space: nowrap;
    }
  }
  @media (max-width: 639px) {
    ul.horizontal.links li a {
      display: block;
    }
  }
  .horizontal .goog-te-gadget .goog-te-combo {
    margin: 0;
  }
  li.basket dl {
    margin: 0.5rem 0 0;
  }
  .login-info {
    margin: 0;
    text-align: right;
  }
  .login-info li {
    display: inline;
    color: #555;
    line-height: 1.1;
  }
  .login-info a {
    white-space: nowrap;
  }
  .login-info .switch-back {
    display: block;
  }
  .search {
    position: relative;
  }
  .search input[type="text"] {
    display: inline-block;
    width: 100%;
    padding-right: 50px;
    border: none;
    margin-bottom: 0;
    border: 2px solid #143f90;
  }
  .search button {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    padding: 10px 10px 5px;
    background-color: transparent;
    color: #143f90;
    border: none;
    font-size: 1.2rem;
    margin: 0;
  }
  .search button:hover {
    background-color: transparent;
    color: #182888;
  }
  .search button i {
    color: #182888;
  }
  .links li a {
    display: block;
    color: #222;
  }
  #drop2 a.basket {
    color: #fff;
    margin-bottom: 0;
  }
  .links i {
    color: #666;
  }
  .links .menu-icon::after {
    background: #000;
    box-shadow: 0 7px 0 #000, 0 14px 0 #000;
  }
  a .indicator {
    font-size: 65%;
    display: inline-block;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    text-align: center;
    vertical-align: top;
    background-color: red;
    color: #fefefe;
    font-weight: bold;
  }
  .full {
    background-color: #fff;
    color: rgba(255, 255, 255, 0.8);
  }
  .full.navigation {
    background-color: #143f90;
  }
  .full a {
    color: rgba(255, 255, 255, 0.8);
  }
  .full .row {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navigation {
    display: none;
    position: relative;
    background-color: #0f1352;
  }
  .horizontal.menu .is-dropdown-submenu {
    position: absolute;
    width: 100%;
    left: 0 !important;
    margin: 0;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 2em;
  }
  .is-dropdown-submenu-parent {
    position: static;
  }
  .horizontal.menu li.is-submenu-item {
    display: inline-block;
    width: 31%;
    vertical-align: top;
  }
  .horizontal.menu li:first-child {
    display: block;
    padding-left: 0;
  }
  .navigation .dropdown.menu > li.is-dropdown-submenu-parent:first-child > a {
    margin-left: 0;
    padding-left: 0;
  }
  .navigation .dropdown.menu > li.is-dropdown-submenu-parent:first-child > a i {
    margin-bottom: 2px;
    margin-right: 0.5em;
  }
  .navigation .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    right: -2px;
  }
  .dropdown.menu > li.is-dropdown-submenu-parent:first-child > a::after {
    display: none;
  }
  .horizontal-menu.menu > li > a img, .horizontal-menu.menu > li > a i {
    margin-right: 0.75rem;
  }
  .navigation li a:hover {
    color: rgb(255, 255, 255);
  }
  .sub h2 {
    margin: 0;
    padding: 10px 0;
    font-size: 120%;
    color: rgba(255, 255, 255, 0.8);
  }
  .menu.horizontal-menu > li > a {
    padding: 0.3rem 0.7rem;
  }
  .menu.horizontal-menu .menu {
    min-width: 500px;
    background-color: #fff;
    z-index: 1000;
    border: none;
    padding: 0.5em 0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  }
  .menu.horizontal-menu .menu li {
    display: block;
    padding: 0;
    color: #444;
  }
  .dropdown.menu a {
    display: block;
    font-weight: 600;
    color: white;
  }
  .dropdown.menu .menu li a {
    display: block;
    padding: 0.5em 1em;
    font-weight: normal;
    color: #222;
    line-height: 1.4;
  }
  .dropdown.menu .menu li:first-child a {
    font-weight: 600;
  }
  .dropdown.menu .menu li a:active, .dropdown.menu .menu li a:hover {
    background-color: #fff;
    text-decoration: underline;
  }
  .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: #ffffff transparent transparent;
  }
  .dropdown.menu > li.is-dropdown-submenu-parent > a, .dropdown.menu > li.link > a {
    display: block;
    padding: 1em;
    margin-right: 1em;
    white-space: nowrap;
  }
  .dropdown.menu > li:first-child > a {
    font-weight: 700;
    margin-right: 0;
  }
  .dropdown.menu > li.is-dropdown-submenu-parent ul a:hover {
    text-decoration: underline;
  }
  .navigation > ul {
    margin-left: -20px;
  }
  .dropdown-container {
    position: relative;
    text-align: right;
  }
  .menu-dropdown {
    display: inline-block;
    margin: 5px 0 5px 0;
    padding: 5px 10px;
    border: solid 1px rgba(255, 255, 255, 0.8);
  }
  .side-menu {
    display: none;
  }
  .side-menu.active {
    display: block;
  }
  .side-menu ul.department {
    position: absolute;
    margin: 0;
    width: 300px;
    right: 5px;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1000;
  }
  .side-menu li {
    display: block;
    padding: 10px 20px;
    color: rgba(255, 255, 255, 0.8);
  }
  .user-info dl {
    margin-bottom: 0;
    padding-top: 5px;
    text-align: right;
  }
  .user-info dt {
    font-weight: bold;
  }
  .user-info dt, .user-info dd {
    display: inline;
    color: white;
    font-size: 75%;
  }
  .user-info a {
    font-size: 85%;
  }
  div.useful-links {
    background-color: #ddd;
    padding: 2em;
  }
  .full.newsletter-footer {
    display: block;
    padding: calc(var(--tw-spacing) * 4);
    @media (width >= 48rem) {
      padding-inline: calc(var(--tw-spacing) * 0);
    }
    background-color: #182888;
    color: white;
  }
  .newsletter-footer ul {
    columns: 2;
    @media (width >= 48rem) {
      columns: 3;
    }
    margin-left: 0;
  }
  .newsletter-footer .columns h3 {
    font-weight: bold;
    color: #fff;
  }
  .newsletter-footer img.cards {
    display: block;
  }
  .newsletter-footer #google_translate_element, .newsletter-footer .currency {
    width: 50%;
  }
  .newsletter-footer #google_translate_element {
    float: right;
  }
  .newsletter-footer .currency {
    margin-top: 4px;
  }
  .newsletter-heading img {
    vertical-align: text-bottom;
    width: 10%;
  }
  .newsletter-heading h2 {
    display: inline-block;
    width: 85%;
    margin-left: 0.5rem;
    font-size: 100%;
  }
  .newsletter-link {
    display: block;
    margin-top: 5px;
    padding: 10px;
    background-color: #0f1352;
    text-align: center;
    font-size: 120%;
  }
  .newsletter-footer a {
    color: rgba(255, 255, 255, 0.9);
  }
  .newsletter-footer a:hover {
    color: rgba(255, 255, 255, 1);
  }
  .privacy h3 {
    margin-bottom: 0;
  }
  .privacy a {
    font-size: 90%;
    text-decoration: underline;
  }
  .footer {
    font-size: 90%;
  }
  .footer .columns {
    padding-top: 1rem;
  }
  .footer ul {
    margin: 0;
  }
  .full.navigation.footer {
    background-color: #0f1352;
  }
  .navigation.footer h3 {
    font-size: 100%;
    font-weight: bold;
    color: rgb(255, 255, 255);
  }
  .navigation.footer p {
    margin: calc(var(--tw-spacing) * 0);
  }
  #copyright {
    margin: calc(var(--tw-spacing) * 6);
  }
  .footer a:hover {
    color: rgb(255, 255, 255);
  }
  .social {
    text-align: center;
  }
  .social li {
    display: inline-block;
    margin: 2rem 1rem 1rem 1rem;
  }
  .social a {
    display: block;
  }
  .social li img {
    display: block;
  }
  @media (max-width: 1023px) {
    .copyright {
      text-align: center;
    }
    .newsletter-footer h3 {
      text-align: center;
    }
    .purchase-with-confidence {
      margin-top: 1em;
      text-align: center;
    }
    .purchase-with-confidence .cards {
      margin: 0 auto;
    }
  }
  .copyright * {
    margin: 0;
    line-height: 140%;
  }
  .copyright h6 {
    font-size: 1em;
    font-weight: bold;
    color: white;
  }
  .copyright a {
    color: white;
  }
  .payments {
    width: 48%;
    float: left;
  }
  .external-payment {
    float: right;
  }
  .external-payment img {
    width: 50%;
  }
  #royal-warrant {
    text-align: center;
    padding-bottom: 1em;
  }
  #royal-warrant p {
    margin-bottom: 0.1rem;
    font-size: 85%;
  }
  #royal-warrant img {
    display: inline-block;
    margin-bottom: 0.5em;
    width: 25%;
    max-width: 80px;
  }
  .content {
    padding-top: calc(var(--tw-spacing) * 4);
    padding-bottom: calc(var(--tw-spacing) * 12);
  }
  .content h1, .content h2 {
    font-size: 150%;
    font-weight: 600;
    color: #143f90;
    margin-bottom: 0.5em;
  }
  .widget {
    clear: both;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #eee;
  }
  .widget h3 {
    margin: 0;
    padding: 0 0 5px;
    font-size: 100%;
    color: #666;
    text-transform: uppercase;
  }
  .widget p {
    margin: 0;
    font-size: 80%;
  }
  .widget img {
    margin: 10px 0;
  }
  .widget .associated-products .buy-on-sale, .widget .associated-products .buy-button {
    display: none;
  }
  .widget .associated-products .product-name {
    float: left;
    clear: both;
  }
  .widget .extra-product-info {
    display: none;
  }
  .widget .prices .original-price {
    display: inline;
    margin-right: 5px;
    text-decoration: line-through;
    color: red;
    font-size: 87%;
  }
  #google_translate_element {
    overflow: hidden;
  }
  #google_translate_element span {
    display: block;
  }
  .price .was {
    color: #e31c23;
  }
  .product-code {
    color: #6588c7;
  }
  .basket-vat.ex-vat {
    color: #0a0a0a;
  }
  .products .ex-vat {
    display: block;
    font-size: 80%;
  }
  h2.section {
    margin: 10px 0;
    padding: 0 0 5px;
    font-size: 100%;
    color: #666;
    border-bottom: solid 1px #ddd;
    text-transform: uppercase;
  }
  .heading {
    margin: 10px 0 0;
    padding: 0 0 5px;
    font-size: 100%;
    color: #666;
    text-transform: uppercase;
  }
  .crumb ul {
    margin-bottom: 20px;
  }
  .crumb li.first {
    width: auto;
  }
  .crumb li {
    padding: 0 5px;
    line-height: 1;
  }
  .crumb li a {
    display: block;
    color: #222;
    font-size: 80%;
    white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 4px 0;
  }
  @media screen and (max-width: 800px) {
    .crumb li {
      display: none;
    }
    .crumb li:first-child {
      display: block;
    }
    .crumb li:last-child {
      display: block;
    }
  }
  .crumb li:last-child a {
    max-width: none;
  }
  .crumb li i {
    margin-right: 0.5em;
  }
  .product h2 {
    font-weight: 600;
    line-height: 1;
  }
  .purchase h2 {
    margin-bottom: 20px;
    font-size: 1.3rem;
    color: #6588c7;
  }
  .product h3 {
    line-height: 1;
    color: #666;
    font-size: 100%;
  }
  .product .price .ex-vat {
    display: block;
  }
  @media screen and (min-width: 40em) {
    .product div.images {
      position: sticky;
      top: 1rem;
    }
  }
  .images img {
    width: 100%;
  }
  .sub-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .sub-header * {
    margin: 0;
    line-height: 1;
  }
  .review-summary span {
    padding-right: 5px;
    border-right: 1px solid #939393;
  }
  .review-summary span.rating {
    padding-right: 0px;
    border-right: none;
  }
  .bold {
    font-weight: bold;
  }
  .product .badges {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .product .badges li {
    display: inline-block;
    margin: 0;
    padding: 5px 5px 5px 0;
  }
  .product .vat {
    margin-inline: calc(var(--tw-spacing) * -4);
    background-color: var(--tw-color-message-green);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--tw-color-message-green) 10%, transparent);
    }
    padding-inline: calc(var(--tw-spacing) * 4);
    padding-block: calc(var(--tw-spacing) * 2);
    color: var(--tw-color-message-green);
    @media (width >= 64rem) {
      margin-inline: calc(var(--tw-spacing) * 0);
    }
  }
  .product .site-wide-message .vat {
    margin-bottom: 0.5rem;
    color: #0a0a0a;
  }
  .product .slick-initialized + .social {
    margin-top: 15px;
  }
  .product-page div.social {
    display: flex;
    margin-top: 20px;
    justify-content: center;
  }
  .product-page div.social .button {
    text-transform: uppercase;
  }
  .product-page {
    margin: calc(var(--tw-spacing) * 0);
    display: grid;
    grid-template-columns: 30% calc(70% - 20px);
    align-items: flex-start;
    gap: 20px;
  }
  .product .aside {
    position: sticky;
    top: 0;
  }
  .product-details {
    padding: 2rem 4rem;
    background: white;
  }
  @media screen and (max-width: 1023px) {
    .product .aside {
      text-align: center;
    }
    .product .aside > * {
      display: inline-block;
    }
    .easyzoom .product-image {
      display: block;
    }
    .product-page {
      grid-template-columns: 1fr;
    }
    .product-details {
      padding: 1rem 2rem;
    }
  }
  .product-info {
    padding: 10px;
    margin-bottom: 20px;
    background-color: #eee;
  }
  .product-info .tabs .tab-title a {
    padding: 10px 20px;
  }
  .product-info .content {
    background-color: #fff;
    padding: 20px;
  }
  .product-info .tabs-content {
    -webkit-box-shadow: 5px 5px 11px 0px #ddd;
    -moz-box-shadow: 5px 5px 11px 0px #ddd;
    box-shadow: 5px 5px 11px 0px #ddd;
  }
  .product-info .tabs-content {
    margin-bottom: 0;
    z-index: 1000;
  }
  .float-middle {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .product .quantity-heading {
    padding: 15px;
    font-size: 100%;
    background-color: #2199e8;
    color: #fff;
  }
  .show-hide-quantity-options {
    cursor: pointer;
  }
  .show-hide-quantity-options a {
    text-indent: 10000px;
  }
  .quantity-options {
    display: none;
  }
  .quantity-input {
    width: 25%;
    float: left;
  }
  .quantity-submit {
    float: left;
    height: 2.5rem;
    width: 50%;
  }
  .purchase label {
    line-height: 2.8;
  }
  .purchase label.right {
    float: right;
  }
  .purchase .no-option-quantity {
    padding-left: 0;
  }
  .purchase .field-error {
    clear: both;
  }
  @media screen and (max-width: 1023px) {
    .purchase label.right {
      float: left;
    }
  }
  .arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000;
  }
  .arrow-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #000;
  }
  .product .quantity-heading .arrow-down {
    border-top: 10px solid #fff;
  }
  .product .quantity-heading .arrow-left {
    border-right: 10px solid #fff;
  }
  #admin-header.row, #limited-admin-header.row {
    float: none;
    max-width: 100%;
    margin: 0 auto;
  }
  #admin-header.row ul, #limited-admin-header.row ul {
    height: auto;
  }
  div.admin-navigation form.admin-site-search {
    margin-right: 50px;
  }
  div.admin-navigation form.admin-site-search input.query {
    float: left;
    width: 200px;
    height: 22px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0 5px;
  }
  form.admin-site-search input, form.admin-site-search label {
    float: left;
  }
  #admin-header + .row {
    margin-top: 4rem;
  }
  #limited-admin-header + .row {
    margin-top: 5.15rem;
  }
  @media (max-width: 600px) {
    .links {
      margin: 0 -15px 0;
      text-align: center;
      border-top: solid 1px #ddd;
    }
    .links li:last-child {
      border: none;
    }
    .sub h2 {
      text-align: center;
      font-size: 100%;
      font-weight: bold;
    }
    .dropdown-container {
      text-align: left;
    }
    .side-menu ul {
      position: relative;
      margin: 0;
      right: 0;
      width: 100%;
      text-align: left;
      background: none;
    }
    .side-menu ul li {
      padding-left: 0;
    }
  }
  div.row.category, div.row.product {
    margin-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
  }
  .easyzoom {
    display: block;
  }
  .easyzoom-flyout img {
    max-width: 7500px;
    width: 750px;
    height: 750px;
  }
  .clear {
    clear: both;
  }
  @media screen and (max-width: 500px) {
    .product-price-buy {
      margin-top: 10px;
    }
  }
  .form-button.right {
    display: flex;
    justify-content: end;
  }
  table.form-table {
    width: 100%;
  }
  h2 {
    clear: both;
  }
  #video object embed {
    width: 100%;
    max-width: 560px;
  }
  div.hidden {
    display: none;
  }
  ul li {
    list-style: none;
  }
  .literal ul li {
    list-style: disc;
  }
  @media screen and (max-width: 600px) {
    .literal .field-image {
      display: block;
      float: none !important;
      margin: 0.5em auto;
    }
  }
  .product-info-content ul li {
    list-style: disc;
  }
  p.product-list-name {
    overflow: visible;
    height: auto;
  }
  span.product-part-no {
    color: #939393;
    font-size: 0.6rem;
  }
  div.vat-img img, div.product-actions-button a {
    float: right;
    margin-bottom: 10px;
  }
  div.vat-img, div.product-actions-button {
    clear: both;
  }
  div.product-actions-button a.buy-button {
    width: 100%;
  }
  button.radius, .button.radius {
    border-radius: 5px;
  }
  button.round, .button.round {
    border-radius: 1000px;
  }
  span.product-review-amount {
    color: #939393;
    font-size: 0.8rem;
  }
  ul.horizontal.links {
    align-items: center;
    justify-content: end;
  }
  ul.horizontal.links li {
    padding: 1em 0.5em;
    vertical-align: top;
    text-align: left;
  }
  td.form-heading {
    background-color: #fff;
    padding: 0;
  }
  td.form-heading h5 {
    font-size: 1rem;
    font-weight: bold;
    margin: 1.5rem 0 0.5rem;
    color: #143f90;
  }
  td.field-label {
    width: 40%;
  }
  td.field-label.top {
    vertical-align: top;
  }
  td input.field-textbox, td input.field-checkbox, td select.field-select {
    margin-bottom: 0px;
  }
  td div.field-error {
    color: red;
  }
  .submit-button {
    float: right;
  }
  .admin-navigation #trail a {
    color: #001188;
  }
  table {
    border: none;
  }
  table tbody tr:nth-child(even) {
    background-color: #eff0f7;
  }
  table tbody tr.basket-product {
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }
  #view\.basket\.responsive .small-12.large-12.columns .row .columns {
    margin-bottom: 1rem;
    background: white;
  }
  .vatLoading div {
    text-align: center;
  }
  #add-promo-form {
    display: none;
  }
  .promotion-form label {
    color: #2199e8;
    font-size: 100%;
  }
  .basket .promotion-input {
    margin-bottom: 0;
  }
  .shipping-modifier-message, .product-list-message {
    background-color: #6588c7;
    color: #fff;
    margin: 10px 0;
    padding: 10px;
    font-weight: 600;
  }
  .shipping-modifier-message::before, .product-list-message::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f059";
    font-weight: normal;
    margin-right: 10px;
  }
  h4.vat {
    padding: 10px;
    background-color: #c7e6bc;
  }
  .order-items-list .row {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
  }
  div.product-info-content {
    margin-top: 20px;
  }
  div.product-info-content iframe {
    width: 100%;
  }
  .responsive-tabs div.product-info-content ul li {
    display: list-item;
  }
  div.pagination-centered {
    text-align: center;
  }
  li.unavailable.current a:hover {
    background-color: #2199e8;
  }
  div.purchase {
    margin: 2em 0;
  }
  div.product-actions-button a.buy-button {
    width: 100%;
  }
  a.logout-link {
    color: #555;
    text-decoration: underline;
  }
  div.product-image span img.field-image {
    max-width: 120px;
    max-height: 120px;
    -o-object-fit: contain;
  }
  div.product-image span {
    vertical-align: middle;
  }
  ul.associated-products {
    margin-left: 0px;
  }
  div.associated.product.clearfix a.product-image {
    float: left;
    width: 30%;
    height: 30%;
  }
  div.associated.product.clearfix a.product-name {
    font-size: 0.8rem;
    text-decoration: underline;
    float: right;
    width: 60%;
    clear: none;
  }
  div.associated.product.clearfix div.prices.price.right {
    float: right;
    width: 60%;
  }
  div.associated.product.clearfix {
    width: 100%;
    padding: 0;
    margin: 0;
    box-shadow: none;
    webkit-box-shadow: none;
  }
  div.loading-section {
    margin-left: 25%;
  }
  div#loading-gif p.please-wait {
    display: none;
  }
  div#loading-gif img#loading {
    margin: 25px 25%;
  }
  form#setUser {
    clear: left;
  }
  td.quantity {
    width: 10%;
  }
  td.lineprice {
    width: 18%;
  }
  .basket-vat {
    font-size: 80%;
  }
  .input-container.isSpam {
    display: none;
  }
  .extra-actions .button.checkout {
    width: 100%;
  }
  #customer\.return .select-country, #responsive\.ups\.access\.points .select-country, #ups\.access\.point\.tryout .select-country {
    clear: both;
    list-style-type: none;
    margin-bottom: 10px;
    margin-left: 0;
  }
  #customer\.return #responsive\.ups\.access\.points .select-country li, #responsive\.ups\.access\.points .select-country li, #ups\.access\.point\.tryout .select-country li {
    float: left;
    margin-bottom: 15px;
    margin-top: 10px;
    list-style: none;
  }
  #customer\.return #layout-left, #customer\.return #layout-right, #responsive\.ups\.access\.points #layout-left, #responsive\.ups\.access\.points #layout-right {
    width: 50%;
  }
  #customer\.return .ups-ap-log, #responsive\.ups\.access\.points .ups-ap-logo {
    margin-left: 55px;
    margin-top: -10px;
  }
  #customer\.return .select-country li a, #responsive\.ups\.access\.points .select-country li a, #ups\.access\.point\.tryout .select-country li a {
    float: left;
    width: 12rem;
    height: 55px;
    padding-top: 16px;
    padding-left: 55px;
    margin-bottom: 10px;
  }
  #customer\.return .select-country .GB a, #responsive\.ups\.access\.points .select-country .GB a, #ups\.access\.point\.tryout .select-country .GB a {
    background: url("../../images/site/flag_uk.gif") no-repeat;
  }
  #customer\.return .select-country .FR a, #responsive\.ups\.access\.points .select-country .FR a, #ups\.access\.point\.tryout .select-country .FR a {
    background: url("../../images/site/flag_france.gif") no-repeat;
  }
  #customer\.return .select-country .DE a, #responsive\.ups\.access\.points .select-country .DE a, #ups\.access\.point\.tryout .select-country .DE a {
    background: url("../../images/site/flag_germany.gif") no-repeat;
  }
  #customer\.return .select-country .ES a, #responsive\.ups\.access\.points .select-country .ES a, #ups\.access\.point\.tryout .select-country .ES a {
    background: url("../../images/site/flag_spain.gif") no-repeat;
  }
  #customer\.return .select-country .NL a, #responsive\.ups\.access\.points .select-country .NL a, #ups\.access\.point\.tryout .select-country .NL a {
    background: url("../../images/site/flag-netherlands.gif") no-repeat;
  }
  #customer\.return .select-country .CA a, #responsive\.ups\.access\.points .select-country .CA a, #ups\.access\.point\.tryout .select-country .CA a {
    background: url("../../images/site/flag_canada.gif") no-repeat;
  }
  #customer\.return .select-country .US a, #responsive\.ups\.access\.points .select-country .US a, #ups\.access\.point\.tryout .select-country .US a {
    background: url("../../images/site/flag-usa.gif") no-repeat;
  }
  #customer\.return .select-country .BE a, #responsive\.ups\.access\.points .select-country .BE a, #ups\.access\.point\.tryout .select-country .BE a {
    background: url("../../images/site/flag-belgium.gif") no-repeat;
  }
  #customer\.return .select-country .LU a, #responsive\.ups\.access\.points .select-country .LU a, #ups\.access\.point\.tryout .select-country .LU a {
    background: url("../../images/site/flag-luxembourg.gif") no-repeat;
  }
  #customer\.return .select-country .IT a, #responsive\.ups\.access\.points .select-country .IT a, #ups\.access\.point\.tryout .select-country .IT a {
    background: url("../../images/site/flag-italy.gif") no-repeat;
  }
  #customer\.return .select-country .PL a, #responsive\.ups\.access\.points .select-country .PL a, #ups\.access\.point\.tryout .select-country .PL a {
    background: url("../../images/site/flag-poland.gif") no-repeat;
  }
  #customer\.return .select-country .AT a, #responsive\.ups\.access\.points .select-country .AT a, #ups\.access\.point\.tryout .select-country .AT a {
    background: url("../../images/site/flag_austria.gif") no-repeat;
  }
  #customer\.return .select-country .CH a, #responsive\.ups\.access\.points .select-country .CH a, #ups\.access\.point\.tryout .select-country .CH a {
    background: url("../../images/site/flag_switzerland.gif") no-repeat;
  }
  #customer\.return .select-country .FI a, #responsive\.ups\.access\.points .select-country .FI a, #ups\.access\.point\.tryout .select-country .FI a {
    background: url("../../images/site/flag_finland.gif") no-repeat;
  }
  #customer\.return .select-country .NO a, #responsive\.ups\.access\.points .select-country .NO a, #ups\.access\.point\.tryout .select-country .NO a {
    background: url("../../images/site/flag_norway.gif") no-repeat;
  }
  #customer\.return .select-country .SE a, #responsive\.ups\.access\.points .select-country .SE a, #ups\.access\.point\.tryout .select-country .SE a {
    background: url("../../images/site/flag_sweden.gif") no-repeat;
  }
  #customer\.return .select-country .DK a, #responsive\.ups\.access\.points .select-country .DK a, #ups\.access\.point\.tryout .select-country .DK a {
    background: url("../../images/site/flag_denmark.gif") no-repeat;
  }
  #customer\.return .select-country .CZ a, #responsive\.ups\.access\.points .select-country .CZ a, #ups\.access\.point\.tryout .select-country .CZ a {
    background: url("../../images/site/flag-czechrepublic.png") no-repeat;
    background-size: contain;
  }
  #customer\.return .select-country .HU a, #responsive\.ups\.access\.points .select-country .HU a, #ups\.access\.point\.tryout .select-country .HU a {
    background: url("../../images/site/flag-hungary.png") no-repeat;
    background-size: contain;
  }
  #customer\.return .select-country .PT a, #responsive\.ups\.access\.points .select-country .PT a, #ups\.access\.point\.tryout .select-country .PT a {
    background: url("../../images/site/flag-portugal.png") no-repeat;
    background-size: contain;
  }
  #customer\.return iframe, #responsive\.ups\.access\.points iframe {
    display: block;
    width: 80%;
    margin: auto;
  }
  p.ups-text {
    clear: both;
    margin-bottom: 10px;
  }
  .hide {
    display: none;
  }
  .error {
    color: red;
  }
  .dustbin {
    width: 1rem;
  }
  .reviews .review {
    border-bottom: 1px solid #182888;
    margin-top: 1.5rem;
  }
  .reviews .review .product {
    color: #182888;
  }
  #overlay {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 30%;
    border: none;
    z-index: 10;
  }
  .images .show-for-small-only {
    position: relative;
  }
  .fa-star {
    color: #ffce00;
  }
  div.review p.product, #review-aggregate {
    display: none;
  }
  #theme-chooser .original img, #theme-chooser .high-viz-1 img {
    border: 1px solid #000;
  }
  .product-description .disabled {
    color: #9857ff;
  }
  a.logout-link {
    color: #555;
    text-decoration: underline;
  }
  div.product-image span img.field-image {
    max-width: 120px;
    max-height: 120px;
    -o-object-fit: contain;
  }
  div.product-image span {
    vertical-align: middle;
  }
  ul.associated-products {
    margin-left: 0px;
  }
  div.associated.product.clearfix a.product-image {
    float: left;
    width: 30%;
    height: 30%;
  }
  div.associated.product.clearfix a.product-name {
    font-size: 0.8rem;
    text-decoration: underline;
    float: right;
    width: 60%;
    clear: none;
  }
  div.associated.product.clearfix div.prices.price.right {
    float: right;
    width: 60%;
  }
  div.associated.product.clearfix {
    width: 100%;
    padding: 0;
    margin: 0;
    box-shadow: none;
    webkit-box-shadow: none;
  }
  div.loading-section {
    margin-left: 25%;
  }
  body.checkout .content .row .columns {
    background: white;
  }
  #checkoutDeliveryForm .literal, #checkoutBillingForm .literal {
    padding: 0;
  }
  div#loading-gif p.please-wait {
    display: none;
  }
  div#loading-gif img#loading {
    margin: 25px 25%;
  }
  .bgCover {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .overlayBox {
    display: none;
    background-color: transparent !important;
  }
  .checkout-top {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .deliveryForm h2, .billingForm h2 {
    padding: 0.5rem 0.625rem 0.625rem;
    background-color: #143f90;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
  }
  .deliveryForm .show-hide-address, .deliveryForm .show-hide-options, .billingForm .show-hide-address, .billingForm .show-hide-names, .billingForm .show-hide-phones, .billingForm .show-hide-communication {
    text-indent: 10000px;
  }
  .deliveryForm .minimize {
    text-indent: 0;
  }
  .arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
  }
  .arrow-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
  }
  .summary p.totals {
    margin-bottom: 0.5rem;
  }
  form#setUser {
    clear: left;
  }
  input.paypal-checkout, a.paypal-checkout {
    background: url("../../media/image/site/btn-payPalCheckout.png") no-repeat;
    width: 145px;
    height: 42px;
    margin: 0 0 0 3px;
    text-indent: -9999px;
    background-size: 145px 42px;
  }
  a.button.paypal-checkout:hover {
    background-color: white;
  }
  #LoginWithAmazon {
    display: inline;
  }
  .error {
    border-color: red;
    color: red;
  }
  .success {
    border-color: green;
    color: green;
  }
  h2 .close-button {
    font-size: 0.7em;
    top: 0.9rem;
    color: #fff;
  }
  h2 .close-button:hover {
    color: #fff;
    text-decoration: underline;
  }
  #validationModal {
    padding: 0;
    border: none;
  }
  #validationModal div {
    padding: 1em;
  }
  #validationModal div.content p {
    color: red;
  }
  .reveal h2 {
    padding: 0.5rem 0.625rem 0.625rem;
    background-color: #182888;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
  }
  .basket-vat {
    font-size: 80%;
  }
  .input-container.isSpam {
    display: none;
  }
  div.product-info-content {
    overflow-x: hidden;
    margin-top: 20px;
  }
  .ups-return {
    margin-bottom: 2rem;
  }
  #order\.paypal\.summary td.basket-total, #amazon\.checkout\.summary td.basket-total {
    text-align: right;
  }
  .fa-star {
    color: #ffce00;
  }
  #review-aggregate {
    display: none;
  }
  #deliveryMethod div.columns {
    padding: 0;
  }
  .summary .image {
    padding-right: 0;
  }
  div.field-error {
    margin-bottom: 1rem;
    margin-top: -1rem;
    color: red;
    font-weight: bold;
    font-size: 90%;
  }
  #newUserLoginForm .field-error {
    margin-bottom: 0;
    margin-top: 0;
  }
  .customer-contact p {
    color: #182888;
  }
  label {
    line-height: 1;
  }
  .deliveryForm .small-7.columns.delivery-postcode {
    padding-right: 0;
  }
  .deliveryForm .small-2.columns.delivery-postcode {
    padding-left: 0;
  }
  .deliveryForm .small-2.columns.delivery-postcode a {
    width: 100%;
    border-bottom: 0;
  }
  #connevans\.outward\.return .select-country, #connevans\.inward\.return .select-country {
    clear: both;
    list-style-type: none;
    margin-bottom: 10px;
    margin-left: 0;
  }
  #connevans\.outward\.return #connevans\.inward\.return .select-country li {
    float: left;
    margin-bottom: 15px;
    margin-top: 10px;
  }
  #connevans\.outward\.return #layout-left, #connevans\.outward\.return #layout-right, #connevans\.inward\.return #layout-left, #connevans\.inward\.return #layout-right {
    width: 50%;
  }
  #connevans\.outward\.return .ups-ap-log, #connevans\.inward\.return .ups-ap-logo {
    margin-left: 55px;
    margin-top: -10px;
  }
  #connevans\.outward\.return .select-country li a, #connevans\.inward\.return .select-country li a {
    float: left;
    width: 12rem;
    height: 55px;
    padding-top: 16px;
    padding-left: 55px;
    margin-bottom: 10px;
  }
  #connevans\.outward\.return .select-country .GB a, #connevans\.inward\.return .select-country .GB a {
    background: url("../../images/site/flag_uk.gif") no-repeat;
  }
  #connevans\.outward\.return .select-country .FR a, #connevans\.inward\.return .select-country .FR a {
    background: url("../../images/site/flag_france.gif") no-repeat;
  }
  #connevans\.outward\.return .select-country .DE a, #connevans\.inward\.return .select-country .DE a {
    background: url("../../images/site/flag_germany.gif") no-repeat;
  }
  #connevans\.outward\.return .select-country .ES a, #connevans\.inward\.return .select-country .ES a {
    background: url("../../images/site/flag_spain.gif") no-repeat;
  }
  #connevans\.outward\.return .select-country .NL a, #connevans\.inward\.return .select-country .NL a {
    background: url("../../images/site/flag-netherlands.gif") no-repeat;
  }
  #connevans\.outward\.return .select-country .CA a, #connevans\.inward\.return .select-country .CA a {
    background: url("../../images/site/flag_canada.gif") no-repeat;
  }
  #connevans\.outward\.return .select-country .US a, #connevans\.inward\.return .select-country .US a {
    background: url("../../images/site/flag-usa.gif") no-repeat;
  }
  #connevans\.outward\.return .select-country .BE a, #connevans\.inward\.return .select-country .BE a {
    background: url("../../images/site/flag-belgium.gif") no-repeat;
  }
  #connevans\.outward\.return .select-country .LU a, #connevans\.inward\.return .select-country .LU a {
    background: url("../../images/site/flag-luxembourg.gif") no-repeat;
  }
  #connevans\.outward\.return .select-country .IT a, #connevans\.inward\.return .select-country .IT a {
    background: url("../../images/site/flag-italy.gif") no-repeat;
  }
  #connevans\.outward\.return .select-country .PL a, #connevans\.inward\.return .select-country .PL a {
    background: url("../../images/site/flag-poland.gif") no-repeat;
  }
  #connevans\.outward\.return .select-country .AT a, #connevans\.inward\.return .select-country .AT a {
    background: url("../../images/site/flag_austria.gif") no-repeat;
  }
  #connevans\.outward\.return .select-country .CH a, #connevans\.inward\.return .select-country .CH a {
    background: url("../../images/site/flag_switzerland.gif") no-repeat;
  }
  #connevans\.outward\.return .select-country .FI a, #connevans\.inward\.return .select-country .FI a {
    background: url("../../images/site/flag_finland.gif") no-repeat;
  }
  #connevans\.outward\.return .select-country .NO a, #connevans\.inward\.return .select-country .NO a {
    background: url("../../images/site/flag_norway.gif") no-repeat;
  }
  #connevans\.outward\.return .select-country .SE a, #connevans\.inward\.return .select-country .SE a {
    background: url("../../images/site/flag_sweden.gif") no-repeat;
  }
  #connevans\.outward\.return .select-country .DK a, #connevans\.inward\.return .select-country .DK a {
    background: url("../../images/site/flag_denmark.gif") no-repeat;
  }
  #customer\.return .select-country .CZ a, #responsive\.ups\.access\.points .select-country .CZ a, #ups\.access\.point\.tryout .select-country .CZ a {
    background: url("../../images/site/flag-czechrepublic.png") no-repeat;
    background-size: contain;
  }
  #customer\.return .select-country .HU a, #responsive\.ups\.access\.points .select-country .HU a, #ups\.access\.point\.tryout .select-country .HU a {
    background: url("../../images/site/flag-hungary.png") no-repeat;
    background-size: contain;
  }
  #customer\.return .select-country .PT a, #responsive\.ups\.access\.points .select-country .PT a, #ups\.access\.point\.tryout .select-country .PT a {
    background: url("../../images/site/flag-portugal.png") no-repeat;
    background-size: contain;
  }
  #customer\.return #responsive\.ups\.access\.points .select-country li, #ups\.access\.point\.tryout .select-country li {
    list-style: none;
  }
  #connevans\.outward\.return iframe, #connevans\.inward\.return iframe {
    display: block;
    width: 80%;
    margin: auto;
  }
  p.ups-text {
    clear: both;
    margin-bottom: 10px;
  }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      width: 75%;
      height: 65%;
      min-height: 75%;
    }
  }
  body #text-size-small {
    font-size: 16px;
  }
  body.medium, body.medium div, body.medium p, body.medium th, body.medium td, body.medium li, body.medium dd, body #text-size-medium {
    font-size: x-large;
  }
  body.large, body.large div, body.large p, body.large th, body.large td, body.large li, body.large dd, body #text-size-large {
    font-size: xx-large;
  }
  .back-to-top {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  #addressBookWidgetDiv {
    min-width: 300px;
    width: 600px;
    max-width: 100%;
    min-height: 228px;
    height: 240px;
  }
  #walletWidgetDiv {
    min-width: 300px;
    width: 600px;
    max-width: 100%;
    min-height: 228px;
    height: 240px;
  }
  #readOnlyAddressBookWidgetDiv {
    min-width: 266px;
    max-width: 100%;
    height: 165px;
  }
  #readOnlyWalletWidgetDiv {
    min-width: 266px;
    max-width: 100%;
    height: 165px;
  }
  #deliveryMethod .cheapest {
    font-size: 80%;
    color: blue;
  }
  a#edit-profile {
    margin-top: 15px;
  }
  p.error-slogan {
    font-size: 120%;
  }
  div.error-footer {
    height: 100%;
  }
  p.shipping-note {
    color: #001eff;
    font-weight: bold;
  }
  @media screen and (max-width: 640px) {
    table {
      overflow-x: auto;
      display: block;
    }
    div.order-actions {
      padding-top: 10px;
    }
    div.checkout-top.sticky-container {
      margin-bottom: 50px;
    }
    div.other-payment-options {
      margin-top: 20px;
    }
  }
  div#layout-bottom img.field-image {
    max-width: 40%;
  }
  #edit-layout td.category-image, #edit-layout td.product-image {
    width: 20%;
  }
  #edit-layout td.category-image img, #edit-layout td.product-image img {
    margin: 5px;
    max-width: 100px;
  }
  .bold {
    font-weight: bold;
  }
  .row.product .product-image {
    position: relative;
  }
  .content-divider {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
  }
  h2.disabled-category {
    color: red;
    text-align: center;
    margin-top: 30px;
    font-size: 1.2em;
  }
  div.captcha {
    position: absolute !important;
    bottom: -10px;
    right: 0;
    transform: scale(0.7);
    transform-origin: 0 0;
  }
  #ncds-charity-order-form div.captcha {
    position: relative !important;
  }
  body.product div.captcha {
    position: relative !important;
    bottom: 0;
  }
  body.product .captcha-container {
    display: none;
  }
  form.post-review-form div.captcha, form#newUser div.captcha {
    position: absolute !important;
    bottom: -50px;
    right: -25px;
    transform: scale(0.6);
    transform-origin: 0 0;
  }
  form.post-review-form input.form-submit-text-button, form#newUser input.form-submit-text-button {
    display: block;
    margin-left: 100%;
  }
  form {
    position: relative;
  }
  div.basket-continue-shopping {
    margin-top: 20px;
  }
  div.basket-continue-shopping * {
    margin: auto;
  }
  div.captcha {
    position: absolute !important;
    bottom: -10px;
    transform: scale(0.6);
    transform-origin: 0 0;
  }
  #request-quote .captcha {
    position: relative !important;
    transform: scale(0.7);
  }
  table#edit-layout {
    width: 104%;
  }
  table.mceEditor {
    width: 836px !important;
  }
  img[src*="img/trustedsite-reviews-tab"] {
    display: none;
  }
  div.gdpr-checkbox {
    margin: 10px 0;
  }
  form.billingForm * div.gdpr-opt-in {
    display: none;
  }
  .not-available {
    opacity: 0.3;
  }
  #isUserGDPRForm table.form-table {
    display: table;
  }
  #isUserGDPRForm tbody {
    border: none;
  }
  #isUserGDPRForm td.field {
    width: 10%;
  }
  #isUserGDPRForm td.field-label {
    width: 100%;
  }
  #isUserGDPRForm td.field-label label, #isUserGDPRForm td.field div {
    text-align: right;
  }
  div.gdpr-checkbox label {
    max-width: 300px;
    float: right;
    text-align: justify;
    font-size: 0.8rem;
  }
  .payment-buttons {
    border: 1px solid #182888;
  }
  .dispatch-expectation {
    border: 1px solid green;
    color: green;
    padding: 10px;
    margin-bottom: 20px;
  }
  .dispatch-expectation p {
    margin-bottom: 2px;
  }
  .dispatch-expectation p.collection-text {
    display: none;
  }
  .text-bold {
    font-weight: bold;
  }
  .text-justified {
    text-align: justify;
  }
  .payment-buttons .heading {
    margin: 0 0 10px;
    padding: 10px 0 5px;
    background-color: #182888;
  }
  .payment-buttons .heading p {
    width: 65%;
    margin: auto;
    color: #fff;
    font-size: 0.95rem;
    font-weight: bold;
    text-transform: initial;
  }
  .payment-buttons input {
    margin-bottom: 10px;
  }
  #checkout\.stage\.three\.thirdparty .payment-buttons input {
    display: none;
  }
  .other-payment-options {
    margin-bottom: 10px;
  }
  .ups-return-text {
    color: green;
  }
  .ups-return-button {
    background-color: green;
  }
  .ups-return-button:hover {
    background-color: darkgreen;
  }
  .ups-return-subtext {
    margin-bottom: 0.3em;
    font-size: 90%;
  }
  div.previously-ordered-item {
    display: grid;
    gap: 3rem;
    grid-template-columns: 5fr 1fr;
    grid-template-areas: "previously-ordered-item-content a";
    background: #eee;
    border: 1px solid #182888;
  }
  div.previously-ordered-item-content {
    margin: 7px;
  }
  div.previously-ordered-item a {
    margin: 10px;
  }
  .dustbin {
    width: 1rem;
  }
  .edit-order-total td.small {
    width: 6em;
  }
  .edit-order-total td.lineprice {
    width: 5em;
  }
  .prismic-banner-wrapper.banner-wrapper {
    margin-inline: calc(var(--tw-spacing) * 0);
    margin-block: calc(var(--tw-spacing) * 4);
    height: 384px;
  }
  .banner-wrapper {
    height: 332px;
  }
  @media screen and (max-width: 640px) {
    .banner-wrapper {
      display: none;
    }
    .left-on-small {
      float: left !important;
    }
  }
  form input[type="text"], form input[type="password"], form input[type="tel"], form input[type="email"], form textarea {
    margin-bottom: 0;
  }
  .help-text {
    margin-top: 0.5rem;
  }
  .input-group.quantity-buy input {
    height: 2.6rem;
  }
  .grid {
    display: grid;
    gap: 1em;
    margin: 0;
  }
  .grid-4 {
    grid-template-columns: calc((100% - 3em) / 4) calc((100% - 3em) / 4) calc( (100% - 3em) / 4 ) calc((100% - 3em) / 4);
  }
  @media screen and (max-width: 1024px) {
    .grid-4 {
      grid-template-columns: 1fr 1fr 1fr;
    }
  }
  @media screen and (max-width: 640px) {
    .grid-4 {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media screen and (max-width: 480px) {
    .grid {
      grid-template-columns: 1fr;
    }
  }
  .index-category-list {
    background-color: #fff;
    padding: 1em;
  }
  div.index-category-list div.product-image span {
    max-width: 85%;
  }
  div.index-category-list div.product-image span img {
    width: 100%;
    border: 1px solid #6588c7;
    border-bottom: none;
  }
  div.index-category-list .category-description {
    padding-top: 0.5rem;
    font-size: 95%;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  div.index-category-list p.category-name {
    margin-bottom: 10px;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  div.index-category-list div.category-description {
    position: relative;
  }
  div.view-range a {
    display: block;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    width: 100%;
    background-color: #6588c7;
    border: 1px solid #6588c7;
    border-top: none;
  }
  div.index-category-list p.category-description {
    padding-top: 0;
  }
  span.product-out-of-stock {
    display: block;
    color: red;
    font-size: 0.6rem;
  }
  div.easyzoom--overlay img#overlay {
    max-width: 100px;
    max-height: 100px;
  }
  img[src*="img/trustedsite-reviews-tab"] {
    display: none;
  }
  #isUserGDPRForm table {
    display: table;
  }
  #isUserGDPRForm tbody {
    border: none;
  }
  #isUserGDPRForm td.field {
    width: 10%;
  }
  #isUserGDPRForm td.field-label {
    width: 100%;
  }
  #isUserGDPRForm td.field-label label, #isUserGDPRForm td.field div {
    text-align: right;
  }
  div.trustpilot-widget {
    margin-top: 20px;
  }
  div.previously-ordered-item {
    background: #eee;
  }
  div.previously-ordered-item-content {
    display: inline;
  }
  div.previously-ordered-item-content span.bell {
    margin: 7px;
  }
  div.previously-ordered-item-content span.purchase-date {
    margin: 7px;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  }
  div.previously-ordered-item a {
    float: right;
    display: inline;
    margin: 3px;
    padding-right: 3px;
  }
  .banner-wrapper {
    height: 332px;
    margin: 0 1em;
  }
  @media screen and (max-width: 640px) {
    .banner-wrapper {
      display: none;
    }
    .left-on-small {
      float: left !important;
    }
  }
  @media screen and (max-width: 1025px) {
    .safe.column:last-child:not(:first-child), .safe.columns:last-child:not(:first-child) {
      float: left;
    }
    div.currency-translate-bottom ul li .goog-te-gadget {
      white-space: normal;
    }
    div.currency-translate-bottom ul li {
      display: inline-block;
      width: 49%;
      float: left;
      margin-top: 20px;
      margin-right: 0.5%;
    }
    li.currency.bottom select, li.translate.bottom select {
      width: 100%;
      margin: 0;
    }
  }
  .banner-wrapper * {
    margin-bottom: 20px;
    margin: 0;
    padding: 0;
  }
  .banner-wrapper * img {
    width: 100%;
    height: 100%;
  }
  .banner-wrapper.banner-layout-1 * img.image-1 {
    padding-left: 0.5em;
  }
  .banner-wrapper.banner-layout-1 img.image-2, .banner-wrapper.banner-layout-1 img.image-3 {
    padding-left: 0.5em;
    padding-top: 0.5em;
  }
  .banner-wrapper.banner-layout-2 * img.image-0 {
    padding-right: 5px;
  }
  .banner-wrapper.banner-layout-2 img.image-1, .banner-wrapper.banner-layout-2 img.image-2 {
    padding-right: 5px;
    padding-top: 5px;
  }
  .banner-wrapper.banner-layout-3 * {
    margin-bottom: 20px;
    margin: 0;
    padding: 0;
    max-height: 100%;
  }
  .banner-wrapper.banner-layout-3 * img {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .banner-wrapper.banner-layout-3 * img {
    padding: 1%;
  }
  .newsletter-link a {
    font-size: 1rem;
  }
  .js-data.hidden {
    display: none;
  }
  .hidden {
    display: none;
  }
  .device-recommendations-display {
    border: 1px solid #eee;
    padding: 15px;
    margin: 20px 0;
  }
  p.order-limit-reached {
    background: rgb(199, 230, 188);
    text-align: center;
    padding: 10px;
    margin: 0px;
    font-size: 0.8rem;
  }
  .row.social.columns * {
    vertical-align: bottom;
  }
  div.copy p.copy-message {
    clear: left;
    font-size: 0.9rem;
  }
  .recently-viewed-heading.widget.associated-products-widget {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .recently-viewed-heading.widget.associated-products-widget ul.products {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  form#bulkDeleteStockNotificationForm table th, form#bulkDeleteStockNotificationForm table td {
    text-align: center;
  }
  form#bulkDeleteStockNotificationForm table td {
    padding: 0;
    padding-left: 20px;
  }
  form#bulkDeleteStockNotificationForm table a.stock-notification-delete {
    margin: auto;
    padding: 3px;
    color: #db5d04;
    text-decoration: underline;
  }
  form#bulkDeleteStockNotificationForm table input[type="checkbox"] {
    margin: auto;
  }
  div.searchAddress .search-result {
    border: 1px solid #cacaca;
    border-top: none;
    padding: 10px;
    font-size: 0.8rem;
  }
  div.searchAddress .search-result:first {
    border: 1px solid #cacaca;
  }
  div.searchAddress .search-result:hover {
    color: white;
    background: darkgrey;
  }
  div.searchAddress .search-result:hover span {
    color: white;
  }
  div.searchAddress .search-result span {
    display: block;
    font-size: 0.7rem;
    color: #cacaca;
  }
  div.searchAddress #results {
    max-height: 400px;
    overflow-y: auto;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    background: white;
  }
  input#searchAddress {
    margin-bottom: 0;
  }
  input#searchAddress::placeholder {
    color: green;
    opacity: 1;
  }
  div.address-result.hidden {
    display: none;
  }
  div.address-result {
    background: #e8e8f2;
    color: black;
    border: 1px solid black;
    padding: 10px;
  }
  div.address-result span {
    display: block;
    line-height: 1.2;
  }
  div.address-result a {
    text-decoration: underline;
  }
  h2 .close-button {
    font-size: 0.7em;
    top: 0.9rem;
    color: #fff;
  }
  h2 .close-button:hover {
    color: #fff;
    text-decoration: underline;
  }
  #shareModal {
    padding: 0;
    border: none;
  }
  #shareModal div.content {
    padding: 1em;
  }
  #shareModal div.copy input {
    width: 80%;
    float: left;
  }
  #shareModal div.copy a {
    float: left;
  }
  .reveal h2 {
    padding: 0.5rem 0.625rem 0.625rem;
    background-color: #182888;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
  }
  div.copy p.copy-message {
    clear: left;
    font-size: 0.9rem;
  }
  .recently-viewed-heading.widget.associated-products-widget {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .recently-viewed-heading.widget.associated-products-widget ul.products {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .float-middle {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  div.ups-map-container {
    width: 100%;
  }
  div.ups-map-container-list {
    float: left;
    width: 30%;
    max-height: 700px;
    overflow-y: auto;
  }
  a.ups-more-details {
    width: 100%;
    padding: 5px;
    margin-top: 5px;
  }
  div.ups-map-container-map {
    float: left;
    width: 70%;
  }
  div.ups-map {
    height: 700px;
  }
  div.ups-info-box-right {
    padding-left: 10px;
    width: 40%;
    float: left;
  }
  div.ups-info-box-right img {
    width: 100%;
  }
  div.ups-info-box-right .select-location-btn {
    margin-top: 20px;
    width: 100%;
  }
  div.ups-info-box-left {
    float: left;
    width: 55%;
  }
  div.ups-info-box div.address p {
    line-height: 1;
    margin-bottom: 5px;
  }
  div.ups-info-box-bottom {
    width: 100%;
    clear: both;
  }
  .ups-info-box.js-ups-location-item .location-name {
    font-weight: bold;
  }
  .ups-info-box.js-ups-location-item {
    float: left;
    border-bottom: 1px dashed black;
    margin: 10px 0;
  }
  .js-ups-location-item .select-location-btn {
    display: none;
  }
  .w-full {
    width: 100%;
  }
  div.checkout-progress {
    height: auto;
    background-color: transparent;
    margin-top: 1em;
  }
  @media (max-width: 700px) {
    div.checkout-progress {
      display: none;
    }
  }
  .progress-stages.row {
    display: flex;
    padding-top: 0.75rem;
  }
  .stage-container {
    width: 100%;
  }
  .stage-container div.stage-title {
    color: black;
    text-align: center;
    margin-top: 0.5em;
  }
  .stage-title a {
    color: black;
  }
  .stageCircle {
    display: flex;
    height: 50px;
    width: 50px;
    margin: auto;
    border-radius: 50%;
  }
  .stageCircle.complete {
    background-color: #5cc641;
  }
  .stageCircle.current {
    background-color: #182888;
  }
  .stageCircle.future {
    background-color: #cbcdd8;
  }
  .stageCircle span {
    width: 3rem;
    margin: auto;
    font-size: 30px !important;
    display: block;
    text-align: center;
  }
  .stageCircle span i {
    line-height: 1.7;
  }
  .stageCircle.current span, .stageCircle.completed span {
    color: white !important;
  }
  .stageCircle.future span {
    color: #eff0f7 !important;
  }
  div.order-methods .method-item {
    margin: 15px 0;
    padding: 15px;
    border: 1px solid darkgrey;
  }
  div.order-methods .method-item.selected {
    border: 1px solid #182888;
    background: #eee;
  }
  div.order-methods span.method-service-description {
    display: block;
    padding: 0 15px;
  }
  div.order-methods span.method-service-price, div.order-methods span.method-service-name {
    font-weight: bold;
  }
  div.order-methods span.method-service-price {
    float: right;
  }
  @media (max-width: 600px) {
    div.ups-map-container-list {
      width: 100%;
    }
    div.ups-map-container-map {
      display: none;
    }
    .ups-more-details {
      display: none;
    }
    .js-ups-location-item .ups-info-box-right .select-location-btn {
      display: block;
      padding: 5px;
      margin-top: 10px;
    }
  }
  .grid-3 {
    grid-template-columns: calc((100% - 2em) / 3) calc((100% - 2em) / 3) calc( (100% - 2em) / 3 );
  }
  .grid.products {
    margin-bottom: 2em;
  }
  .grid.products li .product {
    display: flex;
    flex-direction: column;
    background: #fefefe;
    text-align: center;
    font-weight: normal;
    height: 100%;
  }
  .grid.products li .product h3 {
    margin: 1em;
    font-size: 1.2em;
    line-height: 1.2em;
    min-height: 3.6em;
  }
  .grid.products li .product p {
    margin: 0.5rem;
    font-weight: normal;
  }
  .grid.products li .product p:nth-child(5) {
    display: none;
  }
  .grid.products li .product p:nth-child(4) {
    font-size: 0.9em;
    font-weight: normal;
    color: #999;
    margin-bottom: 0.5em;
  }
  .grid.products li .product .product-image {
    flex-grow: 1;
    position: relative;
    margin: 1em;
    min-height: 150px;
  }
  .grid.products li .product .product-price {
    margin: 1em;
  }
  .grid.products li .product a {
    color: #6588c7;
    font-weight: 600;
  }
  .grid.products .product .product-actions-button {
    display: flex;
  }
  .grid.products .product .product-actions-button a {
    display: block;
    width: 50%;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .grid.products .product .product-actions-button a.full-details {
    background: white;
  }
  .grid.products .product .product-actions-button a.full-details:hover {
    background: #506a98;
    color: white;
  }
  .grid.products .product .product-actions-button a.full-details.full-width {
    width: 100%;
  }
  .grid.products .product .product-actions-button a.buy-button {
    background: #6588c7;
    color: white;
  }
  .grid.products .product .product-actions-button a.buy-button.out-of-stock {
    background: #db0000;
  }
  .grid.products .product .product-actions-button a.buy-button:hover {
    background: #506a98;
  }
  .grid.products .product .product-actions-button a.buy-button.out-of-stock:hover {
    background: #ad0000;
  }
  .content form.js-facet-form {
    background: none;
  }
  .js-facet-options-block {
    margin-bottom: 1rem;
    border: 1px solid #cecfd9;
    background: #fefefe;
  }
  .js-facet-options-block a {
    color: #0a0a0a;
  }
  .js-facet-options-block .title {
    margin: 0;
    padding: 0.75rem;
    font-weight: bold;
  }
  .js-facet-options-block .js-facet-option {
    display: flex;
    align-items: center;
    padding: 0.75rem;
    border-top: 1px solid #cecfd9;
  }
  .js-facet-options-block .js-facet-option.hidden {
    display: none;
  }
  .js-facet-options-block .js-facet-option input {
    margin: 0;
  }
  .js-facet-options-block .facet-more-container {
    padding: 0.75rem 0.75rem 0;
    border-top: 1px solid #cecfd9;
  }
  .js-facet-options-block .facet-more-container .button {
    width: 100%;
    background: #eff0f7;
    border: 1px solid #cecfd9;
    color: black;
  }
  .literal {
    padding: 1em;
    margin-bottom: 1em;
    background-color: #fff;
  }
  .literal.no-background {
    background-color: unset;
  }
  .literal.no-padding {
    padding: 0;
  }
  .results.with-facets {
    display: grid;
    gap: 3em;
    grid-template-columns: 1fr 3fr;
    grid-template-areas: "facets results";
  }
  .results.with-facets .grid-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  @media (max-width: 1023px) {
    .results.with-facets {
      grid-template-areas: "results";
      grid-template-columns: 1fr;
    }
    .results.with-facets .facets {
      display: none;
    }
    .results.with-facets .grid-4 {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media (max-width: 639px) {
    .results.with-facets .grid-4 {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media (max-width: 500px) {
    .results.with-facets .grid-4 {
      grid-template-columns: 1fr;
    }
    .results.with-facets .grid-4 .product h3 {
      min-height: 0;
    }
  }
  .pagination {
    text-transform: uppercase;
  }
  .pagination .current {
    background-color: #6588c7;
    font-weight: 600;
  }
  .pagination .current a {
    color: #fff;
  }
  .product-list-section {
    margin-top: calc(var(--tw-spacing) * 6);
    padding: calc(var(--tw-spacing) * 4);
    @media (width >= 64rem) {
      padding-block: calc(var(--tw-spacing) * 6);
    }
  }
  .product-list-section h3 {
    font-weight: 600;
    color: #000;
    font-size: 1.2em;
    margin-bottom: 20px;
  }
  a.lightbox {
    display: block;
  }
  .content form {
    padding: 1rem;
    background: #fff;
  }
  table.form-table tbody {
    border: none;
  }
  .inline-image .slick-slider {
    max-width: 80vw;
    width: 100%;
    overflow: hidden !important;
  }
  .price .original-price {
    text-decoration: line-through;
    color: #c76565;
  }
  .dropdown-pane.content {
    padding: 1em;
  }
  p {
    line-height: 1.5;
  }
  .content .facet-options form {
    padding: 0;
  }
  .category-results {
    margin-bottom: 2rem;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #c0cde7;
  }
  .category-results h2 {
    padding-bottom: 0.5em;
    border-bottom: 1px solid #c0cde7;
    color: #0f1352;
    font-weight: 500;
    margin-bottom: 1em;
  }
  .category-results .grid-8 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 2.5em;
  }
  @media screen and (max-width: 767px) {
    .category-results .grid-8 {
      grid-template-columns: 1fr 1fr 1fr 1fr;
    }
  }
  @media screen and (max-width: 640px) {
    .category-results .grid-8 {
      grid-template-columns: 1fr 1fr 1fr;
      gap: 1.5em;
    }
  }
  .category-results .category-image {
    padding: 15%;
    border-radius: 50%;
    background: white;
  }
  .category-results .category-image a {
    display: block;
  }
  .category-results h4 {
    text-align: center;
    font-size: 90%;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 1em;
  }
  .category-results h4 a {
    color: #0f1352;
  }
  @media screen and (max-width: 480px) {
    .category-results .grid-8 {
      grid-template-columns: 1fr;
      gap: 1em;
    }
    .category-results .category {
      display: flex;
      align-items: center;
      gap: 1em;
    }
    .category-results h2 {
      margin-bottom: 1em;
    }
    .category-results h4 {
      text-align: left;
      margin-top: 0;
    }
    .category-results .category-image {
      width: 50px;
      padding: 10px;
    }
    .category-results .category-image img {
      display: block;
    }
  }
  #search-results-heading {
    padding-bottom: 0.5em;
    color: #0f1352;
  }
  .no-results-query {
    color: red;
    font-weight: 500;
  }
  .did-you-mean a {
    text-decoration: underline;
    color: red;
  }
  .empty-results {
    padding: 3rem;
    margin-bottom: 3rem;
    background: white;
  }
  .empty-results ul {
    padding: 1rem;
    font-size: 90%;
  }
  .empty-results ul li {
    list-style-type: inherit;
  }
  .did-you-mean {
    font-size: 80%;
  }
  .prismic.literal.no-padding {
    padding: 0;
  }
  .prismic.literal p:last-child {
    margin-bottom: 0;
  }
  .prismic form {
    padding: 0;
  }
  .prismic table, .prismic table thead, .prismic table tbody {
    background-color: transparent;
  }
  .prismic table tbody tr, .prismic table tbody tr:nth-child(even) {
    background-color: transparent;
  }
  .prismic table tbody td, .prismic table tbody th {
    padding: 0;
  }
  .prismic form .button {
    margin-bottom: 0;
  }
  .prismic .ps-centred {
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  .prismic .ps-app-store-links {
    width: 90%;
    margin: 1rem auto;
    display: flex;
    align-items: center;
    background-color: #6588c7;
    color: #fff;
    font-size: medium;
  }
  .prismic .ps-app-store-links p {
    margin: 0;
    padding: 0;
  }
  .prismic .ps-app-store-links span {
    margin: 0 auto;
    align-items: center;
    text-align: center;
  }
  .prismic .ps-app-store-links a {
    width: 10rem;
    margin: auto 1rem;
    display: inline-block;
  }
  .prismic .ps-connevans-address span:not(:first-child) {
    margin-left: 0.5rem;
  }
  .prismic.ps-information-block {
    margin-bottom: 1em;
    padding: 0;
    background-color: #fff;
  }
  .prismic.ps-information-block .info-header {
    margin: 0;
    padding: 1em;
  }
  .prismic.ps-information-block .info-header > * {
    padding: 1em;
  }
  .prismic.ps-information-block .info-header > h1, .prismic.ps-information-block .info-header > h2 {
    padding: 0;
    margin: 0;
  }
  .prismic.ps-information-block .info-header.banner-image .banner-image-container {
    padding: 0;
    position: relative;
    display: inline-block;
  }
  .prismic.ps-information-block .info-header.banner-image .banner-image-container:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: linear-gradient( to bottom, rgba(0, 0, 0, 0), rgba(239, 240, 247, 1) );
  }
  .prismic.ps-information-block .info-header.left-aligned {
    padding: 0;
  }
  .prismic.ps-information-block .info-header.left-aligned .partition {
    display: flex;
    padding: 0;
  }
  .prismic.ps-information-block .info-header.left-aligned .partition .copy {
    width: 25%;
    padding: 0.5em;
  }
  .prismic.ps-information-block .info-header.left-aligned .partition .image {
    width: 75%;
    padding: 0;
  }
  .prismic.ps-information-block .info-body {
    margin: 0;
    padding: 1em;
  }
  .prismic.ps-information-block .info-body > * {
    padding: 0;
  }
  .prismic.ps-information-block .info-body.one-column, .prismic.ps-information-block .info-body .one-column {
    column-count: 1;
  }
  .prismic.ps-information-block .info-body.two-column, .prismic.ps-information-block .info-body .two-column {
    column-count: 2;
    column-gap: 1em;
  }
  .prismic.ps-information-block .info-body.image-stack {
    display: flex;
    column-gap: 1rem;
  }
  .prismic.ps-information-block .info-body .image-stack-container {
    display: flex;
    flex-direction: column;
    min-width: 33%;
  }
  .prismic.ps-information-block .info-body .image-stack-container .image-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .prismic.ps-information-block .info-body .image-stack-container .image-box img {
    padding: 2rem;
  }
  .prismic.ps-information-block .info-body.alignment-left .block-img, .prismic.ps-information-block .info-body .alignment-left .block-img {
    float: left;
    margin-right: 1rem;
  }
  .prismic.ps-information-block .info-body.alignment-right .block-img, .prismic.ps-information-block .info-body .alignment-right .block-img {
    float: right;
    margin-left: 1rem;
  }
  .prismic.ps-information-block .inverted, .prismic.ps-information-block .inverted h2, .prismic.ps-information-block .inverted h3, .prismic.ps-information-block .inverted h4, .prismic.ps-information-block .inverted h5, .prismic.ps-information-block .inverted h6 {
    background-color: #6588c7;
    color: #fff;
  }
  .prismic.ps-information-block .inverted h1 {
    background-color: #143f90;
    color: #fff;
  }
  .prismic.ps-information-block ul li {
    list-style: disc;
  }
  .prismic.ps-hero-section {
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    background-color: #6588c7;
    color: #fff;
    top: -16px;
  }
  .prismic.ps-hero-section h1 {
    color: #fff;
    font-weight: 400;
  }
  .prismic.ps-feature-testimonials {
    margin: 1rem 0;
  }
  .prismic.ps-images-slider section {
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    background-color: #6588c7;
    color: #fff;
  }
  .prismic .ps-images-slider .glide {
    padding: 1em;
  }
  .prismic .ps-images-slider .slide-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
  }
  .prismic .ps-images-slider .slider-controls {
    margin-top: 0.25em;
    font-size: 36pt;
    background-color: #6588c7;
  }
  .prismic .ps-images-slider .slider-controls button, .prismic .ps-images-slider .slider-controls button i {
    background-color: #6588c7;
  }
  .prismic .ps-images-slider .slider-controls .glide__arrow--left {
    float: left;
  }
  .prismic .ps-images-slider .slider-controls .glide__arrow--right {
    float: right;
  }
  @media screen and (width >=48rem) {
    .prismic .ps-images-slider .slider-controls {
      margin-top: 0;
    }
    .prismic .ps-images-slider .slider-controls .glide__arrow--left {
      float: none;
      position: absolute;
      top: calc(50% - 36pt / 2);
      left: -1em;
    }
    .prismic .ps-images-slider .slider-controls .glide__arrow--right {
      float: none;
      position: absolute;
      top: calc(50% - 36pt / 2);
      right: -1em;
    }
  }
  .prismic .mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .prismic .mt-auto {
    margin-top: auto;
  }
  .prismic .m-0 {
    margin: 0;
  }
  .prismic .m-2 {
    margin: 1em;
  }
  .prismic .ml-auto {
    margin-left: auto;
  }
  .prismic .mr-auto {
    margin-right: auto;
  }
  .prismic .mx-6 {
    margin-left: 3em;
    margin-right: 3em;
  }
  .prismic .mt-auto {
    margin-top: auto;
  }
  .prismic .m-0 {
    margin: 0;
  }
  .prismic .m-2 {
    margin: 1em;
  }
  .prismic .mt-1 {
    margin-top: 0.5em;
  }
  .prismic .mt-2 {
    margin-top: 1em;
  }
  .prismic .mt-4 {
    margin-top: 2em;
  }
  .prismic .mb-2 {
    margin-bottom: 2em;
  }
  .prismic .mb-4 {
    margin-bottom: 2em;
  }
  .prismic .py-2 {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .prismic .py-4 {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .prismic .pb-2 {
    padding-bottom: 1em;
  }
  .prismic .pb-3 {
    padding-bottom: 1.5em;
  }
  .prismic .p-2 {
    padding: 1em;
  }
  .prismic .p-3 {
    padding: 1.5em;
  }
  .prismic .p-4 {
    padding: 2em;
  }
  .prismic .p-6 {
    padding: 3em;
  }
  .prismic .p-8 {
    padding: 4em;
  }
  .prismic .py-6 {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .prismic .px-1 {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .prismic .px-2 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .prismic .px-4 {
    padding-left: 2em;
    padding-right: 2em;
  }
  .prismic .px-6 {
    padding-left: 3em;
    padding-right: 3em;
  }
  .prismic .px-8 {
    padding-left: 4em;
    padding-right: 4em;
  }
  .prismic .text-sm {
    font-size: 1em;
  }
  .prismic .text-xl {
    font-size: 1.25rem;
    line-height: 1.2;
  }
  .prismic .text-sm {
    font-size: 1em;
  }
  .prismic .text-xl {
    font-size: 1.25rem;
    line-height: 1.2;
  }
  .prismic .text-3xl {
    font-size: 1.875em;
    line-height: 1.3;
  }
  .prismic .block {
    display: block;
  }
  .prismic .flex {
    display: flex;
  }
  .prismic .flex-none {
    flex: none;
  }
  .prismic .flex-col {
    flex-direction: column;
  }
  .prismic .grid-cols-1 {
    grid-template-columns: 1fr;
  }
  .prismic .grid-cols-2 {
    grid-template-columns: 1fr 1fr;
  }
  .prismic .grid {
    display: grid;
  }
  .prismic .grid-cols-1 {
    grid-template-columns: 1fr;
  }
  .prismic .grid-cols-2 {
    grid-template-columns: 1fr 1fr;
  }
  .prismic .gap-2 {
    gap: 1em;
  }
  .prismic .items-center {
    align-items: center;
  }
  .prismic .justify-center {
    justify-content: center;
  }
  .prismic .text-center {
    text-align: center;
  }
  .prismic .w-2 {
    width: 1em;
  }
  .prismic .h-2 {
    height: 1em;
  }
  .prismic .w-3 {
    width: 1.5em;
  }
  .prismic .h-3 {
    height: 1.5em;
  }
  .prismic .w-4 {
    width: 2em;
  }
  .prismic .h-4 {
    height: 2em;
  }
  .prismic .w-5 {
    width: 2.5em;
  }
  .prismic .h-5 {
    height: 2.5em;
  }
  .prismic .w-6 {
    width: 3em;
  }
  .prismic .h-6 {
    height: 3em;
  }
  .prismic .overflow-hidden {
    overflow: hidden;
  }
  .prismic .rounded-full {
    border-radius: 100%;
  }
  .prismic .border-none {
    border: none;
  }
  .prismic .font-bold {
    font-weight: 600;
  }
  .prismic .text-italic {
    font-style: italic;
  }
  .prismic .text-white {
    color: #fff;
  }
  .prismic .bg-white {
    background-color: #fff;
  }
  .prismic .text-black {
    color: #000;
  }
  .prismic .bg-mid {
    background-color: #6588c7;
  }
  .prismic .border {
    border: solid 1px transparent;
  }
  .prismic .border-t {
    border-top: solid 1px transparent;
  }
  .prismic .border-white {
    border-color: #fff;
  }
  .prismic .leading-tight {
    line-height: 1.3;
  }
  .prismic .aspect-video {
    aspect-ratio: 16/9;
  }
  .prismic .bg-cover {
    background-size: cover;
  }
  @media screen and (width >=28rem) {
    .prismic .xs\:flex-row {
      flex-direction: row;
    }
  }
  @media screen and (width >=40rem) {
    .prismic .sm\:flex-row {
      flex-direction: row;
    }
  }
  @media screen and (width >=48rem) {
    .prismic .md\:mb-2 {
      margin-bottom: 1em;
    }
    .prismic .md\:h-6 {
      height: 3em;
    }
    .prismic .md\:flex-row {
      flex-direction: row;
    }
    .prismic .md\:px-4 {
      padding-left: 2em;
      padding-right: 2em;
    }
    .prismic .md\:mx-6 {
      margin-left: 3em;
      margin-right: 3em;
    }
    .prismic .md\:ml-auto {
      margin-left: auto;
    }
    .prismic .md\:mr-auto {
      margin-right: auto;
    }
    .prismic .md\:w-md {
      width: 28rem;
    }
    .prismic .md\:grid-cols-1 {
      grid-template-columns: 1fr;
    }
    .prismic .md\:grid-cols-2 {
      grid-template-columns: 1fr 1fr;
    }
    .prismic .md\:grid-cols-3 {
      grid-template-columns: 1fr 1fr 1fr;
    }
  }
  @media screen and (width >=64rem) {
    .prismic .lg\:text-5lg {
      font-size: 3em;
      line-height: 1.3;
    }
    .prismic .lg\:py-6 {
      padding-top: 3em;
      padding-bottom: 3em;
    }
    .prismic .lg\:px-8 {
      padding-left: 4em;
      padding-right: 4em;
    }
    .prismic .lg\:mb-6 {
      margin-bottom: 3em;
    }
    .prismic .lg\:grid-cols-1 {
      grid-template-columns: 1fr;
    }
    .prismic .lg\:grid-cols-2 {
      grid-template-columns: 1fr 1fr;
    }
    .prismic .lg\:grid-cols-3 {
      grid-template-columns: 1fr 1fr 1fr;
    }
  }
  .prismic.inverted {
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .prismic.inverted h1, .prismic.inverted h2, .prismic.inverted h3 {
    font-weight: normal;
    color: #000;
  }
  .prismic.inverted-primary h1, .prismic.inverted-primary h2, .prismic.inverted-primary h3 {
    color: #fff;
  }
  .prismic.inverted-primary {
    background-color: #6588c7;
    color: #fff;
  }
  .prismic.inverted-shade-1 {
    background-color: #46b69c;
    color: #000;
  }
  .prismic.inverted-shade-2 {
    background-color: #e5d4c0;
    color: #000;
  }
  .prismic.inverted-shade-3 {
    background-color: #ea6a6e;
    color: #000;
  }
  .prismic.literal .text-center ul li {
    list-style-position: inside;
  }
  .order-retrieved {
    padding: 1rem;
    background: white;
  }
  .order-retrieved .literal {
    padding: 0;
  }
  .order-retrieved .message {
    color: red;
  }
  .view-order {
    padding: 0 1em;
    background: white;
  }
  .view-order .literal {
    padding: 1em 0;
  }
  .view-order .literal .button {
    float: right;
    margin-left: 1rem;
  }
  .view-order table tbody tr:nth-child(even) {
    background: none;
  }
  #checkoutBillingForm {
    min-height: 50em;
  }
  #paypal-error {
    display: none;
  }
  #paypal-error {
    color: red;
  }
  #view-order .row.content {
    background: white;
  }
  div.account {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr 3fr;
    grid-template-areas: "account-lhs account-orders";
  }
  .account > div.literal {
    padding: 0;
    margin: 0;
    background: none;
  }
  .account .literal .lhs-section {
    padding: 1.5rem;
    background: #fff;
    margin-bottom: 2rem;
    border-top: 1px solid #ddd;
  }
  .account-orders .do-not-show {
    display: none;
  }
  .account-orders > div {
    padding-bottom: 0.5rem;
    background: white;
  }
  .account-orders > div > div.literal {
    background: #6588c7;
  }
  .account-orders > div > div.literal h3 {
    color: #fff;
  }
  .account .literal .lhs-section.account-links {
    padding: 0;
  }
  .account-links h3 {
    padding: 1.5rem;
  }
  .account-links h3 .name {
    margin-left: 0.5rem;
  }
  .account-links ul {
    margin: 0;
  }
  .account-links ul li {
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
    list-style: none;
    border-top: 1px solid #ddd;
  }
  .account-links ul li a {
    color: #0a0a0a;
  }
  .account-links ul li a.selected {
    color: #6588c7;
    font-weight: bold;
  }
  .ups-return img {
    float: left;
    margin-right: 1rem;
  }
  .ups-return h4 {
    margin-bottom: 1.5rem;
    font-weight: bold;
  }
  .ups-return .ups-return-subtext {
    margin-bottom: 1rem;
  }
  .ups-return a {
    width: 100%;
    margin-bottom: 0;
  }
  .customer-order {
    margin: 0 2rem 2rem;
    border: 2px solid #6588c7;
  }
  .customer-order.do-not-show {
    display: none;
  }
  .customer-order-header {
    display: grid;
    gap: 6rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    background: #eff0f7;
    padding: 1rem 2rem;
  }
  .customer-order-header .number {
    text-align: right;
  }
  @media (max-width: 964px) {
    .customer-order-header .number {
      text-align: left;
    }
  }
  .customer-order-header dl {
    margin-bottom: 0;
  }
  .customer-order-header dt {
    margin-bottom: 0;
    color: #0f1352;
  }
  .customer-order-header dd {
    margin-bottom: 0;
  }
  .customer-order-content {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 3fr;
    grid-template-areas: "images products-content";
  }
  .customer-order-content .images {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "products-image";
    padding: 1rem;
  }
  .customer-order-content .images img {
    border: 1px solid #eff0f7;
  }
  .customer-order-content .products-content {
    position: relative;
    padding: 1rem;
  }
  .customer-order-content .products-content .product {
    margin-bottom: 0.75rem;
  }
  .customer-order-content .products-content .name p, .customer-order-content .products-content .name a {
    margin-bottom: 0.25rem;
    line-height: 1;
    font-size: 95%;
    color: #0f1352;
  }
  .customer-order-content .products-content .actions {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
  }
  @media (max-width: 964px) {
    .customer-order-content .products-content .actions {
      position: static;
    }
  }
  .customer-order-content .products-content .actions a {
    margin: 0;
  }
  .btn-show-all-orders {
    display: block;
    margin: 0 auto 1rem;
    width: 20%;
  }
  @media (max-width: 964px) {
    div.account, .customer-order-header, .customer-order-content {
      display: block;
    }
  }
  .literal ul.select-country li {
    list-style: none;
  }
  .basket-product.image {
    width: 50px;
  }
  #responsive\.order\.confirmation\.collect .content, #responsive\.order\.confirmation\.return .content, #responsive\.order\.confirmation .content, #responsive\.paypal\.order\.confirmation .content {
    background: white;
  }
  #successModal {
    padding: 0;
  }
  #successModal h2 {
    background-color: #6588c7;
  }
  #successModal .content {
    padding: 1rem;
  }
  .clip-background {
    aspect-ratio: 1.122;
    clip-path: none;
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path fill="black" fill-rule="evenodd" d="M 0 0 L 100 0 L 100 100 L 0 100 Z M 0 0 L 41.09 0 C 36.4 0 32.37 1.88 29.06 5.6 L 4.99 32.62 C 1.68 36.34 0 40.87 0 46.13 Z M 75.95 100 C 89.81 100 85.39 75.48 100 75.48 L 100 100 Z M 10.06 100 L 0 100 L 0 85.98 C 0 92.83 4.32 98.63 10.06 100 Z"/></svg>');
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    mask-position: 0 0;
    -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path fill="black" fill-rule="evenodd" d="M 0 0 L 100 0 L 100 100 L 0 100 Z M 0 0 L 41.09 0 C 36.4 0 32.37 1.88 29.06 5.6 L 4.99 32.62 C 1.68 36.34 0 40.87 0 46.13 Z M 75.95 100 C 89.81 100 85.39 75.48 100 75.48 L 100 100 Z M 10.06 100 L 0 100 L 0 85.98 C 0 92.83 4.32 98.63 10.06 100 Z"/></svg>');
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
  }
  .status-badge {
    position: relative;
    display: flex;
    height: calc(var(--tw-spacing) * 7);
    flex-direction: row;
    align-items: center;
    gap: calc(var(--tw-spacing) * 1);
    border-radius: calc(infinity * 1px);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--tw-color-black);
    background-color: var(--tw-color-yellow-100);
    padding-inline: calc(var(--tw-spacing) * 2);
    font-size: var(--tw-text-sm);
    line-height: var(--tw-leading, var(--tw-text-sm--line-height));
    --tw-font-weight: var(--tw-font-weight-bold);
    font-weight: var(--tw-font-weight-bold);
    color: var(--tw-color-black);
  }
  .vat-status.vat-relief-not-allowed, .vat-status.vat-relief-associated, .vat-status.vat-relief-allowed {
    padding-left: calc(var(--tw-spacing) * 7);
  }
  .vat-status.vat-relief-associated {
    padding-right: calc(var(--tw-spacing) * 7);
  }
  .vat-relief-associated span::before, .vat-relief-allowed span::before {
    position: absolute;
    top: 1px;
    left: 1px;
    color: var(--tw-color-green-600);
    content: url("/images/site/icons/happy.svg");
  }
  .vat-relief-not-allowed span::before {
    position: absolute;
    top: 1px;
    left: 1px;
    content: url("/images/site/icons/sad.svg");
  }
  .vat-relief-associated span::after {
    position: absolute;
    top: 1px;
    right: 1px;
    content: url("/images/site/icons/sad.svg");
  }
  .warranty-status {
    --tw-leading: 1;
    line-height: 1;
    text-transform: capitalize;
  }
  .warranty-status .warranty-years {
    font-size: var(--tw-text-lg);
    line-height: var(--tw-leading, var(--tw-text-lg--line-height));
    color: var(--tw-color-green-600);
  }
}
@layer layout {
  .prose p:last-child {
    margin-bottom: 0;
  }
}
@layer layout {
  body.product .row.content {
    background-color: var(--tw-color-white);
  }
  body.product .row.content > .columns {
    padding: calc(var(--tw-spacing) * 0);
  }
  body.product .product-details {
    padding: calc(var(--tw-spacing) * 4);
    padding-bottom: calc(var(--tw-spacing) * 8);
    @media (width >= 48rem) {
      padding-inline: calc(var(--tw-spacing) * 8);
    }
    @media (width >= 48rem) {
      padding-block: calc(var(--tw-spacing) * 5);
    }
    @media (width >= 64rem) {
      padding-inline: calc(var(--tw-spacing) * 16);
    }
    @media (width >= 64rem) {
      padding-block: calc(var(--tw-spacing) * 10);
    }
  }
  .product-page-content .shipping-modifier-message {
    margin-top: calc(var(--tw-spacing) * 0);
    margin-bottom: calc(var(--tw-spacing) * 4);
  }
  .product-page-content .main-price {
    margin-bottom: calc(var(--tw-spacing) * 4);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: calc(var(--tw-spacing) * 2);
    font-size: var(--tw-text-lg);
    line-height: var(--tw-leading, var(--tw-text-lg--line-height));
  }
  .product-page-content h2 {
    --tw-leading: var(--tw-leading-tight);
    line-height: var(--tw-leading-tight);
  }
  .product-page-content .inline-image {
    width: 100%;
  }
  .product-page-content .additional-images {
    margin-block: calc(var(--tw-spacing) * 4);
    width: 100%;
    padding-inline: calc(var(--tw-spacing) * 0);
    @media (width >= 48rem) {
      padding-inline: calc(var(--tw-spacing) * 8);
    }
  }
  .additional-images .slick-prev, .additional-images .slick-next {
    width: 30px;
    height: 30px;
    padding-top: 2px;
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--tw-default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--tw-default-transition-duration));
    &:hover {
      @media (hover: hover) {
        opacity: 50%;
      }
    }
  }
  .additional-images .slick-prev:before, .additional-images .slick-next:before {
    opacity: 100%;
    font-size: 30px;
    color: #6588c7;
  }
  .additional-images button {
    z-index: 10;
  }
  .additional-images .additional-image {
    padding-inline: calc(var(--tw-spacing) * 2);
  }
  .additional-images .slick-prev {
    left: -2px;
  }
  .additional-images .slick-next {
    right: 0px;
  }
  .product .inline-image {
    position: relative;
    @media (width >= 48rem) {
      display: none;
    }
  }
  .product .product-image-small {
    display: block;
  }
  .product .glide__bullets {
    margin-block: calc(var(--tw-spacing) * 12);
    display: flex;
    justify-content: center;
    gap: calc(var(--tw-spacing) * 2);
  }
  .product .glide__bullet {
    width: calc(var(--tw-spacing) * 4);
    height: calc(var(--tw-spacing) * 4);
    border-radius: calc(infinity * 1px);
    border-style: var(--tw-border-style);
    border-width: 2px;
    border-color: var(--tw-color-gray-800);
  }
  .product .glide__bullet--active {
    background-color: var(--tw-color-gray-800);
  }
  .product-price.now {
    display: flex;
    align-items: center;
    gap: calc(var(--tw-spacing) * 2);
  }
  .product .price .was {
    color: #e31c23;
  }
  .product .price .was span {
    font-size: var(--tw-text-base);
    line-height: var(--tw-leading, var(--tw-text-base--line-height));
  }
  .product .main-price {
    font-size: var(--tw-text-xl);
    line-height: var(--tw-leading, var(--tw-text-xl--line-height));
    --tw-font-weight: var(--tw-font-weight-semibold);
    font-weight: var(--tw-font-weight-semibold);
    @media (width >= 48rem) {
      font-size: var(--tw-text-2xl);
      line-height: var(--tw-leading, var(--tw-text-2xl--line-height));
    }
  }
  .product .ex-vat {
    --tw-font-weight: var(--tw-font-weight-normal);
    font-weight: var(--tw-font-weight-normal);
    color: var(--tw-color-gray-700);
  }
  .product .purchase .columns {
    padding-inline: calc(var(--tw-spacing) * 0);
    @media (width >= 64rem) {
      padding-inline: calc(var(--tw-spacing) * 2);
    }
  }
  .product .purchase .columns.no-option-quantity {
    padding-inline: calc(var(--tw-spacing) * 0);
  }
  .product .delivery-estimate {
    margin-bottom: calc(var(--tw-spacing) * 12);
    text-align: center;
    @media (width >= 64rem) {
      margin-bottom: calc(var(--tw-spacing) * 4);
    }
    @media (width >= 64rem) {
      text-align: left;
    }
  }
}
@layer layout {
  .responsive-tabs__heading {
    display: none;
  }
  .responsive-tabs__list__item {
    display: inline;
    cursor: pointer;
  }
  @media (max-width: 767px) {
    .responsive-tabs__list {
      display: none;
    }
    .responsive-tabs__heading {
      display: block;
      cursor: pointer;
    }
    .responsive-tabs__panel--closed-accordion-only {
      display: none;
    }
  }
  @media (min-width: 768px) {
    .responsive-tabs__panel--closed-accordion-only {
      display: block !important;
    }
  }
  .responsive-tabs-wrapper {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
    border-color: var(--tw-color-gray-300);
    @media (width >= 48rem) {
      --tw-border-style: none;
      border-style: none;
    }
    clear: both;
    zoom: 1;
  }
  .responsive-tabs-wrapper:before, .responsive-tabs-wrapper:after {
    content: "";
    display: table;
  }
  .responsive-tabs-wrapper:after {
    clear: both;
  }
  .responsive-tabs__heading:focus {
    --tw-font-weight: var(--tw-font-weight-bold);
    font-weight: var(--tw-font-weight-bold);
    color: var(--tw-color-primary);
  }
  .responsive-tabs__heading--active:focus, .responsive-tabs__list__item--active:focus {
    outline: none !important;
  }
  .responsive-tabs__list {
    font-size: 1.2em;
    margin: 2em 0 0 0;
    padding: 0;
    border-bottom: 3px solid #6588C7;
    padding-bottom: 11px;
    line-height: 1em;
  }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .responsive-tabs__list {
      padding-bottom: 9.5px;
    }
  }
  .responsive-tabs__list__item:first-child {
    margin-left: 1rem;
  }
  .responsive-tabs__list__item {
    background: #fff;
    padding: 8px 15px;
    margin-right: 1em;
    border: none;
    font-weight: bold;
  }
  .responsive-tabs__list__item:hover {
    background: #fff;
  }
  .responsive-tabs__list__item--active, .responsive-tabs__list__item--active:hover {
    background: #6588C7;
    color: #fff;
  }
  .responsive-tabs__panel {
    margin-bottom: 50px;
  }
  .responsive-tabs__list__item {
    -webkit-padding-before: 10px;
    -webkit-padding-after: 10px;
  }
  @media (max-width: 767px) {
    .responsive-tabs__heading {
      position: relative;
    }
  }
  .responsive-tabs__list {
    display: flex;
    padding-bottom: 0;
    line-height: auto;
  }
  @media screen and (max-width: 767px) {
    .responsive-tabs__list {
      display: none;
    }
  }
  .responsive-tabs ul.responsive-tabs__list li {
    display: block;
    list-style-type: disc;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.9em;
    padding: 0.75em 1em;
  }
  @media (max-width: 767px) {
    .responsive-tabs__heading {
      margin: calc(var(--tw-spacing) * 0);
      border-style: var(--tw-border-style);
      border-width: 0px;
      border-top-style: var(--tw-border-style);
      border-top-width: 2px;
      border-color: var(--tw-color-gray-300);
      background-image: none;
      padding-block: calc(var(--tw-spacing) * 4);
      padding-right: calc(var(--tw-spacing) * 0);
      padding-left: calc(var(--tw-spacing) * 10);
      font-size: var(--tw-text-2xl);
      line-height: var(--tw-leading, var(--tw-text-2xl--line-height));
      --tw-font-weight: var(--tw-font-weight-normal) !important;
      font-weight: var(--tw-font-weight-normal) !important;
    }
    .responsive-tabs__heading:before {
      position: absolute;
      top: calc(var(--tw-spacing) * 4);
      left: calc(var(--tw-spacing) * 0);
      stroke: var(--tw-color-primary);
      color: var(--tw-color-primary);
      content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%221.5%22%20stroke%3D%22%236588c7%22%20class%3D%22size-6%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%204.5v15m7.5-7.5h-15%22%20%2F%3E%3C%2Fsvg%3E");
      width: 32px;
    }
    .responsive-tabs__heading:after {
      display: none;
    }
    .responsive-tabs__heading--active:before {
      content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%221.5%22%20stroke%3D%22%236588c7%22%20class%3D%22size-6%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5%2012h14%22%20%2F%3E%3C%2Fsvg%3E");
    }
  }
}
@layer layout {
  .easyzoom {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .easyzoom img {
    vertical-align: bottom;
  }
  .easyzoom.is-loading img {
    cursor: progress;
  }
  .easyzoom.is-ready img {
    cursor: crosshair;
  }
  .easyzoom.is-error img {
    cursor: not-allowed;
  }
  .easyzoom-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 150;
    width: 10em;
    margin: -1em 0 0 -5em;
    line-height: 2em;
    text-align: center;
    background: #FFF;
    box-shadow: 0 0 10px #888;
  }
  .easyzoom-flyout {
    position: absolute;
    z-index: 100;
    overflow: hidden;
    background: #FFF;
  }
  .easyzoom--overlay .easyzoom-flyout {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .easyzoom--adjacent .easyzoom-flyout {
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    margin-left: 20px;
  }
}
@layer layout {
  .template-white-background {
    background-color: var(--tw-color-white);
  }
  .prismic.content {
    padding-block: calc(var(--tw-spacing) * 0);
  }
  .prismic.content > div {
    margin-inline: auto;
    display: flex;
    max-width: calc(var(--tw-spacing) * 322);
    flex-direction: column;
    padding-block: calc(var(--tw-spacing) * 0);
    @media (width >= 40rem) {
      padding-inline: calc(var(--tw-spacing) * 4);
    }
  }
  .prismic.product-list {
    position: relative;
    left: calc(1/2 * 100%);
    width: 100vw;
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    background-color: var(--tw-color-site-background);
  }
  .prismic.product-list > ul {
    margin-inline: auto;
    margin-bottom: calc(var(--tw-spacing) * 0);
    max-width: calc(var(--tw-spacing) * 322);
    padding: calc(var(--tw-spacing) * 12);
  }
  .prismic.literal {
    margin-bottom: calc(var(--tw-spacing) * 0);
    padding: calc(var(--tw-spacing) * 6);
    padding-top: calc(var(--tw-spacing) * 0);
    @media (width >= 48rem) {
      padding: calc(var(--tw-spacing) * 12);
    }
    @media (width >= 48rem) {
      padding-top: calc(var(--tw-spacing) * 0);
    }
  }
  .cta-button {
    width: 100%;
    cursor: pointer;
    background-color: var(--tw-color-primary);
    padding-inline: calc(var(--tw-spacing) * 5);
    padding-block: calc(var(--tw-spacing) * 3);
    text-align: center;
    --tw-font-weight: var(--tw-font-weight-bold);
    font-weight: var(--tw-font-weight-bold);
    color: var(--tw-color-white);
    text-transform: uppercase;
    &:hover {
      @media (hover: hover) {
        background-color: var(--tw-color-primary);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--tw-color-primary) 80%, transparent);
        }
      }
    }
    @media (width >= 40rem) {
      width: auto;
    }
  }
}
@layer buttons {
  a.button {
    color: #fefefe;
  }
}
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --tw-font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --tw-font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    --tw-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --tw-color-yellow-100: oklch(97.3% 0.071 103.193);
    --tw-color-green-600: oklch(62.7% 0.194 149.214);
    --tw-color-gray-300: oklch(87.2% 0.01 258.338);
    --tw-color-gray-400: oklch(70.7% 0.022 261.325);
    --tw-color-gray-700: oklch(37.3% 0.034 259.733);
    --tw-color-gray-800: oklch(27.8% 0.033 256.848);
    --tw-color-black: #000;
    --tw-color-white: #fff;
    --tw-spacing: 0.25rem;
    --tw-text-sm: 0.875rem;
    --tw-text-sm--line-height: calc(1.25 / 0.875);
    --tw-text-base: 1rem;
    --tw-text-base--line-height: calc(1.5 / 1);
    --tw-text-lg: 1.125rem;
    --tw-text-lg--line-height: calc(1.75 / 1.125);
    --tw-text-xl: 1.25rem;
    --tw-text-xl--line-height: calc(1.75 / 1.25);
    --tw-text-2xl: 1.5rem;
    --tw-text-2xl--line-height: calc(2 / 1.5);
    --tw-text-3xl: 1.875rem;
    --tw-text-3xl--line-height: calc(2.25 / 1.875);
    --tw-text-5xl: 3rem;
    --tw-text-5xl--line-height: 1;
    --tw-text-8xl: 6rem;
    --tw-text-8xl--line-height: 1;
    --tw-font-weight-normal: 400;
    --tw-font-weight-medium: 500;
    --tw-font-weight-semibold: 600;
    --tw-font-weight-bold: 700;
    --tw-leading-tight: 1.25;
    --tw-leading-snug: 1.375;
    --tw-leading-normal: 1.5;
    --tw-radius-4xl: 2rem;
    --tw-default-transition-duration: 150ms;
    --tw-default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --tw-default-font-family: var(--tw-font-sans);
    --tw-default-mono-font-family: var(--tw-font-mono);
    --tw-color-primary: #143F90;
    --tw-color-secondary: #6588C7;
    --tw-color-ad-teal: #46B69C;
    --tw-color-ad-red: #EA6A6E;
    --tw-color-ad-sand: #E5D4C0;
    --tw-color-ad-blue: #6588C7;
    --tw-color-site-background: #EFF0F7;
    --tw-color-body-text: #0a0a0a;
    --tw-color-dark-text: #101352;
    --tw-color-mid-gray: #666;
    --tw-color-light-gray: #eee;
    --tw-color-message-green: #52a552;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--tw-default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--tw-default-font-feature-settings, normal);
    font-variation-settings: var(--tw-default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--tw-default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--tw-default-mono-font-feature-settings, normal);
    font-variation-settings: var(--tw-default-mono-font-variation-settings, normal);
    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;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .tw\:absolute {
    position: absolute;
  }
  .tw\:fixed {
    position: fixed;
  }
  .tw\:relative {
    position: relative;
  }
  .tw\:sticky {
    position: sticky;
  }
  .tw\:inset-0 {
    inset: calc(var(--tw-spacing) * 0);
  }
  .tw\:top-0 {
    top: calc(var(--tw-spacing) * 0);
  }
  .tw\:right-0 {
    right: calc(var(--tw-spacing) * 0);
  }
  .tw\:bottom-0 {
    bottom: calc(var(--tw-spacing) * 0);
  }
  .tw\:bottom-6 {
    bottom: calc(var(--tw-spacing) * 6);
  }
  .tw\:left-0 {
    left: calc(var(--tw-spacing) * 0);
  }
  .tw\:left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .tw\:z-30 {
    z-index: 30;
  }
  .tw\:z-40 {
    z-index: 40;
  }
  .tw\:z-50 {
    z-index: 50;
  }
  .tw\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .tw\:m-0 {
    margin: calc(var(--tw-spacing) * 0);
  }
  .tw\:-mx-4 {
    margin-inline: calc(var(--tw-spacing) * -4);
  }
  .tw\:-mx-5 {
    margin-inline: calc(var(--tw-spacing) * -5);
  }
  .tw\:mx-auto {
    margin-inline: auto;
  }
  .tw\:my-4 {
    margin-block: calc(var(--tw-spacing) * 4);
  }
  .tw\:my-6 {
    margin-block: calc(var(--tw-spacing) * 6);
  }
  .tw\:mt-1 {
    margin-top: calc(var(--tw-spacing) * 1);
  }
  .tw\:mt-2 {
    margin-top: calc(var(--tw-spacing) * 2);
  }
  .tw\:mt-auto {
    margin-top: auto;
  }
  .tw\:mb-1 {
    margin-bottom: calc(var(--tw-spacing) * 1);
  }
  .tw\:mb-2 {
    margin-bottom: calc(var(--tw-spacing) * 2);
  }
  .tw\:mb-4 {
    margin-bottom: calc(var(--tw-spacing) * 4);
  }
  .tw\:mb-6 {
    margin-bottom: calc(var(--tw-spacing) * 6);
  }
  .tw\:mb-12 {
    margin-bottom: calc(var(--tw-spacing) * 12);
  }
  .tw\:flex {
    display: flex;
  }
  .tw\:grid {
    display: grid;
  }
  .tw\:inline-flex {
    display: inline-flex;
  }
  .tw\:aspect-3\/4 {
    aspect-ratio: 3/4;
  }
  .tw\:aspect-46\/41 {
    aspect-ratio: 46/41;
  }
  .tw\:aspect-square {
    aspect-ratio: 1 / 1;
  }
  .tw\:size-4 {
    width: calc(var(--tw-spacing) * 4);
    height: calc(var(--tw-spacing) * 4);
  }
  .tw\:size-6 {
    width: calc(var(--tw-spacing) * 6);
    height: calc(var(--tw-spacing) * 6);
  }
  .tw\:size-48 {
    width: calc(var(--tw-spacing) * 48);
    height: calc(var(--tw-spacing) * 48);
  }
  .tw\:h-16 {
    height: calc(var(--tw-spacing) * 16);
  }
  .tw\:h-32 {
    height: calc(var(--tw-spacing) * 32);
  }
  .tw\:h-full {
    height: 100%;
  }
  .tw\:w-16 {
    width: calc(var(--tw-spacing) * 16);
  }
  .tw\:w-48 {
    width: calc(var(--tw-spacing) * 48);
  }
  .tw\:w-64 {
    width: calc(var(--tw-spacing) * 64);
  }
  .tw\:w-full {
    width: 100%;
  }
  .tw\:w-screen {
    width: 100vw;
  }
  .tw\:max-w-322 {
    max-width: calc(var(--tw-spacing) * 322);
  }
  .tw\:max-w-\[800px\] {
    max-width: 800px;
  }
  .tw\:max-w-\[calc\(100vw-48px\)\] {
    max-width: calc(100vw - 48px);
  }
  .tw\:flex-none {
    flex: none;
  }
  .tw\:-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .tw\:rotate-180 {
    rotate: 180deg;
  }
  .tw\:cursor-pointer {
    cursor: pointer;
  }
  .tw\:columns-2 {
    columns: 2;
  }
  .tw\:columns-3 {
    columns: 3;
  }
  .tw\:break-inside-avoid {
    break-inside: avoid;
  }
  .tw\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .tw\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .tw\:grid-cols-\[20\%_1fr\] {
    grid-template-columns: 20% 1fr;
  }
  .tw\:grid-cols-\[32px_1fr\] {
    grid-template-columns: 32px 1fr;
  }
  .tw\:flex-col {
    flex-direction: column;
  }
  .tw\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  .tw\:flex-row {
    flex-direction: row;
  }
  .tw\:items-center {
    align-items: center;
  }
  .tw\:justify-center {
    justify-content: center;
  }
  .tw\:gap-1 {
    gap: calc(var(--tw-spacing) * 1);
  }
  .tw\:gap-2 {
    gap: calc(var(--tw-spacing) * 2);
  }
  .tw\:gap-4 {
    gap: calc(var(--tw-spacing) * 4);
  }
  .tw\:gap-6 {
    gap: calc(var(--tw-spacing) * 6);
  }
  .tw\:gap-8 {
    gap: calc(var(--tw-spacing) * 8);
  }
  .tw\:overflow-hidden {
    overflow: hidden;
  }
  .tw\:rounded-4xl {
    border-radius: var(--tw-radius-4xl);
  }
  .tw\:rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .tw\:border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .tw\:border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .tw\:border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .tw\:border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .tw\:border-dark-text {
    border-color: var(--tw-color-dark-text);
  }
  .tw\:border-gray-400 {
    border-color: var(--tw-color-gray-400);
  }
  .tw\:border-light-gray {
    border-color: var(--tw-color-light-gray);
  }
  .tw\:bg-ad-blue {
    background-color: var(--tw-color-ad-blue);
  }
  .tw\:bg-ad-red {
    background-color: var(--tw-color-ad-red);
  }
  .tw\:bg-ad-sand {
    background-color: var(--tw-color-ad-sand);
  }
  .tw\:bg-ad-teal {
    background-color: var(--tw-color-ad-teal);
  }
  .tw\:bg-black\/5 {
    background-color: var(--tw-color-black);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--tw-color-black) 5%, transparent);
    }
  }
  .tw\:bg-black\/30 {
    background-color: var(--tw-color-black);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--tw-color-black) 30%, transparent);
    }
  }
  .tw\:bg-message-green\/10 {
    background-color: var(--tw-color-message-green);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--tw-color-message-green) 10%, transparent);
    }
  }
  .tw\:bg-primary {
    background-color: var(--tw-color-primary);
  }
  .tw\:bg-secondary {
    background-color: var(--tw-color-secondary);
  }
  .tw\:bg-site-background {
    background-color: var(--tw-color-site-background);
  }
  .tw\:bg-site-background\/50 {
    background-color: var(--tw-color-site-background);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--tw-color-site-background) 50%, transparent);
    }
  }
  .tw\:bg-white {
    background-color: var(--tw-color-white);
  }
  .tw\:bg-cover {
    background-size: cover;
  }
  .tw\:bg-center {
    background-position: center;
  }
  .tw\:object-cover {
    object-fit: cover;
  }
  .tw\:p-0 {
    padding: calc(var(--tw-spacing) * 0);
  }
  .tw\:p-4 {
    padding: calc(var(--tw-spacing) * 4);
  }
  .tw\:p-6 {
    padding: calc(var(--tw-spacing) * 6);
  }
  .tw\:px-4 {
    padding-inline: calc(var(--tw-spacing) * 4);
  }
  .tw\:px-5 {
    padding-inline: calc(var(--tw-spacing) * 5);
  }
  .tw\:px-6 {
    padding-inline: calc(var(--tw-spacing) * 6);
  }
  .tw\:px-8 {
    padding-inline: calc(var(--tw-spacing) * 8);
  }
  .tw\:px-\[2px\] {
    padding-inline: 2px;
  }
  .tw\:py-2 {
    padding-block: calc(var(--tw-spacing) * 2);
  }
  .tw\:py-4 {
    padding-block: calc(var(--tw-spacing) * 4);
  }
  .tw\:py-6 {
    padding-block: calc(var(--tw-spacing) * 6);
  }
  .tw\:pt-3 {
    padding-top: calc(var(--tw-spacing) * 3);
  }
  .tw\:pt-10 {
    padding-top: calc(var(--tw-spacing) * 10);
  }
  .tw\:pt-12 {
    padding-top: calc(var(--tw-spacing) * 12);
  }
  .tw\:pr-2 {
    padding-right: calc(var(--tw-spacing) * 2);
  }
  .tw\:pb-2 {
    padding-bottom: calc(var(--tw-spacing) * 2);
  }
  .tw\:pb-6 {
    padding-bottom: calc(var(--tw-spacing) * 6);
  }
  .tw\:pb-12 {
    padding-bottom: calc(var(--tw-spacing) * 12);
  }
  .tw\:pl-12 {
    padding-left: calc(var(--tw-spacing) * 12);
  }
  .tw\:text-center {
    text-align: center;
  }
  .tw\:text-left {
    text-align: left;
  }
  .tw\:text-right {
    text-align: right;
  }
  .tw\:font-serif {
    font-family: var(--tw-font-serif);
  }
  .tw\:text-2xl {
    font-size: var(--tw-text-2xl);
    line-height: var(--tw-leading, var(--tw-text-2xl--line-height));
  }
  .tw\:text-3xl {
    font-size: var(--tw-text-3xl);
    line-height: var(--tw-leading, var(--tw-text-3xl--line-height));
  }
  .tw\:text-8xl {
    font-size: var(--tw-text-8xl);
    line-height: var(--tw-leading, var(--tw-text-8xl--line-height));
  }
  .tw\:text-base {
    font-size: var(--tw-text-base);
    line-height: var(--tw-leading, var(--tw-text-base--line-height));
  }
  .tw\:text-lg {
    font-size: var(--tw-text-lg);
    line-height: var(--tw-leading, var(--tw-text-lg--line-height));
  }
  .tw\:text-sm {
    font-size: var(--tw-text-sm);
    line-height: var(--tw-leading, var(--tw-text-sm--line-height));
  }
  .tw\:leading-0 {
    --tw-leading: calc(var(--tw-spacing) * 0);
    line-height: calc(var(--tw-spacing) * 0);
  }
  .tw\:leading-normal {
    --tw-leading: var(--tw-leading-normal);
    line-height: var(--tw-leading-normal);
  }
  .tw\:leading-snug {
    --tw-leading: var(--tw-leading-snug);
    line-height: var(--tw-leading-snug);
  }
  .tw\:leading-tight {
    --tw-leading: var(--tw-leading-tight);
    line-height: var(--tw-leading-tight);
  }
  .tw\:font-bold {
    --tw-font-weight: var(--tw-font-weight-bold);
    font-weight: var(--tw-font-weight-bold);
  }
  .tw\:font-medium {
    --tw-font-weight: var(--tw-font-weight-medium);
    font-weight: var(--tw-font-weight-medium);
  }
  .tw\:font-normal {
    --tw-font-weight: var(--tw-font-weight-normal);
    font-weight: var(--tw-font-weight-normal);
  }
  .tw\:font-semibold {
    --tw-font-weight: var(--tw-font-weight-semibold);
    font-weight: var(--tw-font-weight-semibold);
  }
  .tw\:whitespace-nowrap {
    white-space: nowrap;
  }
  .tw\:text-body-text {
    color: var(--tw-color-body-text);
  }
  .tw\:text-dark-text {
    color: var(--tw-color-dark-text);
  }
  .tw\:text-mid-gray {
    color: var(--tw-color-mid-gray);
  }
  .tw\:text-primary {
    color: var(--tw-color-primary);
  }
  .tw\:text-white {
    color: var(--tw-color-white);
  }
  .tw\:uppercase {
    text-transform: uppercase;
  }
  .tw\:transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--tw-default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--tw-default-transition-duration));
  }
  .tw\:duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .tw\:duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .tw\:hover\:bg-black\/5 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--tw-color-black);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--tw-color-black) 5%, transparent);
        }
      }
    }
  }
  .tw\:hover\:bg-site-background {
    &:hover {
      @media (hover: hover) {
        background-color: var(--tw-color-site-background);
      }
    }
  }
  .tw\:hover\:bg-site-background\/90 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--tw-color-site-background);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--tw-color-site-background) 90%, transparent);
        }
      }
    }
  }
  .tw\:hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--tw-color-primary);
      }
    }
  }
  .tw\:md\:mx-auto {
    @media (width >= 48rem) {
      margin-inline: auto;
    }
  }
  .tw\:md\:mb-2 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--tw-spacing) * 2);
    }
  }
  .tw\:md\:mb-12 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--tw-spacing) * 12);
    }
  }
  .tw\:md\:ml-auto {
    @media (width >= 48rem) {
      margin-left: auto;
    }
  }
  .tw\:md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .tw\:md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .tw\:md\:grid {
    @media (width >= 48rem) {
      display: grid;
    }
  }
  .tw\:md\:max-w-\[70vw\] {
    @media (width >= 48rem) {
      max-width: 70vw;
    }
  }
  .tw\:md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .tw\:md\:grid-cols-\[1fr_400px\] {
    @media (width >= 48rem) {
      grid-template-columns: 1fr 400px;
    }
  }
  .tw\:md\:grid-cols-\[30\%_1fr\] {
    @media (width >= 48rem) {
      grid-template-columns: 30% 1fr;
    }
  }
  .tw\:md\:grid-cols-\[70\%_1fr\] {
    @media (width >= 48rem) {
      grid-template-columns: 70% 1fr;
    }
  }
  .tw\:md\:flex-col {
    @media (width >= 48rem) {
      flex-direction: column;
    }
  }
  .tw\:md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .tw\:md\:flex-wrap {
    @media (width >= 48rem) {
      flex-wrap: wrap;
    }
  }
  .tw\:md\:justify-center {
    @media (width >= 48rem) {
      justify-content: center;
    }
  }
  .tw\:md\:gap-0 {
    @media (width >= 48rem) {
      gap: calc(var(--tw-spacing) * 0);
    }
  }
  .tw\:md\:gap-12 {
    @media (width >= 48rem) {
      gap: calc(var(--tw-spacing) * 12);
    }
  }
  .tw\:md\:gap-16 {
    @media (width >= 48rem) {
      gap: calc(var(--tw-spacing) * 16);
    }
  }
  .tw\:md\:p-4 {
    @media (width >= 48rem) {
      padding: calc(var(--tw-spacing) * 4);
    }
  }
  .tw\:md\:p-12 {
    @media (width >= 48rem) {
      padding: calc(var(--tw-spacing) * 12);
    }
  }
  .tw\:md\:px-12 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--tw-spacing) * 12);
    }
  }
  .tw\:md\:py-4 {
    @media (width >= 48rem) {
      padding-block: calc(var(--tw-spacing) * 4);
    }
  }
  .tw\:md\:py-12 {
    @media (width >= 48rem) {
      padding-block: calc(var(--tw-spacing) * 12);
    }
  }
  .tw\:md\:pt-0 {
    @media (width >= 48rem) {
      padding-top: calc(var(--tw-spacing) * 0);
    }
  }
  .tw\:md\:text-center {
    @media (width >= 48rem) {
      text-align: center;
    }
  }
  .tw\:md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--tw-text-5xl);
      line-height: var(--tw-leading, var(--tw-text-5xl--line-height));
    }
  }
  .tw\:lg\:mx-0 {
    @media (width >= 64rem) {
      margin-inline: calc(var(--tw-spacing) * 0);
    }
  }
  .tw\:lg\:mx-auto {
    @media (width >= 64rem) {
      margin-inline: auto;
    }
  }
  .tw\:lg\:mb-12 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--tw-spacing) * 12);
    }
  }
  .tw\:lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .tw\:lg\:size-64 {
    @media (width >= 64rem) {
      width: calc(var(--tw-spacing) * 64);
      height: calc(var(--tw-spacing) * 64);
    }
  }
  .tw\:lg\:w-64 {
    @media (width >= 64rem) {
      width: calc(var(--tw-spacing) * 64);
    }
  }
  .tw\:lg\:gap-8 {
    @media (width >= 64rem) {
      gap: calc(var(--tw-spacing) * 8);
    }
  }
  .tw\:lg\:p-8 {
    @media (width >= 64rem) {
      padding: calc(var(--tw-spacing) * 8);
    }
  }
  .tw\:lg\:px-0 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--tw-spacing) * 0);
    }
  }
  .tw\:lg\:text-5xl {
    @media (width >= 64rem) {
      font-size: var(--tw-text-5xl);
      line-height: var(--tw-leading, var(--tw-text-5xl--line-height));
    }
  }
  .tw\:lg\:leading-tight {
    @media (width >= 64rem) {
      --tw-leading: var(--tw-leading-tight);
      line-height: var(--tw-leading-tight);
    }
  }
  .tw\:xl\:col-span-3 {
    @media (width >= 80rem) {
      grid-column: span 3 / span 3;
    }
  }
  .tw\:xl\:columns-3 {
    @media (width >= 80rem) {
      columns: 3;
    }
  }
  .tw\:xl\:columns-4 {
    @media (width >= 80rem) {
      columns: 4;
    }
  }
  .tw\:xl\:grid-cols-4 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .tw\:xl\:gap-16 {
    @media (width >= 80rem) {
      gap: calc(var(--tw-spacing) * 16);
    }
  }
  .tw\:2xl\:col-span-4 {
    @media (width >= 96rem) {
      grid-column: span 4 / span 4;
    }
  }
  .tw\:2xl\:columns-4 {
    @media (width >= 96rem) {
      columns: 4;
    }
  }
  .tw\:2xl\:grid-cols-5 {
    @media (width >= 96rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-leading: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-duration: initial;
    }
  }
}
