@charset "UTF-8";
/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

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

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

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

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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 {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

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

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@media print {
  *,
*::before,
*::after,
p::first-letter,
div::first-letter,
blockquote::first-letter,
li::first-letter,
p::first-line,
div::first-line,
blockquote::first-line,
li::first-line {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #999;
    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;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
html {
  box-sizing: border-box;
}

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

@-ms-viewport {
  width: device-width;
}
html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #292b2c;
  background-color: #fff;
}

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

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

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

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

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: bold;
}

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

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #0275d8;
  text-decoration: none;
}
a:focus, a:hover {
  color: #014c8c;
  text-decoration: underline;
}

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

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

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

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

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
  line-height: inherit;
}

input[type=radio]:disabled,
input[type=checkbox]:disabled {
  cursor: not-allowed;
}

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

textarea {
  resize: vertical;
}

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

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

input[type=search] {
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

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

.col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.3333333333%;
}

.pull-2 {
  right: 16.6666666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.3333333333%;
}

.pull-5 {
  right: 41.6666666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.3333333333%;
}

.pull-8 {
  right: 66.6666666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.3333333333%;
}

.pull-11 {
  right: 91.6666666667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.3333333333%;
}

.push-2 {
  left: 16.6666666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.3333333333%;
}

.push-5 {
  left: 41.6666666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.3333333333%;
}

.push-8 {
  left: 66.6666666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.3333333333%;
}

.push-11 {
  left: 91.6666666667%;
}

.push-12 {
  left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 8.3333333333%;
  }

  .pull-sm-2 {
    right: 16.6666666667%;
  }

  .pull-sm-3 {
    right: 25%;
  }

  .pull-sm-4 {
    right: 33.3333333333%;
  }

  .pull-sm-5 {
    right: 41.6666666667%;
  }

  .pull-sm-6 {
    right: 50%;
  }

  .pull-sm-7 {
    right: 58.3333333333%;
  }

  .pull-sm-8 {
    right: 66.6666666667%;
  }

  .pull-sm-9 {
    right: 75%;
  }

  .pull-sm-10 {
    right: 83.3333333333%;
  }

  .pull-sm-11 {
    right: 91.6666666667%;
  }

  .pull-sm-12 {
    right: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.3333333333%;
  }

  .push-sm-2 {
    left: 16.6666666667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.3333333333%;
  }

  .push-sm-5 {
    left: 41.6666666667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.3333333333%;
  }

  .push-sm-8 {
    left: 66.6666666667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.3333333333%;
  }

  .push-sm-11 {
    left: 91.6666666667%;
  }

  .push-sm-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.3333333333%;
  }

  .pull-md-2 {
    right: 16.6666666667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.3333333333%;
  }

  .pull-md-5 {
    right: 41.6666666667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.3333333333%;
  }

  .pull-md-8 {
    right: 66.6666666667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.3333333333%;
  }

  .pull-md-11 {
    right: 91.6666666667%;
  }

  .pull-md-12 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.3333333333%;
  }

  .push-md-2 {
    left: 16.6666666667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.3333333333%;
  }

  .push-md-5 {
    left: 41.6666666667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.3333333333%;
  }

  .push-md-8 {
    left: 66.6666666667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.3333333333%;
  }

  .push-md-11 {
    left: 91.6666666667%;
  }

  .push-md-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.3333333333%;
  }

  .pull-lg-2 {
    right: 16.6666666667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.3333333333%;
  }

  .pull-lg-5 {
    right: 41.6666666667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.3333333333%;
  }

  .pull-lg-8 {
    right: 66.6666666667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.3333333333%;
  }

  .pull-lg-11 {
    right: 91.6666666667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.3333333333%;
  }

  .push-lg-2 {
    left: 16.6666666667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.3333333333%;
  }

  .push-lg-5 {
    left: 41.6666666667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.3333333333%;
  }

  .push-lg-8 {
    left: 66.6666666667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.3333333333%;
  }

  .push-lg-11 {
    left: 91.6666666667%;
  }

  .push-lg-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.3333333333%;
  }

  .pull-xl-2 {
    right: 16.6666666667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.3333333333%;
  }

  .pull-xl-5 {
    right: 41.6666666667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.3333333333%;
  }

  .pull-xl-8 {
    right: 66.6666666667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.3333333333%;
  }

  .pull-xl-11 {
    right: 91.6666666667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.3333333333%;
  }

  .push-xl-2 {
    left: 16.6666666667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.3333333333%;
  }

  .push-xl-5 {
    left: 41.6666666667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.3333333333%;
  }

  .push-xl-8 {
    left: 66.6666666667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.3333333333%;
  }

  .push-xl-11 {
    left: 91.6666666667%;
  }

  .push-xl-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.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-faded {
  background-color: #f7f7f7;
}

.bg-primary {
  background-color: #0275d8 !important;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #025aa5 !important;
}

.bg-success {
  background-color: #5cb85c !important;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44 !important;
}

.bg-info {
  background-color: #5bc0de !important;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important;
}

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

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

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

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

.bg-inverse {
  background-color: #292b2c !important;
}

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #101112 !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;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

.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-cell {
  display: table-cell !important;
}

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

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

@media (min-width: 576px) {
  .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-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .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-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .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-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .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-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
.flex-first {
  order: -1;
}

.flex-last {
  order: 1;
}

.flex-unordered {
  order: 0;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

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

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

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

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-first {
    order: -1;
  }

  .flex-sm-last {
    order: 1;
  }

  .flex-sm-unordered {
    order: 0;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-first {
    order: -1;
  }

  .flex-md-last {
    order: 1;
  }

  .flex-md-unordered {
    order: 0;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-first {
    order: -1;
  }

  .flex-lg-last {
    order: 1;
  }

  .flex-lg-unordered {
    order: 0;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-first {
    order: -1;
  }

  .flex-xl-last {
    order: 1;
  }

  .flex-xl-unordered {
    order: 0;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

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

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

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

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

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

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

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

  .float-xl-none {
    float: none !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;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-4 {
  margin-top: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-4 {
  padding-top: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 0 !important;
  }

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

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

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

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

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

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

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

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

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

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

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

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

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

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

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

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

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

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

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

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

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

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

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

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

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

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

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

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

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

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

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

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

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

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

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

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

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

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

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

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

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

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

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

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

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

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

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

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

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

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

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

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

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

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

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

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

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

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

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

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

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

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

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 0 !important;
  }

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

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

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

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

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

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

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

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

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

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

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

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

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

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

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

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

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

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

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

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

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

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

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

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

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4 {
    margin-left: 1.5rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

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

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

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

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

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

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

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

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

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

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

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

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

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

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

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

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

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

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

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

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

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

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

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

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

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

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

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

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

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

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

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

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4 {
    padding-left: 1.5rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

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

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

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

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

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

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 0 !important;
  }

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

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

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

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

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

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

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

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

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

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

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

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

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

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

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

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

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

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

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

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

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

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

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

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

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

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

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

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

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

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

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

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

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

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

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

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

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

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

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

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

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

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

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

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

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

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

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

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

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

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

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

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

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

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

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

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

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

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

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

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

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

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

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 0 !important;
  }

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

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

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

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

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

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

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

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

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

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

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

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

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

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

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

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

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

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

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

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

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

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

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

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

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

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

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

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

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

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

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

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

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

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

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

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

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

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

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

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

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

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

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

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

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

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

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

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

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

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

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

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

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

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

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

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

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

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

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

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

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

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

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
.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: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

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

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

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

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

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

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .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-normal {
  font-weight: normal;
}

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

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

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

.text-muted {
  color: #636c72 !important;
}

a.text-muted:focus, a.text-muted:hover {
  color: #4b5257 !important;
}

.text-primary {
  color: #0275d8 !important;
}

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

.text-success {
  color: #5cb85c !important;
}

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

.text-info {
  color: #5bc0de !important;
}

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

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

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

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

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

.text-gray-dark {
  color: #292b2c !important;
}

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

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

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

@font-face {
  font-family: MuseoSans;
  src: url("/fonts/322700_4_0.woff2") format("woff2'"), url("/fonts/322700_4_0.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: MuseoSans;
  src: url("/fonts/322700_1_0.woff2") format("woff2'"), url("/fonts/322700_1_0.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: MuseoSans;
  src: url("/fonts/322700_3_0.woff2") format("woff2'"), url("/fonts/322700_3_0.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: MuseoSans;
  src: url("/fonts/322700_0_0.woff2") format("woff2'"), url("/fonts/322700_0_0.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: MuseoSans;
  src: url("/fonts/322700_0_0.woff2") format("woff2'"), url("/fonts/322700_0_0.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Splurge;
  src: url("/fonts/splurge.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: icomoon;
  src: url("/fonts/icomoon.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@-webkit-keyframes plusateAnimation {
  from {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0;
    transform: scale(1.75);
  }
  to {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes plusateAnimation {
  from {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0;
    transform: scale(1.75);
  }
  to {
    opacity: 0;
    transform: scale(1);
  }
}
#topbar-coloured {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 45px;
  padding: 8px;
  z-index: 20;
  background: linear-gradient(-90deg, #004c99, #2d375a);
}

#topbar {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  background: white;
  z-index: 20;
}
#topbar #topbar-subnav-bg {
  content: " ";
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  background: #f5f5f5;
  height: 0;
  transition: all ease-in-out 0.3s;
  box-shadow: 0 0.14286rem 0.14286rem 0 rgba(0, 0, 0, 0.08);
}
#topbar #logo {
  padding: 25px 0 20px;
  display: inline-block;
  float: left;
}
#topbar #logo a {
  display: inline-block;
  max-width: 280px;
}
#topbar #logo a img {
  display: inline-block;
  float: left;
}
#topbar #logo a img.icon {
  width: 15%;
}
#topbar #logo a img.text {
  width: 84%;
  padding-left: 8px;
  transition: all ease-in-out 0.3s;
}
#topbar nav {
  margin: 0 0 0 4em;
  height: 100px;
  display: inline-block;
  float: left;
  transition: all ease-in-out 0.3s;
}
#topbar nav > a, #topbar nav > div {
  padding: 0.5em 2.25em 0;
  font-size: 13pt;
  text-transform: uppercase;
  height: 100%;
  width: auto;
  float: left;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#topbar nav > a:hover, #topbar nav > a.active, #topbar nav > div:hover, #topbar nav > div.active {
  background: #f5f5f5;
}
#topbar nav > a.active > div::after, #topbar nav > div.active > div::after {
  transform: rotate(180deg);
}
#topbar nav > a.active {
  border-bottom: 3px solid #ffbe00;
  transform: translateY(1px);
}
#topbar nav > div > div::after {
  content: "\E90C";
  position: relative;
  display: inline-block;
  margin-left: 0.375rem;
  font-family: icomoon;
  font-size: 1.2rem;
  vertical-align: middle;
  transition: all ease-in-out 0.3s;
}
#topbar nav > div ul {
  position: absolute;
  -moz-columns: 3;
       columns: 3;
  width: 83.57143rem;
  top: 100px;
  padding: 30px;
  visibility: hidden;
  left: 40px;
  z-index: 3;
  opacity: 0;
  transition: opacity cubic-bezier(0.86, 0, 0.07, 1) 0.2s;
  transition-delay: 0.2;
}
#topbar nav > div ul.show {
  visibility: visible;
  opacity: 1;
  transition-delay: 0;
  transition: opacity cubic-bezier(0.86, 0, 0.07, 1) 0.5s;
}
#topbar nav > div ul li {
  display: block;
  width: 100%;
  padding: 0.5rem 3rem 0.5rem 0;
}
#topbar nav > div ul li a {
  display: inline-block;
  padding: 0;
  font-weight: 300;
  text-transform: none;
  color: #323737;
  line-height: 1.6;
  transition: all ease-in-out 0.3s;
}
#topbar nav > div ul li a:hover {
  color: #ffbe00;
}
#topbar a.btn-yellow {
  position: absolute;
  right: 15px;
  top: -36px;
  font-size: 0.85714rem;
}
#topbar a.btn-yellow:hover {
  border: 1px solid #2d375a;
}
#topbar.sticky {
  position: fixed;
  top: 0;
  border-bottom: 1px solid #f5f5f5;
}
#topbar.sticky #logo a img.text {
  margin-top: -50px;
  opacity: 0;
}
#topbar.sticky nav {
  margin-left: -200px;
}
#topbar.sticky a.btn-yellow {
  top: 36px;
}
@media (max-width: 1199px) {
  #topbar #logo {
    padding: 25px 0 20px;
  }
  #topbar #logo a {
    max-width: 280px;
  }
}
@media (max-width: 991px) {
  #topbar {
    top: 0;
    height: 70px;
  }
  #topbar #logo {
    display: block;
    float: none;
    clear: both;
    text-align: center;
    padding: 15px 0 0 10px;
  }
  #topbar #logo a {
    max-width: 225px;
    display: inline-block;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  #topbar #logo a img.text {
    margin-top: 0px !important;
    opacity: 1 !important;
  }
  #topbar a.btn-yellow {
    display: none !important;
  }
}

