@import url(https://fonts.googleapis.com/css?family=Ubuntu);@charset "UTF-8";
/*
Bootstrap Settings
*/
*, body {
  font-family: Ubuntu, Helvetica, sans-serif;
}

/*!
 * 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;
}
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: #f00;
  text-decoration: none;
}
a:focus, a:hover {
  color: #b30000;
  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%;
  }
}
.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #eceeef;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 15px;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #eceeef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.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: #f5ff17 !important;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #d9e300 !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: 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: #f5ff17 !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #d9e300 !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;
  }
}

/**
* Owl Carousel v2.1.1
* Copyright 2013-2016 David Deutsch
* Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
*/
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loaded > * {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  display: none;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.spacing.spacing {
  margin-top: 80px;
  margin-bottom: 80px;
}

.spacing-t.spacing-t {
  margin-top: 80px;
}

.spacing-b.spacing-b {
  margin-bottom: 80px;
}

.p-spacing.p-spacing {
  padding-top: 80px;
  padding-bottom: 80px;
}

.p-spacing-t.p-spacing-t {
  padding-top: 80px;
}

.p-spacing-b.p-spacing-b {
  padding-bottom: 80px;
}

.s-spacing.s-spacing {
  margin-top: 30px;
  margin-bottom: 30px;
}

.s-spacing-t.s-spacing-t {
  margin-top: 30px;
}

.s-spacing-b.s-spacing-b {
  margin-bottom: 30px;
}

.p-s-spacing.p-s-spacing {
  padding-top: 30px;
  padding-bottom: 30px;
}

.p-s-spacing-t.p-s-spacing-t {
  padding-top: 30px;
}

.p-s-spacing-b.p-s-spacing-b {
  padding-bottom: 30px;
}

.gutter-t.gutter-t {
  margin-top: 15px;
}

.gutter-b.gutter-b {
  margin-bottom: 15px;
}

.gutter-l.gutter-l {
  margin-left: 15px;
}

.gutter-r.gutter-r {
  margin-right: 15px;
}

.gutter-justifier {
  margin-top: -15px;
}

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

.collapse {
  display: none;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

.clear.clear {
  clear: both;
}

.padding.padding {
  padding: 15px;
}

.relative.relative {
  position: relative;
}

/*
-------------------------------------------------------------------------------
Defaults
-------------------------------------------------------------------------------
*/
html, body {
  /*
  Bootstrap modal classes for not jumping up and add padding right
   */
}

body {
  position: relative;
  min-height: 100vh;
  line-height: 24px;
  color: #054ab2;
  font-weight: 400;
  font-size: 13px;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
}

table {
  border: 0;
}

table td {
  vertical-align: top;
  border: 0;
}

.container-fluid {
  max-width: 1300px;
  padding: 0 15px;
  position: relative;
  margin: auto;
}

strong {
  font-weight: 700;
}

img {
  max-width: 100%;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: #054ab2;
  font-weight: 600;
  margin-bottom: 0;
  display: block;
  margin-top: 0;
}

a {
  color: inherit;
}

p {
  color: #000000;
}

a:focus, .link:focus, a:hover, .link:hover {
  color: inherit;
  text-decoration: none;
}

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

.btn.btn {
  transition: background 0.3s, color 0.3s;
  display: inline-block;
  position: relative;
  font-weight: 500;
  border-radius: 3px;
  font-size: 17px;
  border: 1px solid transparent;
  text-align: center;
  padding: 7px 15px;
  min-width: 300px;
}
.btn.btn:focus {
  box-shadow: none;
}
.btn.btn.btn-secondary {
  border-radius: 20px;
}
.btn.btn.btn-ghost-primary {
  border-color: #054ab2;
  color: #054ab2;
}
.btn.btn.btn-ghost-primary:hover {
  background: #054ab2;
  color: #ffffff;
}
.btn.btn.btn-secondary {
  background-color: #f5c400;
  border-color: #f5c400;
  color: #ffffff;
  font-weight: bold;
}
.btn.btn .icon-li-arrow {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  font-size: 9px;
  right: 0px;
  top: -1px;
  transition: right 0.3s;
}
.btn.btn.link {
  padding: 0;
}
.btn.btn:hover .icon-li-arrow {
  right: -3px;
}
.btn.btn.btn-ghost.btn-ghost {
  background: transparent;
}

.section {
  padding: 50px 0;
}

.modal .modal-lg {
  max-width: 1200px;
  width: 100%;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
}
.modal .modal-body {
  padding: 30px;
}
.modal .modal-content {
  border-radius: 0;
}
.modal .close {
  position: absolute;
  font-size: 30px;
  cursor: pointer;
  color: #054ab2;
  right: 15px;
  top: 5px;
  z-index: 2;
}

#projects-slider {
  max-width: 900px;
  margin: 0 auto;
}
#projects-slider .owl-carousel {
  display: block;
  padding: 0;
  margin: 0;
}
#projects-slider .owl-carousel .owl-item {
  padding: 20px;
  width: 100%;
}
#projects-slider .owl-carousel .owl-item img {
  transition: all 0.5s;
  max-width: 150px;
}
#projects-slider .owl-carousel .owl-item img:hover {
  transform: scale(1.05);
}
#projects-slider div.intro {
  padding-bottom: 0;
}
@media (max-width: 991px) {
  #projects-slider .owl-item img {
    max-width: none !important;
    padding: 0 20px;
  }
}

#content {
  margin: 50px 0;
  max-width: 800px;
  min-height: 300px;
  color: #000000;
}
#content a {
  text-decoration: underline;
}
#content ul {
  list-style: disc;
  padding-left: 15px;
}
#content ul li {
  padding-left: 7px;
}
#content ol {
  list-style: decimal;
  padding-left: 15px;
}
#content ol li {
  padding-left: 7px;
}

