@charset "UTF-8";
/*!
* Theme Name: Brilo Theme
* Author: Brilo Team - Brilantní weby a jejich marketing
* Author URI: http://www.brilo.cz/
* Description: Brilo Theme
* Version: 1.2.2
*/
/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* purgecss start ignore */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem 1.5625rem;
  padding-bottom: 0.75rem 1.5625rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 0.0625rem dotted;
  outline: 0.3125rem auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type="search"] {
  outline-offset: -0.125rem;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/* purgecss end ignore */
.container {
  width: 100%;
  padding-right: 1.875em;
  padding-left: 1.875em;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 36em) {
  .container {
    max-width: 48em;
  }
}

@media (min-width: 48em) {
  .container {
    max-width: 62em;
  }
}

@media (min-width: 62em) {
  .container {
    max-width: 75em;
  }
}

@media (min-width: 75em) {
  .container {
    max-width: 87.5em;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 1.875em;
  padding-left: 1.875em;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -0.9375em;
  margin-left: -0.9375em;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 0.0625rem;
  padding-right: 0.9375em;
  padding-left: 0.9375em;
}

.col {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

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

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

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

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

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

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 36em) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 48em) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 62em) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 75em) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem 1.5625rem;
  vertical-align: top;
  border-top: 0.0625rem solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 0.125rem solid #dee2e6;
}

.table tbody + tbody {
  border-top: 0.125rem solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 0.0625rem solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 0.0625rem solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 0.125rem;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 35.938em) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 47.938em) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 61.938em) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 74.938em) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 0.0625rem solid #dee2e6 !important;
}

.border-top {
  border-top: 0.0625rem solid #dee2e6 !important;
}

.border-right {
  border-right: 0.0625rem solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 0.0625rem solid #dee2e6 !important;
}

.border-left {
  border-left: 0.0625rem solid #dee2e6 !important;
}

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

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

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

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

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

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

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

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

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

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 36em) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 48em) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 62em) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 75em) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -webkit-align-content: flex-start !important;
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important;
}

.align-content-end {
  -webkit-align-content: flex-end !important;
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important;
}

.align-content-center {
  -webkit-align-content: center !important;
      -ms-flex-line-pack: center !important;
          align-content: center !important;
}

.align-content-between {
  -webkit-align-content: space-between !important;
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important;
}

.align-content-around {
  -webkit-align-content: space-around !important;
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important;
}

.align-content-stretch {
  -webkit-align-content: stretch !important;
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important;
}

.align-self-auto {
  -webkit-align-self: auto !important;
      -ms-flex-item-align: auto !important;
          align-self: auto !important;
}

.align-self-start {
  -webkit-align-self: flex-start !important;
      -ms-flex-item-align: start !important;
          align-self: flex-start !important;
}

.align-self-end {
  -webkit-align-self: flex-end !important;
      -ms-flex-item-align: end !important;
          align-self: flex-end !important;
}

.align-self-center {
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
          align-self: center !important;
}

.align-self-baseline {
  -webkit-align-self: baseline !important;
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important;
}

.align-self-stretch {
  -webkit-align-self: stretch !important;
      -ms-flex-item-align: stretch !important;
          align-self: stretch !important;
}

@media (min-width: 36em) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 48em) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-md-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 62em) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-lg-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 75em) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

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

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

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

@media (min-width: 36em) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 48em) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 62em) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 75em) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

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

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

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

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

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

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

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

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

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

.w-auto {
  width: auto !important;
}

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

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

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

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

.h-auto {
  height: auto !important;
}

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

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

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

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

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

.mt-1,
.my-1 {
  margin-top: 1.5rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 1.5rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 1.5rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 1.5rem !important;
}

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

.mt-2,
.my-2 {
  margin-top: 3rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 3rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 3rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 3rem !important;
}

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

.mt-3,
.my-3 {
  margin-top: 4.5rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 4.5rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 4.5rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 4.5rem !important;
}

.m-4 {
  margin: 6rem !important;
}

.mt-4,
.my-4 {
  margin-top: 6rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 6rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 6rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 6rem !important;
}

.m-5 {
  margin: 7.5rem !important;
}

.mt-5,
.my-5 {
  margin-top: 7.5rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 7.5rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 7.5rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 7.5rem !important;
}

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

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

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

.pt-1,
.py-1 {
  padding-top: 1.5rem !important;
}

.pr-1,
.px-1 {
  padding-right: 1.5rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 1.5rem !important;
}

.pl-1,
.px-1 {
  padding-left: 1.5rem !important;
}

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

.pt-2,
.py-2 {
  padding-top: 3rem !important;
}

.pr-2,
.px-2 {
  padding-right: 3rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 3rem !important;
}

.pl-2,
.px-2 {
  padding-left: 3rem !important;
}

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

.pt-3,
.py-3 {
  padding-top: 4.5rem !important;
}

.pr-3,
.px-3 {
  padding-right: 4.5rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 4.5rem !important;
}

.pl-3,
.px-3 {
  padding-left: 4.5rem !important;
}

.p-4 {
  padding: 6rem !important;
}

.pt-4,
.py-4 {
  padding-top: 6rem !important;
}

.pr-4,
.px-4 {
  padding-right: 6rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 6rem !important;
}

.pl-4,
.px-4 {
  padding-left: 6rem !important;
}

.p-5 {
  padding: 7.5rem !important;
}

.pt-5,
.py-5 {
  padding-top: 7.5rem !important;
}

.pr-5,
.px-5 {
  padding-right: 7.5rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 7.5rem !important;
}

.pl-5,
.px-5 {
  padding-left: 7.5rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 36em) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 1.5rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 1.5rem !important;
  }
  .m-sm-2 {
    margin: 3rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 3rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 3rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 3rem !important;
  }
  .m-sm-3 {
    margin: 4.5rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 4.5rem !important;
  }
  .m-sm-4 {
    margin: 6rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 6rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 6rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 6rem !important;
  }
  .m-sm-5 {
    margin: 7.5rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 7.5rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 7.5rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 7.5rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 7.5rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 1.5rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 1.5rem !important;
  }
  .p-sm-2 {
    padding: 3rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 3rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 3rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 3rem !important;
  }
  .p-sm-3 {
    padding: 4.5rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 4.5rem !important;
  }
  .p-sm-4 {
    padding: 6rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 6rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 6rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 6rem !important;
  }
  .p-sm-5 {
    padding: 7.5rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 7.5rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 7.5rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 7.5rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 7.5rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 48em) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 1.5rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 1.5rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 1.5rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 1.5rem !important;
  }
  .m-md-2 {
    margin: 3rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 3rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 3rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 3rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 3rem !important;
  }
  .m-md-3 {
    margin: 4.5rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 4.5rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 4.5rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 4.5rem !important;
  }
  .m-md-4 {
    margin: 6rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 6rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 6rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 6rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 6rem !important;
  }
  .m-md-5 {
    margin: 7.5rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 7.5rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 7.5rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 7.5rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 7.5rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 1.5rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 1.5rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 1.5rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 1.5rem !important;
  }
  .p-md-2 {
    padding: 3rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 3rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 3rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 3rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 3rem !important;
  }
  .p-md-3 {
    padding: 4.5rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 4.5rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 4.5rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 4.5rem !important;
  }
  .p-md-4 {
    padding: 6rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 6rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 6rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 6rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 6rem !important;
  }
  .p-md-5 {
    padding: 7.5rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 7.5rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 7.5rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 7.5rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 7.5rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 62em) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 1.5rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 1.5rem !important;
  }
  .m-lg-2 {
    margin: 3rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 3rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 3rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 3rem !important;
  }
  .m-lg-3 {
    margin: 4.5rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 4.5rem !important;
  }
  .m-lg-4 {
    margin: 6rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 6rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 6rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 6rem !important;
  }
  .m-lg-5 {
    margin: 7.5rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 7.5rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 7.5rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 7.5rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 7.5rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 1.5rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 1.5rem !important;
  }
  .p-lg-2 {
    padding: 3rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 3rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 3rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 3rem !important;
  }
  .p-lg-3 {
    padding: 4.5rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 4.5rem !important;
  }
  .p-lg-4 {
    padding: 6rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 6rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 6rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 6rem !important;
  }
  .p-lg-5 {
    padding: 7.5rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 7.5rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 7.5rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 7.5rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 7.5rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 75em) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 1.5rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 1.5rem !important;
  }
  .m-xl-2 {
    margin: 3rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 3rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 3rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 3rem !important;
  }
  .m-xl-3 {
    margin: 4.5rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 4.5rem !important;
  }
  .m-xl-4 {
    margin: 6rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 6rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 6rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 6rem !important;
  }
  .m-xl-5 {
    margin: 7.5rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 7.5rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 7.5rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 7.5rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 1.5rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 1.5rem !important;
  }
  .p-xl-2 {
    padding: 3rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 3rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 3rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 3rem !important;
  }
  .p-xl-3 {
    padding: 4.5rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 4.5rem !important;
  }
  .p-xl-4 {
    padding: 6rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 6rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 6rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 6rem !important;
  }
  .p-xl-5 {
    padding: 7.5rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 7.5rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 7.5rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 7.5rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 36em) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 48em) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 62em) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 75em) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

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

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

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

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

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

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 0.0625rem solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 62rem !important;
  }
  .container {
    min-width: 62rem !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 0.0625rem solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 0.0625rem solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/* purgecss start ignore */
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 0.0625rem solid #ddd;
  border-radius: 0;
  background: #f8f8f8;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 2.375rem 0 0.625rem;
  font-size: 0.75rem;
  line-height: 2.375rem;
  color: #444;
  height: 2.375rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  background-color: #f8f8f8;
  color: #bbb;
  text-align: center;
  font: 0/0 a;
  *font: 1.25rem /2.375rem Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 0.25rem solid transparent;
  border-top-color: #bbb;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 0.0625rem !important;
  height: 0.0625rem !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #f8f8f8;
  border: 0.0625rem solid #c4c4c4;
  z-index: -1;
  -webkit-box-shadow: 0 0 0.625rem -0.375rem;
          box-shadow: 0 0 0.625rem -0.375rem;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.25rem;
  min-height: 1.25rem;
}

.selectric-items li {
  display: block;
  padding: 0.625rem;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #e0e0e0;
  color: #444;
}

.selectric-items li.highlighted {
  background: #f3f3f3;
  color: #444;
}

.selectric-items li:hover {
  background: #e6e6e6;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 0.625rem;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 1.5625rem;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 0.0625rem;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 0.0625rem solid transparent;
}

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

/* purgecss start ignore */
.fancybox-inner {
  right: 0 !important;
  bottom: 6.25rem !important;
}

.fancybox-thumbs {
  right: auto;
  left: 0;
  bottom: 0;
  top: auto !important;
  height: 6.25rem;
  width: 100% !important;
  padding: 0 !important;
  padding-top: 0.25rem !important;
  padding-left: 0.25rem !important;
  background: rgba(0, 0, 0, 0.3) !important;
}

.fancybox-thumbs__list a {
  height: 6.25rem !important;
  width: 7.8125rem !important;
}

.fancybox-thumbs__list a::before {
  border: 0.25rem solid #fff !important;
  -webkit-transition: none !important;
  transition: none !important;
}

/* purgecss end ignore */
img {
  display: block;
  -ms-interpolation-mode: bicubic;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  height: auto;
  max-width: 100%;
}

img[data-src]:not(.loaded) {
  opacity: 0;
}

img[data-src], img[data-srcset] {
  display: block;
  min-height: 0.0625rem;
  min-width: 0.0625rem;
}

.object-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.img-placeholder, .gallery-icon {
  background: #ececf0;
}

*::-webkit-input-placeholder {
  opacity: 1;
}

*::-ms-input-placeholder {
  opacity: 1;
}

*::placeholder {
  opacity: 1;
}

label {
  margin-bottom: 0;
}

iframe {
  margin-bottom: 1.5rem;
  max-width: 100%;
}

code {
  display: block;
  -webkit-transform: translateY(0.0625rem);
          transform: translateY(0.0625rem);
}

/*
//Desktop - from 1200px up
@media (min-width: map-get($grid-breakpoints, xl)) {
}

//Up to tablet landscape - up to 1199px
@media (max-width: map-get($grid-breakpoints, xl) - 1px) {
}

//Tablet landscape - from 992px to 1199px
@media (min-width: map-get($grid-breakpoints, lg)) and (max-width: map-get($grid-breakpoints, xl) - 1px) {
}

//Up to tablet portrait - up to 991px
@media (max-width: map-get($grid-breakpoints, lg) - 1px) {
}

//Tablet portrait - from 768px to 991px
@media (min-width: map-get($grid-breakpoints, md)) and (max-width: map-get($grid-breakpoints, lg) - 1px) {
}

//Up to phone landscape - up to 767px
@media (max-width: map-get($grid-breakpoints, md) - 1px) {
}

//Phone landscape - from  576px to 767px
@media (min-width: map-get($grid-breakpoints, sm)) and (max-width: map-get($grid-breakpoints, md) - 1px) {
}

//Phone portrait - up to 575px
@media (max-width: map-get($grid-breakpoints, sm) - 1px) {
}
*/
/* purgecss start ignore */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.entry-content h1 {
  margin-top: 0;
}