#mobile {
  position: fixed;
  top: -200px;
  left: 0;
  right: 0;
  background: white;
  z-index: 19;
  opacity: 0;
  border-top: 2px solid #f5f5f5;
  transition: all ease-in-out 0.5s;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.11);
}
#mobile.active {
  top: 67px;
  opacity: 1;
}
#mobile nav {
  border-bottom: 2px solid #f5f5f5;
}
#mobile nav > a {
  display: block;
  text-transform: uppercase;
  padding: 1.2em 0;
  cursor: pointer;
  padding: 15px;
}
#mobile nav > a:hover {
  background: #f5f5f5;
}
#mobile nav > div div {
  text-transform: uppercase;
  padding: 1.2em 0;
  cursor: pointer;
  padding: 15px;
}
#mobile nav > div div:hover {
  background: #f5f5f5;
}
#mobile nav > div div::after {
  content: "\E90C";
  position: absolute;
  display: inline-block;
  font-family: icomoon;
  font-size: 1.3rem;
  right: 15px;
  transition: all ease-in-out 0.3s;
}
#mobile nav > div div.show {
  background: #f5f5f5;
}
#mobile nav > div div.show::after {
  transform: rotate(180deg);
}
#mobile nav > div ul {
  overflow: hidden;
  max-height: 0;
  transition: max-height ease-in-out 0.3s;
}
#mobile nav > div ul.show {
  max-height: 500px;
  background: #f5f5f5;
}
#mobile nav > div ul li a {
  padding: 0.6em 15px;
  display: block;
}
#mobile > a {
  display: block;
  margin: 15px;
}

/*
-------------------------------------------------------------------------------
Animated nav icon
-------------------------------------------------------------------------------
*/
.navicon {
  position: absolute;
  left: 15px;
  top: 27px;
  overflow: hidden;
  padding: 0;
  width: 28px;
  height: 31px;
  padding-top: 10px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  background: none;
  z-index: 22;
  transition: width 0.5s;
  margin: 0;
}

.navicon:focus {
  outline: none;
}

.navicon span {
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  height: 1px;
  background: #323737;
  border-radius: 0px;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.navicon span::before,
.navicon span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 1px;
  background: #323737;
  content: "";
  border-radius: 0px;
}

.navicon span::before {
  top: 9px;
}

.navicon span::after {
  bottom: 9px;
}

.navicon span::before,
.navicon span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.navicon span::before {
  transition-property: top, transform;
  -moz-transition-property: top, transform;
  -o-transition-property: top, transform;
  -webkit-transition-property: top, transform;
}

.navicon span::after {
  transition-property: bottom, transform;
  -moz-transition-property: bottom, transform;
  -o-transition-property: bottom, transform;
  -webkit-transition-property: bottom, transform;
}

.navicon.active span {
  background: none;
}

.navicon.active span::before {
  top: 0;
  transform: rotate(45deg);
}

.navicon.active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.navicon.active span::before,
.navicon.active span::after {
  transition-delay: 0s, 0.3s;
}

form label {
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 10px;
  display: block;
  margin-bottom: 3px;
}
form textarea, form input, form select {
  border: 0;
  width: 100%;
  max-width: 250px;
  padding: 6px 10px;
  position: relative;
  margin: 0 0 15px;
  border: 1px solid #323737;
  font-family: MuseoSans, Helvetica Neue, Helvetica, Arial, sans-serif;
  transition: border ease-in-out 0.5s;
}
form textarea:focus, form input:focus, form select:focus {
  outline: none;
}
form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  position: relative;
  background: url("/img/icons/arrows/down-primary.svg") no-repeat right 20px top 50%;
  background-size: 15px;
  padding-left: 20px;
}
form select::-ms-expand {
  display: none;
}
form textarea {
  height: 100px;
}
form .error input, form .error textarea {
  background-image: url("/img/icons/error.svg") !important;
  background-size: 15px !important;
  background-repeat: no-repeat !important;
  background-position: right 12px top 17px !important;
}
form .success input, form .success textarea {
  background-image: url("/img/icons/success.svg") !important;
  background-size: 15px !important;
  background-repeat: no-repeat !important;
  background-position: right 12px top 17px !important;
}

#header {
  position: relative;
  height: 600px;
  width: 100%;
}
#header > div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
#header > div .header-image {
  height: 600px;
  background: black;
  overflow: hidden;
}
#header > div .header-image img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#header > div .header-video {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  overflow: hidden;
  transition: all ease-in-out 0.3s;
}
#header > div .header-video::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  z-index: 2;
}
#header > div .header-video.active {
  opacity: 0.7;
}
#header > div .header-video video {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
#header > div .header-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
#header > div .header-content .header-title {
  color: white;
}
#header > div .header-content .header-title.animate h1 {
  opacity: 0;
}
#header > div .header-content .header-title.animate strong {
  opacity: 0;
}
#header > div .header-content .header-title.animated h1 {
  transition-delay: 1s;
}
#header > div .header-content .header-title.animated strong {
  transition-delay: 1.5s;
}
#header > div .header-content .header-title h1 {
  text-transform: none;
  font-size: 4em;
  display: block;
  width: 500px;
  max-width: 100%;
  text-shadow: 1px 1px black;
  line-height: 1.1;
  margin-top: 1em;
  opacity: 1;
  transition: all ease-in-out 0.3s;
}
#header > div .header-content .header-title strong {
  font-size: 1.5em;
  text-shadow: 1px 1px black;
  text-transform: uppercase;
  width: 450px;
  display: block;
  opacity: 1;
  transition-delay: 0.6s;
  transition: all ease-in-out 0.3s;
}
#header > div .header-content .header-cta {
  transition: all ease 0.5s;
}
#header > div .header-content .header-cta.animate {
  opacity: 0;
  transform: translateX(20px);
}
#header > div .header-content .header-cta.animated {
  transition-delay: 0.8s;
}
#header > div .header-content .header-cta .cta {
  padding-top: 20px;
  max-width: 358px;
  border: 4px solid white;
  float: right;
}
@media (max-width: 991px) {
  #header > div .header-content .header-title h1 {
    font-size: 3em;
  }
}
@media (max-width: 767px) {
  #header {
    height: auto;
  }
  #header > div {
    position: relative;
  }
  #header > div .header-image {
    height: 400px;
  }
  #header > div .header-video {
    display: none;
  }
  #header > div .header-content {
    margin-top: -350px;
    position: relative;
    transform: none;
    margin-bottom: 30px;
  }
  #header > div .header-content .header-cta {
    margin-top: 50px;
  }
  #header > div .header-content .header-title h1 {
    font-size: 3em;
    text-align: center;
    width: 100%;
  }
  #header > div .header-content .header-title strong {
    max-width: 100%;
    width: 100%;
    text-align: center;
    font-size: 14pt;
  }
  #header > div .header-content .header-cta .cta {
    float: none;
    max-width: 100%;
    margin-top: 2em;
  }
  #header > div .header-content .header-cta .cta h3 {
    font-weight: 700;
    font-size: 28px;
    min-height: 50px;
  }
  #header > div .header-content .header-cta .cta .cta-icon {
    display: none;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  line-height: 1;
  font-family: MuseoSans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 15pt;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 13pt;
  }

  h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 11pt;
  }
}
#heading {
  background: #f5f5f5;
  padding-top: 40px;
}
#heading h1 {
  margin-bottom: 0;
}