form label {
  cursor: pointer;
  display: block;
}
form input[type=checkbox] {
  padding-top: 20px;
  display: inline-block;
  height: 40px;
  width: 20px;
}
form textarea, form input[type=text], form select {
  border: 0;
  width: 100%;
  padding: 10px 30px 10px 15px;
  position: relative;
  margin: 7px 0;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  transition: border ease-in-out 0.5s;
}
form textarea:not(:-moz-placeholder-shown) + strong.label, form input[type=text]:not(:-moz-placeholder-shown) + strong.label, form select:not(:-moz-placeholder-shown) + strong.label {
  color: #aaaaaa;
  top: -4px;
}
form textarea:not(:placeholder-shown) + strong.label, form textarea:focus + strong.label, form input[type=text]:not(:placeholder-shown) + strong.label, form input[type=text]:focus + strong.label, form select:not(:placeholder-shown) + strong.label, form select:focus + strong.label {
  color: #aaaaaa;
  top: -4px;
}
form textarea:not(:-moz-placeholder-shown) + strong.label span, form input[type=text]:not(:-moz-placeholder-shown) + strong.label span, form select:not(:-moz-placeholder-shown) + strong.label span {
  opacity: 0.5;
}
form textarea:not(:placeholder-shown) + strong.label span, form textarea:focus + strong.label span, form input[type=text]:not(:placeholder-shown) + strong.label span, form input[type=text]:focus + strong.label span, form select:not(:placeholder-shown) + strong.label span, form select:focus + strong.label span {
  opacity: 0.5;
}
form textarea:focus, form input[type=text]:focus, form select:focus {
  outline: none;
  border: 1px solid #054ab2;
}
form textarea.radio-input, form input[type=text].radio-input, form select.radio-input {
  padding: 5px 30px 4px 10px;
  max-width: 200px;
  background-position: right 12px top 50% !important;
  margin: -6px 0;
}
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 strong.label {
  position: absolute;
  top: 17px;
  left: 25px;
  z-index: 2;
  font-weight: normal;
  color: #000000;
  transition: all ease-in-out 0.5s;
  background: #ffffff;
  padding: 2px 7px;
  pointer-events: none;
}
form strong.label span {
  color: #dd0000;
  font-weight: normal;
}
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;
}

.form-radio {
  display: block;
  position: relative;
}
.form-radio input[type=radio] {
  position: absolute;
  top: 59%;
  left: 20px;
  margin-top: -10px;
}
.form-radio input[type=radio]:checked + label {
  background: #eaffeb;
}
.form-radio label {
  display: block;
  padding: 15px 15px 15px 50px;
  background: #f8f8f8;
  margin: 2px 0 0;
  border-radius: 5px;
}
.form-radio label strong {
  display: block;
  color: #054ab2;
}

.agree-check {
  position: relative;
  min-height: 80px;
  padding-right: 40px;
}
.agree-check.error label {
  border: 1px solid #d00;
}
.agree-check input {
  margin-left: 10px;
  margin-top: 12px;
}
.agree-check label {
  position: absolute;
  top: 8px;
  left: 15px;
  right: 15px;
  padding: 10px 0 10px 40px;
  border: 1px solid transparent;
}

#topnav {
  height: 100px;
  background: #054ab2 url("/img/bgs/topnav.jpg") no-repeat 50%;
  padding-top: 20px;
}
#topnav div.left {
  width: 45%;
  display: inline-block;
}
#topnav div.left strong {
  display: inline-block;
  margin-left: 175px;
  color: #ffffff;
  font-size: 25px;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  font-weight: normal;
}
#topnav div.right {
  display: inline-block;
  width: 54%;
  text-align: right;
}
#topnav div.right nav {
  display: inline-block;
  text-align: left;
}
#topnav div.right nav > div {
  display: inline-block;
}
#topnav div.right nav > div a {
  padding: 20px 22px;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  transition: all ease 0.5s;
  text-shadow: 2px 1px rgba(0, 0, 0, 0.2);
}
#topnav div.right nav > div a:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  #topnav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.19);
  }
  #topnav div.left strong {
    margin-left: 70px;
    font-size: 14pt;
    line-height: 1.5;
  }
}

#mainnav {
  background: #ffffff;
  box-shadow: 0px 7px 5px -7px rgba(0, 0, 0, 0.08);
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  z-index: 20;
}
#mainnav::before {
  content: " ";
  left: 0;
  right: 0;
  top: 64px;
  max-height: 0;
  background: #054ab2;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  transition: all ease 0.3s;
  box-shadow: 0px 7px 5px -7px rgba(0, 0, 0, 0.08);
}
#mainnav #mainnav-subnav-bg {
  content: " ";
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  background: #ffffff;
  height: 0;
  transition: all ease 0.5s;
  box-shadow: 0 0.14286rem 0.14286rem 0 rgba(0, 0, 0, 0.08);
}
#mainnav.dropdown::before {
  padding-top: 200px;
}
#mainnav.fixed {
  position: fixed;
  top: 0;
}
#mainnav.fixed div.left #logo {
  left: 50px;
  top: 5px;
  width: 80px;
}
#mainnav div.left {
  padding-left: 153px;
  display: block;
}
#mainnav div.left #logo {
  position: absolute;
  left: 20px;
  top: -80px;
  width: 150px;
  z-index: 21;
  transition: all ease 0.5s;
}
#mainnav div.left #logo img {
  filter: drop-shadow(3px 2px 2px rgba(0, 0, 0, 0.4));
}
#mainnav div.left nav {
  margin: 0 0 0 0.5em;
  height: 60px;
  display: inline-block;
  float: left;
  transition: all ease 0.5s;
}
#mainnav div.left nav > a, #mainnav div.left nav > div {
  padding: 1em 1.25em;
  font-size: 12pt;
  float: left;
  height: 60px;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  transition: all ease 0.5s;
}
#mainnav div.left nav > a.active > div::after, #mainnav div.left nav > div.active > div::after {
  transform: rotate(180deg);
}
#mainnav div.left nav > div > div::after {
  content: "";
  position: relative;
  display: inline-block;
  margin-left: 0.375rem;
  vertical-align: middle;
  background: url("/img/icons/arrows/down.svg") no-repeat 50%;
  background-size: 100%;
  width: 10px;
  height: 10px;
  transition: all ease 0.5s;
}
#mainnav div.left nav > div ul {
  position: absolute;
  -moz-columns: 3;
       columns: 3;
  width: 83.57143rem;
  top: 60px;
  padding: 30px 30px 30px 155px;
  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;
}
#mainnav div.left nav > div ul.show {
  visibility: visible;
  opacity: 1;
  transition-delay: 0;
  transition: opacity cubic-bezier(0.86, 0, 0.07, 1) 0.5s;
}
#mainnav div.left nav > div ul li {
  display: block;
  width: 100%;
  padding: 0.5rem 3rem 0.5rem 0;
}
#mainnav div.left nav > div ul li a {
  display: inline-block;
  padding: 0;
  font-weight: 300;
  text-transform: none;
  color: #054ab2;
  line-height: 1.6;
  font-size: 11pt;
  transition: all ease 0.5s;
}
#mainnav div.left nav > div ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  #mainnav {
    position: fixed;
    top: 0;
  }
  #mainnav div.left #logo#logo {
    left: 5px;
    top: 0;
    width: 80px;
  }
}

#mobile {
  position: fixed;
  pointer-events: none;
  top: -100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  z-index: 19;
  opacity: 0;
  border-top: 2px solid #eeeeee;
  transition: all ease-in-out 0.5s;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.11);
}
#mobile.active {
  top: 100px;
  opacity: 1;
  pointer-events: auto;
}
#mobile nav {
  padding: 15px;
  position: relative;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