.entry-content > h2:first-child,
.entry-content > h3:first-child {
  margin-top: 0;
}

.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-size: 1.125rem;
  -webkit-transform: translateY(0.3125rem);
          transform: translateY(0.3125rem);
}

.entry-content ul,
.entry-content ol {
  list-style: none !important;
  padding: 0;
  margin: 0;
  font-size: 1.125rem;
  margin-bottom: 3rem;
  color: #474a59;
}

.entry-content ul li,
.entry-content ol li {
  margin-bottom: 1.5rem;
  -webkit-transform: translateY(0.3125rem);
          transform: translateY(0.3125rem);
}

.entry-content ul li {
  padding-left: 1.25rem;
}

.entry-content ul li::before {
  content: "";
  display: inline-block;
  position: relative;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  margin-right: 0.8125rem;
  background: #e31e24;
  margin-left: -1.25rem;
}

.entry-content ol li {
  position: relative;
  counter-increment: item;
  padding-left: 1.25rem;
}

.entry-content ol li::before {
  content: counter(item) ")";
  color: #e31e24;
  font-weight: 700;
  font-size: 1.125rem;
  top: 0.0625rem;
  width: 1.25rem;
  text-align: right;
  display: inline-block;
  position: relative;
  margin-right: 0.625rem;
  margin-left: -1.375rem;
}

.entry-content ol[style*="list-style-type: lower-alpha"] li::before {
  content: counter(item, lower-alpha) ")";
}

.entry-content ol[style*="list-style-type: upper-alpha"] li::before {
  content: counter(item, upper-alpha) ")";
}

.entry-content ol[style*="list-style-type: lower-latin"] li::before {
  content: counter(item, lower-latin) ")";
}

.entry-content ol[style*="list-style-type: upper-latin"] li::before {
  content: counter(item, upper-latin) ")";
}

.entry-content ol[style*="list-style-type: lower-greek"] li::before {
  content: counter(item, lower-greek) ")";
}

.entry-content ol[style*="list-style-type: upper-greek"] li::before {
  content: counter(item, upper-greek) ")";
}

.entry-content ol[style*="list-style-type: lower-roman"] li::before {
  content: counter(item, lower-roman) ".";
}

.entry-content ol[style*="list-style-type: upper-roman"] li::before {
  content: counter(item, upper-roman) ".";
}

.entry-content img {
  max-width: 100%;
  border-radius: 0;
}

.entry-content .table-responsive {
  margin: 3rem 0;
  -webkit-box-shadow: inset 0 0 0 0.0625rem #ececf0;
          box-shadow: inset 0 0 0 0.0625rem #ececf0;
  border-radius: 0;
}

.entry-content table {
  margin-bottom: 0;
}

.entry-content table * {
  border: none !important;
}

.entry-content table tr td:first-child::after,
.entry-content table tr th:first-child::after {
  width: calc(100% - 0.875rem);
  left: 0.875rem;
}

.entry-content table tr td:last-child::after,
.entry-content table tr th:last-child::after {
  width: calc(100% - 0.875rem);
  right: 0.875rem;
}

.entry-content table td,
.entry-content table th {
  font-size: 1rem;
  padding: 0.75rem 1.5625rem;
  color: #474a59;
  text-align: left;
  position: relative;
}

.entry-content table td:last-child::before,
.entry-content table th:last-child::before {
  display: none;
}

.entry-content table td::before,
.entry-content table th::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0.0625rem;
  background: #ececf0;
  top: 0;
  right: 0;
}

.entry-content table td::after,
.entry-content table th::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  background: #ececf0;
  top: -0.0625rem;
  left: 0;
}

.entry-content thead td,
.entry-content thead th {
  font-weight: 700;
  background: #ececf0;
  color: #2d2f35;
}

.entry-content thead td:first-child,
.entry-content thead th:first-child {
  border-top-left-radius: 0;
}

.entry-content thead td:last-child,
.entry-content thead th:last-child {
  border-top-right-radius: 0;
}

.entry-content thead td::after,
.entry-content thead th::after {
  display: none;
}

.entry-content thead td::before,
.entry-content thead th::before {
  height: calc(100% - 0.875rem);
  top: 0.875rem;
}

.entry-content tbody td,
.entry-content tbody th,
.entry-content tfoot td,
.entry-content tfoot th {
  font-weight: 400;
}

.entry-content tbody:last-child tr:last-child td::before,
.entry-content tbody:last-child tr:last-child th::before,
.entry-content tfoot tr:last-child td::before,
.entry-content tfoot tr:last-child th::before {
  height: calc(100% - 0.875rem);
  bottom: 0.875rem;
}

.entry-content .wp-caption {
  border: 0;
  padding: 0;
  text-align: center;
  max-width: 100%;
}

.entry-content .wp-caption img {
  border-radius: 0 0 0 0;
}

.entry-content .wp-caption-text {
  font-size: 0.9375rem;
  color: #2d2f35;
  border-radius: 0 0 0 0;
  background: #ececf0;
  -webkit-transform: none;
          transform: none;
  text-align: center;
  line-height: 1.5rem;
  padding: 0.25rem 0.625rem;
}

.entry-content hr {
  border: none;
  background: #ececf0;
  height: 0.0625rem;
  margin: 3rem 0;
  -webkit-transform: translateY(0.3125rem);
          transform: translateY(0.3125rem);
}

.entry-content blockquote {
  font-size: 1.125rem;
  background: #ececf0;
  border-radius: 0;
  font-weight: 400;
  padding: 1.5rem;
  margin: 3rem 0;
}

.entry-content .embed-responsive-16by9 {
  margin-bottom: 3rem;
}

.entry-content strong:empty,
.entry-content b:empty,
.entry-content p:empty {
  display: none;
}

.entry-content.text-center * {
  text-align: center !important;
}

.col-lg-9 .entry-content {
  padding-bottom: 3rem;
}

.col-lg-9 .entry-content > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 61.938em) {
  .entry-content td,
  .entry-content th {
    white-space: nowrap;
  }
}

@media (max-width: 35.938em) {
  .entry-content h1,
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6 {
    margin-bottom: 1.5rem !important;
  }
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6 {
    font-weight: 400;
  }
}

/* purgecss end ignore */
/* purgecss start ignore */
#ktCookieStatement {
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 0.3125rem;
  width: 100%;
  font-size: 0.75em;
  text-align: center;
  color: #efefef;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1000;
  padding: 5px;
}

#ktCookieStatement a {
  color: #efefef;
}

#ktCookieStatementText,
#ktCookieStatementConfirm,
#ktCookieStatementMoreInfo {
  margin: 0 0.3125rem;
}

#ktCookieStatementConfirm,
#ktCookieStatementMoreInfo {
  cursor: pointer;
  padding: 0.1875rem 0.3125rem;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 0.1875rem;
}

div.validator {
  height: 0;
  position: relative;
}

div.validator > span.erorr-s {
  position: absolute;
  padding: 0.125rem 0.375rem;
  padding-bottom: 0;
  display: block;
  left: 0;
  top: 0;
  white-space: nowrap;
  border-radius: 0.1875rem;
  color: #fff;
  font-family: verdana;
  letter-spacing: -0.0625rem;
  font-size: 0.75rem;
  background: #c92a2a;
  z-index: 98;
}

div.validator > span.erorr-s:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -0.3125rem;
  left: 0.625rem;
  border-style: solid;
  border-width: 0 0.3125rem 0.625rem 0.3125rem;
  border-color: transparent transparent #c92a2a transparent;
}

.loading {
  position: relative;
}

.loading article {
  opacity: 0.6;
}

.loading::before {
  content: "";
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  display: block;
  height: 3.125rem;
  width: 3.125rem;
  border-radius: 50%;
  -webkit-animation: rotate 2s infinite linear;
          animation: rotate 2s infinite linear;
  margin-top: -0.9375rem;
  margin-left: -0.9375rem;
  background-image: url("images/ico/spinner.svg");
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* purgecss end ignore */
/* purgecss start ignore */
body {
  line-height: 1.5rem;
  font-family: "Nunito Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale !important;
  color: #2d2f35;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  font-weight: 700;
}

.hp-heading {
  font-size: 2.5rem;
  -webkit-transform: translateY(0.625rem);
          transform: translateY(0.625rem);
  line-height: 3rem;
  font-weight: 900;
}

.base-heading,
.entry-content h1 {
  font-size: 2.5rem;
  -webkit-transform: translateY(0.625rem);
          transform: translateY(0.625rem);
  line-height: 3rem;
  margin-bottom: 3rem;
  font-weight: 900;
}

.base-subheading, .widgettitle, .col-lg-6 .partners-section .base-heading,
.entry-content h2 {
  font-size: 1.5rem;
  -webkit-transform: translateY(0.1875rem);
          transform: translateY(0.1875rem);
  line-height: 1.5rem;
  margin-bottom: 3rem;
  font-weight: 900;
}

.article-heading,
.entry-content h3 {
  font-size: 1.25rem;
  -webkit-transform: translateY(0.3125rem);
          transform: translateY(0.3125rem);
  line-height: 1.5rem;
  margin-bottom: 3rem;
  font-weight: 900;
}

p {
  font-size: 1.125rem;
  -webkit-transform: translateY(0.3125rem);
          transform: translateY(0.3125rem);
  margin-bottom: 1.5rem;
  color: #474a59;
}

.small-text {
  font-size: 1rem;
  -webkit-transform: translateY(0.375rem);
          transform: translateY(0.375rem);
}

.smallest-text {
  font-size: 0.875rem;
  -webkit-transform: translateY(0.375rem);
          transform: translateY(0.375rem);
}

a {
  text-decoration: none;
  color: #e31e24;
}

a:hover, a:focus {
  color: #e31e24;
  text-decoration: underline;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

strong,
b {
  font-weight: 700;
}

@media (max-width: 74.938em) {
  .hp-heading {
    font-size: 2.5rem;
    -webkit-transform: translateY(0.625rem);
            transform: translateY(0.625rem);
    line-height: 3rem;
  }
  .base-heading,
  .entry-content h1 {
    font-size: 2.1875rem;
    -webkit-transform: translateY(0.75rem);
            transform: translateY(0.75rem);
    line-height: 3rem;
  }
  .base-subheading, .widgettitle, .col-lg-6 .partners-section .base-heading,
  .entry-content h2 {
    font-size: 1.5rem;
    -webkit-transform: translateY(0.1875rem);
            transform: translateY(0.1875rem);
    line-height: 1.5rem;
  }
  .article-heading,
  .entry-content h3 {
    font-size: 1.25rem;
    -webkit-transform: translateY(0.3125rem);
            transform: translateY(0.3125rem);
    line-height: 1.5rem;
  }
}

@media (max-width: 47.938em) {
  .hp-heading {
    font-size: 2.5rem;
    -webkit-transform: translateY(0.625rem);
            transform: translateY(0.625rem);
    line-height: 3rem;
  }
  .base-heading,
  .entry-content h1 {
    font-size: 1.375rem;
    -webkit-transform: translateY(0.25rem);
            transform: translateY(0.25rem);
    line-height: 1.5rem;
  }
  .base-subheading, .widgettitle, .col-lg-6 .partners-section .base-heading,
  .entry-content h2 {
    font-size: 1.375rem;
    -webkit-transform: translateY(0.25rem);
            transform: translateY(0.25rem);
    line-height: 1.5rem;
  }
  .article-heading,
  .entry-content h3 {
    font-size: 1.25rem;
    -webkit-transform: translateY(0.3125rem);
            transform: translateY(0.3125rem);
    line-height: 1.5rem;
  }
}

@media (max-width: 35.938em) {
  .base-heading {
    margin-bottom: 1.5rem;
  }
}

/* purgecss end ignore */
/* purgecss start ignore */
.bg-01 {
  background-color: #ececf0 !important;
}

.bg-02 {
  background-color: #e3f5ff !important;
}

.bg-03 {
  background-color: #96d2f3 !important;
}

.container-narrow {
  max-width: 62.5rem;
}

@media (max-width: 47.938em) {
  .container-narrow:not(.breadcrumbs-container) {
    padding-top: 1.5rem;
  }
}

.aside-left .aside-main {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

.aside-left > div {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

/* purgecss end ignore */
/*!
* Theme Name: Brilo Theme
* Author: Brilo Team - Brilantní weby a jejich marketing
* Author URI: http://www.brilo.cz/
* Description: Brilo Theme
* Version: 1.2.2
*/
/* =WordPress Core
-------------------------------------------------------------- */
/* purgecss start ignore */
.alignnone {
  margin: 0.3125rem 1.25rem 1.25rem 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 3rem auto;
}

.alignright {
  float: right;
  margin: 0 0 1.25rem 1.875rem;
}

.alignleft {
  float: left;
  margin: 0 1.875rem 1.25rem 0;
}

.alignnone {
  margin: 0 1.25rem 1.5rem 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);
  position: absolute !important;
  height: 0.0625rem;
  width: 0.0625rem;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 0.1875rem;
  -webkit-box-shadow: 0 0 0.125rem 0.125rem rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 0.125rem 0.125rem rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.3125rem;
  line-height: normal;
  padding: 0.9375rem 1.4375rem 0.875rem;
  text-decoration: none;
  top: 0.3125rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

@media (max-width: 35.938em) {
  .alignleft,
  .alignright {
    float: none;
    display: block;
    margin: 0;
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}

/* purgecss end ignore */
/* purgecss start ignore */
.entry-content .columns-1 {
  display: block;
}

.entry-content .columns-1 .column {
  display: block;
}

.entry-content .columns-2 .column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.entry-content .columns-3 .column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333%;
      -ms-flex: 0 0 33.3333333%;
          flex: 0 0 33.3333333%;
  max-width: 33.3333333%;
}

.entry-content .columns-4 .column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.entry-content .column {
  position: relative;
  width: 100%;
  min-height: 0.0625rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-bottom: 1.5rem;
}

.entry-content .column img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  float: none !important;
}

@media (min-width: 62em) {
  .entry-content .column h2:first-of-type,
  .entry-content .column h3:first-of-type,
  .entry-content .column h4:first-of-type,
  .entry-content .column h5:first-of-type,
  .entry-content .column h6:first-of-type {
    margin-top: 0;
  }
}

@media (min-width: 48em) {
  .entry-content .columns-4 .column h2:first-of-type,
  .entry-content .columns-4 .column h3:first-of-type,
  .entry-content .columns-4 .column h4:first-of-type,
  .entry-content .columns-4 .column h5:first-of-type,
  .entry-content .columns-4 .column h6:first-of-type {
    margin-top: 0;
  }
}

@media (max-width: 74.938em) {
  .entry-content .columns-4 .column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 61.938em) {
  .entry-content .columns-3,
  .entry-content .columns-2 {
    display: block;
  }
  .entry-content .columns-3 .column,
  .entry-content .columns-2 .column {
    display: block;
    max-width: 100%;
  }
}

@media (max-width: 47.938em) {
  .entry-content .columns-2,
  .entry-content .columns-3,
  .entry-content .columns-4 {
    display: block;
  }
  .entry-content .columns-2 .column,
  .entry-content .columns-3 .column,
  .entry-content .columns-4 .column {
    display: block;
    max-width: 100%;
  }
}

/* purgecss end ignore */
main {
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
}

@media (max-width: 61.938em) {
  main {
    padding-top: 4.5rem;
  }
}

/* purgecss start ignore */
.btn, .widget_search #searchsubmit {
  border-radius: 0.1875rem;
  font-size: 1rem;
  background: #e31e24;
  color: #fff;
  font-weight: 600;
  min-width: 12.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  border: none;
  vertical-align: top;
  text-align: center;
  cursor: pointer;
  padding: 0.75rem 0;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  min-width: 200px;
}

.btn:hover, .widget_search #searchsubmit:hover, .signpost-item-inner:hover .btn, .signpost-item-inner:hover .widget_search #searchsubmit, .widget_search .signpost-item-inner:hover #searchsubmit {
  color: #fff;
  text-decoration: none;
}

.btn:hover::after, .widget_search #searchsubmit:hover::after, .signpost-item-inner:hover .btn::after, .signpost-item-inner:hover .widget_search #searchsubmit::after, .widget_search .signpost-item-inner:hover #searchsubmit::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.btn:focus, .widget_search #searchsubmit:focus, .btn:active, .widget_search #searchsubmit:active {
  outline: 0;
  color: #fff;
  text-decoration: none;
}