#heading-mobile {
  padding: 30px 15px 0;
}

.btn-blue {
  display: inline-block;
  position: relative;
  font-size: 11pt;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid transparent;
  padding: 5px 15px;
  cursor: pointer;
  font-family: MuseoSans, Helvetica Neue, Helvetica, Arial, sans-serif;
  transition: all ease 0.5s;
  background: #2d375a;
  color: #ffffff;
}
.btn-blue:focus {
  box-shadow: none;
}
@media (max-width: 350px) {
  .btn-blue {
    display: block;
    min-width: auto;
  }
}
.btn-blue:hover, .btn-blue:active, .btn-blue:focus {
  background-color: #252d49;
  color: #ffffff;
}

.btn-blue-ghost {
  display: inline-block;
  position: relative;
  font-size: 11pt;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid transparent;
  padding: 5px 15px;
  cursor: pointer;
  font-family: MuseoSans, Helvetica Neue, Helvetica, Arial, sans-serif;
  transition: all ease 0.5s;
  border-color: #2d375a;
}
.btn-blue-ghost:focus {
  box-shadow: none;
}
@media (max-width: 350px) {
  .btn-blue-ghost {
    display: block;
    min-width: auto;
  }
}
.btn-blue-ghost:hover, .btn-blue-ghost:active, .btn-blue-ghost:focus {
  background: #2d375a;
  color: #ffffff;
}

.btn-yellow {
  display: inline-block;
  position: relative;
  font-size: 11pt;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid transparent;
  padding: 5px 15px;
  cursor: pointer;
  font-family: MuseoSans, Helvetica Neue, Helvetica, Arial, sans-serif;
  transition: all ease 0.5s;
  background: #ffbe00;
  color: #2d375a;
}
.btn-yellow:focus {
  box-shadow: none;
}
@media (max-width: 350px) {
  .btn-yellow {
    display: block;
    min-width: auto;
  }
}
.btn-yellow:hover, .btn-yellow:active, .btn-yellow:focus {
  color: #2d375a;
}

.btn-yellow-ghost {
  display: inline-block;
  position: relative;
  font-size: 11pt;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid transparent;
  padding: 5px 15px;
  cursor: pointer;
  font-family: MuseoSans, Helvetica Neue, Helvetica, Arial, sans-serif;
  transition: all ease 0.5s;
  border-color: #ffbe00;
}
.btn-yellow-ghost:focus {
  box-shadow: none;
}
@media (max-width: 350px) {
  .btn-yellow-ghost {
    display: block;
    min-width: auto;
  }
}
.btn-yellow-ghost:hover, .btn-yellow-ghost:active, .btn-yellow-ghost:focus {
  background: #ffbe00;
  color: #ffffff;
}

.btn-ghost {
  color: #323737;
  border: 1px solid #323737;
  padding: 10px 20px;
  font-weight: 400;
  white-space: nowrap;
  text-transform: uppercase;
  width: calc(100% - 80px);
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  line-height: 1.5;
  transition: all ease-in-out 0.3s;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, black 50%);
  background-size: 100% 200%;
}
.btn-ghost:hover {
  color: white;
  background-position: 0 100%;
}
.btn-ghost:hover {
  color: white;
}

#footer {
  position: relative;
  z-index: 2;
}
#footer #footer-logo {
  padding: 50px 0 20px;
  background: linear-gradient(-90deg, #004c99, #2d375a);
}
#footer #footer-logo .container-fluid {
  text-align: center;
}
#footer #footer-logo .container-fluid img {
  max-height: 55px;
}
#footer #footer-nav {
  padding: 0 0 50px;
  color: white;
  background: linear-gradient(-90deg, #004c99, #2d375a);
}
#footer #footer-nav .container-fluid h6 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  margin-top: 30px;
}
#footer #footer-nav .container-fluid > div a {
  display: inline-block;
  margin: 0 0 0.5rem;
}
#footer #footer-nav .container-fluid > div a:hover {
  text-decoration: underline;
}
#footer #footer-nav .container-fluid > div form {
  position: relative;
}
#footer #footer-nav .container-fluid > div form input {
  display: inline-block;
  border: 0;
  width: calc(100% - 3.214rem);
  margin: 0 0.357rem 0 0;
  vertical-align: top;
  color: #323737;
  font-size: 11pt;
  padding: 0.75rem;
}
#footer #footer-nav .container-fluid > div form input::-moz-placeholder {
  text-transform: uppercase;
}
#footer #footer-nav .container-fluid > div form input:-ms-input-placeholder {
  text-transform: uppercase;
}
#footer #footer-nav .container-fluid > div form input::placeholder {
  text-transform: uppercase;
}
#footer #footer-nav .container-fluid > div form button {
  position: absolute;
  top: 5px;
  border: 0;
  cursor: pointer;
  width: 2.1435rem;
  height: 2.1435rem;
  display: inline-block;
  background: #ffbe00;
  position: relative;
  transform: rotate(45deg);
  transition: all ease-in-out 0.3s;
}
#footer #footer-nav .container-fluid > div form button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("/img/icons/arrows/right-black.svg") no-repeat 50%;
  background-size: 16px;
  transform: rotate(-45deg);
  transition: all ease-in-out 0.3s;
}
#footer #footer-nav .container-fluid > div form button:hover {
  transform: rotate(135deg);
}
#footer #footer-nav .container-fluid > div form button:hover::after {
  transform: rotate(-135deg);
}
#footer #footer-nav .container-fluid hr {
  border: 0;
  width: 3rem;
  height: 0.3rem;
  margin: 8px 0 10px;
  background: #ffbe00;
  display: inline-block;
}
@media (max-width: 767px) {
  #footer #footer-nav .container-fluid h6 {
    border-top: 1px solid white;
    padding: 20px 0;
    margin: 0;
    cursor: pointer;
  }
  #footer #footer-nav .container-fluid h6::after {
    content: "\2193";
    position: absolute;
    right: 20px;
    display: inline-block;
    font-family: icomoon;
    color: #ffbe00;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    transition: all ease-in-out 0.3s;
  }
  #footer #footer-nav .container-fluid h6.show::after {
    transform: rotate(180deg);
  }
  #footer #footer-nav .container-fluid hr {
    display: none;
  }
  #footer #footer-nav .container-fluid div.footer-subnav {
    overflow: hidden;
    max-height: 0;
    transition: all ease-in-out 0.3s;
  }
  #footer #footer-nav .container-fluid div.footer-subnav.show {
    max-height: 500px;
    padding-bottom: 10px;
  }
}
#footer #footer-socials {
  padding: 50px 0;
}
#footer #footer-socials .container-fluid {
  text-align: center;
}
#footer #footer-socials .container-fluid strong {
  display: inline-block;
  color: #2d375a;
  font-family: Splurge;
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 13px;
}
#footer #footer-socials .container-fluid div a {
  font-family: icomoon;
  font-size: 36px;
  color: #2d375a;
  margin: 0 3px;
  transition: all ease-in-out 0.3s;
}
#footer #footer-socials .container-fluid div a:hover {
  color: #ffbe00;
}
#footer #footer-details {
  background: #f5f5f5;
  padding: 15px 0;
}
#footer #footer-details .container-fluid {
  text-align: center;
}
#footer #footer-details .container-fluid span, #footer #footer-details .container-fluid a {
  color: #323737;
  display: inline-block;
}
#footer #footer-details .container-fluid span::after, #footer #footer-details .container-fluid a::after {
  content: "|";
  display: inline-block;
  padding: 0 10px;
  opacity: 0.8;
}
#footer #footer-details .container-fluid a:hover {
  text-decoration: underline;
}
#footer #footer-details .container-fluid a:last-child::after {
  display: none;
}
@media (max-width: 767px) {
  #footer #footer-details .container-fluid span::after, #footer #footer-details .container-fluid a::after {
    display: none;
  }
  #footer #footer-details .container-fluid span {
    padding: 0.3em;
  }
  #footer #footer-details .container-fluid a {
    padding: 0.3em 0;
    display: block;
  }
}