#mobile nav > div span, #mobile nav > div a, #mobile nav > div li.back {
  display: block;
  padding: 0.8em 1em;
  font-size: 11pt;
  color: #054ab2;
  border-bottom: 1px solid #eeeeee;
  background: url("/img/icons/arrows/right-blue.svg") no-repeat right 10px top 50%;
  background-size: 10px;
  cursor: pointer;
}
#mobile nav > div ul {
  position: absolute;
  left: 100%;
  width: 100%;
  min-height: 100%;
  top: 0;
  z-index: 3;
  opacity: 0;
  padding: 15px;
  background: white;
  transition: all ease-in-out 0.5s;
}
#mobile nav > div ul.active {
  left: 0;
  opacity: 1;
}
#mobile nav > div ul li {
  display: block;
}
#mobile nav > div ul li.back {
  padding: 0.8em 1em 0.8em 2em;
  background: url("/img/icons/arrows/back.svg") no-repeat left 10px top 50%;
  background-size: 13px;
}
#mobile > a {
  display: block;
  margin: 15px;
}

/*
-------------------------------------------------------------------------------
Animated nav icon
-------------------------------------------------------------------------------
*/
.navicon {
  position: absolute;
  right: 15px;
  top: 15px;
  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: 2px;
  background: white;
  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: 2px;
  background: white;
  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;
}

h1, .h1 {
  width: 100%;
  display: block;
  font-size: 3em;
  line-height: 1;
  margin-bottom: 40px;
}
h1.center, .h1.center {
  text-align: center;
}

h2, .h2 {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 2.5em;
  line-height: 1;
  margin-bottom: 30px;
}

h3, .h3 {
  width: 100%;
  font-size: 1.5em;
  line-height: 1;
}

@media (max-width: 1199px) {
  h1 {
    font-size: 2.5em;
  }
  h2 {
    font-size: 2em;
  }
  h3 {
    font-size: 1.25em;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 1.75em;
  }
  h2 {
    font-size: 1.5em;
  }
  h3 {
    font-size: 1em;
  }
}
#header {
  position: relative;
  height: 600px;
  overflow: hidden;
}
#header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 100px;
  background: url("/img/overlays/header.svg") no-repeat bottom;
  z-index: 1;
  background-size: 100% auto;
}
#header > div > div img {
  height: 600px;
  width: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}
#header > div > div div.header-content {
  opacity: 0;
  transform: translateX(-20px) rotateX(-180deg);
  transition: all ease-in-out 0.5s;
  transition-delay: 1s;
  position: absolute;
  left: 10%;
  top: 50%;
  max-width: 30%;
  text-align: center;
}
#header > div > div div.header-content.animate {
  opacity: 1;
  transform: translateX(0) rotateX(0);
}
#header > div > div div.header-content a {
  white-space: nowrap;
}
#header > div > div div.header-content h2 {
  color: #ffffff;
  text-shadow: 2px 2px 10px rgb(0, 0, 0);
  line-height: 2;
}
@media (max-width: 991px) {
  #header {
    height: 400px;
    top: 100px;
  }
  #header > div > div img {
    height: 400px;
    width: 100%;
    max-width: none;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #header > div > div div.header-content {
    left: 20%;
    right: 20%;
    max-width: none;
    height: 200px;
  }
}

#header-detail {
  position: relative;
  height: 600px;
  margin-top: 60px;
}
#header-detail::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 100px;
  background: url("/img/overlays/header.svg") no-repeat bottom;
  z-index: 1;
  background-size: 100% auto;
}
#header-detail img {
  height: 600px;
  width: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  #header-detail {
    margin: 0;
  }
  #header-detail div {
    padding: 0;
  }
}

#mobile-nav-icon {
  width: 30px;
  height: 30px;
  position: relative;
  margin: 10px auto 0;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  float: right;
}

#mobile-nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 50%;
  background: #054ab2;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#mobile-nav-icon span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#mobile-nav-icon span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

#mobile-nav-icon span:nth-child(1), #mobile-nav-icon span:nth-child(2) {
  top: 0px;
}

#mobile-nav-icon span:nth-child(3), #mobile-nav-icon span:nth-child(4) {
  top: 10px;
}

#mobile-nav-icon span:nth-child(5), #mobile-nav-icon span:nth-child(6) {
  top: 20px;
}

#mobile-nav-icon.open span:nth-child(1), #mobile-nav-icon.open span:nth-child(6) {
  transform: rotate(45deg);
}

#mobile-nav-icon.open span:nth-child(2), #mobile-nav-icon.open span:nth-child(5) {
  transform: rotate(-45deg);
}

#mobile-nav-icon.open span:nth-child(1) {
  left: 2px;
  top: 5px;
}

#mobile-nav-icon.open span:nth-child(2) {
  left: calc(50% - 2px);
  top: 5px;
}

#mobile-nav-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#mobile-nav-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#mobile-nav-icon.open span:nth-child(5) {
  left: 2px;
  top: 15px;
}

#mobile-nav-icon.open span:nth-child(6) {
  left: calc(50% - 2px);
  top: 15px;
}

#mobile-nav {
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  z-index: 99;
  padding: 120px 0 50px;
  transform: translateY(-100%);
  transition: all 0.5s ease;
}
#mobile-nav.open {
  transform: translateY(0);
}
#mobile-nav a {
  display: block;
  border-bottom: 1px solid #b9d4fd;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin: 0 10px;
  text-align: left;
  padding: 5px 0 5px 10px;
}
#mobile-nav a.sub {
  font-weight: normal;
  font-size: 13px;
  border-bottom: 1px solid white;
  margin-top: -1px;
}
#mobile-nav a.red {
  color: #f5c400;
  border-bottom: 1px solid #fffdf5;
}
#mobile-nav a.red span {
  background: url("/img/icons/arrow-down-red.svg") no-repeat 0 0;
  background-size: 100%;
}
#mobile-nav a.red.sub {
  border: 0;
}
#mobile-nav a.parent {
  border: 0;
}
#mobile-nav a span {
  display: inline-block;
  width: 6px;
  height: 7px;
  background: url("/img/icons/arrow-down.svg") no-repeat 0 0;
  background-size: 100%;
}
#mobile-nav div.spacer {
  border: 0;
  height: 20px;
  display: block;
}
#mobile-nav div.border {
  border-bottom: 1px solid #b9d4fd;
  margin: 0 20px;
}
#mobile-nav div.border.red {
  border-bottom: 1px solid #fffdf5;
}

#footer {
  background: #054ab2;
  margin-top: 50px;
  padding: 10px 0;
}
#footer #socials {
  display: block;
  padding: 50px 0;
}
#footer #socials strong {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
}
#footer #socials a {
  display: inline-block;
  margin-left: 5px;
  transform: TranslateY(-3px);
}
#footer #socials a img {
  width: 28px;
  height: 28px;
}
#footer span {
  color: #ffffff;
  font-weight: bold;
  font-size: 15px;
  padding: 15px;
  display: inline-block;
}
#footer #logo-white {
  max-width: 250px;
  margin: 30px 0;
}