.btn::after, .widget_search #searchsubmit::after {
  border-radius: 0.1875rem;
  background: #b7171c;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  padding: inherit;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.btn span, .widget_search #searchsubmit span {
  position: relative;
  z-index: 1;
  display: block;
  padding-left: 1.0625rem;
  padding-right: 3.75rem;
}

.btn span::before, .widget_search #searchsubmit span::before {
  content: "";
  display: block;
  width: 2.1875rem;
  height: 2.1875rem;
  background-image: url("images/ico/arrow-right.svg");
  background-size: 0.8125rem 0.5625rem;
  background-repeat: no-repeat;
  background-position: 50% 52%;
  border: 0.0625rem solid #d21117;
  border-radius: 100%;
  position: absolute;
  right: 0.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-secondary {
  background: #96d2f3;
  color: #fff;
}

.btn-secondary:hover {
  color: #fff;
}

.btn-secondary:focus, .btn-secondary:active {
  color: #fff;
}

.btn-secondary::after {
  background: #68beee;
}

.btn-small, .widget_search #searchsubmit {
  font-size: 0.875rem;
  min-width: 9.375rem;
  margin: 0.21rem 0;
}

.btn-large {
  font-size: 1rem;
  min-width: 14.375rem;
  padding: 1.05rem 1.25rem;
  margin: 0.45rem 0;
  font-weight: 700;
  padding-right: 0;
  padding-left: 0;
}

.btn-large span::before {
  width: 2.5rem;
  height: 2.5rem;
  right: 0.75rem;
  background-size: 1.125rem 0.75rem;
  background-position: 48% 51.5%;
}

.btn-disabled {
  background: #d3d3d3;
  color: #474a59;
  cursor: default;
}

.btn-disabled:hover, .btn-disabled:active, .btn-disabled:focus {
  color: #474a59;
}

.btn-disabled::after {
  display: none;
}

.btn-loading {
  color: #fff;
  cursor: default;
  position: relative;
}

.btn-loading::before {
  content: "";
  background-image: -webkit-repeating-linear-gradient(135deg, #e31e24, #e31e24 0.6875rem, #b7171c 0.625rem, #b7171c 1.25rem);
  background-image: repeating-linear-gradient(-45deg, #e31e24, #e31e24 0.6875rem, #b7171c 0.625rem, #b7171c 1.25rem);
  background-size: 1.75rem 1.75rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: move 0.5s linear infinite;
          animation: move 0.5s linear infinite;
}

.btn-loading::after {
  display: none;
}

@-webkit-keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1.75rem 0;
  }
}

@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1.75rem 0;
  }
}

/* purgecss end ignore */
.base-section .container {
  padding-top: 6rem;
  padding-bottom: 4.5rem;
}

.base-section .container > header {
  text-align: center;
  margin-bottom: 4.5rem;
}

.base-section .container > header .base-heading:last-child {
  margin-bottom: 4.5rem;
}

.base-section .container > header .base-heading {
  margin-bottom: 1.5rem;
  position: relative;
}

.base-section .container > header p {
  max-width: 53.75rem;
  margin-left: auto;
  margin-right: auto;
}

.base-section .base-heading {
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto;
}