.content {
  background: #ffffff;
  font-size: 13pt;
  line-height: 2;
  padding-right: 2em;
  min-height: 400px;
  padding-bottom: 2em;
}
.content.no-min-height {
  min-height: 0;
}
.content .videoblock {
  padding-top: 1.5em;
}
.content .heading {
  max-width: 425px;
}
.content .heading h1 {
  text-transform: uppercase;
  font-size: 1.7em;
  line-height: 1.3;
  margin: 0;
}
.content .heading strong {
  display: block;
  text-transform: uppercase;
  font-size: 14pt;
  font-weight: normal;
  margin-bottom: 1em;
}
.content ul, .content ol {
  margin-top: 10px;
}
.content ul li {
  position: relative;
}
.content ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  margin: 10px 10px 0 0;
  vertical-align: top;
  border-radius: 5px;
}
.content ol {
  list-style: decimal;
  padding-left: 22px;
}
.content a {
  text-decoration: none;
  background-color: transparent;
  color: #337ab7;
  cursor: pointer;
}
.content a:focus, .content a:hover {
  color: #23527c;
  text-decoration: underline;
}
.content a:-webkit-any-link {
  color: -webkit-link;
  cursor: pointer;
  text-decoration: underline;
}
.content p {
  font-size: 1.25rem;
  margin-bottom: 1em;
}
@media (max-width: 991px) {
  .content {
    padding-right: 0;
  }
}

.content-ctas .cta {
  margin: 0 0 3rem;
}
@media (max-width: 991px) {
  .content-ctas .cta {
    margin: 0 0 15px;
  }
}

#content.diamond {
  position: relative;
  background: url("/img/bgs/diamond-bg.png") #e6e6e6 0 0 repeat;
  z-index: 0;
}
#content.diamond > div > div {
  margin-bottom: -200px;
}
#content.diamond .content-ctas {
  float: right;
  padding-top: 3em;
  width: 300px;
}
#content.diamond::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background: white;
  z-index: -1;
}
#content.diamond .container-fluid:after {
  content: "";
  display: table;
  clear: both;
}
#content.diamond .container-fluid > div:first-child {
  max-width: calc(100% - 330px);
  width: 100%;
}
#content .container-fluid:after {
  content: "";
  display: table;
  clear: both;
}
#content .container-fluid > div:first-child {
  position: relative;
  max-width: 900px;
  min-height: 500px;
  background: white;
  padding: 1em 20px 4em;
  z-index: 2;
  float: left;
  transform: translateY(-8.71429rem);
}
#content .container-fluid > div:first-child:after {
  content: "";
  display: table;
  clear: both;
}
#content .container-fluid > div:first-child::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  right: 40px;
  height: 40px;
  background: white;
}
#content .container-fluid > div:first-child::after {
  content: "";
  position: absolute;
  top: -40px;
  right: 0;
  width: 40px;
  height: 40px;
  background: url("/img/bgs/triangle.svg") no-repeat 50%;
  background-size: 100%;
}
#content .container-fluid > div:first-child #back-to-overview {
  position: absolute;
  top: -1.7rem;
  color: #898989;
  text-transform: uppercase;
  padding-left: 25px;
  font-size: 14px;
}
#content .container-fluid > div:first-child #back-to-overview::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 16px;
  background: url("/img/icons/arrows/right-gray.svg") no-repeat 50%;
  background-size: 1em;
  transform: rotate(-180deg);
}
@media (max-width: 991px) {
  #content {
    background: #f5f5f5;
  }
  #content::after {
    display: none;
  }
  #content .container-fluid > div:first-child {
    padding: 1em;
    max-width: 100% !important;
  }
  #content .container-fluid > div {
    padding: 1.3em;
  }
}

#bar {
  margin-bottom: 3rem;
  background: linear-gradient(-90deg, #004c99, #2d375a);
}
#bar .container-fluid div {
  display: table;
  width: 100%;
}
#bar .container-fluid div h2 {
  text-align: center;
  margin-bottom: 0;
  color: white;
  font-size: 36px;
  height: 150px;
  vertical-align: middle;
  display: table-cell;
}
@media (max-width: 991px) {
  #bar .container-fluid div h2 {
    text-align: left;
  }
}

#usps {
  margin-top: -30px;
  padding: 0 0 70px;
}
#usps div.container-fluid > div {
  color: white;
  position: relative;
  overflow: hidden;
  background: linear-gradient(-90deg, #004c99, #2d375a);
}
#usps div.container-fluid > div div.usp {
  padding: 40px;
  opacity: 1;
}
#usps div.container-fluid > div div.usp.animate h3 {
  opacity: 0;
  transform: translateY(10px);
}
#usps div.container-fluid > div div.usp.animate strong {
  opacity: 0;
  transform: translateY(10px);
}
#usps div.container-fluid > div div.usp.animate a {
  opacity: 0;
  transform: translateY(10px);
}
#usps div.container-fluid > div div.usp.animated h3 {
  transition-delay: 1.4s;
}
#usps div.container-fluid > div div.usp.animated strong {
  transition-delay: 1.8s;
}
#usps div.container-fluid > div div.usp.animated a {
  transition-delay: 2.1s;
}
#usps div.container-fluid > div div.usp h3 {
  font-weight: 700;
  font-size: 37px;
  min-height: 75px;
  opacity: 1;
  transition: all ease-in-out 0.3s;
}
#usps div.container-fluid > div div.usp strong {
  display: block;
  font-size: 13pt;
  height: 75px;
  font-weight: 300;
  max-width: 200px;
  opacity: 1;
  transition: all ease-in-out 0.3s;
}
#usps div.container-fluid > div div.usp a {
  display: inline-block;
  border: 1px solid white;
  padding: 10px 20px;
  text-transform: uppercase;
  -ms-word-break: keep-all;
  word-break: keep-all;
  line-height: 1.5;
  opacity: 1;
  transition: all ease-in-out 0.3s;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 50%);
  background-size: 100% 200%;
}
#usps div.container-fluid > div div.usp a:hover {
  color: white;
  background-position: 0 100%;
}
#usps div.container-fluid > div::after, #usps div.container-fluid > div::before {
  content: " ";
  width: 3px;
  position: absolute;
  top: -20px;
  bottom: -20px;
  background: white;
  transform: rotate(8deg) translateX(-50%);
}
#usps div.container-fluid > div::before {
  left: 33%;
}
#usps div.container-fluid > div::after {
  left: 66%;
}
@media (max-width: 991px) {
  #usps div.container-fluid > div::after, #usps div.container-fluid > div::before {
    transform: rotate(2deg) translateX(-50%);
  }
  #usps div.container-fluid > div div.usp {
    padding: 40px 20px;
  }
  #usps div.container-fluid > div div.usp h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #usps {
    padding: 15px 0;
  }
  #usps div.container-fluid > div {
    background: none;
  }
  #usps div.container-fluid > div::after, #usps div.container-fluid > div::before {
    display: none;
  }
  #usps div.container-fluid > div div.usp {
    color: #323737;
    background: #f5f5f5;
    margin-bottom: 15px;
    padding: 20px;
    text-align: center;
  }
  #usps div.container-fluid > div div.usp h3 {
    font-weight: 700;
    font-size: 28px;
    min-height: 50px;
  }
  #usps div.container-fluid > div div.usp strong {
    max-width: none;
    height: auto;
    padding-bottom: 20px;
  }
  #usps div.container-fluid > div div.usp a {
    border-color: #323737;
  }
}

#blocks {
  padding: 0 0 50px;
}
#blocks .container-fluid div.row > div .testimonial {
  text-align: center;
  max-width: 100%;
}
#blocks .container-fluid div.row > div .testimonial > a {
  position: absolute;
  display: inline-block;
  left: 50%;
  bottom: 40px;
  color: #323737;
  border: 1px solid #323737;
  padding: 10px 20px;
  font-weight: 400;
  white-space: nowrap;
  text-transform: uppercase;
  width: calc(100% - 80px);
  transform: translateX(-50%);
  transition: all ease-in-out 0.3s;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, black 50%);
  background-size: 100% 200%;
}
#blocks .container-fluid div.row > div .testimonial > a:hover {
  color: white;
  background-position: 0 100%;
}
#blocks .container-fluid div.row > div .testimonial > a:hover {
  color: white;
}
#blocks .container-fluid div.row > div .cta > a {
  width: auto;
}
@media (max-width: 991px) {
  #blocks .container-fluid div.row > div .testimonial, #blocks .container-fluid div.row > div:first-child .testimonial {
    display: none;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  #blocks .container-fluid div.row > div .testimonial, #blocks .container-fluid div.row > div:first-child .testimonial {
    display: block;
    width: 100%;
  }
  #blocks .container-fluid div.row > div .testimonial a, #blocks .container-fluid div.row > div:first-child .testimonial a {
    width: calc(100% - 40px);
  }
  #blocks .container-fluid div.row > div .cta > a, #blocks .container-fluid div.row > div:first-child .cta > a {
    left: 50%;
    width: calc(100% - 40px);
    text-align: center;
    transform: translateX(-50%);
  }
}

.cta {
  padding: 40px 40px 100px;
  position: relative;
  text-align: center;
  line-height: 2;
  width: 100%;
}
.cta.grey {
  background: #f5f5f5;
}
.cta.blue {
  background: linear-gradient(-90deg, #004c99, #2d375a);
  color: white;
}
.cta.blue strong {
  margin-bottom: -40px;
}
.cta.blue a {
  border-color: transparent;
  background: #ffbe00;
}
.cta.blue a:hover {
  color: black;
  background: #e6ab00;
}
.cta .cta-icon img {
  max-width: 100px;
  display: inline-block;
}
.cta > h3 {
  font-weight: 700;
  line-height: 1.4;
}
.cta > strong {
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  height: 40px;
  font-size: 12pt;
}
.cta > div {
  padding: 20px 0;
  font-size: 11pt;
}
.cta > a {
  position: absolute;
  display: inline-block;
  left: 50%;
  bottom: 40px;
  color: #323737;
  border: 1px solid #323737;
  padding: 10px 20px;
  font-weight: 400;
  white-space: nowrap;
  text-transform: uppercase;
  width: calc(100% - 80px);
  line-height: 1.5;
  transform: translateX(-50%);
  transition: all ease-in-out 0.3s;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, black 50%);
  background-size: 100% 200%;
}
.cta > a:hover {
  color: white;
  background-position: 0 100%;
}
.cta > a:hover {
  color: white;
}
@media (max-width: 767px) {
  .cta {
    padding: 0px 15px 100px;
    width: 100%;
  }
  .cta h3 {
    font-weight: 700;
    font-size: 20px;
    min-height: 50px;
  }
}