#closure {
  color: #000000;
}
#closure span {
  display: block;
  padding: 30px 0;
}
#closure #footernav {
  display: inline-block;
  padding: 30px 0 0;
}
#closure #footernav a {
  margin: 0 5px;
}
#closure a:hover {
  text-decoration: underline;
}

#possibilities {
  padding: 50px 0;
}
#possibilities div.owl-carousel {
  position: relative;
  transition: top 0.1s;
  top: 0;
}
#possibilities .item {
  margin: 10px;
  position: relative;
  overflow: hidden;
  display: block;
  transition: all ease 0.5s;
}
#possibilities .item img {
  display: block;
  width: 100%;
  transition: all ease 0.5s;
}
#possibilities .item div {
  padding: 20px;
}
#possibilities .item strong {
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 0 20px;
  display: block;
}
#possibilities .item i {
  background: #054ab2;
  border-radius: 3px;
  color: #ffffff;
  padding: 5px 20px;
  font-style: normal;
}
#possibilities .item:hover {
  background: #e6effe;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  transform: translateY(-5px);
}
#possibilities div#possibilities-nav {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
#possibilities div#possibilities-nav div {
  position: absolute;
  width: 50px;
  height: 50px;
  float: left;
  top: 150px;
  display: block;
  cursor: pointer;
}
#possibilities div#possibilities-nav div#possibilities-arrow-left {
  background: url("/img/icons/arrow-left.svg") no-repeat;
  left: -50px;
  background-size: 100%;
  z-index: 1;
  pointer-events: auto;
}
#possibilities div#possibilities-nav div#possibilities-arrow-right {
  background: url("/img/icons/arrow-right.svg") no-repeat;
  right: -50px;
  background-size: 100%;
  z-index: 1;
  pointer-events: auto;
}
@media (max-width: 991px) {
  #possibilities div#possibilities-nav {
    overflow: hidden;
  }
  #possibilities div#possibilities-nav div {
    width: 70px;
    height: 70px;
    top: 130px;
  }
  #possibilities div#possibilities-nav div#possibilities-arrow-left {
    left: -15px;
    background: white url("/img/icons/arrow-left.svg") no-repeat center;
    background-size: 50%;
    border-radius: 100px;
  }
  #possibilities div#possibilities-nav div#possibilities-arrow-right {
    right: -15px;
    background: white url("/img/icons/arrow-right.svg") no-repeat center;
    background-size: 50%;
    border-radius: 100px;
  }
}

.cta {
  margin: 50px 0;
}
.cta div.ctaimage {
  position: relative;
  display: block;
}
.cta div.ctaimage > div {
  position: absolute;
  top: 0;
  bottom: 0;
  color: #ffffff;
  padding: 40px;
}
.cta div.ctaimage > div.right {
  background: linear-gradient(to right, rgba(0, 108, 183, 0), rgba(0, 108, 183, 0.7), rgba(0, 108, 183, 0.9));
  left: 20%;
  right: 0;
  text-align: right;
}
.cta div.ctaimage > div.right > div {
  float: right;
}
.cta div.ctaimage > div.left {
  background: linear-gradient(to left, rgba(0, 108, 183, 0), rgba(0, 108, 183, 0.7), rgba(0, 108, 183, 0.9));
  left: 0;
  right: 20%;
  text-align: left;
}
.cta div.ctaimage > div.left > div {
  float: left;
}
.cta div.ctaimage > div > div {
  max-width: 400px;
}
.cta div.ctaimage > div > div h3, .cta div.ctaimage > div > div p {
  color: #ffffff;
}
.cta div.ctaimage > div > div h3 {
  font-size: 25px;
  font-weight: normal;
  padding-top: 20px;
}
.cta div.ctaimage > div > div p {
  padding: 20px 0 20px;
  line-height: 30px;
}

@media (max-width: 767px) {
  .cta {
    display: Block;
    background: #054ab2;
    height: auto;
    padding: 0;
    margin: 20px 20px;
  }
  .cta > div {
    padding: 0;
    height: 100%;
  }
  .cta > div div.ctaimage {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
    width: 100%;
  }
  .cta > div div.ctaimage img {
    height: auto;
    width: auto;
    max-width: 100%;
    top: -20%;
    overflow: hidden;
  }
  .cta > div div.ctaimage p {
    padding: 0;
  }
  .cta > div div.ctaimage > div {
    position: relative;
  }
  .cta > div div.ctaimage > div.left, .cta > div div.ctaimage > div.right {
    background: #054ab2;
    left: 0;
    right: 0;
    text-align: left;
    padding: 0 20px;
  }
  .cta > div div.ctaimage > div.left > div, .cta > div div.ctaimage > div.right > div {
    float: none;
    width: 100%;
    max-width: 100%;
  }
  .cta > div div.ctaimage > div.left > div h3, .cta > div div.ctaimage > div.right > div h3 {
    margin-bottom: 10px;
    height: auto;
    font-size: 18px;
    font-weight: bold;
    font-weight: bold;
  }
  .cta > div div.ctaimage > div.left > div a, .cta > div div.ctaimage > div.right > div a {
    display: inline-block;
    margin-bottom: 20px;
  }
  .cta > div div.ctaimage > div.left > div p, .cta > div div.ctaimage > div.right > div p {
    padding: 0;
  }
}
.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;
  }
}

.btn-blue {
  padding: 10px 25px;
  background: #054ab2;
  color: #ffffff;
  font-size: 10pt;
  line-height: 1;
  cursor: pointer;
  display: inline-block;
  border: 0;
  transition: all ease 0.5s;
  border-radius: 3px;
  background: #054ab2;
  color: #ffffff;
}
.btn-blue:hover {
  background: #04429e;
  color: #ffffff;
}

.btn-yellow {
  padding: 10px 25px;
  background: #054ab2;
  color: #ffffff;
  font-size: 10pt;
  line-height: 1;
  cursor: pointer;
  display: inline-block;
  border: 0;
  transition: all ease 0.5s;
  border-radius: 3px;
  background: #f5c400;
  color: #ffffff;
}
.btn-yellow:hover {
  background: #e1b400;
  color: #ffffff;
}

.btn-black {
  padding: 10px 25px;
  background: #054ab2;
  color: #ffffff;
  font-size: 10pt;
  line-height: 1;
  cursor: pointer;
  display: inline-block;
  border: 0;
  transition: all ease 0.5s;
  border-radius: 3px;
  background: #000000;
  color: #ffffff;
}
.btn-black:hover {
  color: #ffffff;
}