.base-section .base-heading::before {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background-image: url("images/ico/gear-single.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transform: translateY(-0.625rem);
          transform: translateY(-0.625rem);
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 61.938em) {
  .base-section .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .base-section .container > header {
    margin-bottom: 3rem;
  }
  .base-section .container > header .base-heading:last-child {
    margin-bottom: 6rem;
  }
}

@media (max-width: 47.938em) {
  .breadcrumbs-container + .base-section .container {
    padding-top: 1.5rem;
  }
  .base-section .container > header .base-heading:last-child {
    margin-bottom: 3rem;
  }
  .base-section .base-heading::before {
    width: 2.25rem;
    height: 2.25rem;
    margin-right: auto;
  }
}

@media (max-width: 35.938em) {
  .base-section .container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.post-detail-other-section {
  -webkit-box-shadow: 0 -0.0625rem 0 0 #e3f5ff;
          box-shadow: 0 -0.0625rem 0 0 #e3f5ff;
}

.advantage-block {
  text-align: center;
  margin-bottom: 3rem;
  padding: 0 0.9375rem;
  width: 16.5%;
}

.advantage-inner {
  height: 100%;
}

.advantage-img {
  background: #2d2f35;
  height: 7.5rem;
  width: 7.5rem;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  -webkit-box-shadow: inset 0 0 0 0 transparent;
          box-shadow: inset 0 0 0 0 transparent;
}

.advantage-img svg {
  height: 3.75rem;
  width: 3.75rem;
  fill: #fff;
}

.advantage-text > * {
  font-size: 1.125rem;
  -webkit-transform: translateY(0.3125rem);
          transform: translateY(0.3125rem);
  font-weight: 700;
  color: #2d2f35;
}

@media (max-width: 61.938em) {
  .advantage-block {
    width: 33%;
  }
}

@media (max-width: 35.938em) {
  .advantage-block {
    width: 48%;
  }
}

.aside-main img {
  border-radius: 0;
}

.aside-nav {
  /*
	nav {
		margin-bottom: $baseline;
		border-radius: $aside-nav-border-radius;
		box-shadow: 0 0 0 1px $aside-nav-border-color;
		background: $aside-nav-bg-color;
	}


	a {
		font-size: $aside-nav-font-size;
		font-weight: $aside-nav-font-weight;
		color: $aside-nav-text-color;
		padding: $baseline * 0.5 20px;
		padding-left: 36px;
		display: block;
		position: relative;
		text-decoration: none;
		z-index: 1;

		&:hover {
			text-decoration: underline;

			&::after {
				//background: $aside-nav-text-color-hover;
			}
		}

		&::after {
			content: "";
			display: block;
			width: 6px;
			height: 6px;
			position: absolute;
			left: 17px;
			top: 22px;
			background: $aside-nav-text-color;
			border-radius: $aside-nav-bullet-border-radius;
		}

		&::before {
			content: "";
			display: block;
			width: calc(100% - 20px);
			height: 1px;
			background: $aside-nav-border-color;
			position: absolute;
			bottom: -1px;
			left: 10px;
		}
	}
	*/
}

.aside-posts-item {
  margin-bottom: 1.5rem;
}

.aside-posts-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.aside-posts-item a:hover .aside-posts-item-img img {
  opacity: 0.7;
}

.aside-posts-item a:hover .aside-posts-item-heading {
  text-decoration: underline;
}

.aside-posts-item-img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 1.125rem;
  max-width: 6rem;
}

.aside-posts-item-heading {
  font-size: 1rem;
  color: #e31e24;
  font-weight: 700;
  -webkit-transform: translateY(-0.3125rem);
          transform: translateY(-0.3125rem);
}

.aside-img-block {
  margin-bottom: 3rem;
}

.aside-img-block .aside-img-block-heading {
  margin-bottom: 1.5rem;
}

.widget {
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.widgettitle {
  margin-bottom: 1.5rem;
  margin-top: -1.5rem;
}

/*
.aside-nav {
	.widget:first-child {
		.widgettitle {
			@extend .base-heading;
		}
	}
}
*/
.widget_nav_menu > div > ul,
.widget_pages > ul {
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0.0625rem #474a59;
          box-shadow: 0 0 0 0.0625rem #474a59;
  background: #fff;
}

.widget_nav_menu > div > ul .active > a,
.widget_nav_menu > div > ul .current-menu-item > a,
.widget_pages > ul .active > a,
.widget_pages > ul .current-menu-item > a {
  font-weight: 700;
  text-decoration: underline;
}

.widget_nav_menu > div > ul a,
.widget_pages > ul a {
  font-size: 1.125rem;
  font-weight: 400;
  color: #e31e24;
  padding: 0.75rem 1.25rem;
  padding-left: 2.25rem;
  display: block;
  position: relative;
  text-decoration: none;
  z-index: 1;
}

.widget_nav_menu > div > ul a:hover,
.widget_pages > ul a:hover {
  text-decoration: underline;
}

.widget_nav_menu > div > ul a::after,
.widget_pages > ul a::after {
  content: "";
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  position: absolute;
  left: 1.0625rem;
  top: 1.375rem;
  background: #e31e24;
  border-radius: 0;
}

.widget_nav_menu > div > ul a::before,
.widget_pages > ul a::before {
  content: "";
  display: block;
  width: calc(100% - 1.25rem);
  height: 0.0625rem;
  background: #474a59;
  position: absolute;
  bottom: -0.0625rem;
  left: 0.625rem;
}

.widget_categories:not(.widget_categories_select) ul {
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0.0625rem #474a59;
          box-shadow: 0 0 0 0.0625rem #474a59;
  background: #fff;
}

.widget_categories:not(.widget_categories_select) ul li {
  font-size: 1.125rem;
  font-weight: 400;
  color: #e31e24;
  padding: 0.75rem 1.25rem;
  padding-left: 2.25rem;
  display: block;
  position: relative;
  text-decoration: none;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.widget_categories:not(.widget_categories_select) ul li::after {
  content: "";
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  position: absolute;
  left: 1.0625rem;
  top: 1.375rem;
  background: #e31e24;
  border-radius: 0;
}

.widget_categories:not(.widget_categories_select) ul li::before {
  content: "";
  display: block;
  width: calc(100% - 1.25rem);
  height: 0.0625rem;
  background: #474a59;
  position: absolute;
  bottom: -0.0625rem;
  left: 0.625rem;
}

.widget_categories:not(.widget_categories_select) ul li a {
  width: 100%;
}

.widget_categories:not(.widget_categories_select) ul li a:hover {
  text-decoration: underline;
}

.widget_categories_select .selectric {
  border: 0.0625rem solid #474a59;
  background: #fff;
}

.widget_categories_select .selectric .label {
  font-size: 1.125rem;
  color: #e31e24;
  line-height: 1.5rem;
  padding: 0.75rem 0;
  height: 3rem;
}

.widget_categories_select .selectric .button {
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
  color: red;
  background: transparent;
}

.widget_categories_select .selectric .button::after {
  border: 0.4375rem solid transparent;
  border-top-color: #e31e24;
  -webkit-transform: translateY(0.3125rem);
          transform: translateY(0.3125rem);
}

.widget_categories_select .selectric-items {
  border: 0.0625rem solid #474a59;
  border-top: 0;
  background: #fff;
}

.widget_categories_select .selectric-items li {
  font-size: 1.125rem;
  line-height: 3rem;
  padding: 0 0.75rem;
  color: #e31e24;
}

.widget_search form > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.widget_search #s {
  height: 2.625rem;
  line-height: 3rem;
  border: 0.0625rem solid #474a59;
  outline: 0;
  padding: 0 0.9375rem;
  width: 100%;
}

.widget_search #searchsubmit {
  margin-left: 0.1875rem;
  min-width: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.widget_search #searchsubmit:hover {
  background: #b7171c;
}

@media (max-width: 74.938em) {
  .aside-posts-item-img {
    display: none;
  }
}

@media (max-width: 61.938em) {
  .aside-main {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .aside-posts,
  .aside-img-block {
    display: none;
  }
  /*
	.aside-nav {
		box-shadow: 0 0 0 1px $aside-nav-border-color;
		border-radius: $aside-nav-border-radius;
	}
	*/
  .aside-nav nav {
    display: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .widget {
    display: none;
  }
  .widget_nav_menu,
  .widget_pages,
  .widget_categories {
    display: block;
    -webkit-box-shadow: 0 0 0 0.0625rem #474a59;
            box-shadow: 0 0 0 0.0625rem #474a59;
    border-radius: 0;
  }
  .widget_nav_menu .widgettitle,
  .widget_pages .widgettitle,
  .widget_categories .widgettitle {
    font-size: 1.125rem;
    position: relative;
    line-height: 1.5rem;
    padding: 0.75rem 0.625rem;
    padding-right: 2.5rem;
    margin-bottom: 0;
    -webkit-transform: none;
            transform: none;
  }
  .widget_nav_menu .widgettitle::before,
  .widget_pages .widgettitle::before,
  .widget_categories .widgettitle::before {
    content: "";
    display: block;
    width: 1.5625rem;
    height: 1.5625rem;
    position: absolute;
    right: 0.625rem;
    top: 50%;
    top: 0.75rem;
    background-image: url("images/ico/caret-down.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .widget_nav_menu .widgettitle.js-open::before,
  .widget_pages .widgettitle.js-open::before,
  .widget_categories .widgettitle.js-open::before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .widget_categories ul,
  .widget_nav_menu > div > ul,
  .widget_pages > ul {
    display: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .widget_categories_select {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .widget_categories_select .widgettitle::before {
    display: none;
  }
}

@media (max-width: 47.938em) {
  .aside-main {
    padding-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

html.js-baseline {
  position: relative;
}

html.js-baseline::before {
  content: "";
  position: absolute;
  top: -0.0625rem;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(#0be2d7 0.0625rem, transparent 0.0625rem);
  background-image: linear-gradient(#0be2d7 0.0625rem, transparent 0.0625rem);
  background-size: auto 1.5rem;
  z-index: 998;
}

.baseline-toggle {
  display: inline-block;
  line-height: 3rem;
  font-size: 0.9375rem;
  font-weight: 600;
  padding: 0 0.8125rem;
  position: fixed;
  bottom: 0.3125rem;
  right: 0.3125rem;
  cursor: pointer;
  background: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 999;
  border: 0.125rem solid #000;
  color: #000;
  border-radius: 0.25rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.baseline-toggle:hover {
  background: #000;
  color: #fff;
}

.breadcrumbs {
  font-weight: 700;
  font-size: 0.875rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.breadcrumbs a {
  position: relative;
  color: #e31e24;
  margin-right: 1.5625rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.breadcrumbs a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -0.9375rem;
  width: 0.3125rem;
  height: 0.3125rem;
  background-color: #e31e24;
  border-radius: 0;
}

.breadcrumbs a:hover {
  color: #e31e24;
  text-decoration: underline;
}

.breadcrumbs > span > span:first-child > a {
  display: inline-block;
  color: transparent;
  width: 1.05rem;
  height: 1.5rem;
  position: relative;
  background-image: url("images/ico/home.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.875rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.breadcrumb-last {
  color: #2d2f35;
}

@media (max-width: 47.938em) {
  .breadcrumbs {
    margin-top: 0;
    margin-bottom: 0;
    display: none;
  }
}

.comment-reply-title {
  font-size: 1.125rem;
  -webkit-transform: translateY(0.3125rem);
          transform: translateY(0.3125rem);
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.comment-form {
  -webkit-box-shadow: 0 0 0 0.0625rem #96d2f3;
          box-shadow: 0 0 0 0.0625rem #96d2f3;
  padding: 1.5rem 2.5rem;
  padding-top: 3rem;
  background: #e3f5ff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #2d2f35;
  margin-bottom: 3rem;
}

.comment-form-quote-notice {
  width: 100%;
  margin-bottom: 1.5rem;
  position: relative;
  padding-right: 1.875rem;
}

.comment-form-quote-notice span:first-child {
  font-weight: 700;
}

.comment-form-quote-notice span:nth-child(2) {
  font-style: italic;
  color: #2d2f35;
}

.comment-form-quote-notice span:last-child {
  top: 0;
  right: 0;
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.comment-form-quote-notice span:last-child:hover {
  cursor: pointer;
}

.comment-form-quote-notice span:last-child:hover::before, .comment-form-quote-notice span:last-child:hover::after {
  background: #e31e24;
}

.comment-form-quote-notice span:last-child::before, .comment-form-quote-notice span:last-child::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.125rem;
  background: #2d2f35;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.comment-form-quote-notice span:last-child::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.comment-form-author,
.comment-form-email {
  width: calc(50% - 0.9375rem);
  margin-bottom: 3rem;
  -webkit-transform: none;
          transform: none;
}

.comment-form-author input,
.comment-form-email input {
  width: 100%;
  line-height: 3rem;
  height: 3rem;
  outline: none;
  border: 0;
  -webkit-box-shadow: inset 0 0 0 0.0625rem #96d2f3;
          box-shadow: inset 0 0 0 0.0625rem #96d2f3;
  background: #fff;
  padding: 0 1.25rem;
}

.comment-form-author input::-webkit-input-placeholder,
.comment-form-email input::-webkit-input-placeholder {
  color: #2d2f35;
}

.comment-form-author input::-ms-input-placeholder,
.comment-form-email input::-ms-input-placeholder {
  color: #2d2f35;
}

.comment-form-author input::placeholder,
.comment-form-email input::placeholder {
  color: #2d2f35;
}

.comment-form-comment {
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  -webkit-transform: none;
          transform: none;
}

.comment-form-comment textarea {
  width: 100%;
  resize: none;
  height: 15rem;
  border: 0;
  -webkit-box-shadow: inset 0 0 0 0.0625rem #96d2f3;
          box-shadow: inset 0 0 0 0.0625rem #96d2f3;
  background: #fff;
  vertical-align: top;
  outline: none;
  padding: 0.625rem 1.25rem;
}

.comment-form-comment textarea::-webkit-input-placeholder {
  color: #2d2f35;
}

.comment-form-comment textarea::-ms-input-placeholder {
  color: #2d2f35;
}

.comment-form-comment textarea::placeholder {
  color: #2d2f35;
}

.comment-notes {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
}

.form-submit {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  margin-left: auto;
  margin-bottom: 0;
  -webkit-transform: none;
          transform: none;
}

.comment-form-comment label,
.comment-form-author label,
.comment-form-email label {
  display: none;
}

.logged-in-as {
  color: #e31e24;
  font-weight: 700;
}

.comment-form-url {
  display: none;
}

@media (max-width: 35.938em) {
  .comment-form {
    padding: 1.5rem 0.9375rem;
  }
  .comment-form-author,
  .comment-form-email {
    width: 100%;
    margin-bottom: 1.5rem;
    -webkit-transform: none;
            transform: none;
  }
  .comment-notes {
    text-align: center;
  }
  .form-submit {
    margin-left: auto;
    margin-right: auto;
  }
}

.contact-form {
  background: #e3f5ff;
  -webkit-box-shadow: 0 0 0 0.0625rem #96d2f3;
          box-shadow: 0 0 0 0.0625rem #96d2f3;
  position: relative;
  padding: 1.5rem 2.5rem;
  padding-top: 3rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.contact-form .contact-form-top input {
  background: #fff;
  -webkit-box-shadow: inset 0 0 0 0.0625rem #96d2f3;
          box-shadow: inset 0 0 0 0.0625rem #96d2f3;
  color: #2d2f35;
  font-size: 1.125rem;
  margin-bottom: 3rem;
  line-height: 3rem;
  height: 3rem;
  outline: none;
  width: 100%;
  border: none;
  border-radius: 0;
  padding-left: 1rem;
}

.contact-form .contact-form-top input::-webkit-input-placeholder {
  color: #2d2f35;
}

.contact-form .contact-form-top input::-ms-input-placeholder {
  color: #2d2f35;
}

.contact-form .contact-form-top input::placeholder {
  color: #2d2f35;
}

.contact-form textarea {
  font-size: 1.125rem;
  background: #fff;
  -webkit-box-shadow: inset 0 0 0 0.0625rem #96d2f3;
          box-shadow: inset 0 0 0 0.0625rem #96d2f3;
  color: #2d2f35;
  outline: none;
  width: 100%;
  padding: 0 1rem;
  padding-top: 1.2rem;
  resize: none;
  height: 15rem;
  margin-bottom: 1.5rem;
  line-height: 1.5rem;
  border: none;
  vertical-align: top;
}

.contact-form textarea::-webkit-input-placeholder {
  color: #2d2f35;
}

.contact-form textarea::-ms-input-placeholder {
  color: #2d2f35;
}

.contact-form textarea::placeholder {
  color: #2d2f35;
}

.contact-form .btn, .contact-form .widget_search #searchsubmit, .widget_search .contact-form #searchsubmit {
  margin-left: auto;
  min-width: 9.5rem;
}

.contact-form .consent-notice {
  margin-right: 1.25rem;
  font-weight: 400;
  color: #2d2f35;
}

.contact-form .consent-notice a {
  color: #e31e24;
}

.contact-form .consent-notice a:hover {
  text-decoration: underline;
}

.contact-form .validator {
  bottom: 3rem;
}

.contact-form textarea + .validator {
  bottom: 1.5rem;
  left: 0;
}

.contact-form .disclaimer-notice {
  font-size: 1rem;
  display: block;
  margin-bottom: 3rem;
  margin-top: -1.5rem;
  -webkit-transform: translateY(0.375rem);
          transform: translateY(0.375rem);
  text-align: center;
}

.contact-form .file-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-form .file-input label {
  min-width: 0;
  margin-left: 0;
  width: 12.5rem;
  margin-right: 0.625rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.contact-form .file-input input {
  display: none;
}

.contact-form .fake-label {
  font-size: 1.125rem;
  font-weight: 700;
  color: #96d2f3;
  margin-right: 1.875rem;
}

.contact-form .file-info {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contact-form .fake-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-form-career .contact-form-top > div {
  width: 30%;
}

.contact-form-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact-form-top > div {
  width: 30%;
  position: relative;
}

.contact-form-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3rem;
}

.contact-form-center > div {
  width: 46%;
}

.contact-form-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-form-bg {
  height: 20.25rem;
  position: absolute;
  top: -3.75rem;
  right: -4.5rem;
}

.contact-form-bottom-bg {
  position: absolute;
  right: -4.8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 3.3rem;
}

.entry-content .contact-form {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 3rem;
}

.entry-content .contact-form .fake-label {
  margin-right: 0.9375rem;
}

.entry-content .contact-form .file-input label {
  width: auto;
}

.entry-content .contact-form .contact-form-bottom-bg {
  display: none;
}

.entry-content .contact-form li {
  margin-bottom: 0;
}

.entry-content .contact-form li::before {
  display: none !important;
}

@media (max-width: 47.938em) {
  .contact-form .btn, .contact-form .widget_search #searchsubmit, .widget_search .contact-form #searchsubmit {
    margin-left: 0;
  }
  .contact-form .consent-notice {
    margin-bottom: 1.5rem;
    margin-right: 0;
    width: 100%;
  }
  .contact-form-top {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .contact-form-top > div {
    width: 48%;
  }
  .contact-form-top > div:last-child {
    width: 100%;
  }
  .contact-form-bottom {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

@media (max-width: 35.938em) {
  .contact-form {
    padding: 1.5rem 0.9375rem !important;
  }
  .contact-form .contact-form-top input {
    margin-bottom: 1.5rem;
  }
  .contact-form textarea {
    margin-bottom: 1.5rem;
    height: 10.5rem;
  }
  .contact-form .validator {
    bottom: 1.5rem;
  }
  .contact-form .file-input {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    text-align: center;
    margin-bottom: 0.75rem;
  }
  .contact-form .file-input .fake-label {
    width: 100%;
    margin-bottom: 0.75rem;
  }
  .contact-form .file-input label {
    margin-right: 0;
    width: 12.5rem;
  }
  .contact-form .file-input .fake-input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-form-top {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 1.5rem;
  }
  .contact-form-top > div {
    width: 100%;
  }
}

.contact-section .entry-content h2 {
  margin-top: 0;
}

.contact-section .entry-content h3 {
  margin-bottom: 1.5rem;
}

.contact-section .entry-content img {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-section .entry-content .table-responsive {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.contact-section .entry-content th,
.contact-section .entry-content td {
  padding: 0;
  padding-right: 0.625rem;
  padding-bottom: 0.75rem;
  padding-top: 0;
}

.contact-section .entry-content th:first-child,
.contact-section .entry-content td:first-child {
  padding-right: 0;
}

.contact-section .entry-content th::before, .contact-section .entry-content th::after,
.contact-section .entry-content td::before,
.contact-section .entry-content td::after {
  display: none;
}

.contact-map {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.3125rem;
  max-width: 25rem;
  border: 0.0625rem solid #ececf0;
  background: #fff;
}

.contact-map img {
  display: inline-block;
  border-radius: 0;
}

.contact-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.contact-item img {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 0.75rem;
}

@media (max-width: 35.938em) {
  .contact-section .entry-content {
    text-align: center;
  }
  .contact-section .entry-content h2 {
    margin-bottom: 1.5rem;
  }
  .contact-section .entry-content table {
    max-width: 21.875rem;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-section .entry-content table td {
    text-align: center;
    padding-right: 0;
  }
  .contact-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact-item img {
    height: 1.5rem;
    margin-right: 0.75rem;
  }
  .contact-map {
    margin-left: auto;
    margin-right: auto;
  }
}

/* purgecss start ignore */
.employees-item {
  margin-bottom: 6rem;
}

.employees-item .employee-img {
  margin: 0 auto;
  margin-bottom: 1.5rem;
}

.employees-item > * {
  max-width: 100%;
}

.employees-item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.employee-img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  overflow: hidden;
  background: #ececf0;
  border-radius: 100%;
  width: 9.375rem;
  height: 9.375rem;
}

.employee-name {
  margin-bottom: 0;
  text-align: center;
}

.employee-title {
  font-size: 1rem;
  -webkit-transform: translateY(0.375rem);
          transform: translateY(0.375rem);
  margin-bottom: 1.5rem;
  text-align: center;
}

.employee-text {
  text-align: center;
  font-size: 1rem;
}

.employee-name + .employee-text {
  margin-top: 1.5rem;
}

.employee-contact {
  display: block;
  -webkit-transform: translateY(0.3125rem);
          transform: translateY(0.3125rem);
  text-align: center;
}

.employee-contact img {
  width: 1rem;
  display: inline-block;
  -webkit-transform: translateY(-0.1875rem);
          transform: translateY(-0.1875rem);
  margin-right: 0.75rem;
}

.employee-contact span {
  font-size: 1rem;
  color: #2d2f35;
}

a.employee-contact {
  text-decoration: none;
}

a.employee-contact span {
  color: #e31e24;
}

a.employee-contact:hover span {
  text-decoration: underline;
}

.employee-email img {
  -webkit-transform: translateY(-0.125rem);
          transform: translateY(-0.125rem);
}

@media (max-width: 61.938em) {
  .employees-item {
    margin-bottom: 4.5rem;
  }
}

@media (max-width: 35.938em) {
  .employees-item {
    max-width: 25rem;
  }
}

/* purgecss end ignore */
/* purgecss start ignore */
.employees-section-no-img .employees-item-inner {
  background: #fff;
  padding: 1.5rem 0.9375rem;
  -webkit-box-shadow: 0 0.3125rem 1.875rem 0 rgba(39, 44, 78, 0.01);
          box-shadow: 0 0.3125rem 1.875rem 0 rgba(39, 44, 78, 0.01);
}

.employees-section-no-img .employee-img {
  display: none;
}

/* purgecss end ignore */
.error-404-section {
  text-align: center;
}

.error-404-section header p {
  max-width: 31.25rem !important;
  font-weight: 700;
}

.error-404-img {
  height: 7.5rem;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 47.938em) {
  .error-404-img {
    height: 4.5rem;
  }
}

.footer-bottom {
  background: transparent;
  color: #fff;
}

.footer-bottom .container {
  min-height: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.footer-copy {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 1.5rem;
  font-size: 0.875rem;
}

.footer-bottom-nav {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 1.5rem;
  text-align: center;
  font-size: 0.875rem;
}

.footer-bottom-nav:last-child ul {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.footer-bottom-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-bottom-nav li {
  margin-right: 1.875rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-bottom-nav li:last-child {
  margin-right: 0;
}

.footer-bottom-nav li:last-child:after {
  display: none;
}

.footer-bottom-nav li::after {
  content: "";
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
  right: -0.9375rem;
  width: 0.0625rem;
  height: 1.0625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer-bottom-nav a {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}

.footer-bottom-nav a:hover {
  text-decoration: none;
}

@media (max-width: 74.938em) {
  .footer-bottom {
    padding: 0.75rem 0;
  }
  .footer-bottom .container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer-copy {
    width: 100%;
    text-align: center;
    margin-bottom: 1.5rem;
    padding: 0;
  }
  .footer-bottom-nav {
    width: 100%;
    margin-bottom: 1.5rem;
    padding: 0;
  }
  .footer-bottom-nav ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-bottom-social {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

@media (max-width: 35.938em) {
  .footer-bottom .container {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-copy {
    width: 100%;
  }
  .footer-bottom-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-bottom-nav li {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
    margin-bottom: 0.75rem;
  }
  .footer-bottom-nav li::after {
    display: none;
  }
}

.footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 1.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-social a {
  height: 1.5rem;
  width: 1.5rem;
  margin: 0 0.375rem;
  -webkit-box-shadow: 0 0 0 0.0625rem transparent;
          box-shadow: 0 0 0 0.0625rem transparent;
  border-radius: 0.1875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.footer-social a:hover svg {
  fill: #e31e24;
}

.footer-social img,
.footer-social svg {
  -webkit-transition: -webkit-filter 0.2s;
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
  width: 1rem;
  height: 1rem;
  margin-bottom: 0;
}

.footer-social svg {
  fill: #fff;
  -webkit-transition: fill 0.2s;
  transition: fill 0.2s;
}

.footer-top {
  background: transparent;
  color: #fff;
}

.footer-top .container {
  padding-top: 3rem;
  position: relative;
}

.footer-top .container::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 1.875rem;
  width: calc(100% - 3.75rem);
  height: 0.0625rem;
  background: #2d2f35;
}

.footer-block {
  margin-bottom: 1.5rem;
}

.footer-block .article-heading {
  margin-bottom: 1.5rem;
  font-weight: 700;
}

.footer-block p {
  font-size: 1rem;
  -webkit-transform: translateY(0.375rem);
          transform: translateY(0.375rem);
  color: #bbbbbf;
}

.footer-block a {
  color: #bbbbbf;
  text-decoration: underline;
}

.footer-block a:hover {
  text-decoration: none;
}

.footer-block img {
  display: inline-block;
  max-width: calc(100% - 1.5rem);
  border-radius: 0;
  margin-bottom: 1.5rem;
}

.footer-block .table-responsive {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.footer-block table th,
.footer-block table td {
  padding: 0;
  padding-right: 0.625rem;
  padding-top: 0;
  color: #bbbbbf;
}

.footer-block table th:first-child,
.footer-block table td:first-child {
  padding-right: 0;
}

.footer-block table th::before, .footer-block table th::after,
.footer-block table td::before,
.footer-block table td::after {
  display: none;
}

.footer-top-nav li {
  font-size: 1rem;
  -webkit-transform: translateY(0.375rem);
          transform: translateY(0.375rem);
  margin-bottom: 1.5rem;
}

.footer-top-nav a {
  color: #bbbbbf;
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer;
}

.footer-top-nav a:hover {
  text-decoration: none;
}

.footer-brand {
  display: block;
  margin-top: 3rem;
  text-decoration: none !important;
  margin-bottom: 1.5rem;
  text-align: center;
}

.footer-brand:hover, .footer-brand:active, .footer-brand:focus {
  text-decoration: none;
}

.footer-brand .footer-brand-img-wrap {
  position: relative;
  max-width: 16.5625rem;
  height: 3rem;
}

.footer-brand img {
  display: inline-block;
  margin-bottom: 0;
  max-width: 100%;
  max-height: 100%;
}

.footer-brand img[src$=".svg"] {
  height: 3rem;
}

.footer-brand span {
  font-size: 1rem;
  -webkit-transform: translateY(0.375rem);
          transform: translateY(0.375rem);
  color: #fff;
  display: block;
  text-align: center;
  margin-top: 1.5rem;
}

@media (max-width: 47.938em) {
  .footer-block {
    margin-bottom: 3rem;
  }
  .footer-block:last-child {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 35.938em) {
  .footer-block {
    text-align: center;
  }
  .footer-block table {
    display: block;
  }
  .footer-block table * {
    display: block;
  }
  .footer-block table td,
  .footer-block table th {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  .footer-block table tr {
    padding: 0.75rem 0;
  }
  .footer-brand {
    margin-top: 0;
  }
}

.footer-main {
  background: #474a59;
  margin-left: auto;
  margin-right: auto;
}

.footer-brilo {
  background: transparent;
}

.footer-brilo .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-brilo a {
  padding: 0 0.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.25rem;
}

.footer-brilo a:hover {
  text-decoration: none;
}

.footer-brilo a:hover span {
  text-decoration: underline;
}

.footer-brilo span {
  color: #fff;
  font-size: 0.875rem;
  margin-right: 0.625rem;
  -webkit-transform: translateY(0.0625rem);
          transform: translateY(0.0625rem);
}

.footer-brilo img {
  height: 1.2rem;
}

.header-main {
  background: #fff;
  -webkit-transition-property: -webkit-box-shadow background-color;
  transition-property: -webkit-box-shadow background-color;
  transition-property: box-shadow background-color;
  transition-property: box-shadow background-color, -webkit-box-shadow background-color;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99;
}

.header-main::before {
  background: #ececf0;
  content: "";
  display: block;
  top: 0;
  left: 0;
  height: 0.3125rem;
  width: 100%;
  position: absolute;
}

.header-main.headroom--not-top {
  -webkit-box-shadow: 0 0.3125rem 1.875rem 0 rgba(39, 44, 78, 0.09);
          box-shadow: 0 0.3125rem 1.875rem 0 rgba(39, 44, 78, 0.09);
}

.header-main.headroom--not-top .container {
  height: 4.5rem;
}

.header-main .container {
  height: 6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
  position: relative;
}

.header-brand {
  height: 2.375rem;
  display: block;
  margin-right: auto;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}

.header-brand h1 {
  width: 100%;
  height: 100%;
}

.header-brand img {
  height: 100%;
  object-fit: contain;
}

.nav-home a:hover svg {
  fill: #e31e24;
}

.nav-home svg {
  fill: #2d2f35;
  width: 0.8125rem;
  height: 0.9375rem;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.nav-home span {
  display: none;
}

.header-search {
  margin-left: 1.25rem;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-search-inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 1.875rem;
  height: calc(100% - 0.0625rem);
  width: calc(100% - 3.75rem);
  visibility: hidden;
  overflow: hidden;
  z-index: 55;
  background-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: visibility 0.2s ease 0.2s, background-color 0.3s;
  transition: visibility 0.2s ease 0.2s, background-color 0.3s;
}

.header-search-inner::before {
  content: "";
  display: block;
  width: 9.0625rem;
  height: 100%;
  background: transparent;
  -webkit-transition: background-color 0s 0s;
  transition: background-color 0s 0s;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-box-shadow: inset 0 0.3125rem 0 0 #ececf0;
          box-shadow: inset 0 0.3125rem 0 0 #ececf0;
}

.js-search-open {
  visibility: visible;
  -webkit-transition: visibility 0s, background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: visibility 0s, background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: visibility 0s, background-color 0.3s, box-shadow 0.3s;
  transition: visibility 0s, background-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  -webkit-box-shadow: inset 0 0.3125rem 0 0 #ececf0;
          box-shadow: inset 0 0.3125rem 0 0 #ececf0;
}

.js-animate {
  background-color: #fff;
}

.js-animate::before {
  background: #fff;
  -webkit-transition: background-color 0s 0s;
  transition: background-color 0s 0s;
}

.js-animate .header-search-input {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  -webkit-transition: opacity 0.01s ease 0.2s, -webkit-transform 0.3s ease 0.2s;
  transition: opacity 0.01s ease 0.2s, -webkit-transform 0.3s ease 0.2s;
  transition: transform 0.3s ease 0.2s, opacity 0.01s ease 0.2s;
  transition: transform 0.3s ease 0.2s, opacity 0.01s ease 0.2s, -webkit-transform 0.3s ease 0.2s;
}

.js-animate .header-search-submit {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.header-search-input {
  height: 2.625rem;
  border: none;
  border-radius: 0.375rem;
  padding-left: 1.25rem;
  width: calc(100% - 8.75rem);
  padding-right: 0.625rem;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  background: #ececf0;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.3s ease 0.2s;
  transition: opacity 0.2s ease, -webkit-transform 0.3s ease 0.2s;
  transition: transform 0.3s ease 0.2s, opacity 0.2s ease;
  transition: transform 0.3s ease 0.2s, opacity 0.2s ease, -webkit-transform 0.3s ease 0.2s;
  outline: none;
  color: #2d2f35;
}

.header-search-submit {
  line-height: 2.625rem;
  margin-left: -0.375rem;
  padding: 0 1.125rem;
  min-width: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.header-search-submit span {
  padding: 0;
}

.header-search-submit span::before {
  display: none;
}

.header-search-button {
  width: 1.8rem;
  height: 1.8rem;
  cursor: pointer;
  position: relative;
  z-index: 56;
}

.header-search-button:hover svg {
  fill: #e31e24;
}

.header-search-button svg {
  width: 1.5rem;
  height: 1.5rem;
  width: 1rem;
  height: 1rem;
  fill: #2d2f35;
  position: absolute;
  top: 0.375rem;
  left: 0.25rem;
  -webkit-transition: fill 0.2s;
  transition: fill 0.2s;
}

.header-mask {
  visibility: hidden;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #000;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 85;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.header-mask.js-active {
  visibility: visible;
  opacity: 0.5;
}

.header-nav-button {
  display: none;
}

.header-language-switcher {
  font-size: 1.125rem;
  margin-left: 1.5625rem;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-language-current {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
  padding: 0.5rem;
  padding-right: 1.625rem;
  padding-bottom: 0.4375rem;
  border-radius: 0.1875rem;
  -webkit-box-shadow: 0 0 0 0.0625rem #ececf0;
          box-shadow: 0 0 0 0.0625rem #ececf0;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.header-language-current:hover {
  cursor: pointer;
  background: #ececf0;
}

.header-language-current::before {
  content: "";
  position: absolute;
  top: calc(50% + 0.0625rem);
  right: 0.625rem;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  width: 0.4375rem;
  height: 0.75rem;
  background-image: url("images/ico/arrow-right-primary.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.header-language-list {
  -webkit-box-shadow: inset 0 0 0 0.0625rem #ececf0;
          box-shadow: inset 0 0 0 0.0625rem #ececf0;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  visibility: hidden;
  opacity: 0;
  border-radius: 0.1875rem;
}

.header-language-list.js-open {
  visibility: visible;
  opacity: 1;
}

.header-language-list a {
  display: block;
  padding: 0.75rem;
  color: #2d2f35;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.header-language-list a:hover {
  background: #ececf0;
  text-decoration: none;
}

_:-ms-fullscreen,
:root .header-lang-list {
  display: block;
}

@media (min-width: 62em) {
  .header-main.headroom--not-top .nav-main > ul > li > a {
    padding: 1.5rem 1.25rem;
  }
  .header-main .current-menu-item > a,
  .header-main .current-menu-ancestor > a {
    color: #e31e24;
    background: transparent;
  }
  .header-main .current-menu-item > a::before,
  .header-main .current-menu-ancestor > a::before {
    opacity: 1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .header-main .menu-item-has-children:hover > .sub-menu {
    display: block;
  }
  .header-main .menu-item-has-children > a {
    position: relative;
    padding-right: 2.5rem !important;
  }
  .header-main .menu-item-has-children > a::after {
    content: "";
    display: block;
    width: 0.8125rem;
    height: 0.8125rem;
    position: absolute;
    top: calc(50% + 0.0625rem);
    right: 1.25rem;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    background-image: url(images/ico/arrow-right-primary.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .header-main .sub-menu {
    background: #fff;
    -webkit-box-shadow: 0 0.3125rem 1.875rem 0 rgba(39, 44, 78, 0.09);
            box-shadow: 0 0.3125rem 1.875rem 0 rgba(39, 44, 78, 0.09);
    position: absolute;
    display: none;
    top: 100%;
  }
  .header-main .sub-menu li {
    position: relative;
  }
  .header-main .sub-menu li:last-child a::before {
    display: none;
  }
  .header-main .sub-menu .current-menu-item > a,
  .header-main .sub-menu .current-menu-ancestor > a {
    background: transparent;
    color: #e31e24;
  }
  .header-main .sub-menu .menu-item-has-children > a::after {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header-main .sub-menu a {
    color: #2d2f35;
    min-height: 3rem;
    line-height: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    text-transform: none;
    min-width: 9.375rem;
    z-index: 2;
  }
  .header-main .sub-menu a:hover {
    background: transparent;
    color: #e31e24;
    text-decoration: none;
  }
  .header-main .sub-menu a::before {
    background: #ececf0;
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 1.875rem);
    height: 0.0625rem;
    left: 0.9375rem;
    bottom: -0.0625rem;
    -webkit-transform: none;
            transform: none;
  }
}

@media screen and (min-width: 62em) and (-ms-high-contrast: active), (min-width: 62em) and (-ms-high-contrast: none) {
  .header-main .menu-item-has-children {
    position: relative;
  }
  .header-main .sub-menu {
    width: 15.625rem;
    left: 0;
  }
  .header-main .sub-menu .sub-menu {
    -webkit-transform: none;
            transform: none;
    white-space: normal;
  }
}

@media (min-width: 62em) {
  .header-main .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    white-space: nowrap;
    background: #fff;
    -webkit-box-shadow: 0 0.3125rem 1.875rem 0 rgba(39, 44, 78, 0.09);
            box-shadow: 0 0.3125rem 1.875rem 0 rgba(39, 44, 78, 0.09);
  }
  .header-main .sub-menu .sub-menu .current-menu-item a {
    background: transparent;
    color: #e31e24;
  }
  .header-main .sub-menu .sub-menu a {
    color: #2d2f35;
  }
  .header-main .sub-menu .sub-menu a:hover {
    background: transparent;
    color: #e31e24;
  }
  .header-main .sub-menu .sub-menu a::before {
    background: #ececf0;
  }
  .header-main .sub-menu .js-sub-menu-left {
    left: auto;
    right: 100%;
  }
  .nav-main {
    margin-left: auto;
    height: 100%;
  }
  .nav-main > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav-main > ul > li {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav-main > ul > li > a:hover::before {
    opacity: 1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .nav-main > ul > li > a::before {
    content: "";
    display: block;
    width: calc(100% - 2.5rem);
    min-width: 3.125rem;
    height: 0.3125rem;
    position: absolute;
    background: #e31e24;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    opacity: 0;
    -webkit-transition-property: opacity transform;
    transition-property: opacity transform;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
  }
  .nav-main a {
    color: #2d2f35;
    font-weight: 700;
    font-size: 1rem;
    padding: 2.25rem 1.25rem;
    line-height: 1.5rem;
    display: block;
    text-decoration: none;
    position: relative;
    -webkit-transition: padding 0.2s, color 0.2s;
    transition: padding 0.2s, color 0.2s;
    position: relative;
  }
  .nav-main a:hover {
    color: #e31e24;
    background: transparent;
  }
}

@media (max-width: 74.938em) {
  .header-brand {
    height: 2.25rem;
  }
}

@media (max-width: 61.938em) {
  .header-main .container {
    height: 4.5rem;
    padding-top: 0.3125rem;
  }
  .header-main .current-menu-item > a,
  .header-main .current-menu-ancestor > a {
    color: #e31e24;
    background: transparent;
  }
  .header-main .menu-item-has-children.js-open > a::before {
    opacity: 0;
  }
  .header-main .sub-menu-button {
    display: block;
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 0;
    right: 1.25rem;
    -webkit-transform: rotate(-270deg);
            transform: rotate(-270deg);
    background-image: url(images/ico/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0.625rem;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .header-main .sub-menu-button.js-open {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .header-main .sub-menu {
    background: #ececf0;
    display: none;
  }
  .header-main .sub-menu .current-menu-item > a,
  .header-main .sub-menu .current-menu-ancestor > a {
    background: transparent;
    color: #e31e24;
  }
  .header-main .sub-menu a {
    color: #2d2f35;
  }
  .header-main .sub-menu a::before {
    background: #ececf0;
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 1.875rem);
    height: 0.0625rem;
    left: 0.9375rem;
    bottom: -0.0625rem;
    -webkit-transform: none;
            transform: none;
  }
  .header-main .sub-menu .sub-menu {
    background: #fff;
  }
  .header-main .sub-menu .sub-menu .current-menu-item a {
    background: transparent;
    color: #e31e24;
  }
  .header-main .sub-menu .sub-menu a {
    color: #2d2f35;
  }
  .header-main .sub-menu .sub-menu a::before {
    background: #ececf0;
  }
  .nav-main {
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 90;
    height: 100vh;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    width: 18.75rem;
    padding-top: 4.5rem;
  }
  .nav-main > ul {
    overflow-y: scroll;
    height: 100%;
    display: block;
    padding-bottom: 6rem;
  }
  .nav-main li {
    position: relative;
  }
  .nav-main li:last-child a::before {
    display: none;
  }
  .nav-main a {
    font-size: 1rem;
    font-weight: 700;
    color: #2d2f35;
    padding: 0.75rem 1.5625rem;
    padding-right: 4.375rem;
    display: block;
    text-decoration: none;
    position: relative;
    margin: 0;
    line-height: 1.5rem;
  }
  .nav-main a::before {
    background: #ececf0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 1.875rem);
    height: 0.0625rem;
    left: 0.9375rem;
    bottom: -0.0625rem;
    -webkit-transform: none;
            transform: none;
  }
  .nav-main.js-open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .nav-main.js-transition {
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  .nav-home svg {
    margin-right: 0.3125rem;
  }
  .nav-home span {
    display: inline;
  }
  .header-search-inner::before {
    width: 9.375rem;
  }
  .header-search-input {
    width: calc(100% - 13.75rem);
  }
  .header-nav-button {
    color: #e31e24;
    display: block;
    width: 2.1rem;
    height: 2.625rem;
    -webkit-transform: translateY(-0.125rem);
            transform: translateY(-0.125rem);
    position: relative;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 2.1875rem;
    line-height: 0.8;
    text-align: center;
    z-index: 95;
  }
  .header-nav-button.js-open span:first-child, .header-nav-button.js-open span:last-child {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  .header-nav-button.js-open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header-nav-button.js-open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    opacity: 1;
  }
  .header-nav-button span {
    background: #e31e24;
    width: 100%;
    height: 0.25rem;
    display: block;
    position: absolute;
    left: 0;
    -webkit-transition-property: -webkit-transform opacity;
    transition-property: -webkit-transform opacity;
    transition-property: transform opacity;
    transition-property: transform opacity, -webkit-transform opacity;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
  .header-nav-button span:first-child {
    bottom: 1.4375rem;
  }
  .header-nav-button span:nth-child(2), .header-nav-button span:nth-child(3) {
    bottom: 0.875rem;
  }
  .header-nav-button span:last-child {
    bottom: 0.25rem;
  }
}

@media (max-width: 35.938em) {
  .header-main {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .header-mask,
  .nav-main.js-open,
  .header-nav-button.js-open {
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  .headroom--unpinned {
    -webkit-transform: translateY(-4.5rem);
            transform: translateY(-4.5rem);
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .headroom--unpinned .header-mask,
  .headroom--unpinned .nav-main.js-open,
  .headroom--unpinned .header-nav-button.js-open {
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  .header-brand {
    height: 2.25rem;
  }
  .header-search-inner {
    z-index: 89;
    top: calc(100% + 1.25rem);
    height: auto;
    background: transparent;
    display: block;
  }
  .header-search-inner::before {
    display: none;
  }
  .js-search-open {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .js-animate .header-search-input {
    -webkit-transform: 0;
            transform: 0;
    max-width: 100%;
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: transform 0.2s ease, opacity 0.2s ease;
    transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
  }
  .js-animate .header-search-submit {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .header-search-input {
    width: 25rem;
    max-width: 100%;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: transform 0.2s ease, opacity 0.2s ease;
    transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
    background: #fff;
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: scaleX(0.75);
            transform: scaleX(0.75);
  }
  .header-search-submit {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.9375rem;
    display: block;
    width: 9.375rem;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .header-search-button {
    z-index: 86;
  }
}

@media (max-width: 25em) {
  .nav-main {
    width: 100%;
  }
  .nav-main a {
    padding: 0.75rem 1.875rem;
    padding-right: 4.375rem;
  }
  .nav-main a::before {
    background: #ececf0;
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 1.875rem);
    height: 0.0625rem;
    left: 0.9375rem;
    bottom: -0.0625rem;
    -webkit-transform: none;
            transform: none;
  }
}

/* purgecss start ignore */
.hp-seo-text-section.entry-content > img {
  margin-bottom: 1.5rem;
}

.hp-seo-text-section.entry-content h2 {
  margin-top: 0;
}

.hp-seo-text-section.entry-content.text-center img {
  display: inline-block;
}

.hp-posts-listing .posts-item p {
  font-size: 1rem;
  -webkit-transform: translateY(0.375rem);
          transform: translateY(0.375rem);
}

.hp-posts-listing .posts-item-img {
  width: 9.375rem;
}

.hp-posts-listing .posts-item-heading {
  font-size: 1.125rem;
  -webkit-transform: translateY(0.3125rem);
          transform: translateY(0.3125rem);
  margin-bottom: 0;
}

.hp-posts-listing-show-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #2d2f35;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  color: #e31e24;
}

.hp-posts-listing-show-more img {
  height: 0.875rem;
  width: 0.5rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: 0.75rem;
}

@media (max-width: 61.938em) {
  .hp-seo-text-section {
    text-align: center;
  }
}

/* purgecss end ignore */
.hp-slider-section {
  position: relative;
}

.hp-slider {
  opacity: 0;
  visibility: hidden;
  min-height: 45rem;
}

.hp-slider .hp-slider-item {
  display: none;
}

.hp-slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.hp-slider.slick-initialized .hp-slider-item {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.slick-slide > div {
  height: 100%;
}

.full-view .hp-slider-item {
  min-height: calc(100vh - 6rem);
}

.hp-slider-item {
  position: relative;
  padding: 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 45rem;
  height: 100%;
  /*
	&:nth-child(1) {
		.slick-dots {
			li:nth-child(1) {
				button::after {
					opacity: 1;
				}
			}
		}
	}

	&:nth-child(2) {
		.slick-dots {
			li:nth-child(2) {
				button::after {
					opacity: 1;
				}
			}
		}
	}

	&:nth-child(3) {
		.slick-dots {
			li:nth-child(3) {
				button::after {
					opacity: 1;
				}
			}
		}
	}

	*/
}

.hp-slider-item-dark .hp-slider-heading {
  color: #2d2f35;
}

.hp-slider-item-dark .hp-slider-description {
  color: #2d2f35;
}

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

.hp-slider-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  opacity: 0 !important;
}

.hp-slider-img img[src] {
  opacity: 1 !important;
}

.hp-slider-text {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: auto;
  margin-bottom: 13.5rem;
}

.hp-slider-heading {
  color: #fff;
  margin-bottom: 1.5rem;
  max-width: 38.125rem;
}

.hp-slider-description {
  color: #fff;
  margin-bottom: 3rem;
  max-width: 38.125rem;
  font-size: 1.25rem;
  -webkit-transform: translateY(0.3125rem);
          transform: translateY(0.3125rem);
}

.hp-slider-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 4;
  bottom: 6rem;
}

.hp-slider-button {
  text-decoration: none;
}

.hp-slider-arrow {
  display: block;
  padding: 0 0.3125rem;
  margin: 0 0.5rem;
  height: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: none !important;
}

.hp-slider-arrow:hover img {
  -webkit-filter: brightness(140%);
          filter: brightness(140%);
}

.hp-slider-arrow img {
  height: 1.5rem;
  -webkit-transition: -webkit-filter 0.2s;
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
}

.hp-slider-arrow.slick-disabled {
  opacity: 0.4;
  cursor: default;
}

.hp-slider-arrow.slick-disabled:hover img {
  -webkit-filter: none;
          filter: none;
}

.hp-slider-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.hp-slider-next {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.slick-dots li {
  width: 1.875rem;
  height: 1.4375rem;
}

.slick-dots li.slick-active button::after {
  opacity: 1;
}

.slick-dots button {
  width: 100%;
  height: 100%;
  color: transparent;
  border: none;
  background: transparent;
  font-size: 0;
  line-height: 0;
  height: 100%;
  width: 100%;
  vertical-align: top;
  margin: 0;
  padding: 0;
  position: relative;
  outline: none !important;
  cursor: pointer;
}

.slick-dots button::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: inset 0 0 0 0.125rem #fff;
          box-shadow: inset 0 0 0 0.125rem #fff;
  background: #fff;
}

.slick-dots button::after {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #e31e24;
  opacity: 0;
}

@media (max-width: 74.938em) {
  .hp-slider {
    min-height: 33rem;
  }
  .hp-slider-item {
    min-height: 33rem;
    padding-top: 4.5rem;
  }
}

@media (max-width: 61.938em) {
  .hp-slider {
    min-height: 24rem;
  }
  .hp-slider-item {
    min-height: 24rem;
    padding-top: 3rem;
  }
  .hp-slider-heading {
    margin-bottom: 1.5rem;
  }
  .hp-slider-text {
    margin-bottom: 7.5rem;
  }
  .hp-slider-buttons {
    bottom: 3rem;
  }
}

@media (max-width: 47.938em) {
  .hp-slider-item::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0.7;
    background: -webkit-radial-gradient(center, ellipse, black 0%, rgba(231, 56, 39, 0) 100%);
    background: radial-gradient(ellipse at center, black 0%, rgba(231, 56, 39, 0) 100%);
  }
  .hp-slider-item-dark::before {
    background: -webkit-radial-gradient(center, ellipse, white 0%, rgba(255, 255, 255, 0) 100%);
    background: radial-gradient(ellipse at center, white 0%, rgba(255, 255, 255, 0) 100%);
  }
}

@media (max-width: 35.938em) {
  .hp-slider {
    min-height: auto;
  }
  .hp-slider-item {
    text-align: center;
    min-height: auto;
    padding-top: 1.5rem;
  }
  .hp-slider-text {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 4.5rem;
  }
  .hp-slider-buttons {
    bottom: 1.5rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.newsletter-section {
  padding-bottom: 2.25rem;
}

.newsletter-strip {
  background: #fff;
  padding: 2.25rem 0;
  margin-bottom: 2.25rem;
}

.newsletter-strip .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.newsletter-heading {
  color: #2d2f35;
  margin-bottom: 0;
  font-weight: 700;
}

.newsletter-form {
  -webkit-box-shadow: 0 0 0 0.0625rem #96d2f3;
          box-shadow: 0 0 0 0.0625rem #96d2f3;
  border-radius: 0.1875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.newsletter-form .validator {
  position: absolute;
  left: 0;
  bottom: 0;
}

.newsletter-input {
  background: #fff;
  border: 0;
  width: 18.75rem;
  height: 3rem;
  padding: 0 1.25rem;
  border-radius: 0.1875rem;
  color: #2d2f35;
  font-size: 1rem;
  font-weight: 700;
  outline: none;
  margin: 0.0625rem;
}

.newsletter-input::-webkit-input-placeholder {
  color: #fff;
}

.newsletter-input::-ms-input-placeholder {
  color: #fff;
}

.newsletter-input::placeholder {
  color: #fff;
}

.newsletter-submit {
  color: #fff;
  font-weight: 700;
  background: #e31e24;
  border: none;
  height: 3rem;
  line-height: 3rem;
  padding: 0 1.875rem;
  margin: 0.0625rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 1rem;
  border-radius: 0.1875rem;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  cursor: pointer;
}

.newsletter-submit:hover {
  text-decoration: none;
  background: #b7171c;
}

.newsletter-privacy-policy-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.newsletter-privacy-policy-link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.875rem;
  font-weight: 700;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.newsletter-privacy-policy-link a img {
  width: 1rem;
  margin-right: 0.625rem;
}

@media (max-width: 61.938em) {
  .newsletter-strip {
    background: #fff;
    padding: 2.25rem 0;
    margin-bottom: 1.5rem;
  }
  .newsletter-strip .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .newsletter-heading {
    margin-bottom: 2.25rem;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 35.938em) {
  .newsletter-form {
    width: 100%;
    max-width: 26.25rem;
  }
  .newsletter-input {
    width: 100%;
  }
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 3rem;
}

.pagination li {
  left: 0;
}

.pagination li.dots span {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #2d2f35;
  background: transparent;
  cursor: default;
}

.pagination li.dots span:hover {
  background: none;
  color: #2d2f35;
  text-decoration: none;
}

.pagination li.active span {
  color: #2d2f35;
  cursor: default;
}

.pagination li.active span:hover {
  text-decoration: none;
}

.pagination li.prev a, .pagination li.next a {
  padding: 0;
  width: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination li.prev a img, .pagination li.next a img {
  height: 1.125rem;
  width: 1.125rem;
}

.pagination li.prev {
  margin-left: 0;
  margin-right: 0.3125rem;
}

.pagination li.prev a img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pagination a,
.pagination span {
  color: #e31e24;
  font-size: 1.125rem;
  background: transparent;
  font-weight: 400;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin: 0 0.125rem;
  height: 1.5rem;
  display: block;
  text-align: center;
  text-decoration: none;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.pagination a:hover,
.pagination span:hover {
  color: #e31e24;
  text-decoration: underline;
}

/* purgecss start ignore */
.partners-section .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.partners-item {
  display: block;
  width: calc(99.5% / 6);
  text-align: left;
  padding: 0 1.25rem;
  margin-bottom: 1.25rem;
}

.partners-item img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.partners-item img[src$=".svg"] {
  height: 100%;
  width: 100%;
}

.col-lg-6 .partners-section .container {
  padding: 0;
}

.col-lg-6 .partners-section header {
  text-align: left;
}

.col-lg-6 .partners-section .base-heading {
  text-align: left;
  margin-bottom: 3rem !important;
}

.col-lg-6 .partners-section .base-heading::before {
  display: none;
}

.col-lg-6 .partners-section .partners-item {
  width: calc(99.5% / 3);
}

.partners-map {
  display: inline-block;
  border: 0.3125rem solid #ececf0;
}

@media (max-width: 61.938em) {
  .col-lg-6 .partners-section {
    padding-top: 3rem;
  }
  .col-lg-6 .partners-section header {
    text-align: center;
  }
  .col-lg-6 .partners-section .base-heading {
    max-width: none;
    margin-bottom: 3rem !important;
    text-align: center;
  }
  .col-lg-6 .partners-section .partners-item {
    width: calc(99.5% / 6);
  }
}

@media (max-width: 47.938em) {
  .partners-item {
    width: calc(99.5% / 3) !important;
  }
}

@media (max-width: 35.938em) {
  .partners-item {
    width: calc(99.5% / 2) !important;
  }
}

/* purgecss end ignore */
.post-author-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.post-author-img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 6rem;
  height: 6rem;
  margin-right: 1.0625rem;
}

.post-author-img img {
  border-radius: 100%;
}

a.post-author-img:hover img {
  opacity: 0.7;
}

.post-author-text p {
  margin-bottom: 0;
}

@media (max-width: 35.938em) {
  .post-author-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .post-author-img {
    margin-left: 0;
    margin-bottom: 1.5rem;
  }
}

.post-author-section {
  padding-top: 3rem;
}

.post-detail-comments-section {
  padding-top: 1.5rem;
}

.comments-item {
  margin-bottom: 3rem;
}

.comments-item .comments-item {
  margin-left: 1.5625rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.comments-item-head {
  background: #96d2f3;
  color: #2d2f35;
  padding: 0.75rem 0.9375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.comments-item-author {
  font-weight: 700;
  margin-right: 0.625rem;
}

.comments-item-content {
  background: #e3f5ff;
  padding: 0.75rem 0.9375rem;
}

.comments-item-content p {
  color: #2d2f35;
}

.comments-item-reply {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.comments-item-reply span {
  margin-left: auto;
  color: #e31e24;
  cursor: pointer;
  font-weight: 700;
}

.comments-item-reply span:hover {
  text-decoration: underline;
}

@media (max-width: 47.938em) {
  .comment .children {
    padding-left: 1.25rem;
  }
  .comment-meta {
    margin-right: 0.625rem;
    width: 8.75rem;
  }
  .comment-author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .comment-author img {
    height: 3.75rem;
    width: 3.75rem;
    margin-bottom: 0.75rem;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .comment-content {
    margin-top: 0;
  }
}

@media (max-width: 35.938em) {
  .comment-body {
    margin-bottom: 1.5rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .comment-meta {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.75rem;
  }
  .comment-author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .comment-content {
    width: 100%;
  }
}

.post-detal-header-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}

.post-detal-header-bar .author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.5625rem;
  margin-bottom: 0.75rem;
}

.post-detal-header-bar .author img {
  height: 3rem;
  margin-right: 0.625rem;
  border-radius: 100%;
}

.post-detal-header-bar .date {
  margin-right: 1.5625rem;
  margin-bottom: 0.75rem;
}

.post-detal-header-bar .comments {
  color: #2d2f35;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.5625rem;
  margin-bottom: 0.75rem;
}

.post-detal-header-bar .comments img {
  width: 0.9375rem;
  height: 0.9375rem;
  margin-right: 0.5625rem;
}

.post-detal-header-bar .tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.post-detal-header-bar .posts-item-tag {
  margin-bottom: 0.75rem;
}

.post-share-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 2.25rem;
  padding-bottom: 0.75rem;
}

.post-share-heading {
  margin-right: 2.5rem;
  margin-bottom: 1.5rem;
  -webkit-transform: none;
          transform: none;
}

.post-share-platforms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 0.75rem;
}

.post-share-link {
  font-size: 0.875rem;
  color: #2d2f35;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.75rem;
  margin-right: 0.75rem;
  background: #ececf0;
  padding: 0 0.3125rem;
}

.post-share-link:hover {
  text-decoration: none;
  color: #e31e24;
}

.post-share-link img {
  height: 0.8125rem;
  width: 0.8125rem;
  margin-right: 0.3125rem;
}

.posts-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
}

.posts-item-img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 1.3125rem;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  border-radius: 0;
  background: #ececf0;
  width: 12rem;
  max-width: 100%;
  position: relative;
}

.posts-item-img:hover img {
  opacity: 0.7;
}

.posts-item-img::after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.posts-item-img img {
  position: absolute;
  border-radius: 0;
  max-height: 100%;
}

.posts-item-heading {
  margin-bottom: 1.5rem;
}

.posts-item-tags-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.posts-item-tag {
  background: #ececf0;
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
  padding: 0 0.625rem;
  margin-right: 0.625rem;
  color: #2d2f35;
  border-radius: 0;
}

a.posts-item-tag:hover {
  color: #e31e24;
}

a.posts-item-tag:hover, a.posts-item-tag:focus {
  text-decoration: none;
}

.posts-item-bottom-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  font-weight: 700;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.posts-item-author {
  margin-right: 1.875rem;
}

.posts-item-date {
  margin-right: 1.875rem;
}

.posts-item-read {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.posts-item-read span {
  margin-right: 0.3125rem;
}

.posts-item-read svg {
  height: 0.7rem;
  fill: #e31e24;
}

@media (min-width: 36em) and (max-width: 47.938em) {
  .posts-item-img {
    width: 9.375rem;
  }
  .posts-item-img::after {
    padding-bottom: 133.33333%;
  }
}

@media (max-width: 35.938em) {
  .posts-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
  .posts-item-img {
    width: 18.75rem;
    margin-bottom: 1.5rem;
  }
  .posts-item-img::after {
    padding-bottom: 75%;
  }
  .home .posts-item-img {
    display: none;
  }
}

.posts-section .base-heading {
  margin-bottom: 1.5rem;
}

.posts-section > header {
  margin-bottom: 3rem;
}

/* purgecss start ignore */
#projectNotices {
  text-align: center;
}

#projectNotices p {
  padding: 0.75rem;
  border-radius: 0;
  -webkit-transform: none;
          transform: none;
}

#projectNotices p:first-child {
  margin-top: 1.5rem;
}

#projectNotices p.success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

#projectNotices p.error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

#projectNotices p.warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

#projectNotices p.info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* purgecss end ignore */
.related-posts-section {
  padding-top: 3rem;
  padding-bottom: 1.5rem;
}

.search-form-wrap {
  margin-top: 4.5rem;
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-form-heading {
  margin-bottom: 1.5rem;
  margin-right: 2.5rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.search-form {
  background: #fff;
  height: 3rem;
  -webkit-box-shadow: 0 0 0 0.0625rem #96d2f3;
          box-shadow: 0 0 0 0.0625rem #96d2f3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 1.5rem;
  border-radius: 0.1875rem;
}

.search-form-input {
  border: 0;
  background: none;
  padding: 0 0.9375rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  outline: 0;
}

.search-form-submit {
  height: 3rem;
  width: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.search-form-submit:hover {
  background: #e3f5ff;
}

.search-form-submit:active, .search-form-submit:focus {
  outline: 0;
}

.search-form-submit img {
  width: 1.125rem;
  height: 1.125rem;
}

@media (max-width: 47.938em) {
  .search-form-wrap {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.search-results-item {
  margin-bottom: 3rem;
}

.search-result-heading {
  margin-bottom: 1.5rem;
}

.search-result-heading a:hover {
  text-decoration: none;
}

.search-result-heading a:hover span {
  text-decoration: underline;
}

.search-result-heading span:not(:first-child) {
  font-size: 1.125rem;
  margin-left: 0.625rem;
  color: #474a59;
  text-decoration: none !important;
}

.search-result-link {
  margin-bottom: 1.5rem;
  display: block;
  color: #2d2f35;
}

.search-result-link:hover {
  color: #2d2f35;
}

.search-results-listing {
  margin-bottom: 4.5rem;
}

.signpost-item {
  text-align: center;
  margin-bottom: 4.5rem;
}

.signpost-item.square .signpost-item-img::after {
  padding-bottom: 100%;
}

.signpost-item.landscape .signpost-item-img::after {
  padding-bottom: 75%;
}

.signpost-item.portrait .signpost-item-img::after {
  padding-bottom: 133.33333%;
}

.signpost-item .btn, .signpost-item .widget_search #searchsubmit, .widget_search .signpost-item #searchsubmit {
  font-size: 0.875rem;
}

.signpost-item-inner {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.signpost-item-inner:hover {
  text-decoration: none;
}

.signpost-item-inner:hover .signpost-item-img img {
  opacity: 0.7;
}

.signpost-item-inner:hover .signpost-item-title {
  color: #e31e24;
  text-decoration: underline;
}

.signpost-item-inner:focus, .signpost-item-inner:active {
  text-decoration: none;
}

.signpost-item-img {
  margin-bottom: 1.5rem;
  text-align: center;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  min-height: 0.0625rem;
  position: relative;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  background: #ececf0;
  -webkit-box-shadow: 0 0 0 0.3125rem #ececf0;
          box-shadow: 0 0 0 0.3125rem #ececf0;
}

.signpost-item-img::after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
}

.signpost-item-img img {
  border-radius: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.signpost-item-title {
  color: #2d2f35;
  margin-bottom: 1.5rem;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  max-width: 18.75rem;
  margin-left: auto;
  margin-right: auto;
}

.signpost-item p {
  margin-bottom: 3rem;
  font-size: 1rem;
  -webkit-transform: translateY(0.375rem);
          transform: translateY(0.375rem);
}

@media (max-width: 35.938em) {
  .signpost-item {
    max-width: 21.875rem;
  }
}

.signpost-section-full-width .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.signpost-section-full-width .container > header {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.signpost-section-full-width .row {
  margin: 0;
}

.signpost-section-full-width .signpost-item {
  margin-bottom: 0;
  position: relative;
  padding: 0;
}

.signpost-section-full-width .signpost-item:hover .signpost-item-img::after {
  opacity: 0;
}

.signpost-section-full-width .signpost-item:hover .signpost-item-img img {
  opacity: 1;
}

.signpost-section-full-width .signpost-item:hover .signpost-item-title {
  color: #fff;
  text-decoration: none;
}

.signpost-section-full-width .signpost-item::after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
}

.signpost-section-full-width .signpost-item.square::after {
  padding-bottom: 100%;
}

.signpost-section-full-width .signpost-item.landscape::after {
  padding-bottom: 75%;
}

.signpost-section-full-width .signpost-item.portrait::after {
  padding-bottom: 133.33333%;
}

.signpost-section-full-width .signpost-item .signpost-item-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  overflow: hidden;
  padding: 0.625rem 0.9375rem;
}

.signpost-section-full-width .signpost-item .signpost-item-img {
  position: absolute;
}

.signpost-section-full-width .signpost-item .signpost-item-img::after {
  background: #000;
  opacity: 0.4;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.signpost-section-full-width .signpost-item .signpost-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.signpost-section-full-width .signpost-item .signpost-item-title {
  color: #fff;
  -webkit-transform: none;
          transform: none;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  font-size: 1.5rem;
}

.signpost-section-full-width .signpost-item p {
  color: #fff;
  margin-bottom: 0;
  margin-top: 1.5rem;
  max-width: 28.125rem;
  font-weight: 400;
  -webkit-transform: none;
          transform: none;
  z-index: 1;
  position: relative;
}

.signpost-section-full-width .signpost-item .mt-auto {
  display: none;
}

@media (max-width: 35.938em) {
  .signpost-section-full-width .signpost-item {
    max-width: 100%;
  }
}

.signpost-section-no-img .signpost-item-img {
  display: none;
}

.signpost-section-no-img .signpost-item-inner {
  background-color: #ececf0 !important;
  padding-top: 1.5rem;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.signpost-section-no-img .signpost-item-inner p {
  padding: 0 0.9375rem;
}

.signpost-section-no-img .signpost-item-inner-only-title {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.signpost-section-no-img .signpost-item-title {
  padding: 0 0.9375rem;
}

.signpost-section-no-img .signpost-item-title-no-description {
  padding: 1.5rem 0.9375rem;
}

.signpost-section-no-img .btn-container,
.signpost-section-no-img .btn,
.signpost-section-no-img .widget_search #searchsubmit,
.widget_search .signpost-section-no-img #searchsubmit {
  width: 100%;
}

.signpost-section {
  position: relative;
  overflow: hidden;
}

.signpost-section .container {
  position: relative;
  z-index: 2;
}

.signpost-section::before {
  content: "";
  display: block;
  position: absolute;
  top: -8.25rem;
  right: -6.25rem;
  height: 30.625rem;
  width: 25rem;
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
  background-image: url("images/ico/gears-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: 1;
}

.signpost-section::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1.75rem;
  left: -0.5rem;
  height: 8.125rem;
  width: 9.375rem;
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
  background-image: url("images/ico/gears-left.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: 1;
}

@media (max-width: 90.625em) {
  .signpost-section::before {
    top: -6.25rem;
    right: -6.25rem;
    height: 18.75rem;
    width: 16.25rem;
  }
}

@media (max-width: 61.938em) {
  .signpost-section::before, .signpost-section::after {
    display: none;
  }
}

/* purgecss start ignore */
.gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -0.75rem;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.gallery-item {
  width: 20%;
  margin-bottom: 1.5rem;
  padding: 0 0.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.gallery-item a {
  display: block;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  height: 100%;
}

.gallery-item a:hover {
  opacity: 0.7;
}

.gallery-item img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  border-radius: 0;
}

.gallery-icon {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0 0 0 0;
  min-height: 4.5rem;
}

.gallery-icon:last-child {
  border-radius: 0;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-3 .gallery-item {
  width: calc(100% / 3);
}

.gallery-columns-2 .gallery-item {
  width: calc(50% - 0.3125rem);
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

@media (max-width: 61.938em) {
  /*----- WP Gallery ----*/
  .gallery {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }
  .gallery-item {
    padding: 0 0.3125rem;
  }
}

@media (max-width: 35.938em) {
  .gallery-item {
    width: calc(50% - 0.3125rem) !important;
  }
}

.wp-gallery-no-gutter .gallery {
  margin-left: 0;
  margin-right: 0;
}

.wp-gallery-no-gutter .gallery-item {
  padding: 0;
  margin-bottom: 0;
}

/* purgecss end ignore */

/*# sourceMappingURL=style.css.map */