.testimonial {
  padding: 40px 40px 100px;
  position: relative;
  line-height: 2;
  max-width: 400px;
}
.testimonial .testimonial-icon {
  padding: 20px 0;
  font-size: 11pt;
}
.testimonial .testimonial-icon img {
  max-width: 100px;
}
.testimonial h3 {
  font-weight: 700;
  line-height: 1.4;
}
.testimonial strong {
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  height: 40px;
  font-size: 12pt;
}
.testimonial div {
  font-size: 11pt;
}
.testimonial > a {
  position: absolute;
  display: inline-block;
  left: 40px;
  bottom: 40px;
  color: #323737;
  border: 1px solid #323737;
  padding: 10px 20px;
  font-weight: 400;
  white-space: nowrap;
  text-transform: uppercase;
  line-height: 1.5;
  transition: all ease-in-out 0.3s;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, black 50%);
  background-size: 100% 200%;
}
.testimonial > a:hover {
  color: white;
  background-position: 0 100%;
}
.testimonial > a:hover {
  color: white;
}
@media (max-width: 991px) {
  .testimonial h3 {
    font-weight: 700;
    font-size: 20px;
    min-height: 50px;
  }
}

#gallery div.container-fluid {
  padding: 3em 1em;
}
#gallery div.container-fluid div {
  margin: 0;
  padding: 0;
}
#gallery div.container-fluid a {
  position: relative;
  overflow: hidden;
  display: block;
}
#gallery div.container-fluid a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url("/img/icons/zoom.svg") no-repeat 50%;
  background-size: 50px;
  opacity: 0;
  transition: background-color ease-in-out 0.5s, opacity ease-in-out 0.2s;
}
#gallery div.container-fluid a:hover::before {
  background-size: 50px;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.95);
}
#gallery div.container-fluid a:hover img {
  transform: scale(1.048);
}
#gallery div.container-fluid a img {
  width: 100%;
  position: relative;
  transition: all ease-in-out 0.4s;
}

.lightbox.lightbox {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  z-index: 9999;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
}
.lightbox.lightbox .main {
  width: 100%;
  height: 96%;
  position: absolute;
  top: 2%;
}
.lightbox.lightbox .main > div {
  width: 100%;
  max-width: 2140px;
  margin: auto;
  height: 100%;
  position: relative;
}
.lightbox.lightbox .main .image {
  max-width: 1990px;
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
}
.lightbox.lightbox .main .image img {
  max-height: 100%;
  margin: auto;
  display: block;
  position: absolute;
  bottom: -9999px;
  right: -9999px;
  left: -9999px;
  top: -9999px;
}
.lightbox.lightbox .main nav a {
  position: absolute;
  margin-top: -10px;
  font-size: 50px;
  display: block;
  color: #fff;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 5;
}
.lightbox.lightbox .main nav a.next {
  transition: right 0.3s ease-out;
  right: 15px;
}
.lightbox.lightbox .main nav a.next:hover {
  right: 10px;
}
.lightbox.lightbox .main nav a.next img {
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  position: absolute;
  right: 10px;
}
.lightbox.lightbox .main nav a.prev {
  transition: left 0.3s ease-out;
  left: 15px;
}
.lightbox.lightbox .main nav a.prev:hover {
  left: 10px;
}
.lightbox.lightbox .main nav a.prev img {
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  position: absolute;
  left: 10px;
}
.lightbox.lightbox img {
  max-width: 100%;
}
.lightbox.lightbox div.close {
  width: 100%;
  max-width: 2140px;
  margin: auto;
  position: relative;
  z-index: 10;
}
.lightbox.lightbox div.close a {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iMzU3cHgiIGhlaWdodD0iMzU3cHgiIHZpZXdCb3g9IjAgMCAzNTcgMzU3IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzNTcgMzU3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPGcgaWQ9ImNsb3NlIj4KCQk8cG9seWdvbiBmaWxsPSIjZmZmIiBwb2ludHM9IjM1NywzNS43IDMyMS4zLDAgMTc4LjUsMTQyLjggMzUuNywwIDAsMzUuNyAxNDIuOCwxNzguNSAwLDMyMS4zIDM1LjcsMzU3IDE3OC41LDIxNC4yIDMyMS4zLDM1NyAzNTcsMzIxLjMKCQkJMjE0LjIsMTc4LjUgCQkiLz4KCTwvZz4KPC9nPgo8L3N2Zz4K") no-repeat;
  background-size: 30px;
  display: inline-block;
  position: absolute;
  cursor: pointer;
  height: 30px;
  width: 30px;
  right: 30px;
  top: 75px;
}

.lightbox.lightbox .gallery {
  display: none;
  position: absolute;
  left: -9999px;
  right: -9999px;
  width: 100%;
  margin: auto;
  max-width: 1990px;
  overflow: hidden;
  bottom: -100px;
  transition: bottom 0.3s;
}
.lightbox.lightbox .gallery:hover {
  bottom: 0;
}
.lightbox.lightbox .gallery strong {
  color: #fff;
  margin: 10px;
  display: block;
}
.lightbox.lightbox .gallery .arrow-down {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUyNS4xNTMgNTI1LjE1MyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTI1LjE1MyA1MjUuMTUzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPGc+Cgk8cGF0aCBkPSJNMTY5Ljk3NCw0MDEuNTY3SDM1NS4yVjIxNi4yMWgxMjMuNTg2TDI2Mi41NzYsMEw0Ni4zNjcsMjE2LjIxaDEyMy41ODZ2MTg1LjM1N0gxNjkuOTc0eiBNNDYuMzY3LDQ2My4yOTRoNDMyLjQxOXY2MS44NTkgICBINDYuMzY3VjQ2My4yOTR6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==") no-repeat;
  background-size: 13px;
  display: inline-block;
  height: 13px;
  width: 20px;
}
.lightbox.lightbox .gallery .images-holder {
  margin: auto;
  width: 10000px;
  height: 100px;
}
.lightbox.lightbox .gallery .images-holder .img {
  display: block;
  position: relative;
  height: 100%;
  float: left;
  width: 135px;
  margin-right: 20px;
}
.lightbox.lightbox .gallery .images-holder .img.active:after, .lightbox.lightbox .gallery .images-holder .img:hover:after {
  background-color: transparent;
}
.lightbox.lightbox .gallery .images-holder .img:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  transition: background-color 0.5s;
}
.lightbox.lightbox .gallery .images-holder .img img {
  height: 100%;
}
@media (max-width: 767px) {
  .lightbox.lightbox .gallery {
    display: none;
  }
}

#buses-dates {
  margin-bottom: 3em;
}
#buses-dates > div {
  margin-bottom: 2px;
}
#buses-dates > div > strong {
  position: relative;
  display: block;
  background: #f5f5f5;
  padding: 2em;
  cursor: pointer;
  font-size: 11pt;
}
#buses-dates > div > strong::before, #buses-dates > div > strong::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 12px;
  right: 30px;
  top: 50%;
  background: #323737;
  transition: all ease-in-out 0.3s;
}
#buses-dates > div > strong::after {
  transform: rotate(-90deg);
}
#buses-dates > div > div {
  position: relative;
  height: auto;
  max-height: 1px;
  overflow: hidden;
  transition: all ease-in-out 1s;
}
#buses-dates > div > div > div {
  padding: 0.5em 2em;
}
#buses-dates > div.collapse > strong::after {
  transform: rotate(0deg);
}
#buses-dates > div.collapse > div {
  height: auto;
  max-height: 1750px;
}

#buses-overview {
  text-transform: uppercase;
  margin: 2em 0;
}
#buses-overview .buses-overview-heading {
  border-bottom: 1px solid #f5f5f5;
}
#buses-overview div.row > div {
  padding-top: 1em;
  padding-bottom: 1em;
}
@media (max-width: 1199px) {
  #buses-overview {
    background: #f5f5f5;
    margin: 15px -15px;
    padding: 15px;
  }
  #buses-overview .buses-overview-heading {
    border-bottom: 1px solid gainsboro;
  }
  #buses-overview div.row {
    padding-top: 0.5em;
    padding-bottom: 1em;
  }
  #buses-overview div.row > div {
    padding-top: 0.5em;
    padding-bottom: 0;
  }
}