#socials {
  padding: 50px 0;
  position: relative;
}
#socials::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/img/bgs/socials.jpg") no-repeat;
  background-size: cover;
  z-index: -1;
}
#socials h2 {
  color: #ffffff;
  font-weight: 500;
}
#socials h2 a {
  font-weight: bold;
}
#socials h2 a:hover {
  text-decoration: underline;
}
#socials #socials-items > div:nth-child(even) {
  margin-top: 20px;
}
#socials #socials-items > div > div {
  background: #ffffff;
  display: block;
  margin: 20px 0;
  padding-bottom: 20px;
  transition: all ease-in-out 0.5s;
  position: relative;
  opacity: 1;
  transform: rotate(-1deg);
  box-shadow: 2px 7px 5px -7px rgba(0, 0, 0, 0.8);
}
@media (max-width: 991px) {
  #socials #socials-items > div > div {
    transform: rotate(0);
  }
}
#socials #socials-items > div > div div.image {
  position: relative;
  overflow: hidden;
  margin: 0 -5px;
  transform: rotate(-1deg);
  transform: translateY(-10px);
  box-shadow: 2px 3px 1px 0px rgba(0, 0, 0, 0.08);
}
@media (max-width: 991px) {
  #socials #socials-items > div > div div.image {
    transform: rotate(0);
  }
}
#socials #socials-items > div > div div.image img {
  width: 100%;
  transition: all ease-in-out 0.5s;
}
#socials #socials-items > div > div div.intro {
  padding: 20px;
  transform: rotate(1deg);
}
@media (max-width: 991px) {
  #socials #socials-items > div > div div.intro {
    transform: rotate(0);
  }
}
#socials #socials-items > div > div div.intro strong {
  color: #054ab2;
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
  padding-left: 40px;
  height: 30px;
}
#socials #socials-items > div > div div.intro strong.facebook {
  background: url("/img/icons/socials/facebook.svg") no-repeat top left;
  background-size: 30px;
}
#socials #socials-items > div > div div.intro strong.instagram {
  background: url("/img/icons/socials/instagram.svg") no-repeat top left;
  background-size: 30px;
}
#socials #socials-items > div > div div.intro i {
  color: rgba(0, 0, 0, 0.5);
  float: right;
  margin-top: -38px;
  font-size: 8pt;
}
#socials #socials-items > div > div div.intro p {
  display: block;
  padding: 0;
}

#subnav {
  margin: 50px 0 0px;
  background: #ffffff;
  padding: 30px;
  position: relative;
  z-index: 4;
  transform: rotate(-1deg);
  box-shadow: 2px 3px 1px 0px rgba(0, 0, 0, 0.08);
}
@media (max-width: 991px) {
  #subnav {
    transform: rotate(0);
  }
}
#subnav > div {
  transform: rotate(1deg);
}
@media (max-width: 991px) {
  #subnav > div {
    transform: rotate(0);
  }
}
#subnav > div strong {
  font-size: 25px;
  display: block;
  margin: 20px 0 20px 10px;
  font-weight: normal;
  color: #000000;
}
#subnav > div > a {
  display: block;
  padding: 8px 0;
  padding-left: 10px;
  font-size: 14px;
  transition: all ease 0.75s;
  background: white no-repeat 92% 50%;
  color: #054ab2;
}
#subnav > div > a:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  #subnav {
    display: none;
  }
}

#default {
  background: #eeeeee;
  padding-top: 100px;
}
#default.margin {
  padding-top: 0;
  margin-top: -200px;
}
#default #default-content {
  margin-left: 30px;
  background: #ffffff;
  position: relative;
  z-index: 4;
  transform: rotate(-1deg);
  box-shadow: 2px 3px 1px 0px rgba(0, 0, 0, 0.08);
}
@media (max-width: 991px) {
  #default #default-content {
    transform: rotate(0);
  }
}
#default #default-content a {
  color: #054ab2;
  text-decoration: underline;
}
#default #default-content > div {
  padding: 80px;
  color: #000000;
  transform: rotate(1deg);
}
@media (max-width: 991px) {
  #default #default-content > div {
    transform: rotate(0);
  }
}
#default #default-content > div ul, #default #default-content > div ol {
  padding-left: 25px;
}
#default #default-content > div ul li {
  position: relative;
}
#default #default-content > div ul li:before {
  color: #054ab2;
  content: "\2022";
  position: absolute;
  font-size: 30px;
  left: -20px;
  top: 1px;
}
#default #default-content > div ol {
  list-style: decimal;
  padding-left: 22px;
}
#default #default-content > div a {
  text-decoration: underline;
  color: #054ab2;
}
#default #default-content > div h1, #default #default-content > div .h1, #default #default-content > div h2, #default #default-content > div .h2, #default #default-content > div h3, #default #default-content > div .h3, #default #default-content > div h4, #default #default-content > div .h4, #default #default-content > div h5, #default #default-content > div .h5, #default #default-content > div h6, #default #default-content > div .h6 {
  margin: 20px 0 10px;
}
#default #default-content > div .sitemap .level_2 {
  margin-left: 20px;
}
@media (max-width: 991px) {
  #default #default-content {
    margin-left: -40px;
    margin-right: -40px;
  }
  #default #default-content > div {
    padding: 40px;
  }
}

#sitemap {
  margin: 50px 0;
}
#sitemap a {
  display: block;
  padding: 8px 0;
  padding-left: 20px;
  margin-left: 0;
  text-transform: uppercase;
  transition: all ease 0.75s;
  background: white no-repeat 92% 50%;
  color: #000000;
  background: url("/img/icons/play-blue.svg") no-repeat 0 50%;
  background-size: 8px;
  text-decoration: none;
}
#sitemap a.level2 {
  margin-left: 20px;
  text-transform: none;
}
#sitemap a.level3 {
  margin-left: 40px;
  text-transform: none;
}
#sitemap a:hover {
  text-decoration: underline;
  transform: translatex(5px);
}

#sponsors-slider {
  padding: 50px 0;
}
#sponsors-slider .owl-item > div {
  text-align: center;
  display: block;
}
#sponsors-slider .owl-item > div a {
  margin: 30px;
  text-align: center;
  display: inline-block;
}
#sponsors-slider .owl-item > div a img {
  max-width: 175px;
}

#sponsors-overview {
  margin-top: 30px;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
@media (max-width: 991px) {
  #sponsors-overview {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  #sponsors-overview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
#sponsors-overview a {
  display: inline-block;
  border: 1px solid #f4f4f4;
  background: white;
  margin-bottom: 20px;
  transition: all ease 0.5s;
}
#sponsors-overview a:hover {
  transform: scale(1.048);
}
#sponsors-overview a.kloris img {
  width: 175px;
}
#sponsors-overview a.bennos img {
  width: 125px;
}
#sponsors-overview a.tuut img {
  width: 100px;
}
#sponsors-overview a.tip img {
  width: 100px;
}
#sponsors-overview a.ruberg img {
  width: 100px;
}
@media (max-width: 991px) {
  #sponsors-overview a {
    margin: 0 0 10px;
  }
  #sponsors-overview a.ruberg {
    width: 50%;
  }
  #sponsors-overview a img {
    width: 100%;
  }
  #sponsors-overview.kloris {
    width: 33.3333333333%;
  }
  #sponsors-overview.kloris img {
    width: 100%;
  }
  #sponsors-overview.bennos {
    width: 25%;
  }
  #sponsors-overview.bennos img {
    width: 100%;
  }
}

#sponsor-detail {
  background: #eeeeee;
}
#sponsor-detail #sponsor-detail-content {
  background: #ffffff;
  margin-top: -200px;
  z-index: 4;
  transform: rotate(-1deg);
  box-shadow: 2px 3px 1px 0px rgba(0, 0, 0, 0.08);
}
@media (max-width: 991px) {
  #sponsor-detail #sponsor-detail-content {
    transform: rotate(0);
  }
}
#sponsor-detail #sponsor-detail-content > div {
  padding: 80px;
  color: #000000;
  transform: rotate(1deg);
}
@media (max-width: 991px) {
  #sponsor-detail #sponsor-detail-content > div {
    transform: rotate(0);
  }
}
#sponsor-detail #sponsor-detail-content > div h1 {
  font-size: 2.5em;
  color: #000000;
  padding-bottom: 30px;
}
#sponsor-detail #sponsor-detail-content > div #sponsor-detail-details {
  padding-left: 30px;
}
#sponsor-detail #sponsor-detail-content > div #sponsor-detail-details strong {
  font-size: 12pt;
}
#sponsor-detail #sponsor-detail-content > div #sponsor-detail-details > span {
  display: block;
  line-height: 2;
}
#sponsor-detail #sponsor-detail-content > div #sponsor-detail-details > span span {
  display: inline-block;
  width: 15px;
}
#sponsor-detail #sponsor-detail-content > div #sponsor-detail-details > span a:hover {
  text-decoration: underline;
}
#sponsor-detail #sponsor-detail-content > div #sponsor-detail-details hr {
  border: 0;
  height: 1px;
  background: #eeeeee;
  margin: 20px 0;
}
#sponsor-detail #sponsor-detail-content > div #sponsor-detail-details a.btn-black {
  display: inline-block;
  margin-top: 30px;
}
@media (max-width: 991px) {
  #sponsor-detail #sponsor-detail-content {
    margin: -50px 0 50px 0;
  }
  #sponsor-detail #sponsor-detail-content > div {
    padding: 25px;
    position: relative;
    z-index: 10;
  }
  #sponsor-detail #sponsor-detail-content #sponsor-detail-logo {
    text-align: center;
    margin-bottom: 30px;
  }
  #sponsor-detail #sponsor-detail-content #sponsor-detail-details {
    padding: 30px 0;
  }
}

#sponsor-widget {
  position: relative;
  z-index: 10;
  margin-top: 50px;
  background: #ffffff;
  transform: rotate(-1deg);
  box-shadow: 2px 3px 1px 0px rgba(0, 0, 0, 0.08);
}
@media (max-width: 991px) {
  #sponsor-widget {
    transform: rotate(0);
  }
}
#sponsor-widget > div {
  padding: 40px 60px 60px;
  transform: rotate(1deg);
}
@media (max-width: 991px) {
  #sponsor-widget > div {
    transform: rotate(0);
  }
}
#sponsor-widget > div strong {
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 2em;
  padding-bottom: 40px;
  color: #000000;
}

#home-banner {
  background: #eeeeee;
  margin-bottom: -82px;
}

#albums-years {
  text-align: center;
  margin: 0 0 50px;
  background: #eeeeee;
}
#albums-years a {
  display: inline-block;
  padding: 5px 20px;
  color: #ffffff;
  background: #054ab2;
}
#albums-years a.active {
  padding: 8px 22px;
}

#albums-overview {
  padding: 50px 0;
  margin: 60px 0;
  background: #eeeeee;
}
#albums-overview #albums-items a {
  background: #ffffff;
  display: block;
  margin-bottom: 30px;
  transition: all ease-in-out 0.5s;
  box-shadow: 10px 7px 5px -7px rgba(0, 0, 0, 0.18);
  transform: rotate(1deg);
}
@media (max-width: 991px) {
  #albums-overview #albums-items a {
    transform: rotate(0);
  }
}
#albums-overview #albums-items a > div {
  position: relative;
  overflow: hidden;
  transform: rotate(-1deg);
}
@media (max-width: 991px) {
  #albums-overview #albums-items a > div {
    transform: rotate(0);
  }
}
#albums-overview #albums-items a > div img {
  width: 100%;
  transition: all ease-in-out 0.5s;
}
#albums-overview #albums-items a > div div {
  transition: all ease-in-out 0.5s;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
  background: rgba(5, 74, 178, 0.2);
}
#albums-overview #albums-items a > div span {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #ffffff;
  background: #054ab2;
  padding: 10px 20px;
  z-index: 3;
}
#albums-overview #albums-items a > div p, #albums-overview #albums-items a > div strong {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  left: 20px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  z-index: 3;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}
#albums-overview #albums-items a > div p {
  top: auto;
  bottom: 30px;
  font-size: 15px;
  opacity: 0;
}
#albums-overview #albums-items a.animate {
  transform: scale(1) translateX(0);
  opacity: 1;
}
#albums-overview #albums-items a:hover {
  z-index: 10;
  position: relative;
}
#albums-overview #albums-items a:hover img {
  transform: scale(1.08) rotate(-2deg);
}
#albums-overview #albums-items a:hover > div div {
  background: rgba(5, 74, 178, 0.6);
}
#albums-overview #albums-items a:hover > div p {
  opacity: 1;
}

#albums-detail {
  padding: 50px 0;
  margin: 100px 0;
}
#albums-detail div.row ol {
  margin-bottom: 2em;
}
#albums-detail div.row ol li {
  text-align: left;
  color: #000000;
  padding: 5px 0;
}
#albums-detail div.row ol li strong {
  display: inline-block;
  width: 150px;
}
#albums-detail div.row ol li span {
  display: inline-block;
}
#albums-detail div.row > div > a {
  background: #ffffff;
  display: block;
  margin-bottom: 30px;
  transition: all ease-in-out 0.5s;
  box-shadow: 10px 7px 5px -7px rgba(0, 0, 0, 0.18);
}
#albums-detail div.row > div > a > div {
  position: relative;
  overflow: hidden;
}
#albums-detail div.row > div > a > div img {
  width: 100%;
  transition: all ease-in-out 0.5s;
}
#albums-detail div.row > div > a > div span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all ease-in-out 0.5s;
  background: #054ab2;
}
#albums-detail div.row > div > a.animate {
  transform: scale(1) translateX(0);
  opacity: 1;
}
#albums-detail div.row > div > a:hover {
  z-index: 10;
}
#albums-detail div.row > div > a:hover img {
  transform: scale(1.08) rotate(-2deg);
}
#albums-detail div.row > div > a:hover span {
  opacity: 0.5;
}