.card {
  background: #f5f5f5;
  display: block;
  margin-bottom: 30px;
  position: relative;
  opacity: 1;
  transition: all 0.8s ease;
  transform: translateY(0);
}
.card.animate {
  opacity: 0;
  transform: translateY(50px);
}
.card:hover .card-image > img {
  transform: translate(-50%, -50%) scale(1.072);
}
.card:hover .card-content .diamond {
  transform: rotate(135deg);
}
.card:hover .card-content .diamond::after {
  transform: rotate(-135deg);
}
.card .card-image {
  position: relative;
  overflow: hidden;
  height: 25em;
}
.card .card-image.small {
  height: 15em !important;
}
.card .card-image > img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  max-width: 500px;
  left: 50%;
  top: 50%;
  transition: all ease-in-out 0.3s;
  transform: translate(-50%, -50%);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .card .card-image > img {
    max-width: none;
  }
}
.card .card-image .card-logo {
  position: absolute;
  overflow: hidden;
  height: 150px;
  width: 150px;
  z-index: 3;
  bottom: 15px;
  right: 15px;
  box-shadow: 3px 7px 5px -5px rgba(0, 0, 0, 0.08);
}
.card .card-letter {
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid #1360a9;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
}
.card .card-letter span {
  color: white;
  text-align: center;
  display: inline-block;
  margin-right: 20px;
  transform: translate(-125%, -50%);
  width: 50px;
  height: 50px;
  font-weight: 700;
  font-size: 2em;
  vertical-align: top;
}
.card .card-content {
  padding: 20px;
  color: #898989;
  font-size: 14px;
  position: relative;
}
.card .card-content h4 {
  margin: 0 0 5px;
  line-height: 1.1;
  color: #323737;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.card .card-content strong {
  text-transform: uppercase;
  display: inline-block;
}
.card .card-content span::before {
  content: "|";
  display: inline-block;
  padding: 0 10px;
  font-size: 11pt;
  opacity: 0.5;
}
.card .card-content p {
  margin: 0;
}
.card .card-content .diamond {
  width: 2.1435rem;
  height: 2.1435rem;
  display: inline-block;
  background: #ffbe00;
  position: relative;
  transform: rotate(45deg);
  transition: all ease-in-out 0.3s;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.card .card-content .diamond::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("/img/icons/arrows/right-black.svg") no-repeat 50%;
  background-size: 16px;
  transform: rotate(-45deg);
  transition: all ease-in-out 0.3s;
}
@media (max-width: 991px) {
  .card {
    margin-bottom: 15px;
    background: white;
  }
  .card .card-content strong::after {
    display: none;
  }
}

#faq {
  margin-bottom: 3em;
  margin-top: 3em;
}
#faq > div {
  margin-bottom: 2px;
  background: white;
}
#faq > div > strong {
  position: relative;
  display: block;
  background: #f5f5f5;
  padding: 2em 4em 2em 2em;
  cursor: pointer;
  font-size: 11pt;
}
#faq > div > strong::before, #faq > div > strong::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 12px;
  right: 30px;
  top: 50%;
  background: #323737;
  transition: all ease-in-out 0.3s;
}
#faq > div > strong::after {
  transform: rotate(-90deg);
}
#faq > div > div {
  position: relative;
  height: auto;
  overflow: hidden;
  max-height: 1px;
  transition: all ease-in-out 0.8s;
}
#faq > div > div > div {
  padding: 2em 2em;
  font-size: 12pt;
}
#faq > div.collapse > strong::after {
  transform: rotate(0deg);
}
#faq > div.collapse > div {
  height: auto;
  max-height: 750px;
}

#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2d375a;
  color: #ffffff;
  padding: 30px 0;
  transition: all ease-in-out 1s;
  z-index: 111;
}
#cookie.hide {
  opacity: 0;
  bottom: -150px;
}
#cookie p {
  color: #ffffff;
  font-size: 12pt;
}
#cookie p a {
  text-decoration: underline;
}
@media (max-width: 991px) {
  #cookie {
    text-align: center;
  }
}

#contact {
  margin-top: -3em;
}
#contact #maps-container {
  position: relative;
}
#contact #maps-container #maps {
  height: 600px;
  margin-bottom: 3em;
}
#contact #maps-container #maps-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#contact #maps-container #maps-overlay div.container-fluid {
  height: 100%;
}
#contact #maps-container #maps-overlay div.container-fluid #contact-details {
  position: absolute;
  top: 50%;
  background: #f5f5f5;
  padding: 2em;
  width: 320px;
  font-size: 11.5pt;
  line-height: 1.8;
  transform: translateY(-50%);
}
#contact #maps-container #maps-overlay div.container-fluid #contact-details span {
  display: block;
  text-transform: uppercase;
  font-size: 11pt;
}
#contact #maps-container #maps-overlay div.container-fluid #contact-details strong {
  display: block;
  text-transform: uppercase;
  margin-top: 2em;
  font-size: 11pt;
}
#contact #maps-container #maps-overlay div.container-fluid #contact-details div#contact-details-openings div {
  text-transform: uppercase;
  font-size: 11pt;
}
#contact #maps-container #maps-overlay div.container-fluid #contact-details div#contact-details-openings div span {
  display: inline-block;
  float: right;
}
#contact #maps-container #maps-overlay div.container-fluid #contact-details a {
  display: block;
  margin-top: 2em;
}
@media (max-width: 991px) {
  #contact #maps-container {
    padding-bottom: 2em;
  }
  #contact #maps-container #maps {
    height: 300px;
  }
  #contact #maps-container #maps-overlay {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  #contact #maps-container #maps-overlay div.container-fluid {
    height: auto;
  }
  #contact #maps-container #maps-overlay div.container-fluid #contact-details {
    position: relative;
    top: auto;
    background: white;
    padding: 0;
    width: auto;
    transform: none;
  }
  #contact #maps-container #maps-overlay div.container-fluid #contact-details h3 {
    text-transform: uppercase;
    font-size: 1.7em;
    line-height: 1.3;
    margin: 0;
  }
  #contact #maps-container #maps-overlay div.container-fluid #contact-details > span {
    display: block;
    text-transform: uppercase;
    font-size: 13pt;
    font-weight: normal;
    margin-bottom: 1em;
  }
  #contact .content {
    background: #f5f5f5;
    margin: 0 -15px 2em;
    padding: 15px;
  }
  #contact .cta {
    background: white;
  }
}

#impression #impression-video {
  position: relative;
  z-index: 3;
}
#impression #impression-content {
  margin-top: -250px;
  padding-top: 300px;
  background: linear-gradient(to left, #f5f5f5 50%, #ffffff 50%);
}
#impression #impression-content #impression-content-white, #impression #impression-content #impression-content-grey {
  padding: 50px 50px 50px;
}
@media (max-width: 991px) {
  #impression #impression-content {
    background: none;
  }
  #impression #impression-content #impression-content-white, #impression #impression-content #impression-content-grey {
    padding: 15px;
  }
  #impression #impression-content #impression-content-grey {
    background: #f5f5f5;
    margin: 0 -15px;
    padding: 0;
  }
  #impression #impression-content #impression-content-grey .testimonial {
    padding: 30px;
  }
}

.video-block {
  padding-top: 56.25%;
  position: relative;
}
.video-block::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90px;
  height: 90px;
  background: url("/img/icons/playbutton.png") no-repeat;
  background-size: 100%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.video-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

#exhibitors-home {
  background: #f5f5f5;
  padding: 4em 0;
  margin: 0 0 5em;
}
#exhibitors-home h2 {
  padding-bottom: 1em;
}
#exhibitors-home .card {
  background: white;
}
#exhibitors-home .btn-ghost {
  display: inline-block;
  margin-top: 2em;
  width: auto;
}
#exhibitors-home #exhibitors-home-nav {
  position: absolute;
  top: 50%;
  height: 100px;
  width: 100%;
  overflow: hidden;
  margin-top: -50px;
}
#exhibitors-home #exhibitors-home-nav .next, #exhibitors-home #exhibitors-home-nav .prev {
  height: 60px;
  width: 60px;
  background: #ffbe00;
  border: 0;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 10;
  cursor: pointer;
  transform: rotate(-45deg);
}
#exhibitors-home #exhibitors-home-nav .next.next, #exhibitors-home #exhibitors-home-nav .prev.next {
  right: -30px;
}
#exhibitors-home #exhibitors-home-nav .next.next::before, #exhibitors-home #exhibitors-home-nav .prev.next::before {
  top: 24px;
  right: 32px;
  background: url("/img/icons/arrows/right-black.svg") no-repeat 50%;
  background-size: 16px;
  transform: rotate(45deg) translate(-50%, -50%);
}
#exhibitors-home #exhibitors-home-nav .next.prev, #exhibitors-home #exhibitors-home-nav .prev.prev {
  left: -30px;
}
#exhibitors-home #exhibitors-home-nav .next.prev::before, #exhibitors-home #exhibitors-home-nav .prev.prev::before {
  top: 21px;
  right: 11px;
  background: url("/img/icons/arrows/right-black.svg") no-repeat 50%;
  background-size: 16px;
  transform: rotate(-135deg) translate(-50%, -50%);
}
#exhibitors-home #exhibitors-home-nav .next::before, #exhibitors-home #exhibitors-home-nav .prev::before {
  content: "";
  height: 16px;
  width: 16px;
  position: absolute;
}

#exhibitors-overview {
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  #exhibitors-overview {
    background: #f5f5f5;
    margin-top: -40px;
  }
}