#news-years {
  text-align: center;
  margin: 0 0 50px;
  background: #eeeeee;
}
#news-years a {
  display: inline-block;
  padding: 5px 20px;
  color: #ffffff;
  background: #054ab2;
  margin-bottom: 3px;
}
#news-years a.active {
  padding: 8px 22px;
}

#news-home, #news-overview {
  padding: 50px 0;
  background-size: 100% auto;
  background: #eeeeee;
}
#news-home h3, #news-overview h3 {
  margin: 50px 0;
  display: block;
  text-align: center;
  width: 100%;
}
#news-home div.row > div:nth-child(even), #news-overview div.row > div:nth-child(even) {
  margin-top: 20px;
}

#news-overview {
  padding-top: 120px;
}

#news-home h2 {
  text-align: left;
}
@media (max-width: 991px) {
  #news-home {
    margin-top: 525px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

a.news-item {
  background: #ffffff;
  display: block;
  margin: 20px 0;
  padding-bottom: 20px;
  transition: all ease-in-out 0.5s;
  position: relative;
  opacity: 0;
  transform: rotate(1deg);
  box-shadow: 2px 3px 1px 0px rgba(0, 0, 0, 0.08);
}
@media (max-width: 991px) {
  a.news-item {
    transform: rotate(0);
  }
}
a.news-item.animate {
  opacity: 1;
}
a.news-item:hover div.intro {
  margin-top: 5px;
  margin-bottom: -5px;
}
a.news-item:hover div.intro span {
  text-decoration: underline;
}
a.news-item div.image {
  position: relative;
  overflow: hidden;
  margin: 0 -5px;
  transform: rotate(1deg);
  transform: translateY(-10px);
  box-shadow: 2px 3px 1px 0px rgba(0, 0, 0, 0.08);
}
@media (max-width: 991px) {
  a.news-item div.image {
    transform: rotate(0);
  }
}
a.news-item div.image img {
  width: 100%;
  transition: all ease-in-out 0.5s;
}
a.news-item div.image span {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #ffffff;
  background: #054ab2;
  padding: 5px 15px;
}
a.news-item div.intro {
  padding: 20px;
  transform: rotate(-1deg);
  transition: all ease 0.5s;
}
@media (max-width: 991px) {
  a.news-item div.intro {
    transform: rotate(0);
  }
}
a.news-item div.intro i {
  color: rgba(5, 74, 178, 0.5);
}
a.news-item div.intro strong {
  color: #054ab2;
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
  height: 45px;
}
a.news-item div.intro p {
  display: block;
  padding: 0;
}

#news-loading {
  background: url("/img/icons/loading.svg") 50% no-repeat;
  background-size: 30px;
  margin: 30px 0;
  display: block;
  height: 40px;
}

#news-detail {
  background: #eeeeee;
  padding-bottom: 50px;
  margin-top: 60px;
}
#news-detail #news-detail-image {
  position: relative;
  height: 600px;
}
#news-detail #news-detail-image img {
  max-width: none;
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
}
#news-detail #news-detail-image::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 100px;
  background: url("/img/overlays/header.svg") no-repeat bottom;
  z-index: 1;
  background-size: 100% auto;
}
#news-detail #news-detail-content {
  position: relative;
  background: #ffffff;
  padding: 80px;
  margin: -250px 80px 50px 0;
  z-index: 4;
  color: #000000;
  box-shadow: 2px 3px 1px 0px rgba(0, 0, 0, 0.08);
  transform: rotate(-1deg);
}
@media (max-width: 991px) {
  #news-detail #news-detail-content {
    transform: rotate(0);
  }
}
#news-detail #news-detail-content a {
  color: #054ab2;
  text-decoration: underline;
}
#news-detail #news-detail-content > div {
  transform: rotate(1deg);
}
@media (max-width: 991px) {
  #news-detail #news-detail-content > div {
    transform: rotate(0);
  }
}
#news-detail #news-detail-content > div #news-detail-date {
  display: inline-block;
  border-radius: 4px;
  background: #054ab2;
  padding: 0px 4px;
  color: #ffffff;
  margin-bottom: 10px;
}
#news-detail #news-detail-content > div .gallery a {
  margin-bottom: 15px;
  display: block;
}
@media (max-width: 991px) {
  #news-detail #news-detail-content {
    padding: 25px;
    margin: -50px 0 50px 0;
    position: relative;
    z-index: 10;
  }
  #news-detail #news-detail-image {
    height: 300px;
  }
  #news-detail #news-detail-image img {
    height: 300px;
  }
}

#agenda-home {
  position: absolute;
  z-index: 12;
  left: 50%;
  top: 200px;
  display: inline-block;
  background: #ffffff;
  padding: 30px 40px;
  line-height: 1.7;
  transform: rotate(1deg);
  box-shadow: 2px 3px 1px 0px rgba(0, 0, 0, 0.08);
}
@media (max-width: 991px) {
  #agenda-home {
    transform: rotate(0);
  }
}
#agenda-home > div #agenda-home-title {
  transform: rotate(-1deg);
}
@media (max-width: 991px) {
  #agenda-home > div #agenda-home-title {
    transform: rotate(0);
  }
}
#agenda-home > div strong {
  font-size: 20pt;
  font-weight: normal;
  display: block;
}
#agenda-home > div i {
  font-size: 14pt;
  display: block;
  color: #aaaaaa;
  font-style: normal;
}
#agenda-home > div hr {
  height: 1px;
  border: 0;
  background: #eeeeee;
}
#agenda-home > div a {
  display: block;
  padding: 15px 20px;
  margin: 5px -20px;
  transition: all ease 0.5s;
}
#agenda-home > div a:hover {
  background: #eeeeee;
}
#agenda-home > div a > div {
  display: inline-block;
  transform: rotate(-1deg);
}
@media (max-width: 991px) {
  #agenda-home > div a > div {
    transform: rotate(0);
  }
}
#agenda-home > div a > div strong {
  font-size: 14pt;
}
#agenda-home > div a > div i {
  font-size: 11pt;
}
#agenda-home > div a span {
  background: #f5c400;
  text-align: center;
  display: inline-block;
  float: right;
  width: 70px;
  height: 70px;
  padding-top: 10px;
  color: #ffffff;
  margin-left: 30px;
  line-height: 1.1;
  transform: rotate(-1deg);
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  #agenda-home > div a span {
    transform: rotate(0);
  }
}
#agenda-home > div a span i {
  color: inherit;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  #agenda-home {
    top: 500px;
    left: 0;
    padding: 30px 25px;
    width: 100%;
  }
  #agenda-home > div > a > div strong {
    font-size: 11pt;
  }
  #agenda-home > div > a span {
    width: 50px;
    height: 50px;
    margin: 0;
  }
  #agenda-home > div > a span strong {
    font-size: 12pt;
  }
  #agenda-home > div > a span i {
    font-size: 10pt;
  }
}

#agenda-overview {
  padding: 120px 0 50px;
  background-size: 100% auto;
  background: #eeeeee;
}
#agenda-overview h3 {
  margin: 50px 0;
  display: block;
  text-align: center;
  width: 100%;
}
#agenda-overview div.row > div:nth-child(even) {
  margin-top: 20px;
}

a.agenda-item {
  background: #ffffff;
  display: block;
  margin: 20px 0;
  padding-bottom: 20px;
  transition: all ease-in-out 0.5s;
  position: relative;
  opacity: 0;
  transform: rotate(1deg);
  box-shadow: 2px 3px 1px 0px rgba(0, 0, 0, 0.08);
}
@media (max-width: 991px) {
  a.agenda-item {
    transform: rotate(0);
  }
}
a.agenda-item.animate {
  opacity: 1;
}
a.agenda-item:hover div.intro {
  margin-top: 5px;
  margin-bottom: -5px;
}
a.agenda-item:hover div.intro span {
  text-decoration: underline;
}
a.agenda-item div.image {
  position: relative;
  overflow: hidden;
  margin: 0 -5px;
  transform: rotate(1deg);
  transform: translateY(-10px);
  box-shadow: 2px 3px 1px 0px rgba(0, 0, 0, 0.08);
}
@media (max-width: 991px) {
  a.agenda-item div.image {
    transform: rotate(0);
  }
}
a.agenda-item div.image img {
  width: 100%;
  transition: all ease-in-out 0.5s;
}
a.agenda-item div.image span {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #ffffff;
  background: #054ab2;
  padding: 5px 15px;
}
a.agenda-item div.date {
  background: #f5c400;
  text-align: center;
  display: inline-block;
  float: left;
  width: 70px;
  height: 70px;
  padding-top: 10px;
  color: #ffffff;
  margin: -60px 20px 0 20px;
  line-height: 1.1;
  transform: rotate(-1deg);
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  a.agenda-item div.date {
    transform: rotate(0);
  }
}
a.agenda-item div.date strong {
  font-size: 20pt;
  font-weight: normal;
  display: block;
}
a.agenda-item div.date i {
  font-size: 14pt;
  display: block;
  color: #ffffff;
  font-style: normal;
  text-transform: uppercase;
}
a.agenda-item div.intro {
  padding: 25px 20px 20px;
  transform: rotate(-1deg);
  transition: all ease 0.5s;
}
@media (max-width: 991px) {
  a.agenda-item div.intro {
    transform: rotate(0);
  }
}
a.agenda-item div.intro strong {
  color: #054ab2;
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
  height: 45px;
}
a.agenda-item div.intro p {
  display: block;
  padding: 0;
}

#agenda-detail {
  background: #eeeeee;
  padding-bottom: 50px;
  margin-top: 65px;
}
#agenda-detail #agenda-detail-image {
  position: relative;
  height: 600px;
}
#agenda-detail #agenda-detail-image img {
  height: 600px;
  width: auto;
  max-width: none;
}
#agenda-detail #agenda-detail-image::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 100px;
  background: url("/img/overlays/header.svg") no-repeat bottom;
  z-index: 1;
  background-size: 100% auto;
}
#agenda-detail #agenda-detail-content {
  position: relative;
  background: #ffffff;
  padding: 80px;
  margin: -250px 80px 50px 0;
  z-index: 4;
  color: #000000;
  box-shadow: 2px 3px 1px 0px rgba(0, 0, 0, 0.08);
  transform: rotate(-1deg);
}
@media (max-width: 991px) {
  #agenda-detail #agenda-detail-content {
    transform: rotate(0);
  }
}
#agenda-detail #agenda-detail-content a {
  color: #054ab2;
  text-decoration: underline;
}
#agenda-detail #agenda-detail-content > div {
  transform: rotate(1deg);
}
@media (max-width: 991px) {
  #agenda-detail #agenda-detail-content > div {
    transform: rotate(0);
  }
}
#agenda-detail #agenda-detail-content > div #agenda-detail-date {
  background: #f5c400;
  text-align: center;
  display: inline-block;
  float: left;
  width: 70px;
  height: 70px;
  padding-top: 10px;
  color: #ffffff;
  margin: -112px 20px 0 0px;
  line-height: 1.1;
  transform: rotate(-1deg);
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  #agenda-detail #agenda-detail-content > div #agenda-detail-date {
    transform: rotate(0);
  }
}
#agenda-detail #agenda-detail-content > div #agenda-detail-date strong {
  font-size: 20pt;
  font-weight: normal;
  display: block;
}
#agenda-detail #agenda-detail-content > div #agenda-detail-date i {
  font-size: 14pt;
  display: block;
  color: #ffffff;
  font-style: normal;
  text-transform: uppercase;
}
#agenda-detail #agenda-detail-content > div .gallery a {
  margin-bottom: 15px;
  display: block;
}
@media (max-width: 991px) {
  #agenda-detail #agenda-detail-content {
    padding: 25px;
    margin: -50px 0 50px 0;
    position: relative;
    z-index: 10;
  }
  #agenda-detail #agenda-detail-image {
    height: 300px;
  }
  #agenda-detail #agenda-detail-image img {
    height: 300px;
  }
}

#contact {
  background: #eeeeee;
  padding-top: 100px;
  z-index: 4;
}
#contact.margin {
  padding-top: 0;
  margin-top: -200px;
}
#contact #contact-content {
  background: #ffffff;
  z-index: 4;
  transform: rotate(-1deg);
  box-shadow: 2px 3px 1px 0px rgba(0, 0, 0, 0.08);
}
@media (max-width: 991px) {
  #contact #contact-content {
    transform: rotate(0);
  }
}
#contact #contact-content > div {
  padding: 80px;
  color: #000000;
  transform: rotate(1deg);
}
@media (max-width: 991px) {
  #contact #contact-content > div {
    transform: rotate(0);
  }
}
#contact #contact-form {
  min-height: 400px;
  max-width: 500px;
}
#contact #contact-form strong.subtitle {
  display: block;
  color: #054ab2;
  margin: 20px 0 10px;
  font-size: 1.2em;
}
#contact #contact-form #form-notice-success {
  display: none;
  width: 100%;
  max-width: 500px;
  margin-top: 20px;
}
#contact #contact-form #form-notice-success div p {
  margin: 0;
}
#contact #contact-form button {
  margin-top: 7px;
}
@media (max-width: 991px) {
  #contact #contact-content > div {
    padding: 25px;
    margin: -50px 0 50px 0;
    position: relative;
    z-index: 10;
  }
}