#exhibitors-filters #exhibitors-filter-letter {
  padding-bottom: 3em;
  padding-left: 1em;
  display: inline-block;
}
#exhibitors-filters #exhibitors-filter-letter div {
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  margin: 0 0.25em;
  padding: 0.3em;
  text-transform: uppercase;
  font-size: 13pt;
  border-bottom: 4px solid transparent;
}
#exhibitors-filters #exhibitors-filter-letter div.active {
  border-bottom: 4px solid #ffbe00;
}
#exhibitors-filters #exhibitors-filter-letter div.hide {
  opacity: 0.2;
  cursor: default;
}
#exhibitors-filters #exhibitors-filter-letter div.all {
  margin-right: 0.5em;
}
#exhibitors-filters #exhibitors-filter-categories {
  position: relative;
  height: 25px;
  z-index: 4;
  display: inline-block;
  width: 250px;
  background: white;
}
#exhibitors-filters #exhibitors-filter-categories.collapse > div > div {
  max-height: 600px;
}
#exhibitors-filters #exhibitors-filter-categories.collapse > div strong::after {
  transform: rotate(180deg);
}
#exhibitors-filters #exhibitors-filter-categories > div {
  display: inline-block;
  width: 100%;
  position: absolute;
}
#exhibitors-filters #exhibitors-filter-categories > div strong {
  border: 0.07143rem solid #ddd;
  border-bottom: 0;
  padding: 1rem 3rem 1rem 1rem;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1rem;
  position: relative;
  display: block;
  cursor: pointer;
}
#exhibitors-filters #exhibitors-filter-categories > div strong::after {
  content: "\2193";
  position: absolute;
  right: 1rem;
  font-family: icomoon;
  transition: all ease-in-out 0.3s;
}
#exhibitors-filters #exhibitors-filter-categories > div > div {
  border: 0.07143rem solid #ddd;
  border-top: none;
  background: white;
  display: block;
  overflow: hidden;
  height: auto;
  max-height: 0px;
  margin-top: -1px;
  transition: max-height ease-in-out 0.5s;
}
#exhibitors-filters #exhibitors-filter-categories > div > div > div {
  position: relative;
  padding: 0.5rem 1rem;
}
#exhibitors-filters #exhibitors-filter-categories > div > div > div.hide {
  opacity: 0.2;
  cursor: default;
  pointer-events: none;
}
#exhibitors-filters #exhibitors-filter-categories > div > div > div .checkbox input {
  opacity: 0;
  position: absolute;
}
#exhibitors-filters #exhibitors-filter-categories > div > div > div .checkbox label {
  font-size: 1rem;
  display: inline-block;
  margin: 0;
}
#exhibitors-filters #exhibitors-filter-categories > div > div > div .checkbox label::before {
  content: "";
  position: relative;
  float: left;
  background-color: #fff;
  border: 0.07143rem solid #ddd;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1em;
}
#exhibitors-filters #exhibitors-filter-categories > div > div > div input:checked + label::after {
  content: "\221A";
  position: absolute;
  top: 6px;
  left: 14px;
  width: 1.5rem;
  text-align: center;
  font-size: 1.143rem;
  font-family: icomoon;
  color: #ffbe00;
}
@media (max-width: 1199px) {
  #exhibitors-filters #exhibitors-filter-categories {
    width: 100%;
    margin: 15px 0;
    height: auto;
    line-height: 0;
  }
  #exhibitors-filters #exhibitors-filter-categories > div {
    line-height: 1.5;
    max-width: none;
    position: relative;
  }
  #exhibitors-filters #exhibitors-filter-letter {
    text-align: center;
    padding: 0 0 1em;
  }
  #exhibitors-filters #exhibitors-filter-letter > div {
    margin-bottom: 0.5em;
  }
}

#content {
  padding-bottom: 5em;
}

#exhibitors-detail #exhibitors-detail-data img {
  width: 250px;
  height: 250px;
  border: 0.07143rem solid #ddd;
  margin-bottom: 2em;
}
#exhibitors-detail #exhibitors-detail-data ol {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 0.07143rem solid #ddd;
}
#exhibitors-detail #exhibitors-detail-data ol li {
  list-style: none;
}
#exhibitors-detail #exhibitors-detail-data ol li strong {
  display: inline-block;
  width: 130px;
}
#exhibitors-detail #exhibitors-detail-data ol li span {
  display: inline-block;
}
#exhibitors-detail #exhibitors-detail-data a {
  width: auto;
  color: #323737;
  text-decoration: none;
  margin-bottom: 20px;
}
#exhibitors-detail #exhibitors-detail-data a:hover {
  text-decoration: none;
  color: white;
}

#exhibitors-detail-plan {
  padding-bottom: 3em;
  position: relative;
}
#exhibitors-detail-plan #plan-overview-svg {
  padding: 0;
  position: relative;
}

#load-more {
  text-align: center;
  padding: 2em 0;
}
#load-more div {
  width: auto;
}

#tickets-dates {
  margin-top: -3em;
  padding-top: 3em;
  padding-bottom: 2em;
  background: #f5f5f5;
}
#tickets-dates .content {
  min-height: 150px;
  background: #f5f5f5;
}
#tickets-dates .content .heading {
  max-width: none;
}
#tickets-dates .cta {
  padding-bottom: 2em;
  background: white;
}
#tickets-dates .cta strong {
  margin-bottom: 95px;
}
#tickets-dates .cta.order strong {
  padding: 0 30px;
}
#tickets-dates .cta.order a {
  background: #ffbe00;
  border: 1px solid transparent;
}
#tickets-dates .cta.order a:hover {
  color: #323737;
  border: 1px solid #323737;
}
#tickets-detail {
  padding-bottom: 4em;
}
#tickets-detail .content .heading {
  max-width: none;
}
#tickets-detail #example-widget-trigger {
  height: 436px;
}

#program-filters {
  padding-left: 70px;
  margin-bottom: 2em;
}
#program-filters span {
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  margin: 0 0.5em 0 0;
  padding: 0.3em;
  text-transform: uppercase;
  font-size: 13pt;
  border-bottom: 4px solid transparent;
}
#program-filters span.active {
  border-bottom: 4px solid #ffbe00;
}
#program-filters span.hide {
  opacity: 0.2;
  cursor: default;
}
@media (max-width: 991px) {
  #program-filters {
    padding-left: 0;
    text-align: center;
  }
  #program-filters span {
    margin-bottom: 2em;
  }
}

#program-overview {
  margin-bottom: 4em;
}
#program-overview #program-times {
  padding-top: 50px;
  width: 50px;
  display: inline-block;
}
#program-overview #program-times div {
  height: 190px;
  position: relative;
}
#program-overview #program-times div.first {
  height: 95px;
}
#program-overview #program-times div strong {
  display: block;
  text-align: right;
  height: 50%;
}
#program-overview #program-times div:last-child {
  height: 20px;
}
#program-overview #program-times div:last-child strong {
  height: 100%;
}
#program-overview #program-locations {
  height: 100%;
  width: calc(100% - 75px);
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  position: absolute;
  border-bottom: 10px solid white;
}
#program-overview #program-locations #program-location-1, #program-overview #program-locations #program-location-2 {
  position: relative;
  height: 100%;
  width: 50%;
  float: left;
}
#program-overview #program-locations #program-location-1 #program-location-header, #program-overview #program-locations #program-location-2 #program-location-header {
  background: white;
  padding: 0 0 1em;
  height: 60px;
}
#program-overview #program-locations #program-location-1 #program-location-header strong, #program-overview #program-locations #program-location-2 #program-location-header strong {
  text-transform: uppercase;
  display: block;
  font-size: 14pt;
}
#program-overview #program-locations #program-location-1 #program-location-header span, #program-overview #program-locations #program-location-2 #program-location-header span {
  text-transform: uppercase;
  display: block;
  font-size: 10pt;
}
#program-overview #program-locations #program-location-1 {
  background: #f5f5f5;
}
#program-overview #program-locations #program-location-2 .program {
  background: #f5f5f5;
}
#program-overview:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 991px) {
  #program-overview #program-times {
    width: 48px;
  }
  #program-overview #program-locations {
    margin-left: 2px;
    width: auto;
    left: 65px;
    right: 10px;
  }
  #program-overview #program-locations #program-location-1, #program-overview #program-locations #program-location-2 {
    width: 100%;
    float: none;
  }
}

.program {
  display: block;
  background: white;
  margin-bottom: 2px;
  position: absolute;
  top: 60px;
  width: 100%;
  height: 190px;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.3s;
  transform: translateY(15px);
}
.program.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.program:hover .program-image img {
  transform: scale(1.024);
}
.program:hover .program-content .diamond {
  transform: rotate(135deg);
}
.program:hover .program-content .diamond::after {
  transform: rotate(-135deg);
}
.program a {
  display: block;
}
.program a .program-image {
  position: absolute;
  width: 150px;
  left: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  overflow: hidden;
}
.program a .program-image img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.program a .program-content {
  padding: 1em 2em;
  display: inline-block;
  position: absolute;
  left: 150px;
  right: 0;
  top: 0;
  bottom: 0;
}
.program a .program-content strong {
  text-transform: uppercase;
  display: block;
  font-size: 12pt;
}
.program a .program-content span {
  display: block;
}
.program a .program-content i {
  display: block;
  text-transform: uppercase;
  opacity: 0.8;
  font-style: normal;
  margin-right: 3em;
}
.program a .program-content .diamond {
  width: 2.1435rem;
  height: 2.1435rem;
  display: inline-block;
  background: #ffbe00;
  position: relative;
  transform: rotate(45deg);
  transition: all ease-in-out 0.3s;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.program a .program-content .diamond::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("/img/icons/arrows/right-black.svg") no-repeat 50%;
  background-size: 16px;
  transform: rotate(-45deg);
  transition: all ease-in-out 0.3s;
}
@media (max-width: 991px) {
  .program a .program-image {
    display: none;
  }
  .program a .program-content {
    left: 0;
    padding: 1em 2em 1em 1em;
  }
  .program a .program-content strong {
    font-size: 11pt;
  }
  .program a .program-content i {
    font-size: 11pt;
  }
}
@media (max-width: 575px) {
  .program a .program-content {
    padding: 0.8em 2em 0.8em 1em;
  }
  .program a .program-content strong {
    font-size: 10.5pt;
  }
  .program a .program-content i {
    font-size: 10pt;
    text-transform: none;
  }
}

#plan-overview {
  padding: 2em 0;
  background: #f5f5f5;
  margin-top: -3em;
}
#plan-overview #plan-overview-intro {
  background: none;
  text-align: center;
  min-height: 0;
  padding: 1em 0 2em;
}
#plan-overview #plan-overview-intro .heading {
  max-width: none;
}
@media (max-width: 991px) {
  #plan-overview #plan-overview-intro {
    text-align: left;
  }
}

#plan-overview-svg {
  padding: 0 50px;
}
#plan-overview-svg object {
  width: 100%;
}
#plan-overview-svg #plan-tooltip-container {
  position: absolute;
  left: 10%;
  top: 10%;
  padding-bottom: 10px;
}
#plan-overview-svg #plan-tooltip-container #plan-tooltip {
  width: 300px;
  position: relative;
  z-index: 21;
}
#plan-overview-svg #plan-tooltip-container #plan-tooltip .card {
  margin-bottom: 0;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}
#plan-overview-svg #plan-tooltip-container #plan-tooltip .card.animate {
  transform: translateY(-10px);
}
#plan-overview-svg #plan-tooltip-container #plan-tooltip .card::after {
  content: "";
  width: 24px;
  height: 24px;
  background: #f5f5f5;
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: rotate(45deg) translateX(-16px);
}
#plan-overview-svg #plan-tooltip-container #plan-tooltip .card .card-image {
  height: 20em;
}
@media (max-width: 991px) {
  #plan-overview-svg #plan-tooltip-container #plan-tooltip {
    width: 200px;
  }
  #plan-overview-svg #plan-tooltip-container #plan-tooltip .card {
    background: #f5f5f5;
  }
  #plan-overview-svg #plan-tooltip-container #plan-tooltip .card .card-image {
    display: none;
  }
  #plan-overview-svg #plan-tooltip-container #plan-tooltip .card .card-content {
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  #plan-overview-svg {
    width: 100%;
    overflow-x: scroll;
  }
  #plan-overview-svg object {
    position: relative;
    width: 100%;
    min-width: 800px;
  }
}

#plan-pulsate-container {
  position: absolute;
  z-index: 19;
  top: 50%;
  left: 50%;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  cursor: default;
  display: none;
  pointer-events: none;
}
#plan-pulsate-container.category-1 {
  background: #fcb731;
}
#plan-pulsate-container.category-1::before {
  position: absolute;
  width: 35px;
  height: 35px;
  content: "";
  border-radius: 100%;
  background: #fcb731;
  -webkit-animation: plusateAnimation 3s infinite;
  /* Safari 4.0 - 8.0 */
  animation: plusateAnimation 3s infinite;
}
#plan-pulsate-container.category-2 {
  background: #a5954f;
}
#plan-pulsate-container.category-2::before {
  position: absolute;
  width: 35px;
  height: 35px;
  content: "";
  border-radius: 100%;
  background: #a5954f;
  -webkit-animation: plusateAnimation 3s infinite;
  /* Safari 4.0 - 8.0 */
  animation: plusateAnimation 3s infinite;
}
#plan-pulsate-container.category-3 {
  background: #0071bc;
}
#plan-pulsate-container.category-3::before {
  position: absolute;
  width: 35px;
  height: 35px;
  content: "";
  border-radius: 100%;
  background: #0071bc;
  -webkit-animation: plusateAnimation 3s infinite;
  /* Safari 4.0 - 8.0 */
  animation: plusateAnimation 3s infinite;
}
#plan-pulsate-container.category-4 {
  background: #76c065;
}
#plan-pulsate-container.category-4::before {
  position: absolute;
  width: 35px;
  height: 35px;
  content: "";
  border-radius: 100%;
  background: #76c065;
  -webkit-animation: plusateAnimation 3s infinite;
  /* Safari 4.0 - 8.0 */
  animation: plusateAnimation 3s infinite;
}
#plan-pulsate-container.category-5 {
  background: #a7a9ac;
}
#plan-pulsate-container.category-5::before {
  position: absolute;
  width: 35px;
  height: 35px;
  content: "";
  border-radius: 100%;
  background: #a7a9ac;
  -webkit-animation: plusateAnimation 3s infinite;
  /* Safari 4.0 - 8.0 */
  animation: plusateAnimation 3s infinite;
}
#plan-pulsate-container.category-6 {
  background: #d9e021;
}
#plan-pulsate-container.category-6::before {
  position: absolute;
  width: 35px;
  height: 35px;
  content: "";
  border-radius: 100%;
  background: #d9e021;
  -webkit-animation: plusateAnimation 3s infinite;
  /* Safari 4.0 - 8.0 */
  animation: plusateAnimation 3s infinite;
}
#plan-pulsate-container.category-7 {
  background: #f15a24;
}
#plan-pulsate-container.category-7::before {
  position: absolute;
  width: 35px;
  height: 35px;
  content: "";
  border-radius: 100%;
  background: #f15a24;
  -webkit-animation: plusateAnimation 3s infinite;
  /* Safari 4.0 - 8.0 */
  animation: plusateAnimation 3s infinite;
}
#plan-pulsate-container.category-8 {
  background: #67cae0;
}
#plan-pulsate-container.category-8::before {
  position: absolute;
  width: 35px;
  height: 35px;
  content: "";
  border-radius: 100%;
  background: #67cae0;
  -webkit-animation: plusateAnimation 3s infinite;
  /* Safari 4.0 - 8.0 */
  animation: plusateAnimation 3s infinite;
}
#plan-pulsate-container.category-9 {
  background: #ea148c;
}
#plan-pulsate-container.category-9::before {
  position: absolute;
  width: 35px;
  height: 35px;
  content: "";
  border-radius: 100%;
  background: #ea148c;
  -webkit-animation: plusateAnimation 3s infinite;
  /* Safari 4.0 - 8.0 */
  animation: plusateAnimation 3s infinite;
}
#plan-pulsate-container.category-10 {
  background: #a247a1;
}
#plan-pulsate-container.category-10::before {
  position: absolute;
  width: 35px;
  height: 35px;
  content: "";
  border-radius: 100%;
  background: #a247a1;
  -webkit-animation: plusateAnimation 3s infinite;
  /* Safari 4.0 - 8.0 */
  animation: plusateAnimation 3s infinite;
}
#plan-pulsate-container span {
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  font-weight: 500;
  font-size: 9pt;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
}

#list-overview .container-fluid > div {
  -moz-columns: 3;
       columns: 3;
  padding: 2em 0 4em;
}
#list-overview .container-fluid > div > div {
  padding-top: 20px;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
#list-overview .container-fluid > div > div strong {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
  display: block;
  -moz-column-break-after: avoid;
       break-after: avoid;
}
#list-overview .container-fluid > div > div strong.category-1::after {
  background: #fcb731;
}
#list-overview .container-fluid > div > div strong.category-2::after {
  background: #a5954f;
}
#list-overview .container-fluid > div > div strong.category-3::after {
  background: #0071bc;
}
#list-overview .container-fluid > div > div strong.category-4::after {
  background: #76c065;
}
#list-overview .container-fluid > div > div strong.category-5::after {
  background: #a7a9ac;
}
#list-overview .container-fluid > div > div strong.category-6::after {
  background: #d9e021;
}
#list-overview .container-fluid > div > div strong.category-7::after {
  background: #f15a24;
}
#list-overview .container-fluid > div > div strong.category-8::after {
  background: #67cae0;
}
#list-overview .container-fluid > div > div strong.category-9::after {
  background: #ea148c;
}
#list-overview .container-fluid > div > div strong.category-10::after {
  background: #a247a1;
}
#list-overview .container-fluid > div > div strong::after {
  content: "";
  display: block;
  width: 3rem;
  height: 0.3rem;
  margin: 8px 0 10px;
  background: #ffbe00;
}
#list-overview .container-fluid > div > div > div > div a {
  display: inline-block;
  margin: 0 0 0.5rem;
}
#list-overview .container-fluid > div > div > div > div a:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  #list-overview .container-fluid > div {
    -moz-columns: 2;
         columns: 2;
  }
}
@media (max-width: 767px) {
  #list-overview .container-fluid > div {
    -moz-columns: 1;
         columns: 1;
  }
  #list-overview .container-fluid > div > div {
    padding: 0;
  }
  #list-overview .container-fluid > div > div strong {
    position: relative;
    padding: 20px 0;
    cursor: pointer;
    margin: 0;
  }
  #list-overview .container-fluid > div > div strong::after {
    display: none;
  }
  #list-overview .container-fluid > div > div strong::before {
    content: "\2193";
    position: absolute;
    right: 5px;
    display: inline-block;
    font-family: icomoon;
    color: #ffbe00;
    transition: all ease-in-out 0.3s;
  }
  #list-overview .container-fluid > div > div strong.show::before {
    transform: rotate(180deg);
  }
  #list-overview .container-fluid > div > div > div {
    max-height: 0;
    overflow: hidden;
    border-bottom: 1px solid #f5f5f5;
    transition: all ease-in-out 0.3s;
  }
  #list-overview .container-fluid > div > div > div.show {
    max-height: 1000px;
  }
}

/*
-------------------------------------------------------------------------------
Defaults
-------------------------------------------------------------------------------
*/
html, body {
  padding-right: 0 !important;
  font-size: 14px;
}

body {
  position: relative;
  min-height: 100vh;
  line-height: 1.42857143;
  font-weight: 300;
  font-size: 14px;
  padding-top: 145px;
  color: #323737;
  margin: 0;
  font-family: MuseoSans, Helvetica Neue, Helvetica, Arial, sans-serif;
}
@media (max-width: 991px) {
  body {
    padding-top: 74px;
  }
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
}

.container-fluid {
  max-width: 1200px;
  padding: 0 15px;
  position: relative;
  margin: auto;
}
.container-fluid.small {
  max-width: 800px;
}

strong {
  font-weight: 700;
}

img {
  max-width: 100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  img {
    height: 100%;
  }
}

a {
  color: inherit;
}

a:focus, .link:focus, a:hover, .link:hover {
  color: inherit;
  text-decoration: none;
}

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