/* prd */

@charset "UTF-8";
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

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

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

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

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

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

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

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

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

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

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

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

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

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

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

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

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

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

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

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

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

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

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

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

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

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

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

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

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

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

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

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

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

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

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

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

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

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

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

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

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

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

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

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

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

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

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

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

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

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

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

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

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

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  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;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.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: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  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-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    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-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    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-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    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-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 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;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

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

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

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

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

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

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

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

@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !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-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

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

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

.font-weight-bolder {
  font-weight: bolder !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .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 #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/* @media(min-width:1680px){
    .container{
        max-width: 1620px;
    }
} */
.font-weight-medium {
  font-weight: 500 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.min-vh-25 {
  min-height: 25vh !important;
}

.min-vh-33 {
  min-height: 33vh !important;
}

.min-vh-50 {
  min-height: 50vh !important;
}

.min-vh-66 {
  min-height: 66vh !important;
}

.min-vh-75 {
  min-height: 75vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.min-vh-150 {
  min-height: 150vh !important;
}

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

@media (min-width: 576px) {
  .m-sm-6 {
    margin: 3rem !important;
  }
  .mt-sm-6 {
    margin-top: 3rem !important;
  }
  .mr-sm-6 {
    margin-right: 3rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-6 {
    margin-left: 3rem !important;
  }
  .m-sm-7 {
    margin: 4rem !important;
  }
  .mt-sm-7 {
    margin-top: 4rem !important;
  }
  .mr-sm-7 {
    margin-right: 4rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-7 {
    margin-left: 4rem !important;
  }
  .min-vh-sm-25 {
    min-height: 25vh !important;
  }
  .min-vh-sm-33 {
    min-height: 33vh !important;
  }
  .min-vh-sm-50 {
    min-height: 50vh !important;
  }
  .min-vh-sm-66 {
    min-height: 66vh !important;
  }
  .min-vh-sm-75 {
    min-height: 75vh !important;
  }
  .min-vh-sm-100 {
    min-height: 100vh !important;
  }
  .min-vh-sm-150 {
    min-height: 150vh !important;
  }
  .w-sm-20 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-6 {
    margin: 3rem !important;
  }
  .mt-md-6 {
    margin-top: 3rem !important;
  }
  .mr-md-6 {
    margin-right: 3rem !important;
  }
  .mb-md-6 {
    margin-bottom: 3rem !important;
  }
  .ml-md-6 {
    margin-left: 3rem !important;
  }
  .m-md-7 {
    margin: 4rem !important;
  }
  .mt-md-7 {
    margin-right: 4rem !important;
  }
  .mr-md-7 {
    margin-right: 4rem !important;
  }
  .mb-md-7 {
    margin-bottom: 4rem !important;
  }
  .ml-md-7 {
    margin-left: 4rem !important;
  }
  .min-vh-md-25 {
    min-height: 25vh !important;
  }
  .min-vh-md-33 {
    min-height: 33vh !important;
  }
  .min-vh-md-50 {
    min-height: 50vh !important;
  }
  .min-vh-md-66 {
    min-height: 66vh !important;
  }
  .min-vh-md-75 {
    min-height: 75vh !important;
  }
  .min-vh-md-100 {
    min-height: 100vh !important;
  }
  .min-vh-md-150 {
    min-height: 150vh !important;
  }
  .w-md-20 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-6 {
    margin: 3rem !important;
  }
  .mt-lg-6 {
    margin-top: 3rem !important;
  }
  .mr-lg-6 {
    margin-right: 3rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-6 {
    margin-left: 3rem !important;
  }
  .m-lg-7 {
    margin: 4rem !important;
  }
  .mt-lg-7 {
    margin-right: 4rem !important;
  }
  .mr-lg-7 {
    margin-right: 4rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-7 {
    margin-left: 4rem !important;
  }
  .min-vh-lg-25 {
    min-height: 25vh !important;
  }
  .min-vh-lg-33 {
    min-height: 33vh !important;
  }
  .min-vh-lg-50 {
    min-height: 50vh !important;
  }
  .min-vh-lg-66 {
    min-height: 66vh !important;
  }
  .min-vh-lg-75 {
    min-height: 75vh !important;
  }
  .min-vh-lg-100 {
    min-height: 100vh !important;
  }
  .min-vh-lg-150 {
    min-height: 150vh !important;
  }
  .w-lg-20 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-6 {
    margin: 3rem !important;
  }
  .mt-xl-6 {
    margin-top: 3rem !important;
  }
  .mr-xl-6 {
    margin-right: 3rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-6 {
    margin-left: 3rem !important;
  }
  .m-xl-7 {
    margin: 4rem !important;
  }
  .mt-xl-7 {
    margin-right: 4rem !important;
  }
  .mr-xl-7 {
    margin-right: 4rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-7 {
    margin-left: 4rem !important;
  }
  .min-vh-xl-25 {
    min-height: 25vh !important;
  }
  .min-vh-xl-33 {
    min-height: 33vh !important;
  }
  .min-vh-xl-50 {
    min-height: 50vh !important;
  }
  .min-vh-xl-66 {
    min-height: 66vh !important;
  }
  .min-vh-xl-75 {
    min-height: 75vh !important;
  }
  .min-vh-xl-100 {
    min-height: 100vh !important;
  }
  .min-vh-xl-150 {
    min-height: 150vh !important;
  }
  .w-xl-20 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1380px;
  }
}
/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700;800&display=swap'); */
/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 3rem, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -3rem, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-3rem, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(3rem, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-3rem, 3rem, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(3rem, 3rem, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-3rem, -3rem, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(3rem, -3rem, 0);
}

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 3rem, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -3rem, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-3rem, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(3rem, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 3rem, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -3rem, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-3rem, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(3rem, 0, 0) scale(1.2);
}

/**
 * Slide animations
 */
[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}
[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translate3d(0, 0, 0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}
[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}
[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}
[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}
[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos-timer] {
  transition-delay: 75ms;
}
[data-aos-timer] + [data-aos-timer] {
  transition-delay: 150ms;
}
[data-aos-timer] + [data-aos-timer] + [data-aos-timer] {
  transition-delay: 225ms;
}
[data-aos-timer] + [data-aos-timer] + [data-aos-timer] + [data-aos-timer] {
  transition-delay: 300ms;
}
[data-aos-timer] + [data-aos-timer] + [data-aos-timer] + [data-aos-timer] + [data-aos-timer] {
  transition-delay: 375ms;
}
[data-aos-timer] + [data-aos-timer] + [data-aos-timer] + [data-aos-timer] + [data-aos-timer] + [data-aos-timer] {
  transition-delay: 450ms;
}
[data-aos-timer] + [data-aos-timer] + [data-aos-timer] + [data-aos-timer] + [data-aos-timer] + [data-aos-timer] + [data-aos-timer] {
  transition-delay: 525ms;
}
[data-aos-timer] + [data-aos-timer] + [data-aos-timer] + [data-aos-timer] + [data-aos-timer] + [data-aos-timer] + [data-aos-timer] + [data-aos-timer] {
  transition-delay: 600ms;
}
[data-aos-timer] + [data-aos-timer] + [data-aos-timer] + [data-aos-timer] + [data-aos-timer] + [data-aos-timer] + [data-aos-timer] + [data-aos-timer] + [data-aos-timer] {
  transition-delay: 675ms;
}
[data-aos-timer] + [data-aos-timer] + [data-aos-timer] + [data-aos-timer] + [data-aos-timer] + [data-aos-timer] + [data-aos-timer] + [data-aos-timer] + [data-aos-timer] + [data-aos-timer] {
  transition-delay: 750ms;
}

body[data-aos-duration="50"] [data-aos], [data-aos][data-aos][data-aos-duration="50"] {
  transition-duration: 50ms;
}
body[data-aos-delay="50"] [data-aos], [data-aos][data-aos][data-aos-delay="50"] {
  transition-delay: 0;
}
body[data-aos-delay="50"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="50"].aos-animate {
  transition-delay: 50ms;
}
body[data-aos-duration="100"] [data-aos], [data-aos][data-aos][data-aos-duration="100"] {
  transition-duration: 100ms;
}
body[data-aos-delay="100"] [data-aos], [data-aos][data-aos][data-aos-delay="100"] {
  transition-delay: 0;
}
body[data-aos-delay="100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="100"].aos-animate {
  transition-delay: 100ms;
}
body[data-aos-duration="150"] [data-aos], [data-aos][data-aos][data-aos-duration="150"] {
  transition-duration: 150ms;
}
body[data-aos-delay="150"] [data-aos], [data-aos][data-aos][data-aos-delay="150"] {
  transition-delay: 0;
}
body[data-aos-delay="150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="150"].aos-animate {
  transition-delay: 150ms;
}
body[data-aos-duration="200"] [data-aos], [data-aos][data-aos][data-aos-duration="200"] {
  transition-duration: 200ms;
}
body[data-aos-delay="200"] [data-aos], [data-aos][data-aos][data-aos-delay="200"] {
  transition-delay: 0;
}
body[data-aos-delay="200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="200"].aos-animate {
  transition-delay: 200ms;
}
body[data-aos-duration="250"] [data-aos], [data-aos][data-aos][data-aos-duration="250"] {
  transition-duration: 250ms;
}
body[data-aos-delay="250"] [data-aos], [data-aos][data-aos][data-aos-delay="250"] {
  transition-delay: 0;
}
body[data-aos-delay="250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="250"].aos-animate {
  transition-delay: 250ms;
}
body[data-aos-duration="300"] [data-aos], [data-aos][data-aos][data-aos-duration="300"] {
  transition-duration: 300ms;
}
body[data-aos-delay="300"] [data-aos], [data-aos][data-aos][data-aos-delay="300"] {
  transition-delay: 0;
}
body[data-aos-delay="300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="300"].aos-animate {
  transition-delay: 300ms;
}
body[data-aos-duration="350"] [data-aos], [data-aos][data-aos][data-aos-duration="350"] {
  transition-duration: 350ms;
}
body[data-aos-delay="350"] [data-aos], [data-aos][data-aos][data-aos-delay="350"] {
  transition-delay: 0;
}
body[data-aos-delay="350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="350"].aos-animate {
  transition-delay: 350ms;
}
body[data-aos-duration="400"] [data-aos], [data-aos][data-aos][data-aos-duration="400"] {
  transition-duration: 400ms;
}
body[data-aos-delay="400"] [data-aos], [data-aos][data-aos][data-aos-delay="400"] {
  transition-delay: 0;
}
body[data-aos-delay="400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="400"].aos-animate {
  transition-delay: 400ms;
}
body[data-aos-duration="450"] [data-aos], [data-aos][data-aos][data-aos-duration="450"] {
  transition-duration: 450ms;
}
body[data-aos-delay="450"] [data-aos], [data-aos][data-aos][data-aos-delay="450"] {
  transition-delay: 0;
}
body[data-aos-delay="450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="450"].aos-animate {
  transition-delay: 450ms;
}
body[data-aos-duration="500"] [data-aos], [data-aos][data-aos][data-aos-duration="500"] {
  transition-duration: 500ms;
}
body[data-aos-delay="500"] [data-aos], [data-aos][data-aos][data-aos-delay="500"] {
  transition-delay: 0;
}
body[data-aos-delay="500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="500"].aos-animate {
  transition-delay: 500ms;
}
body[data-aos-duration="550"] [data-aos], [data-aos][data-aos][data-aos-duration="550"] {
  transition-duration: 550ms;
}
body[data-aos-delay="550"] [data-aos], [data-aos][data-aos][data-aos-delay="550"] {
  transition-delay: 0;
}
body[data-aos-delay="550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="550"].aos-animate {
  transition-delay: 550ms;
}
body[data-aos-duration="600"] [data-aos], [data-aos][data-aos][data-aos-duration="600"] {
  transition-duration: 600ms;
}
body[data-aos-delay="600"] [data-aos], [data-aos][data-aos][data-aos-delay="600"] {
  transition-delay: 0;
}
body[data-aos-delay="600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="600"].aos-animate {
  transition-delay: 600ms;
}
body[data-aos-duration="650"] [data-aos], [data-aos][data-aos][data-aos-duration="650"] {
  transition-duration: 650ms;
}
body[data-aos-delay="650"] [data-aos], [data-aos][data-aos][data-aos-delay="650"] {
  transition-delay: 0;
}
body[data-aos-delay="650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="650"].aos-animate {
  transition-delay: 650ms;
}
body[data-aos-duration="700"] [data-aos], [data-aos][data-aos][data-aos-duration="700"] {
  transition-duration: 700ms;
}
body[data-aos-delay="700"] [data-aos], [data-aos][data-aos][data-aos-delay="700"] {
  transition-delay: 0;
}
body[data-aos-delay="700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="700"].aos-animate {
  transition-delay: 700ms;
}
body[data-aos-duration="750"] [data-aos], [data-aos][data-aos][data-aos-duration="750"] {
  transition-duration: 750ms;
}
body[data-aos-delay="750"] [data-aos], [data-aos][data-aos][data-aos-delay="750"] {
  transition-delay: 0;
}
body[data-aos-delay="750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="750"].aos-animate {
  transition-delay: 750ms;
}
body[data-aos-duration="800"] [data-aos], [data-aos][data-aos][data-aos-duration="800"] {
  transition-duration: 800ms;
}
body[data-aos-delay="800"] [data-aos], [data-aos][data-aos][data-aos-delay="800"] {
  transition-delay: 0;
}
body[data-aos-delay="800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="800"].aos-animate {
  transition-delay: 800ms;
}
body[data-aos-duration="850"] [data-aos], [data-aos][data-aos][data-aos-duration="850"] {
  transition-duration: 850ms;
}
body[data-aos-delay="850"] [data-aos], [data-aos][data-aos][data-aos-delay="850"] {
  transition-delay: 0;
}
body[data-aos-delay="850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="850"].aos-animate {
  transition-delay: 850ms;
}
body[data-aos-duration="900"] [data-aos], [data-aos][data-aos][data-aos-duration="900"] {
  transition-duration: 900ms;
}
body[data-aos-delay="900"] [data-aos], [data-aos][data-aos][data-aos-delay="900"] {
  transition-delay: 0;
}
body[data-aos-delay="900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="900"].aos-animate {
  transition-delay: 900ms;
}
body[data-aos-duration="950"] [data-aos], [data-aos][data-aos][data-aos-duration="950"] {
  transition-duration: 950ms;
}
body[data-aos-delay="950"] [data-aos], [data-aos][data-aos][data-aos-delay="950"] {
  transition-delay: 0;
}
body[data-aos-delay="950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="950"].aos-animate {
  transition-delay: 950ms;
}
body[data-aos-duration="1000"] [data-aos], [data-aos][data-aos][data-aos-duration="1000"] {
  transition-duration: 1000ms;
}
body[data-aos-delay="1000"] [data-aos], [data-aos][data-aos][data-aos-delay="1000"] {
  transition-delay: 0;
}
body[data-aos-delay="1000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1000"].aos-animate {
  transition-delay: 1000ms;
}
body[data-aos-duration="1050"] [data-aos], [data-aos][data-aos][data-aos-duration="1050"] {
  transition-duration: 1050ms;
}
body[data-aos-delay="1050"] [data-aos], [data-aos][data-aos][data-aos-delay="1050"] {
  transition-delay: 0;
}
body[data-aos-delay="1050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1050"].aos-animate {
  transition-delay: 1050ms;
}
body[data-aos-duration="1100"] [data-aos], [data-aos][data-aos][data-aos-duration="1100"] {
  transition-duration: 1100ms;
}
body[data-aos-delay="1100"] [data-aos], [data-aos][data-aos][data-aos-delay="1100"] {
  transition-delay: 0;
}
body[data-aos-delay="1100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1100"].aos-animate {
  transition-delay: 1100ms;
}
body[data-aos-duration="1150"] [data-aos], [data-aos][data-aos][data-aos-duration="1150"] {
  transition-duration: 1150ms;
}
body[data-aos-delay="1150"] [data-aos], [data-aos][data-aos][data-aos-delay="1150"] {
  transition-delay: 0;
}
body[data-aos-delay="1150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1150"].aos-animate {
  transition-delay: 1150ms;
}
body[data-aos-duration="1200"] [data-aos], [data-aos][data-aos][data-aos-duration="1200"] {
  transition-duration: 1200ms;
}
body[data-aos-delay="1200"] [data-aos], [data-aos][data-aos][data-aos-delay="1200"] {
  transition-delay: 0;
}
body[data-aos-delay="1200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1200"].aos-animate {
  transition-delay: 1200ms;
}
body[data-aos-duration="1250"] [data-aos], [data-aos][data-aos][data-aos-duration="1250"] {
  transition-duration: 1250ms;
}
body[data-aos-delay="1250"] [data-aos], [data-aos][data-aos][data-aos-delay="1250"] {
  transition-delay: 0;
}
body[data-aos-delay="1250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1250"].aos-animate {
  transition-delay: 1250ms;
}
body[data-aos-duration="1300"] [data-aos], [data-aos][data-aos][data-aos-duration="1300"] {
  transition-duration: 1300ms;
}
body[data-aos-delay="1300"] [data-aos], [data-aos][data-aos][data-aos-delay="1300"] {
  transition-delay: 0;
}
body[data-aos-delay="1300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1300"].aos-animate {
  transition-delay: 1300ms;
}
body[data-aos-duration="1350"] [data-aos], [data-aos][data-aos][data-aos-duration="1350"] {
  transition-duration: 1350ms;
}
body[data-aos-delay="1350"] [data-aos], [data-aos][data-aos][data-aos-delay="1350"] {
  transition-delay: 0;
}
body[data-aos-delay="1350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1350"].aos-animate {
  transition-delay: 1350ms;
}
body[data-aos-duration="1400"] [data-aos], [data-aos][data-aos][data-aos-duration="1400"] {
  transition-duration: 1400ms;
}
body[data-aos-delay="1400"] [data-aos], [data-aos][data-aos][data-aos-delay="1400"] {
  transition-delay: 0;
}
body[data-aos-delay="1400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1400"].aos-animate {
  transition-delay: 1400ms;
}
body[data-aos-duration="1450"] [data-aos], [data-aos][data-aos][data-aos-duration="1450"] {
  transition-duration: 1450ms;
}
body[data-aos-delay="1450"] [data-aos], [data-aos][data-aos][data-aos-delay="1450"] {
  transition-delay: 0;
}
body[data-aos-delay="1450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1450"].aos-animate {
  transition-delay: 1450ms;
}
body[data-aos-duration="1500"] [data-aos], [data-aos][data-aos][data-aos-duration="1500"] {
  transition-duration: 1500ms;
}
body[data-aos-delay="1500"] [data-aos], [data-aos][data-aos][data-aos-delay="1500"] {
  transition-delay: 0;
}
body[data-aos-delay="1500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1500"].aos-animate {
  transition-delay: 1500ms;
}
body[data-aos-duration="1550"] [data-aos], [data-aos][data-aos][data-aos-duration="1550"] {
  transition-duration: 1550ms;
}
body[data-aos-delay="1550"] [data-aos], [data-aos][data-aos][data-aos-delay="1550"] {
  transition-delay: 0;
}
body[data-aos-delay="1550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1550"].aos-animate {
  transition-delay: 1550ms;
}
body[data-aos-duration="1600"] [data-aos], [data-aos][data-aos][data-aos-duration="1600"] {
  transition-duration: 1600ms;
}
body[data-aos-delay="1600"] [data-aos], [data-aos][data-aos][data-aos-delay="1600"] {
  transition-delay: 0;
}
body[data-aos-delay="1600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1600"].aos-animate {
  transition-delay: 1600ms;
}
body[data-aos-duration="1650"] [data-aos], [data-aos][data-aos][data-aos-duration="1650"] {
  transition-duration: 1650ms;
}
body[data-aos-delay="1650"] [data-aos], [data-aos][data-aos][data-aos-delay="1650"] {
  transition-delay: 0;
}
body[data-aos-delay="1650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1650"].aos-animate {
  transition-delay: 1650ms;
}
body[data-aos-duration="1700"] [data-aos], [data-aos][data-aos][data-aos-duration="1700"] {
  transition-duration: 1700ms;
}
body[data-aos-delay="1700"] [data-aos], [data-aos][data-aos][data-aos-delay="1700"] {
  transition-delay: 0;
}
body[data-aos-delay="1700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1700"].aos-animate {
  transition-delay: 1700ms;
}
body[data-aos-duration="1750"] [data-aos], [data-aos][data-aos][data-aos-duration="1750"] {
  transition-duration: 1750ms;
}
body[data-aos-delay="1750"] [data-aos], [data-aos][data-aos][data-aos-delay="1750"] {
  transition-delay: 0;
}
body[data-aos-delay="1750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1750"].aos-animate {
  transition-delay: 1750ms;
}
body[data-aos-duration="1800"] [data-aos], [data-aos][data-aos][data-aos-duration="1800"] {
  transition-duration: 1800ms;
}
body[data-aos-delay="1800"] [data-aos], [data-aos][data-aos][data-aos-delay="1800"] {
  transition-delay: 0;
}
body[data-aos-delay="1800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1800"].aos-animate {
  transition-delay: 1800ms;
}
body[data-aos-duration="1850"] [data-aos], [data-aos][data-aos][data-aos-duration="1850"] {
  transition-duration: 1850ms;
}
body[data-aos-delay="1850"] [data-aos], [data-aos][data-aos][data-aos-delay="1850"] {
  transition-delay: 0;
}
body[data-aos-delay="1850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1850"].aos-animate {
  transition-delay: 1850ms;
}
body[data-aos-duration="1900"] [data-aos], [data-aos][data-aos][data-aos-duration="1900"] {
  transition-duration: 1900ms;
}
body[data-aos-delay="1900"] [data-aos], [data-aos][data-aos][data-aos-delay="1900"] {
  transition-delay: 0;
}
body[data-aos-delay="1900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1900"].aos-animate {
  transition-delay: 1900ms;
}
body[data-aos-duration="1950"] [data-aos], [data-aos][data-aos][data-aos-duration="1950"] {
  transition-duration: 1950ms;
}
body[data-aos-delay="1950"] [data-aos], [data-aos][data-aos][data-aos-delay="1950"] {
  transition-delay: 0;
}
body[data-aos-delay="1950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1950"].aos-animate {
  transition-delay: 1950ms;
}
body[data-aos-duration="2000"] [data-aos], [data-aos][data-aos][data-aos-duration="2000"] {
  transition-duration: 2000ms;
}
body[data-aos-delay="2000"] [data-aos], [data-aos][data-aos][data-aos-delay="2000"] {
  transition-delay: 0;
}
body[data-aos-delay="2000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2000"].aos-animate {
  transition-delay: 2000ms;
}
body[data-aos-duration="2050"] [data-aos], [data-aos][data-aos][data-aos-duration="2050"] {
  transition-duration: 2050ms;
}
body[data-aos-delay="2050"] [data-aos], [data-aos][data-aos][data-aos-delay="2050"] {
  transition-delay: 0;
}
body[data-aos-delay="2050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2050"].aos-animate {
  transition-delay: 2050ms;
}
body[data-aos-duration="2100"] [data-aos], [data-aos][data-aos][data-aos-duration="2100"] {
  transition-duration: 2100ms;
}
body[data-aos-delay="2100"] [data-aos], [data-aos][data-aos][data-aos-delay="2100"] {
  transition-delay: 0;
}
body[data-aos-delay="2100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2100"].aos-animate {
  transition-delay: 2100ms;
}
body[data-aos-duration="2150"] [data-aos], [data-aos][data-aos][data-aos-duration="2150"] {
  transition-duration: 2150ms;
}
body[data-aos-delay="2150"] [data-aos], [data-aos][data-aos][data-aos-delay="2150"] {
  transition-delay: 0;
}
body[data-aos-delay="2150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2150"].aos-animate {
  transition-delay: 2150ms;
}
body[data-aos-duration="2200"] [data-aos], [data-aos][data-aos][data-aos-duration="2200"] {
  transition-duration: 2200ms;
}
body[data-aos-delay="2200"] [data-aos], [data-aos][data-aos][data-aos-delay="2200"] {
  transition-delay: 0;
}
body[data-aos-delay="2200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2200"].aos-animate {
  transition-delay: 2200ms;
}
body[data-aos-duration="2250"] [data-aos], [data-aos][data-aos][data-aos-duration="2250"] {
  transition-duration: 2250ms;
}
body[data-aos-delay="2250"] [data-aos], [data-aos][data-aos][data-aos-delay="2250"] {
  transition-delay: 0;
}
body[data-aos-delay="2250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2250"].aos-animate {
  transition-delay: 2250ms;
}
body[data-aos-duration="2300"] [data-aos], [data-aos][data-aos][data-aos-duration="2300"] {
  transition-duration: 2300ms;
}
body[data-aos-delay="2300"] [data-aos], [data-aos][data-aos][data-aos-delay="2300"] {
  transition-delay: 0;
}
body[data-aos-delay="2300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2300"].aos-animate {
  transition-delay: 2300ms;
}
body[data-aos-duration="2350"] [data-aos], [data-aos][data-aos][data-aos-duration="2350"] {
  transition-duration: 2350ms;
}
body[data-aos-delay="2350"] [data-aos], [data-aos][data-aos][data-aos-delay="2350"] {
  transition-delay: 0;
}
body[data-aos-delay="2350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2350"].aos-animate {
  transition-delay: 2350ms;
}
body[data-aos-duration="2400"] [data-aos], [data-aos][data-aos][data-aos-duration="2400"] {
  transition-duration: 2400ms;
}
body[data-aos-delay="2400"] [data-aos], [data-aos][data-aos][data-aos-delay="2400"] {
  transition-delay: 0;
}
body[data-aos-delay="2400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2400"].aos-animate {
  transition-delay: 2400ms;
}
body[data-aos-duration="2450"] [data-aos], [data-aos][data-aos][data-aos-duration="2450"] {
  transition-duration: 2450ms;
}
body[data-aos-delay="2450"] [data-aos], [data-aos][data-aos][data-aos-delay="2450"] {
  transition-delay: 0;
}
body[data-aos-delay="2450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2450"].aos-animate {
  transition-delay: 2450ms;
}
body[data-aos-duration="2500"] [data-aos], [data-aos][data-aos][data-aos-duration="2500"] {
  transition-duration: 2500ms;
}
body[data-aos-delay="2500"] [data-aos], [data-aos][data-aos][data-aos-delay="2500"] {
  transition-delay: 0;
}
body[data-aos-delay="2500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2500"].aos-animate {
  transition-delay: 2500ms;
}
body[data-aos-duration="2550"] [data-aos], [data-aos][data-aos][data-aos-duration="2550"] {
  transition-duration: 2550ms;
}
body[data-aos-delay="2550"] [data-aos], [data-aos][data-aos][data-aos-delay="2550"] {
  transition-delay: 0;
}
body[data-aos-delay="2550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2550"].aos-animate {
  transition-delay: 2550ms;
}
body[data-aos-duration="2600"] [data-aos], [data-aos][data-aos][data-aos-duration="2600"] {
  transition-duration: 2600ms;
}
body[data-aos-delay="2600"] [data-aos], [data-aos][data-aos][data-aos-delay="2600"] {
  transition-delay: 0;
}
body[data-aos-delay="2600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2600"].aos-animate {
  transition-delay: 2600ms;
}
body[data-aos-duration="2650"] [data-aos], [data-aos][data-aos][data-aos-duration="2650"] {
  transition-duration: 2650ms;
}
body[data-aos-delay="2650"] [data-aos], [data-aos][data-aos][data-aos-delay="2650"] {
  transition-delay: 0;
}
body[data-aos-delay="2650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2650"].aos-animate {
  transition-delay: 2650ms;
}
body[data-aos-duration="2700"] [data-aos], [data-aos][data-aos][data-aos-duration="2700"] {
  transition-duration: 2700ms;
}
body[data-aos-delay="2700"] [data-aos], [data-aos][data-aos][data-aos-delay="2700"] {
  transition-delay: 0;
}
body[data-aos-delay="2700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2700"].aos-animate {
  transition-delay: 2700ms;
}
body[data-aos-duration="2750"] [data-aos], [data-aos][data-aos][data-aos-duration="2750"] {
  transition-duration: 2750ms;
}
body[data-aos-delay="2750"] [data-aos], [data-aos][data-aos][data-aos-delay="2750"] {
  transition-delay: 0;
}
body[data-aos-delay="2750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2750"].aos-animate {
  transition-delay: 2750ms;
}
body[data-aos-duration="2800"] [data-aos], [data-aos][data-aos][data-aos-duration="2800"] {
  transition-duration: 2800ms;
}
body[data-aos-delay="2800"] [data-aos], [data-aos][data-aos][data-aos-delay="2800"] {
  transition-delay: 0;
}
body[data-aos-delay="2800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2800"].aos-animate {
  transition-delay: 2800ms;
}
body[data-aos-duration="2850"] [data-aos], [data-aos][data-aos][data-aos-duration="2850"] {
  transition-duration: 2850ms;
}
body[data-aos-delay="2850"] [data-aos], [data-aos][data-aos][data-aos-delay="2850"] {
  transition-delay: 0;
}
body[data-aos-delay="2850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2850"].aos-animate {
  transition-delay: 2850ms;
}
body[data-aos-duration="2900"] [data-aos], [data-aos][data-aos][data-aos-duration="2900"] {
  transition-duration: 2900ms;
}
body[data-aos-delay="2900"] [data-aos], [data-aos][data-aos][data-aos-delay="2900"] {
  transition-delay: 0;
}
body[data-aos-delay="2900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2900"].aos-animate {
  transition-delay: 2900ms;
}
body[data-aos-duration="2950"] [data-aos], [data-aos][data-aos][data-aos-duration="2950"] {
  transition-duration: 2950ms;
}
body[data-aos-delay="2950"] [data-aos], [data-aos][data-aos][data-aos-delay="2950"] {
  transition-delay: 0;
}
body[data-aos-delay="2950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2950"].aos-animate {
  transition-delay: 2950ms;
}
body[data-aos-duration="3000"] [data-aos], [data-aos][data-aos][data-aos-duration="3000"] {
  transition-duration: 3000ms;
}
body[data-aos-delay="3000"] [data-aos], [data-aos][data-aos][data-aos-delay="3000"] {
  transition-delay: 0;
}
body[data-aos-delay="3000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3000"].aos-animate {
  transition-delay: 3000ms;
}

body[data-aos-easing=linear] [data-aos], [data-aos][data-aos][data-aos-easing=linear] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
body[data-aos-easing=ease] [data-aos], [data-aos][data-aos][data-aos-easing=ease] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
body[data-aos-easing=ease-in] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
body[data-aos-easing=ease-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
body[data-aos-easing=ease-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body[data-aos-easing=ease-in-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body[data-aos-easing=ease-in-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
body[data-aos-easing=ease-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
body[data-aos-easing=ease-in-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body[data-aos-easing=ease-in-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* $slick-font-path: "./fonts/" !default; */
/* Slider */
.slick-loading .slick-list {
  background: #fff url(slick/img/loader.svg) center center no-repeat;
}

/* Icons */
/* @if $slick-font-family == "slick" {
    @font-face {
        font-family: "slick";
        src: slick-font-url("slick.eot");
        src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
        font-weight: normal;
        font-style: normal;
    }
} */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  /* font-family: $slick-font-family;
  font-size: 20px;
  line-height: 1; */
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
  /*  &:before {
       content: $slick-prev-character;
       [dir="rtl"] & {
           content: $slick-next-character;
       }
   } */
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-next {
  right: -25px;
  /* &:before {
      content: $slick-next-character;
      [dir="rtl"] & {
          content: $slick-prev-character;
      }
  } */
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  /*  content: $slick-dot-character; */
  width: 20px;
  height: 20px;
  /* font-family: $slick-font-family;
  font-size: $slick-dot-size; */
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(fonts/MaterialIcons-Regular.woff2) format("woff2"), url(fonts/MaterialIcons-Regular.woff) format("woff"), url(fonts/MaterialIcons-Regular.ttf) format("truetype");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

.form-group {
  position: relative;
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.form-group label {
  font-size: 1.4rem;
}
.form-group.input-material {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.form-group.input-material label {
  color: #2d2e2f;
  font-size: 1.4rem;
  font-weight: 300;
  margin-bottom: 0;
  position: absolute;
  pointer-events: none;
  left: 1.5rem;
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
  transition: 0.2s ease all;
}
.form-group.input-material input,
.form-group.input-material textarea,
.form-group.input-material select {
  width: 100%;
  border: none;
  border-color: #d2d2d2;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 2px;
  border-radius: 0px;
  background: transparent;
  padding: 0.8rem 1.5rem;
  box-shadow: none;
  /* active state */
  /* invalid state */
}
.form-group.input-material input:focus, .form-group.input-material input.activated, .form-group.input-material input[value]:not([value=""]),
.form-group.input-material textarea:focus,
.form-group.input-material textarea.activated,
.form-group.input-material textarea[value]:not([value=""]),
.form-group.input-material select:focus,
.form-group.input-material select.activated,
.form-group.input-material select[value]:not([value=""]) {
  outline: none;
  border-color: #999;
  color: #464849;
  font-size: 1.5rem;
}
.form-group.input-material input:focus,
.form-group.input-material textarea:focus,
.form-group.input-material select:focus {
  border-color: #00B5E2 !important;
}
.form-group.input-material input:focus ~ label, .form-group.input-material input.activated ~ label, .form-group.input-material input[value]:not([value=""]) ~ label,
.form-group.input-material textarea:focus ~ label,
.form-group.input-material textarea.activated ~ label,
.form-group.input-material textarea[value]:not([value=""]) ~ label,
.form-group.input-material select:focus ~ label,
.form-group.input-material select.activated ~ label,
.form-group.input-material select[value]:not([value=""]) ~ label {
  top: -1.1rem;
  font-size: 1.2rem;
  color: #2d2e2f;
  opacity: 1;
}
.form-group.input-material input:focus ~ label,
.form-group.input-material textarea:focus ~ label,
.form-group.input-material select:focus ~ label {
  color: #00B5E2 !important;
  opacity: 1;
}
.form-group.input-material input:focus.invalid, .form-group.input-material input.invalid, .form-group.input-material input:focus.parsley-error, .form-group.input-material input.activated.parsley-error,
.form-group.input-material textarea:focus.invalid,
.form-group.input-material textarea.invalid,
.form-group.input-material textarea:focus.parsley-error,
.form-group.input-material textarea.activated.parsley-error,
.form-group.input-material select:focus.invalid,
.form-group.input-material select.invalid,
.form-group.input-material select:focus.parsley-error,
.form-group.input-material select.activated.parsley-error {
  border-color: #dc3545;
}
.form-group.input-material input:focus.invalid ~ label, .form-group.input-material input.invalid ~ label, .form-group.input-material input:focus.parsley-error ~ label, .form-group.input-material input.activated.parsley-error ~ label,
.form-group.input-material textarea:focus.invalid ~ label,
.form-group.input-material textarea.invalid ~ label,
.form-group.input-material textarea:focus.parsley-error ~ label,
.form-group.input-material textarea.activated.parsley-error ~ label,
.form-group.input-material select:focus.invalid ~ label,
.form-group.input-material select.invalid ~ label,
.form-group.input-material select:focus.parsley-error ~ label,
.form-group.input-material select.activated.parsley-error ~ label {
  color: #dc3545;
}
.form-group.input-material textarea + label {
  top: 2.4rem;
}
.form-group.input-material select {
  appearance: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGQ9Ik01IDIuODNMOC4xNyA2bDEuNDEtMS40MUw1IDAgLjQxIDQuNTkgMS44MyA2IDUgMi44M3ptMCAxMi4zNEwxLjgzIDEyIC40MiAxMy40MSA1IDE4bDQuNTktNC41OUw4LjE3IDEyIDUgMTUuMTd6IiBpZD0iYSIvPjwvZGVmcz48dXNlIGZpbGw9IiM2MjZGNzMiIGZpbGwtcnVsZT0ibm9uemVybyIgeGxpbms6aHJlZj0iI2EiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  padding-right: 3.5rem;
}
.form-group.input-material.rounded input,
.form-group.input-material.rounded textarea,
.form-group.input-material.rounded select {
  background-color: #fff;
  border-width: 1px;
  border-radius: 3rem;
  padding: 0.8rem 1.5rem;
  height: calc(4.5rem + 2px);
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
}
.form-group.input-material.rounded input:focus,
.form-group.input-material.rounded textarea:focus,
.form-group.input-material.rounded select:focus {
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.3), inset 0px 0px 0px 1px #00B5E2;
}
.form-group.input-material.rounded textarea {
  height: 15rem;
}
.form-group.input-material.rounded input[type=checkbox],
.form-group.input-material.rounded input[type=radio] {
  box-shadow: none;
  width: 1.5rem;
  height: 1.5rem;
  /*  margin-left: 1.5rem; */
}
.form-group.input-material.rounded input[type=checkbox] + label,
.form-group.input-material.rounded input[type=radio] + label {
  font-size: 1.2rem;
  top: calc(50% - 0.2rem);
  opacity: 1;
  /* margin-left: 3rem; */
}
.form-group .custom-control.custom-checkbox {
  padding-left: 2.5rem;
}
.form-group .custom-control.custom-checkbox .custom-control-label::before, .form-group .custom-control.custom-checkbox .custom-control-label::after {
  left: -2.5rem;
  top: 50%;
  transform: translateY(-50%);
  height: 1.5rem;
  width: 1.5rem;
}
.form-group .custom-control.custom-checkbox .custom-control-label::before {
  border-color: #d2d2d2;
  box-shadow: none;
}
.form-group .custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background: #00B5E2;
  border-color: #00B5E2;
  box-shadow: none;
}
.form-group textarea {
  height: auto;
  resize: none;
}

.webform-button--submit {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
}

.datepicker-inline {
  width: 220px;
}

.datepicker.datepicker-rtl {
  direction: rtl;
}

.datepicker.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.datepicker > div {
  display: none;
}

.datepicker.days div.datepicker-days {
  display: block;
}

.datepicker.months div.datepicker-months {
  display: block;
}

.datepicker.years div.datepicker-years {
  display: block;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker table tr td, .datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: 0;
}

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer;
}

.datepicker table tr td.old, .datepicker table tr td.new {
  color: #999;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: 0;
  color: #999;
  cursor: default;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}

.datepicker table tr td.today:hover, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today:focus, .datepicker table tr td.today:hover:focus, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today.disabled:hover:focus, .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.today, .open .dropdown-toggle.datepicker table tr td.today:hover, .open .dropdown-toggle.datepicker table tr td.today.disabled, .open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  color: #000;
  background-color: #ffcd70;
  border-color: #f59e00;
}

.datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.today, .open .dropdown-toggle.datepicker table tr td.today:hover, .open .dropdown-toggle.datepicker table tr td.today.disabled, .open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  background-image: none;
}

.datepicker table tr td.today.disabled, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today[disabled], .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today.disabled:hover[disabled], fieldset[disabled] .datepicker table tr td.today, fieldset[disabled] .datepicker table tr td.today:hover, fieldset[disabled] .datepicker table tr td.today.disabled, fieldset[disabled] .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover.disabled:hover, .datepicker table tr td.today.disabled.disabled:hover, .datepicker table tr td.today.disabled:hover.disabled:hover, .datepicker table tr td.today[disabled]:hover, .datepicker table tr td.today:hover[disabled]:hover, .datepicker table tr td.today.disabled[disabled]:hover, .datepicker table tr td.today.disabled:hover[disabled]:hover, fieldset[disabled] .datepicker table tr td.today:hover, fieldset[disabled] .datepicker table tr td.today:hover:hover, fieldset[disabled] .datepicker table tr td.today.disabled:hover, fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today:hover.disabled:focus, .datepicker table tr td.today.disabled.disabled:focus, .datepicker table tr td.today.disabled:hover.disabled:focus, .datepicker table tr td.today[disabled]:focus, .datepicker table tr td.today:hover[disabled]:focus, .datepicker table tr td.today.disabled[disabled]:focus, .datepicker table tr td.today.disabled:hover[disabled]:focus, fieldset[disabled] .datepicker table tr td.today:focus, fieldset[disabled] .datepicker table tr td.today:hover:focus, fieldset[disabled] .datepicker table tr td.today.disabled:focus, fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today:hover.disabled:active, .datepicker table tr td.today.disabled.disabled:active, .datepicker table tr td.today.disabled:hover.disabled:active, .datepicker table tr td.today[disabled]:active, .datepicker table tr td.today:hover[disabled]:active, .datepicker table tr td.today.disabled[disabled]:active, .datepicker table tr td.today.disabled:hover[disabled]:active, fieldset[disabled] .datepicker table tr td.today:active, fieldset[disabled] .datepicker table tr td.today:hover:active, fieldset[disabled] .datepicker table tr td.today.disabled:active, fieldset[disabled] .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today:hover.disabled.active, .datepicker table tr td.today.disabled.disabled.active, .datepicker table tr td.today.disabled:hover.disabled.active, .datepicker table tr td.today[disabled].active, .datepicker table tr td.today:hover[disabled].active, .datepicker table tr td.today.disabled[disabled].active, .datepicker table tr td.today.disabled:hover[disabled].active, fieldset[disabled] .datepicker table tr td.today.active, fieldset[disabled] .datepicker table tr td.today:hover.active, fieldset[disabled] .datepicker table tr td.today.disabled.active, fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
  background-color: #ffdb99;
  border-color: #ffb733;
}

.datepicker table tr td.today:hover:hover {
  color: #000;
}

.datepicker table tr td.today.active:hover {
  color: #fff;
}

.datepicker table tr td.range, .datepicker table tr td.range:hover, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover {
  background: #eee;
  border-radius: 0;
}

.datepicker table tr td.range.today, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
  border-radius: 0;
}

.datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today:focus, .datepicker table tr td.range.today:hover:focus, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today.disabled:hover:focus, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.range.today, .open .dropdown-toggle.datepicker table tr td.range.today:hover, .open .dropdown-toggle.datepicker table tr td.range.today.disabled, .open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  color: #000;
  background-color: #f4bb51;
  border-color: #bf800c;
}

.datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.range.today, .open .dropdown-toggle.datepicker table tr td.range.today:hover, .open .dropdown-toggle.datepicker table tr td.range.today.disabled, .open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  background-image: none;
}

.datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today[disabled], .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today.disabled:hover[disabled], fieldset[disabled] .datepicker table tr td.range.today, fieldset[disabled] .datepicker table tr td.range.today:hover, fieldset[disabled] .datepicker table tr td.range.today.disabled, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today:hover.disabled:hover, .datepicker table tr td.range.today.disabled.disabled:hover, .datepicker table tr td.range.today.disabled:hover.disabled:hover, .datepicker table tr td.range.today[disabled]:hover, .datepicker table tr td.range.today:hover[disabled]:hover, .datepicker table tr td.range.today.disabled[disabled]:hover, .datepicker table tr td.range.today.disabled:hover[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.today:hover, fieldset[disabled] .datepicker table tr td.range.today:hover:hover, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today:hover.disabled:focus, .datepicker table tr td.range.today.disabled.disabled:focus, .datepicker table tr td.range.today.disabled:hover.disabled:focus, .datepicker table tr td.range.today[disabled]:focus, .datepicker table tr td.range.today:hover[disabled]:focus, .datepicker table tr td.range.today.disabled[disabled]:focus, .datepicker table tr td.range.today.disabled:hover[disabled]:focus, fieldset[disabled] .datepicker table tr td.range.today:focus, fieldset[disabled] .datepicker table tr td.range.today:hover:focus, fieldset[disabled] .datepicker table tr td.range.today.disabled:focus, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today:hover.disabled:active, .datepicker table tr td.range.today.disabled.disabled:active, .datepicker table tr td.range.today.disabled:hover.disabled:active, .datepicker table tr td.range.today[disabled]:active, .datepicker table tr td.range.today:hover[disabled]:active, .datepicker table tr td.range.today.disabled[disabled]:active, .datepicker table tr td.range.today.disabled:hover[disabled]:active, fieldset[disabled] .datepicker table tr td.range.today:active, fieldset[disabled] .datepicker table tr td.range.today:hover:active, fieldset[disabled] .datepicker table tr td.range.today.disabled:active, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today:hover.disabled.active, .datepicker table tr td.range.today.disabled.disabled.active, .datepicker table tr td.range.today.disabled:hover.disabled.active, .datepicker table tr td.range.today[disabled].active, .datepicker table tr td.range.today:hover[disabled].active, .datepicker table tr td.range.today.disabled[disabled].active, .datepicker table tr td.range.today.disabled:hover[disabled].active, fieldset[disabled] .datepicker table tr td.range.today.active, fieldset[disabled] .datepicker table tr td.range.today:hover.active, fieldset[disabled] .datepicker table tr td.range.today.disabled.active, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #f7ca77;
  border-color: #f1a417;
}

.datepicker table tr td.selected, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover {
  color: #fff;
  background-color: #999;
  border-color: #555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected:focus, .datepicker table tr td.selected:hover:focus, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected.disabled:hover:focus, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.selected, .open .dropdown-toggle.datepicker table tr td.selected:hover, .open .dropdown-toggle.datepicker table tr td.selected.disabled, .open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  color: #fff;
  background-color: #858585;
  border-color: #373737;
}

.datepicker table tr td.selected:active, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.selected, .open .dropdown-toggle.datepicker table tr td.selected:hover, .open .dropdown-toggle.datepicker table tr td.selected.disabled, .open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  background-image: none;
}

.datepicker table tr td.selected.disabled, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected[disabled], .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected.disabled:hover[disabled], fieldset[disabled] .datepicker table tr td.selected, fieldset[disabled] .datepicker table tr td.selected:hover, fieldset[disabled] .datepicker table tr td.selected.disabled, fieldset[disabled] .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover.disabled:hover, .datepicker table tr td.selected.disabled.disabled:hover, .datepicker table tr td.selected.disabled:hover.disabled:hover, .datepicker table tr td.selected[disabled]:hover, .datepicker table tr td.selected:hover[disabled]:hover, .datepicker table tr td.selected.disabled[disabled]:hover, .datepicker table tr td.selected.disabled:hover[disabled]:hover, fieldset[disabled] .datepicker table tr td.selected:hover, fieldset[disabled] .datepicker table tr td.selected:hover:hover, fieldset[disabled] .datepicker table tr td.selected.disabled:hover, fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected:hover.disabled:focus, .datepicker table tr td.selected.disabled.disabled:focus, .datepicker table tr td.selected.disabled:hover.disabled:focus, .datepicker table tr td.selected[disabled]:focus, .datepicker table tr td.selected:hover[disabled]:focus, .datepicker table tr td.selected.disabled[disabled]:focus, .datepicker table tr td.selected.disabled:hover[disabled]:focus, fieldset[disabled] .datepicker table tr td.selected:focus, fieldset[disabled] .datepicker table tr td.selected:hover:focus, fieldset[disabled] .datepicker table tr td.selected.disabled:focus, fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected:hover.disabled:active, .datepicker table tr td.selected.disabled.disabled:active, .datepicker table tr td.selected.disabled:hover.disabled:active, .datepicker table tr td.selected[disabled]:active, .datepicker table tr td.selected:hover[disabled]:active, .datepicker table tr td.selected.disabled[disabled]:active, .datepicker table tr td.selected.disabled:hover[disabled]:active, fieldset[disabled] .datepicker table tr td.selected:active, fieldset[disabled] .datepicker table tr td.selected:hover:active, fieldset[disabled] .datepicker table tr td.selected.disabled:active, fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected:hover.disabled.active, .datepicker table tr td.selected.disabled.disabled.active, .datepicker table tr td.selected.disabled:hover.disabled.active, .datepicker table tr td.selected[disabled].active, .datepicker table tr td.selected:hover[disabled].active, .datepicker table tr td.selected.disabled[disabled].active, .datepicker table tr td.selected.disabled:hover[disabled].active, fieldset[disabled] .datepicker table tr td.selected.active, fieldset[disabled] .datepicker table tr td.selected:hover.active, fieldset[disabled] .datepicker table tr td.selected.disabled.active, fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
  background-color: #999;
  border-color: #555;
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active:hover, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active:hover, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  background-image: none;
}

.datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled], fieldset[disabled] .datepicker table tr td.active, fieldset[disabled] .datepicker table tr td.active:hover, fieldset[disabled] .datepicker table tr td.active.disabled, fieldset[disabled] .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover.disabled:hover, .datepicker table tr td.active.disabled.disabled:hover, .datepicker table tr td.active.disabled:hover.disabled:hover, .datepicker table tr td.active[disabled]:hover, .datepicker table tr td.active:hover[disabled]:hover, .datepicker table tr td.active.disabled[disabled]:hover, .datepicker table tr td.active.disabled:hover[disabled]:hover, fieldset[disabled] .datepicker table tr td.active:hover, fieldset[disabled] .datepicker table tr td.active:hover:hover, fieldset[disabled] .datepicker table tr td.active.disabled:hover, fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active:hover.disabled:focus, .datepicker table tr td.active.disabled.disabled:focus, .datepicker table tr td.active.disabled:hover.disabled:focus, .datepicker table tr td.active[disabled]:focus, .datepicker table tr td.active:hover[disabled]:focus, .datepicker table tr td.active.disabled[disabled]:focus, .datepicker table tr td.active.disabled:hover[disabled]:focus, fieldset[disabled] .datepicker table tr td.active:focus, fieldset[disabled] .datepicker table tr td.active:hover:focus, fieldset[disabled] .datepicker table tr td.active.disabled:focus, fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active:hover.disabled:active, .datepicker table tr td.active.disabled.disabled:active, .datepicker table tr td.active.disabled:hover.disabled:active, .datepicker table tr td.active[disabled]:active, .datepicker table tr td.active:hover[disabled]:active, .datepicker table tr td.active.disabled[disabled]:active, .datepicker table tr td.active.disabled:hover[disabled]:active, fieldset[disabled] .datepicker table tr td.active:active, fieldset[disabled] .datepicker table tr td.active:hover:active, fieldset[disabled] .datepicker table tr td.active.disabled:active, fieldset[disabled] .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active:hover.disabled.active, .datepicker table tr td.active.disabled.disabled.active, .datepicker table tr td.active.disabled:hover.disabled.active, .datepicker table tr td.active[disabled].active, .datepicker table tr td.active:hover[disabled].active, .datepicker table tr td.active.disabled[disabled].active, .datepicker table tr td.active.disabled:hover[disabled].active, fieldset[disabled] .datepicker table tr td.active.active, fieldset[disabled] .datepicker table tr td.active:hover.active, fieldset[disabled] .datepicker table tr td.active.disabled.active, fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}

.datepicker table tr td span:hover {
  background: #eee;
}

.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: 0;
  color: #999;
  cursor: default;
}

.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:focus, .datepicker table tr td span.active:hover:focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td span.active, .open .dropdown-toggle.datepicker table tr td span.active:hover, .open .dropdown-toggle.datepicker table tr td span.active.disabled, .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td span.active, .open .dropdown-toggle.datepicker table tr td span.active:hover, .open .dropdown-toggle.datepicker table tr td span.active.disabled, .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}

.datepicker table tr td span.active.disabled, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled], fieldset[disabled] .datepicker table tr td span.active, fieldset[disabled] .datepicker table tr td span.active:hover, fieldset[disabled] .datepicker table tr td span.active.disabled, fieldset[disabled] .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover.disabled:hover, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active.disabled:hover.disabled:hover, .datepicker table tr td span.active[disabled]:hover, .datepicker table tr td span.active:hover[disabled]:hover, .datepicker table tr td span.active.disabled[disabled]:hover, .datepicker table tr td span.active.disabled:hover[disabled]:hover, fieldset[disabled] .datepicker table tr td span.active:hover, fieldset[disabled] .datepicker table tr td span.active:hover:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active:hover.disabled:focus, .datepicker table tr td span.active.disabled.disabled:focus, .datepicker table tr td span.active.disabled:hover.disabled:focus, .datepicker table tr td span.active[disabled]:focus, .datepicker table tr td span.active:hover[disabled]:focus, .datepicker table tr td span.active.disabled[disabled]:focus, .datepicker table tr td span.active.disabled:hover[disabled]:focus, fieldset[disabled] .datepicker table tr td span.active:focus, fieldset[disabled] .datepicker table tr td span.active:hover:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active:hover.disabled:active, .datepicker table tr td span.active.disabled.disabled:active, .datepicker table tr td span.active.disabled:hover.disabled:active, .datepicker table tr td span.active[disabled]:active, .datepicker table tr td span.active:hover[disabled]:active, .datepicker table tr td span.active.disabled[disabled]:active, .datepicker table tr td span.active.disabled:hover[disabled]:active, fieldset[disabled] .datepicker table tr td span.active:active, fieldset[disabled] .datepicker table tr td span.active:hover:active, fieldset[disabled] .datepicker table tr td span.active.disabled:active, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active:hover.disabled.active, .datepicker table tr td span.active.disabled.disabled.active, .datepicker table tr td span.active.disabled:hover.disabled.active, .datepicker table tr td span.active[disabled].active, .datepicker table tr td span.active:hover[disabled].active, .datepicker table tr td span.active.disabled[disabled].active, .datepicker table tr td span.active.disabled:hover[disabled].active, fieldset[disabled] .datepicker table tr td span.active.active, fieldset[disabled] .datepicker table tr td span.active:hover.active, fieldset[disabled] .datepicker table tr td span.active.disabled.active, fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.datepicker table tr td span.old, .datepicker table tr td span.new {
  color: #999;
}

.datepicker th.datepicker-switch {
  width: 145px;
}

.datepicker thead tr:first-child th, .datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
  background: #eee;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}

.input-group.date .input-group-addon i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}

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

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: solid #ccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}

.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.428571429;
}

.datepicker.dropdown-menu th, .datepicker.dropdown-menu td {
  padding: 4px 5px;
}

@font-face {
  font-family: "canada-type-gibson";
  src: url("fonts/cvaspa-300-woff2") format("woff2"), url("fonts/cvaspa-300-woff.woff") format("woff"), url("fonts/cvaspa-300-opentype") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "canada-type-gibson";
  src: url("fonts/cvaspa-300-italic-woff") format("woff2"), url("fonts/cvaspa-300-italic-woff.woff") format("woff"), url("fonts/cvaspa-300-italic-opentype") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: "canada-type-gibson";
  src: url("fonts/cvaspa-400-woff2") format("woff2"), url("fonts/cvaspa-400-woff.woff") format("woff"), url("fonts/cvaspa-400-opentype") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "canada-type-gibson";
  src: url("fonts/cvaspa-400-italic-woff") format("woff2"), url("fonts/cvaspa-400-italic-woff.woff") format("woff"), url("fonts/cvaspa-400-italic-opentype") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "canada-type-gibson";
  src: url("fonts/cvaspa-500-woff2") format("woff2"), url("fonts/cvaspa-500-woff.woff") format("woff"), url("fonts/cvaspa-500-opentype") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "canada-type-gibson";
  src: url("fonts/cvaspa-500-italic-woff") format("woff2"), url("fonts/cvaspa-500-italic-woff.woff") format("woff"), url("fonts/cvaspa-500-italic-opentype") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 500;
}
@font-face {
  font-family: "canada-type-gibson";
  src: url("fonts/cvaspa-600-woff2") format("woff2"), url("fonts/cvaspa-600-woff.woff") format("woff"), url("fonts/cvaspa-600-opentype") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "canada-type-gibson";
  src: url("fonts/cvaspa-600-italic-woff") format("woff2"), url("fonts/cvaspa-600-italic-woff.woff") format("woff"), url("fonts/cvaspa-600-italic-opentype") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 600;
}
@font-face {
  font-family: "canada-type-gibson";
  src: url("fonts/cvaspa-700-woff2") format("woff2"), url("fonts/cvaspa-700-woff.woff") format("woff"), url("fonts/cvaspa-700-opentype") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "canada-type-gibson";
  src: url("fonts/cvaspa-700-italic-woff") format("woff2"), url("fonts/cvaspa-700-italic-woff.woff") format("woff"), url("fonts/cvaspa-700-italic-opentype") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: "canada-type-gibson";
  src: url("fonts/cvaspa-900-woff2") format("woff2"), url("fonts/cvaspa-900-woff.woff") format("woff"), url("fonts/cvaspa-900-opentype") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: "canada-type-gibson";
  src: url("fonts/cvaspa-900-italic-woff") format("woff2"), url("fonts/cvaspa-900-italic-woff.woff") format("woff"), url("fonts/cvaspa-900-italic-opentype") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 900;
}
.tk-canada-type-gibson {
  font-family: "canada-type-gibson", sans-serif;
}

/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700;800&display=swap'); */
html body .module-carousel-full,
html body .module-carousel-fullwidth {
  padding: 0;
}
html body .module-carousel-full .slick-dotted,
html body .module-carousel-fullwidth .slick-dotted {
  padding-bottom: 0;
}
html body .module-carousel-full .slick-dotted .slick-dots,
html body .module-carousel-fullwidth .slick-dotted .slick-dots {
  z-index: 3;
}
@media (min-width: 768px) {
  html body .module-carousel-full .slick-dotted .slick-dots,
  html body .module-carousel-fullwidth .slick-dotted .slick-dots {
    display: none !important;
  }
  html body .module-carousel-full .slick-dotted .slick-arrow,
  html body .module-carousel-fullwidth .slick-dotted .slick-arrow {
    display: block !important;
    filter: brightness(200);
  }
}
html body .module-carousel-full .caption,
html body .module-carousel-fullwidth .caption {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
}
html body .module-carousel-full .bg,
html body .module-carousel-fullwidth .bg {
  min-height: 38rem;
  height: 50vh;
}
html body .module-carousel-full .bg .slick,
html body .module-carousel-fullwidth .bg .slick {
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
html body .module-carousel-full .bg img,
html body .module-carousel-fullwidth .bg img {
  max-height: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html body .module-carousel-full .caption .boxed,
html body .module-carousel-fullwidth .caption .boxed {
  position: relative;
  z-index: 1;
}
html body .module-carousel-full .caption .col-lg-8.col-xl-6 + .col-12,
html body .module-carousel-fullwidth .caption .col-lg-8.col-xl-6 + .col-12 {
  margin-top: 3rem;
}
html body .module-carousel-full .caption h3,
html body .module-carousel-full .caption p,
html body .module-carousel-fullwidth .caption h3,
html body .module-carousel-fullwidth .caption p {
  color: #ffffff;
}
html body .module-carousel-full .caption h3 + .text,
html body .module-carousel-fullwidth .caption h3 + .text {
  margin-top: 3rem;
}
html body .module-carousel-full .caption .breadcrumb::before,
html body .module-carousel-fullwidth .caption .breadcrumb::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjEzIj48cGF0aCBkPSJNNy41MTkuOTA0Yy4zMTguNDEuMjkgMS0uMDg3IDEuMzc3TDMuMjE0IDYuNDk5bDQuMjE4IDQuMjIuMDg3LjA5OGExLjA0MyAxLjA0MyAwIDAxLTEuNTYyIDEuMzc3TC4yNjIgNi41IDUuOTU3LjgwNmwuMDk4LS4wODdhMS4wNDMgMS4wNDMgMCAwMTEuMzc3LjA4N2wuMDg3LjA5OHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
}
html body .module-carousel-full .caption .breadcrumb li a,
html body .module-carousel-full .caption .breadcrumb li a:active,
html body .module-carousel-full .caption .breadcrumb li a:focus,
html body .module-carousel-full .caption .breadcrumb li a:visited,
html body .module-carousel-full .caption .breadcrumb li a:hover,
html body .module-carousel-fullwidth .caption .breadcrumb li a,
html body .module-carousel-fullwidth .caption .breadcrumb li a:active,
html body .module-carousel-fullwidth .caption .breadcrumb li a:focus,
html body .module-carousel-fullwidth .caption .breadcrumb li a:visited,
html body .module-carousel-fullwidth .caption .breadcrumb li a:hover {
  color: #ffffff;
}
html body .module-carousel-full .caption time,
html body .module-carousel-fullwidth .caption time {
  color: #ffffff;
  display: block;
  margin-bottom: 1rem;
}
html body .module-carousel-full.module-carousel-fullscreen .bg,
html body .module-carousel-fullwidth.module-carousel-fullscreen .bg {
  min-height: 100vh;
}
html body .module-carousel-full.module-carousel-fullscreen .bg .boxed,
html body .module-carousel-fullwidth.module-carousel-fullscreen .bg .boxed {
  padding-bottom: 12rem;
}
html body .module-carousel-full + .module,
html body .module-carousel-fullwidth + .module {
  margin-top: 5rem;
}
html body .module-carousel-full + script + .module,
html body .module-carousel-fullwidth + script + .module {
  margin-top: 5rem;
}

/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700;800&display=swap'); */
.animate {
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

@keyframes slideIn {
  0% {
    transform: translateY(2rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(2rem);
    opacity: 0;
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(2rem);
    -webkit-opacity: 0;
  }
}
.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

@keyframes scroll {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(40px);
  }
}
html {
  font-size: 9px;
  height: 100%;
  background: #01426A;
}
@media (min-width: 992px) {
  html {
    font-size: 10px;
  }
}
html body {
  color: #464849;
  font-size: 1.6rem;
  font-family: "canada-type-gibson", sans-serif;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 0;
  font-weight: 400;
  line-height: 1.4;
  overflow-x: hidden;
  /* .title-2{
      &::before{
          display: none;
      }
  } */
  /* video video full */
  /*  .contextual-region{
       > div{
           > *{
               margin-top: 16rem;
           }
           > .module-slick,
           > .module-img-full,
           > .module-video-fullwidth{
               margin-top: 0;
           }
       }
   } */
}
html body::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  display: none;
  transition: opacity;
}
html body a {
  transition: all 0.3s;
  color: #00B5E2;
}
html body a:hover {
  text-decoration: none;
  color: #01426A;
}
html body a.white {
  color: #ffffff;
}
html body strong, html body b {
  font-weight: 600;
}
html body h1,
html body h2,
html body h3 {
  font-weight: 600;
  margin-bottom: 2.5rem;
}
html body h4,
html body h5,
html body h6 {
  font-weight: 500;
  margin-bottom: 1.5rem;
}
html body .title,
html body .title-2 {
  font-family: "canada-type-gibson", sans-serif;
  /* font-family: 'Inter', sans-serif; */
  font-weight: 600;
  margin-bottom: 0;
}
html body .title::after,
html body .title-2::after {
  /* content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuNSAwYTcuNSA3LjUgMCAxMTAgMTUgNy41IDcuNSAwIDAxMC0xNXptMCA0YTMuNSAzLjUgMCAxMDAgNyAzLjUgMy41IDAgMDAwLTd6IiBmaWxsPSIjMDBCNUUyIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=); */
  content: "";
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  border: solid 4px #00B5E2;
  display: inline-block;
  line-height: 0;
  font-size: 0;
  margin-left: 0.5rem;
}
html body .title.display-1::after,
html body .title-2.display-1::after {
  transform: scale(1.5);
  transform-origin: left center;
}
html body .title-2 {
  position: relative;
  padding-top: 7rem;
}
html body .title-2 span {
  z-index: 1;
  position: relative;
}
html body .title-2::after {
  /* content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTUiIGhlaWdodD0iOTUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQ3LjUgMEM3My43MzQgMCA5NSAyMS4yNjYgOTUgNDcuNVM3My43MzQgOTUgNDcuNSA5NSAwIDczLjczNCAwIDQ3LjUgMjEuMjY2IDAgNDcuNSAwem0wIDI5QzM3LjI4MyAyOSAyOSAzNy4yODMgMjkgNDcuNVMzNy4yODMgNjYgNDcuNSA2NiA2NiA1Ny43MTcgNjYgNDcuNSA1Ny43MTcgMjkgNDcuNSAyOXoiIGZpbGw9IiMwQkFFRDYiIGZpbGwtcnVsZT0ibm9uemVybyIgZmlsbC1vcGFjaXR5PSIuMTI5Ii8+PC9zdmc+);
  height: 95px; */
  content: "";
  height: 9.5rem;
  width: 9.5rem;
  border: solid 3rem #00B5E2;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-50%, -1rem);
  opacity: 0.15;
  z-index: 0;
}
html body .title.display-1 + p {
  margin-top: 3rem;
}
html body .text-body {
  color: #464849;
}
html body .display-1 {
  font-size: 10vw;
}
@media (min-width: 576px) {
  html body .display-1 {
    font-size: 5.5rem;
  }
}
@media (min-width: 992px) {
  html body .display-1 {
    font-size: 6.5rem;
  }
}
html body .display-2 {
  font-size: 4rem;
}
html body .display-3 {
  font-size: 3.2rem;
}
html body .display-4 {
  font-size: 2rem;
}
html body .display-5 {
  font-size: 1.8rem;
}
html body .display-6 {
  font-size: 1.6rem;
}
html body p,
html body ul {
  margin-bottom: 0;
}
html body p + *,
html body ul + * {
  margin-top: 1rem;
}
html body small {
  font-weight: 300;
}
html body ul {
  list-style: none;
  padding-left: 1rem;
}
html body ul li {
  margin-bottom: 1rem;
  padding-left: calc(1rem + 7px);
  position: relative;
}
html body ul li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00B5E2;
  position: absolute;
  top: 0.75rem;
  left: 0;
}
html body ul li:last-of-type {
  margin-bottom: 0;
}
html body ul li ul li {
  padding-left: calc(1rem + 7px);
}
html body ul li ul li::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: solid 1px #00B5E2;
  background: none;
  position: absolute;
  top: 0.75rem;
  left: 0;
}
html body ul.nav {
  padding-left: 0;
}
html body ul.nav li {
  margin-bottom: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
html body ul.nav li::before {
  display: none;
}
html body ul ol li {
  padding-left: 5px;
}
html body ul ol li::before {
  display: none;
}
html body ul ol li ul li {
  padding-left: calc(1rem + 7px);
}
html body ul ol li ul li::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: solid 1px #00B5E2;
  background: none;
  position: absolute;
  top: 0.75rem;
  left: 0;
}
html body .pink .title::after,
html body .pink .title-2::after {
  border-color: #F8485E;
}
html body .pink .btn-primary,
html body .pink .btn-primary:focus,
html body .pink .btn-primary:active,
html body .pink .btn-primary:active:focus,
html body .pink .btn-primary.active,
html body .pink .btn-primary:hover {
  background: #F8485E;
}
html body .pink .btn-primary::after,
html body .pink .btn-primary:focus::after,
html body .pink .btn-primary:active::after,
html body .pink .btn-primary:active:focus::after,
html body .pink .btn-primary.active::after,
html body .pink .btn-primary:hover::after {
  background: #942b38;
}
html body .pink .btn-secondary::after,
html body .pink .btn-secondary:focus::after,
html body .pink .btn-secondary:active::after,
html body .pink .btn-secondary:active:focus::after,
html body .pink .btn-secondary.active::after,
html body .pink .btn-secondary:hover::after {
  background: #F8485E;
}
html body .pink .btn-link,
html body .pink .btn-link:focus,
html body .pink .btn-link:active,
html body .pink .btn-link:active:focus,
html body .pink .btn-link.active {
  color: #F8485E;
}
html body .pink .btn-link::after,
html body .pink .btn-link:focus::after,
html body .pink .btn-link:active::after,
html body .pink .btn-link:active:focus::after,
html body .pink .btn-link.active::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjEzIj48cGF0aCBkPSJNLjU2OC44MDZBMS4wNDMgMS4wNDMgMCAwMTEuOTQ1LjcxOWwuMDk4LjA4N0w3LjczOCA2LjVsLTUuNjk1IDUuNjk0YTEuMDQzIDEuMDQzIDAgMDEtMS41NjItMS4zNzdsLjA4Ny0uMDk4IDQuMjE4LTQuMjJMLjU2OCAyLjI4MUExLjA0MyAxLjA0MyAwIDAxLjQ4LjkwNEwuNTY4LjgwNnoiIGZpbGw9IiNmODQ4NWUiLz48L3N2Zz4=);
}
html body .pink .btn-link:hover {
  text-decoration: none;
  color: #F8485E;
}
html body .pink.module-banner .container .row .col-12 .card .title-2 {
  color: #F8485E;
}
html body .pink.module-banner .container .row .col-12 .card::before {
  border-color: #F8485E;
}
html body .green .title::after,
html body .green .title-2::after {
  border-color: #43B02A;
}
html body .green .btn-primary,
html body .green .btn-primary:focus,
html body .green .btn-primary:active,
html body .green .btn-primary:active:focus,
html body .green .btn-primary.active,
html body .green .btn-primary:hover {
  background: #43B02A;
}
html body .green .btn-primary::after,
html body .green .btn-primary:focus::after,
html body .green .btn-primary:active::after,
html body .green .btn-primary:active:focus::after,
html body .green .btn-primary.active::after,
html body .green .btn-primary:hover::after {
  background: #1c4911;
}
html body .green .btn-secondary::after,
html body .green .btn-secondary:focus::after,
html body .green .btn-secondary:active::after,
html body .green .btn-secondary:active:focus::after,
html body .green .btn-secondary.active::after,
html body .green .btn-secondary:hover::after {
  background: #43B02A;
}
html body .green .btn-link,
html body .green .btn-link:focus,
html body .green .btn-link:active,
html body .green .btn-link:active:focus,
html body .green .btn-link.active {
  color: #43B02A;
}
html body .green .btn-link::after,
html body .green .btn-link:focus::after,
html body .green .btn-link:active::after,
html body .green .btn-link:active:focus::after,
html body .green .btn-link.active::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjEzIj48cGF0aCBkPSJNLjU2OC44MDZBMS4wNDMgMS4wNDMgMCAwMTEuOTQ1LjcxOWwuMDk4LjA4N0w3LjczOCA2LjVsLTUuNjk1IDUuNjk0YTEuMDQzIDEuMDQzIDAgMDEtMS41NjItMS4zNzdsLjA4Ny0uMDk4IDQuMjE4LTQuMjJMLjU2OCAyLjI4MUExLjA0MyAxLjA0MyAwIDAxLjQ4LjkwNEwuNTY4LjgwNnoiIGZpbGw9IiM0M2IwMmEiLz48L3N2Zz4=);
}
html body .green .btn-link:hover {
  text-decoration: none;
  color: #F8485E;
}
html body .green.module-banner .container .row .col-12 .card .title-2 {
  color: #43B02A;
}
html body .green.module-banner .container .row .col-12 .card::before {
  border-color: #43B02A;
}
html body .white .title,
html body .white .title-2 {
  color: #ffffff;
  /* &::after{
      border-color: $white;
  } */
}
html body .tags {
  font-weight: 600;
  color: #00B5E2;
}
html body .cta .btn {
  margin-bottom: 1.5rem;
  display: block;
}
@media (min-width: 576px) {
  html body .cta .btn {
    display: inline-block;
    margin-right: 3rem;
  }
}
html body .cta .btn:last-of-type {
  margin-right: 0;
  /* margin-bottom: 0; */
}
@media (min-width: 768px) {
  html body .p-2col {
    column-count: 2;
    column-gap: 30px;
  }
}
html body .tooltip .arrow:before {
  border-bottom-color: #ffffff;
}
html body .tooltip .tooltip-inner {
  max-width: 30rem;
  background: #ffffff;
  color: #464849;
  font-size: 1.2rem;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.3);
}
html body .grid-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  width: 100%;
  margin-top: -15px;
}
html body .grid-item .item {
  width: 100%;
}
@media (min-width: 768px) {
  html body .grid-item .item {
    width: 50%;
  }
}
html body .grid-item .item .card {
  height: 100%;
  margin: 0;
}
html body .grid-item.grid-item-3{
  justify-content: center;
}
html body .grid-item.grid-item-3 .item {
  width: 100%;
}
@media (min-width: 576px) {
  html body .grid-item.grid-item-3 .item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  html body .grid-item.grid-item-3 .item {
    width: 33.3333%;
  }
}
html body .grid-item.grid-item-6 .item {
  width: 50%;
  /*  @media(min-width: 576px){
       width: 50%;
   } */
}
@media (min-width: 768px) {
  html body .grid-item.grid-item-6 .item {
    width: 33.3333%;
  }
}
@media (min-width: 992px) {
  html body .grid-item.grid-item-6 .item {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  html body .grid-item.grid-item-6 .item {
    width: 16.666667%;
  }
}
html body .grid-item + .pagination-container {
  margin-top: 1rem;
}
html body .boxed {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
html body table,
html body .table {
  color: #464849;
  width: 100% !important;
  border: 0 none;
}
html body table tr th,
html body table tr td,
html body .table tr th,
html body .table tr td {
  white-space: nowrap;
  padding: 0.75rem 1rem;
  border-right: 0;
  border-left: 0;
}
html body table tr th,
html body .table tr th {
  color: #00B5E2;
  border-top: 0 none;
  border-bottom: solid 1px #00B5E2;
}
html body table tr td,
html body .table tr td {
  border-bottom: solid 1px #EAEAEA;
}
html body table tr th + th,
html body table tr td + td,
html body .table tr th + th,
html body .table tr td + td {
  text-align: right;
}
html body .icon-scroll {
  display: none;
  position: absolute;
  right: 3rem;
  width: 36px;
  height: 60px;
  margin-left: -20px;
  bottom: 2.5rem;
  margin-top: -35px;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
}
html body .icon-scroll::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}
@media (min-width: 576px) {
  html body .icon-scroll {
    display: block;
  }
}
html body .singlegmap {
  height: 50rem;
  width: 100%;
  border-radius: 0.7rem;
}
html body .datepicker.datepicker-dropdown {
  padding: 1rem;
  border-radius: 0;
  border: 0 none;
}
@media (max-width: 575px) {
  html body .datepicker.datepicker-dropdown {
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100%;
    background: rgba(0, 52, 84, 0.7);
  }
}
@media (max-width: 575px) {
  html body .datepicker.datepicker-dropdown .datepicker-days,
  html body .datepicker.datepicker-dropdown .datepicker-months,
  html body .datepicker.datepicker-dropdown .datepicker-years {
    background: #ffffff;
    padding: 1rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
  }
}
html body .datepicker.datepicker-dropdown .datepicker-days table tr th,
html body .datepicker.datepicker-dropdown .datepicker-days table tr td,
html body .datepicker.datepicker-dropdown .datepicker-months table tr th,
html body .datepicker.datepicker-dropdown .datepicker-months table tr td,
html body .datepicker.datepicker-dropdown .datepicker-years table tr th,
html body .datepicker.datepicker-dropdown .datepicker-years table tr td {
  font-weight: 400;
  padding: 0;
}
html body .datepicker.datepicker-dropdown .datepicker-days table tr th.prev, html body .datepicker.datepicker-dropdown .datepicker-days table tr th.next, html body .datepicker.datepicker-dropdown .datepicker-days table tr th.prev:hover, html body .datepicker.datepicker-dropdown .datepicker-days table tr th.next:hover,
html body .datepicker.datepicker-dropdown .datepicker-months table tr th.prev,
html body .datepicker.datepicker-dropdown .datepicker-months table tr th.next,
html body .datepicker.datepicker-dropdown .datepicker-months table tr th.prev:hover,
html body .datepicker.datepicker-dropdown .datepicker-months table tr th.next:hover,
html body .datepicker.datepicker-dropdown .datepicker-years table tr th.prev,
html body .datepicker.datepicker-dropdown .datepicker-years table tr th.next,
html body .datepicker.datepicker-dropdown .datepicker-years table tr th.prev:hover,
html body .datepicker.datepicker-dropdown .datepicker-years table tr th.next:hover {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -9999px;
  background: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjEzIj48cGF0aCBkPSJNLjU2OC44MDZBMS4wNDMgMS4wNDMgMCAwMTEuOTQ1LjcxOWwuMDk4LjA4N0w3LjczOCA2LjVsLTUuNjk1IDUuNjk0YTEuMDQzIDEuMDQzIDAgMDEtMS41NjItMS4zNzdsLjA4Ny0uMDk4IDQuMjE4LTQuMjJMLjU2OCAyLjI4MUExLjA0MyAxLjA0MyAwIDAxLjQ4LjkwNEwuNTY4LjgwNnoiIGZpbGw9IiMwMGI1ZTIiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
}
html body .datepicker.datepicker-dropdown .datepicker-days table tr th.prev, html body .datepicker.datepicker-dropdown .datepicker-days table tr th.prev:hover,
html body .datepicker.datepicker-dropdown .datepicker-months table tr th.prev,
html body .datepicker.datepicker-dropdown .datepicker-months table tr th.prev:hover,
html body .datepicker.datepicker-dropdown .datepicker-years table tr th.prev,
html body .datepicker.datepicker-dropdown .datepicker-years table tr th.prev:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjEzIj48cGF0aCBkPSJNNy41MTkuOTA0Yy4zMTguNDEuMjkgMS0uMDg3IDEuMzc3TDMuMjE0IDYuNDk5bDQuMjE4IDQuMjIuMDg3LjA5OGExLjA0MyAxLjA0MyAwIDAxLTEuNTYyIDEuMzc3TC4yNjIgNi41IDUuOTU3LjgwNmwuMDk4LS4wODdhMS4wNDMgMS4wNDMgMCAwMTEuMzc3LjA4N2wuMDg3LjA5OHoiIGZpbGw9IiMwMGI1ZTIiLz48L3N2Zz4=);
}
html body .datepicker.datepicker-dropdown .datepicker-days table tr th.prev:hover, html body .datepicker.datepicker-dropdown .datepicker-days table tr th.next:hover,
html body .datepicker.datepicker-dropdown .datepicker-months table tr th.prev:hover,
html body .datepicker.datepicker-dropdown .datepicker-months table tr th.next:hover,
html body .datepicker.datepicker-dropdown .datepicker-years table tr th.prev:hover,
html body .datepicker.datepicker-dropdown .datepicker-years table tr th.next:hover {
  background-color: #E5F7FC;
}
html body .datepicker.datepicker-dropdown .datepicker-days table thead tr th.datepicker-switch,
html body .datepicker.datepicker-dropdown .datepicker-months table thead tr th.datepicker-switch,
html body .datepicker.datepicker-dropdown .datepicker-years table thead tr th.datepicker-switch {
  font-size: 1.5rem;
  color: #464849;
  font-weight: 600;
}
html body .datepicker.datepicker-dropdown .datepicker-days table thead tr th.datepicker-switch:hover,
html body .datepicker.datepicker-dropdown .datepicker-months table thead tr th.datepicker-switch:hover,
html body .datepicker.datepicker-dropdown .datepicker-years table thead tr th.datepicker-switch:hover {
  background-color: #E5F7FC;
}
html body .datepicker.datepicker-dropdown .datepicker-days thead tr th.dow {
  padding-top: 1rem;
}
html body .datepicker.datepicker-dropdown .datepicker-days tbody tr td {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 1rem;
}
html body .datepicker.datepicker-dropdown .datepicker-days tbody tr td .active, html body .datepicker.datepicker-dropdown .datepicker-days tbody tr td:hover {
  background: #00B5E2;
  color: #ffffff;
}
html body .datepicker.datepicker-dropdown .datepicker-months tbody tr td span,
html body .datepicker.datepicker-dropdown .datepicker-years tbody tr td span {
  padding: 1rem;
  height: auto;
  line-height: normal;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
html body .datepicker.datepicker-dropdown .datepicker-months tbody tr td span:hover,
html body .datepicker.datepicker-dropdown .datepicker-years tbody tr td span:hover {
  background: #00B5E2;
  color: #ffffff;
}
html body .datepicker.datepicker-dropdown.datepicker-orient-bottom:before, html body .datepicker.datepicker-dropdown.datepicker-orient-bottom:after, html body .datepicker.datepicker-dropdown.datepicker-orient-top:before, html body .datepicker.datepicker-dropdown.datepicker-orient-top:after {
  display: none;
}
html body .modal .modal-dialog {
  max-width: 90%;
  margin: 1.75rem auto;
}
@media (min-width: 576px) {
  html body .modal .modal-dialog {
    max-width: 516px;
  }
}
@media (min-width: 768px) {
  html body .modal .modal-dialog {
    max-width: 718px;
  }
}
@media (min-width: 992px) {
  html body .modal .modal-dialog {
    max-width: 932px;
  }
}
@media (min-width: 1200px) {
  html body .modal .modal-dialog {
    max-width: 1140px;
  }
}
html body .modal .modal-header {
  border: 0 none;
  padding-bottom: 0;
}
html body .modal .close {
  font-size: 3rem;
  outline: none !important;
  box-shadow: none !important;
}
html body .modal.modal-clear .modal-content {
  background: none;
  border: 0 none;
  box-shadow: none;
}
html body .modal.modal-clear .modal-content .close {
  color: #fff;
  opacity: 1;
}
html body .breadcrumb {
  background: none;
  padding: 0;
  margin-bottom: 3rem;
}
html body .breadcrumb::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjEzIj48cGF0aCBkPSJNNy41MTkuOTA0Yy4zMTguNDEuMjkgMS0uMDg3IDEuMzc3TDMuMjE0IDYuNDk5bDQuMjE4IDQuMjIuMDg3LjA5OGExLjA0MyAxLjA0MyAwIDAxLTEuNTYyIDEuMzc3TC4yNjIgNi41IDUuOTU3LjgwNmwuMDk4LS4wODdhMS4wNDMgMS4wNDMgMCAwMTEuMzc3LjA4N2wuMDg3LjA5OHoiIGZpbGw9IiM0NjQ4NDkiLz48L3N2Zz4=);
  width: 8px;
  height: 13px;
  margin-right: 1rem;
  position: relative;
  top: 1px;
}
html body .breadcrumb li a,
html body .breadcrumb li a:active,
html body .breadcrumb li a:focus,
html body .breadcrumb li a:visited,
html body .breadcrumb li a:hover {
  color: #464849;
  font-weight: 500;
}
html body .bg {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center center;
  height: 100%;
}
html body .bg.bg-contain {
  background-size: contain;
}
html body .bg-fixed {
  background-attachment: fixed;
}
html body .bg-blue {
  background: #01426A;
}
html body .bg-mid-blue {
  background: #00B5E2;
}
html body section {
  padding-bottom: 5rem;
  padding-top: 5rem;
  position: relative;
}
html body section.module {
  padding-top: 0;
}
html body .item {
  padding: 15px;
  padding-bottom: 15px;
}
html body .item .card .card-body .card-text {
  margin-bottom: 1.5rem;
}
html body .item.item-events {
  padding-left: 0;
  padding-right: 0;
}
html body .item.item-events .card .col-md-5 {
  min-height: 20rem;
}
@media (min-width: 768px) {
  html body .item.item-events .card .col-md-5 {
    min-height: 40rem;
  }
}
html body .card {
  overflow: hidden;
  border-radius: 0.7rem;
  border: 0 none;
  box-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
  background: #ffffff;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.3);
}
html body .card .card-header {
  padding: 20px;
  background: none;
  border-bottom: 0 none;
  border-bottom: solid 1px #EAEAEA;
}
html body .card .card-body {
  padding: 20px;
}
html body .card .card-body .card-title,
html body .card .card-body .card-text {
  margin-bottom: 0.75rem;
}
html body .card .card-footer {
  padding: 40px 20px;
  border: 0 none;
  background: none;
}
html body .slick img {
  opacity: 0;
  height: 0;
  margin: auto;
  max-height: 80vh;
}
html body .slick video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  /* height: 100vh; */
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html body .slick video {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    height: auto;
    width: auto;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
  }
}
@supports (-ms-ime-align: auto) {
  html body .slick video {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    height: auto;
    width: auto;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
  }
}
html body .slick.slick-initialized img {
  opacity: 1;
  height: auto;
}
html body .slick-prev, html body .slick-next {
  height: 30px;
  width: 17px;
  z-index: 2;
}
html body .slick-prev {
  /* display: none; */
}
@media (min-width: 768px) {
  html body .slick-prev {
    /*  display: block; */
    left: 15px;
  }
}
html body .slick-next {
  /* display: none; */
}
@media (min-width: 768px) {
  html body .slick-next {
    /*  display: block; */
    right: 15px;
  }
}
html body .slick-prev:before, html body .slick-next:before {
  height: 30px;
  width: 17px;
  line-height: normal;
  opacity: 1;
  display: block;
}
html body .slick-prev:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1IDJMMiAxNWwxMyAxMyIgc3Ryb2tlPSIjMEJBRUQ2IiBzdHJva2Utd2lkdGg9IjMiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PC9zdmc+);
}
html body .slick-next:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgMmwxMyAxM0wyIDI4IiBzdHJva2U9IiMwQkFFRDYiIHN0cm9rZS13aWR0aD0iMyIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=);
}
html body .slick-dots {
  bottom: 2rem;
}
html body .slick-dots li {
  width: 12px;
  height: 12px;
  background: #ffffff;
  border-radius: 50%;
  opacity: 0.6;
  padding-left: 0;
}
html body .slick-dots li::before {
  display: none;
}
html body .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
}
html body .slick-dots li.slick-active {
  opacity: 0.9;
}
html body .slick-dots li button::before {
  display: none;
}
html body .slick-slide {
  outline: none !important;
  box-shadow: none !important;
  /* a{
      outline: none !important;
      box-shadow: none !important;
      &:hover{
          color: inherit;
      }
  } */
}
html body .slick-slide.embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
html body .slick-dotted.slick-slider {
  margin-bottom: 0;
  padding-bottom: 50px;
}
html body .slick-dotted .slick-arrow {
  display: none !important;
}
html body .modal .slick-track {
  display: flex;
}
html body .modal .slick-track .slick-slide {
  align-self: center;
}
@media (min-width: 768px) {
  html body .modal .slick-prev {
    left: -30px;
  }
}
@media (min-width: 768px) {
  html body .modal .slick-next {
    right: -30px;
  }
}
html body .modal .slick-prev:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1IDJMMiAxNWwxMyAxMyIgc3Ryb2tlPSIjRkZGIiBzdHJva2Utd2lkdGg9IjMiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PC9zdmc+);
}
html body .modal .slick-next:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgMmwxMyAxM0wyIDI4IiBzdHJva2U9IiNGRkYiIHN0cm9rZS13aWR0aD0iMyIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=);
}
html body .modal .slick-gallery-video .slide {
  height: 0;
}
html body .modal .slick-gallery-video.slick-initialized .slide {
  height: auto;
}
html body header .navbar {
  height: 102px;
  padding: 15px;
  transition: all 0.3s ease;
  background: #01426A;
}
@media (min-width: 992px) {
  html body header .navbar {
    background: linear-gradient(to bottom, rgba(10, 52, 84, 0.8) 0%, rgba(10, 52, 84, 0) 100%);
    height: auto;
  }
}
html body header .navbar .navbar-brand {
  padding: 0;
  margin-right: 0;
  /* @media(min-width:992px){
      padding: 0;
  } */
}
html body header .navbar .navbar-brand h1 {
  margin: 0 1rem 0 0;
  height: 75px;
  width: 142px;
  overflow: hidden;
  /* img{
      &:last-of-type{
          display: none;
      }
  } */
}
html body header .navbar .navbar-brand h1 img {
  height: 75px;
  width: 142px;
  transition: transform 0.15s ease;
}
html body header .navbar .navbar-brand h1 svg {
  height: 72px;
  width: 142px;
  transition: transform 0.15s ease;
}
html body header .navbar .navbar-collapse {
  background: #003454;
  margin: 15px -15px 0 -15px;
  padding: 0 15px;
}
@media (min-width: 992px) {
  html body header .navbar .navbar-collapse {
    background: none;
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 992px) and (max-width: 1599px) {
  html body header .navbar .navbar-collapse {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}
@media (min-width: 1600px) {
  html body header .navbar .navbar-collapse {
    align-items: stretch;
  }
}
@media (max-width: 991px) {
  html body header .navbar .navbar-collapse:not(.show) {
    display: block;
    height: 0;
    overflow: hidden;
  }
}
html body header .navbar .navbar-collapse .navbar-nav {
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
  transition: padding 0.3s ease;
}
@media (min-width: 992px) {
  html body header .navbar .navbar-collapse .navbar-nav {
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    padding-top: 0.5rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1600px) {
  html body header .navbar .navbar-collapse .navbar-nav {
    padding-top: 2rem;
  }
}
html body header .navbar .navbar-collapse .navbar-nav .nav-item {
  position: static;
  margin-bottom: 0;
  padding-right: 2rem;
  padding-left: 2rem;
}
html body header .navbar .navbar-collapse .navbar-nav .nav-item::before {
  content: none;
  display: none;
}
@media (min-width: 992px) {
  html body header .navbar .navbar-collapse .navbar-nav .nav-item {
    padding-right: 0.35rem;
    padding-left: 0.35rem;
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  html body header .navbar .navbar-collapse .navbar-nav .nav-item {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    font-size: 1.4rem;
  }
}
@media (min-width: 1400px) {
  html body header .navbar .navbar-collapse .navbar-nav .nav-item {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    font-size: 1.6rem;
  }
}
html body header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  color: #ffffff;
  position: relative;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  html body header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    margin-bottom: 0;
  }
}
html body header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle {
  /*  &::after{
       content: none;
       display: none;
   } */
}
html body header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border: solid 0.3rem #00B5E2;
  border-radius: 50%;
  display: block;
  opacity: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.15s ease;
}
html body header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover::after {
  left: -2rem;
  opacity: 1;
}
@media (min-width: 992px) {
  html body header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link::after {
    top: auto;
    bottom: -0.3rem;
    left: 50%;
    transform: translateX(-50%);
  }
  html body header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover::after {
    left: 50%;
    bottom: -1rem;
  }
}
html body header .navbar .navbar-collapse .navbar-nav .nav-item.nav-item-mega .dropdown-menu {
  background: none;
  border: none;
  width: 100%;
  margin-top: -1rem;
  margin-bottom: 2rem;
  padding: 0;
  transition: margin-top 0.3s ease;
  /* @media(min-width: 992px){
      margin-top: -1rem;
  } */
}
html body header .navbar .navbar-collapse .navbar-nav .nav-item.nav-item-mega .dropdown-menu .container {
  background: #ffffff;
  opacity: 0;
  border-radius: 0.7rem;
  overflow: hidden;
  transform: translateY(-2rem);
  transition: opacity 0.15s ease, transform 0.15s ease;
  transition-delay: 1s;
}
@media (min-width: 992px) {
  html body header .navbar .navbar-collapse .navbar-nav .nav-item.nav-item-mega .dropdown-menu .container {
    max-width: 90rem;
  }
}
html body header .navbar .navbar-collapse .navbar-nav .nav-item.nav-item-mega .dropdown-menu .container .col-lg-6 {
  position: relative;
  padding: 2rem;
}
@media (min-width: 992px) {
  html body header .navbar .navbar-collapse .navbar-nav .nav-item.nav-item-mega .dropdown-menu .container .col-lg-6 {
    min-height: 32rem;
    padding: 4rem;
  }
}
html body header .navbar .navbar-collapse .navbar-nav .nav-item.nav-item-mega .dropdown-menu .container .col-lg-6:first-of-type::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgb(33, 126, 164) 25%, rgba(33, 126, 164, 0.1) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
html body header .navbar .navbar-collapse .navbar-nav .nav-item.nav-item-mega .dropdown-menu .container .col-lg-6:first-of-type .position-relative {
  z-index: 1;
}
html body header .navbar .navbar-collapse .navbar-nav .nav-item.nav-item-mega .dropdown-menu .container .col-lg-6:first-of-type .position-relative * {
  color: #ffffff;
  font-weight: 600;
}
html body header .navbar .navbar-collapse .navbar-nav .nav-item.nav-item-mega .dropdown-menu .container .col-lg-6:first-of-type .position-relative .display-3 + p {
  font-weight: 500;
  font-size: 1.5rem;
}
@media (min-width: 778px) {
  html body header .navbar .navbar-collapse .navbar-nav .nav-item.nav-item-mega .dropdown-menu .container .col-lg-6:first-of-type .position-relative .display-3 + p {
    padding-right: 4rem;
  }
}
html body header .navbar .navbar-collapse .navbar-nav .nav-item.nav-item-mega .dropdown-menu .container .col-lg-6 .navbar-subnav {
  padding-left: 0;
}
html body header .navbar .navbar-collapse .navbar-nav .nav-item.nav-item-mega .dropdown-menu .container .col-lg-6 .navbar-subnav li {
  padding-left: 0;
  margin-bottom: 2rem;
  overflow: hidden;
}
html body header .navbar .navbar-collapse .navbar-nav .nav-item.nav-item-mega .dropdown-menu .container .col-lg-6 .navbar-subnav li::before {
  content: "";
  display: none;
}
html body header .navbar .navbar-collapse .navbar-nav .nav-item.nav-item-mega .dropdown-menu .container .col-lg-6 .navbar-subnav li a {
  font-size: 1.6rem;
  color: #00B5E2;
  font-weight: 600;
  display: block;
}
html body header .navbar .navbar-collapse .navbar-nav .nav-item.nav-item-mega .dropdown-menu .container .col-lg-6 .navbar-subnav li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  html body header .navbar .navbar-collapse .navbar-nav .nav-item.nav-item-mega .dropdown-menu .container .col-lg-6 .navbar-subnav li {
    margin-bottom: 4rem;
  }
  html body header .navbar .navbar-collapse .navbar-nav .nav-item.nav-item-mega .dropdown-menu .container .col-lg-6 .navbar-subnav li a {
    font-size: 2.4rem;
  }
}
html body header .navbar .navbar-collapse .navbar-nav .nav-item.nav-item-mega .dropdown-menu .container .col-lg-6 .navbar-subnav .dropdown-submenu {
  background: #ffffff;
}
html body header .navbar .navbar-collapse .navbar-nav .nav-item.nav-item-mega .dropdown-menu .container .col-lg-6 .navbar-subnav .dropdown-submenu .dropdown-toggle {
  position: relative;
}
html body header .navbar .navbar-collapse .navbar-nav .nav-item.nav-item-mega .dropdown-menu .container .col-lg-6 .navbar-subnav .dropdown-submenu .dropdown-toggle + ul {
  height: 0;
  margin-top: 0;
  padding-left: 0;
  opacity: 0;
  transition: opacity 0.15s ease 0.15s;
}
html body header .navbar .navbar-collapse .navbar-nav .nav-item.nav-item-mega .dropdown-menu .container .col-lg-6 .navbar-subnav .dropdown-submenu .dropdown-toggle + ul li {
  display: block;
  height: auto;
  margin-bottom: 2rem;
}
html body header .navbar .navbar-collapse .navbar-nav .nav-item.nav-item-mega .dropdown-menu .container .col-lg-6 .navbar-subnav .dropdown-submenu .dropdown-toggle + ul li a,
html body header .navbar .navbar-collapse .navbar-nav .nav-item.nav-item-mega .dropdown-menu .container .col-lg-6 .navbar-subnav .dropdown-submenu .dropdown-toggle + ul li a:focus,
html body header .navbar .navbar-collapse .navbar-nav .nav-item.nav-item-mega .dropdown-menu .container .col-lg-6 .navbar-subnav .dropdown-submenu .dropdown-toggle + ul li a:active,
html body header .navbar .navbar-collapse .navbar-nav .nav-item.nav-item-mega .dropdown-menu .container .col-lg-6 .navbar-subnav .dropdown-submenu .dropdown-toggle + ul li a:visited,
html body header .navbar .navbar-collapse .navbar-nav .nav-item.nav-item-mega .dropdown-menu .container .col-lg-6 .navbar-subnav .dropdown-submenu .dropdown-toggle + ul li a:hover {
  font-size: 1.7rem;
  color: #01426A;
}
html body header .navbar .navbar-collapse .navbar-nav .nav-item.nav-item-mega .dropdown-menu .container .col-lg-6 .navbar-subnav .dropdown-submenu .dropdown-toggle + ul li:last-of-type {
  margin-bottom: 0;
}
html body header .navbar .navbar-collapse .navbar-nav .nav-item.nav-item-mega .dropdown-menu .container .col-lg-6 .navbar-subnav .dropdown-submenu .dropdown-toggle::after {
  content: url(data:image/svg+xml;base64,PHN2ZyBkYXRhLW5hbWU9IkxpdmVsbG8gMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTMiIGhlaWdodD0iOCI+PHBhdGggZD0iTTEyLjE5NC41NjhhMS4wNDMgMS4wNDMgMCAwMS4wODcgMS4zNzdsLS4wODcuMDk4TDYuNSA3LjczOC44MDYgMi4wNDNBMS4wNDMgMS4wNDMgMCAwMTIuMTgzLjQ4MWwuMDk4LjA4NyA0LjIyIDQuMjE4TDEwLjcxOS41NjhBMS4wNDQgMS4wNDQgMCAwMTEyLjA5Ni40OHoiIGZpbGw9IiMwMGI1ZTIiLz48L3N2Zz4=);
  height: 8px;
  width: 13px;
  border: 0 none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  transform-origin: center center;
  margin: 0;
  padding: 0;
  line-height: 0;
  transition: transform 0.3s ease;
}
@media (min-width: 992px) {
  html body header .navbar .navbar-collapse .navbar-nav .nav-item.nav-item-mega .dropdown-menu .container .col-lg-6 .navbar-subnav.open li {
    height: 0;
    /* display: none; */
    margin-bottom: 0;
  }
}
html body header .navbar .navbar-collapse .navbar-nav .nav-item.nav-item-mega .dropdown-menu .container .col-lg-6 .navbar-subnav.open li.show {
  overflow: visible;
  height: auto;
  /* display: block; */
}
html body header .navbar .navbar-collapse .navbar-nav .nav-item.nav-item-mega .dropdown-menu .container .col-lg-6 .navbar-subnav.open li.show .dropdown-toggle::after {
  transform: translateY(-50%) rotate(-180deg);
}
html body header .navbar .navbar-collapse .navbar-nav .nav-item.nav-item-mega .dropdown-menu .container .col-lg-6 .navbar-subnav.open li.show .dropdown-toggle + ul {
  height: auto;
  margin-top: 2.5rem;
  /* display: auto; */
  opacity: 1;
}
html body header .navbar .navbar-collapse .navbar-nav .nav-item.nav-item-mega .dropdown-menu .container .col-lg-6.bg {
  height: auto;
}
html body header .navbar .navbar-collapse .navbar-nav .nav-item.nav-item-mega .dropdown-menu.show .container {
  opacity: 1;
  transform: translateY(0);
}
html body header .navbar .navbar-collapse .navbar-nav .nav-item.nav-item-mega.show .nav-link::after {
  left: -2rem;
  opacity: 1;
}
@media (min-width: 992px) {
  html body header .navbar .navbar-collapse .navbar-nav .nav-item.nav-item-mega.show .nav-link::after {
    left: 50%;
    bottom: -1rem;
  }
}
html body header .navbar .navbar-collapse .navbar-nav .nav-item.nav-item-search {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
html body header .navbar .navbar-collapse .navbar-nav .nav-item.nav-item-search .nav-link {
  padding: 0;
  display: none;
}
@media (min-width: 992px) {
  html body header .navbar .navbar-collapse .navbar-nav .nav-item.nav-item-search .nav-link {
    display: block;
  }
}
html body header .navbar .navbar-collapse .navbar-nav .nav-item.nav-item-search .nav-link::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjRkZGIiBzdHJva2Utd2lkdGg9IjEuNSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxwYXRoIGQ9Ik0yLjYxNSAyLjYxNWwxNC43NyAxNC43N00xNy4zODUgMi42MTVsLTE0Ljc3IDE0Ljc3Ii8+PC9nPjwvc3ZnPg==);
  width: 20px;
  height: 20px;
  position: static;
  border: 0;
  border-radius: 0;
  transform: none;
  display: none;
  opacity: 1;
}
html body header .navbar .navbar-collapse .navbar-nav .nav-item.nav-item-search .dropdown-menu {
  display: block;
  background: none;
  border: 0 none;
  margin-top: 0;
  padding: 0;
  min-width: 30rem;
}
@media (min-width: 992px) {
  html body header .navbar .navbar-collapse .navbar-nav .nav-item.nav-item-search .dropdown-menu {
    display: none;
    margin-top: 5.2rem;
  }
}
@media (min-width: 1600px) {
  html body header .navbar .navbar-collapse .navbar-nav .nav-item.nav-item-search .dropdown-menu {
    margin-top: 2.7rem;
  }
}
html body header .navbar .navbar-collapse .navbar-nav .nav-item.nav-item-search .dropdown-menu.show {
  display: block;
}
html body header .navbar .navbar-collapse .navbar-nav .nav-item.nav-item-search .dropdown-menu .form-control {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  font-size: 1.7rem;
  border-radius: 2rem;
  padding: 0.8rem 1.5rem;
  height: calc(4rem + 2px);
  font-weight: 300;
}
html body header .navbar .navbar-collapse .navbar-nav .nav-item.nav-item-search.show .nav-link img {
  display: none;
}
html body header .navbar .navbar-collapse .navbar-nav .nav-item.nav-item-search.show .nav-link::after {
  display: block;
}
html body header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link::after {
  left: -2rem;
  opacity: 1;
}
@media (min-width: 992px) {
  html body header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link::after {
    top: auto;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
html body header .navbar .navbar-collapse .navbar-nav-end {
  margin-top: 0;
  border-bottom: 0;
  align-items: center;
}
@media (min-width: 992px) {
  html body header .navbar .navbar-collapse .navbar-nav-end {
    margin-top: 0;
    padding: 0;
  }
}
@media (min-width: 1600px) {
  html body header .navbar .navbar-collapse .navbar-nav-end {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  }
}
html body header .navbar .navbar-collapse .navbar-nav-end .nav-item.dropdown {
  position: fixed;
  top: 4.5rem;
  right: 12rem;
}
html body header .navbar .navbar-collapse .navbar-nav-end .nav-item.dropdown:nth-child(2) {
  right: 7rem;
}
@media (min-width: 992px) {
  html body header .navbar .navbar-collapse .navbar-nav-end .nav-item.dropdown {
    display: list-item;
    position: static;
  }
}
html body header .navbar .navbar-collapse .navbar-nav-end .nav-item.dropdown .nav-link {
  margin-bottom: 0;
}
html body header .navbar .navbar-collapse .navbar-nav-end .dropdown.nav-link::after {
  display: none !important;
}
html body header .navbar .navbar-collapse.show {
  max-height: 80vh;
  overflow: auto;
}
html body header .navbar.navbar-solid {
  height: 64px;
  background: #01426A;
}
@media (min-width: 992px) {
  html body header .navbar.navbar-solid {
    height: auto;
  }
}
html body header .navbar.navbar-solid .navbar-brand h1 {
  height: 36px;
  /* img{
      &:first-of-type{
          display: none;
      }
      &:last-of-type{
          display: block;
      }
  } */
}
html body header .navbar.navbar-solid .navbar-brand h1 img {
  transform: scale(0.8);
  transform-origin: left top;
}
html body header .navbar.navbar-solid .navbar-brand h1 svg {
  height: 75px;
  width: 142px;
}
html body header .navbar.navbar-solid .navbar-collapse .navbar-nav {
  border: 0;
}
@media (min-width: 992px) {
  html body header .navbar.navbar-solid .navbar-collapse .navbar-nav {
    padding-top: 0;
    padding-bottom: 0;
    transition: padding 0.3s ease;
  }
}
html body header .navbar.navbar-solid .navbar-collapse .navbar-nav .nav-item.nav-item-mega .dropdown-menu {
  margin-top: -1rem;
}
@media (min-width: 992px) {
  html body header .navbar.navbar-solid .navbar-collapse .navbar-nav .nav-item.nav-item-mega .dropdown-menu {
    margin-top: 0.5rem;
  }
}
html body header .navbar.navbar-solid .navbar-collapse .navbar-nav .nav-item.nav-item-search .dropdown-menu {
  margin-top: 0;
}
html body header .navbar.navbar-solid .navbar-collapse .navbar-nav-end .nav-item.dropdown {
  top: 2rem;
}
html body header .c-hamburger {
  display: block;
  border-radius: 0;
  position: relative;
  z-index: 3;
  top: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 34px;
  height: 26px;
  background: transparent;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s, top 0.3s;
}
html body header .c-hamburger:focus {
  outline: none;
}
html body header .c-hamburger span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 4px;
  width: 100%;
  background: #ffffff;
  transform: translate(-50%, -50%);
  transition: background 0.6s;
  border-radius: 2px;
}
html body header .c-hamburger span::before, html body header .c-hamburger span::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #ffffff;
}
html body header .c-hamburger span::before {
  top: -9px;
  transform: rotate(0);
  transition: top 0.3s 0.3s, transform 0.3s 0s, width 0.1s 0.3s;
  width: 100%;
}
html body header .c-hamburger span::after {
  bottom: -9px;
  transform: rotate(0);
  transition: bottom 0.3s 0.3s, transform 0.3s 0s, width 0.1s 0.3s;
  width: 100%;
}
@media (min-width: 768px) {
  html body .module-slick {
    height: 100vh;
    min-height: 700px;
  }
}
html body .module-slick .slick .caption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  min-height: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #ffffff;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 60%);
}
@media (min-width: 768px) {
  html body .module-slick .slick .caption {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 80%);
  }
}
@media (min-width: 992px) {
  html body .module-slick .slick .caption {
    padding-right: 15px;
    padding-left: 15px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 60%);
  }
}
html body .module-slick .slick .caption * {
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}
html body .module-slick .slick .caption .title + .text {
  margin-top: 3rem;
}
html body .module-slick .slick .caption .title + .cta {
  margin-top: 5rem;
}
@media (min-width: 1200px) {
  html body .module-slick .slick .caption .text p {
    max-width: 60%;
  }
}
html body .module-slick .slick .caption .text + .cta {
  margin-top: 5rem;
}
html body .module-slick .slick .caption .cta .btn {
  text-shadow: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html body .module-slick .slick .caption .container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
html body .module-slick.module-slick-100h {
  height: 100vh;
  min-height: 60rem;
  padding: 0;
  /* verificare */
}
html body .module-slick.module-slick-100h .slick,
html body .module-slick.module-slick-100h .slick-list,
html body .module-slick.module-slick-100h .slick-track {
  height: 100%;
}
html body .module-slick.module-slick-100h .slick-dotted {
  padding-bottom: 0;
}
html body .module-slick.module-slick-100h + .module {
  padding-top: 5rem;
}
html body .module-card-vert {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEwIiBoZWlnaHQ9IjMwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyODkuNSIgY3k9IjI4OS41IiByPSIyMTkuNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNCAtMjg2KSIgc3Ryb2tlPSIjMDBCNUUyIiBzdHJva2Utd2lkdGg9IjE0MCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2Utb3BhY2l0eT0iLjMiLz48L3N2Zz4=) no-repeat right top;
}
html body .module-card-vert .card {
  margin-bottom: 2rem;
}
html body .module-card-vert .card .card-body {
  padding: 0;
}
html body .module-card-vert .card .card-body .media {
  padding: 15px;
  min-height: 17rem;
}
html body .module-card-vert .card .card-body .media * {
  color: #ffffff;
}
html body .module-card-vert .card .card-body .media .flex-grow-1 {
  padding-right: 3rem;
  padding-left: 3rem;
}
html body .module-card-vert .card .card-body .media .stretched-link {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
html body .module-card-vert .card:last-of-type {
  margin-bottom: 0;
}
html body .module-banner {
  padding-top: 0;
  padding-right: 15px;
  padding-bottom: 0;
  padding-left: 15px;
  /* &:nth-child(odd){
      .bg{
          .container{
              .row{
                  @media(min-width: 768px){
                      justify-content: flex-end;
                  }
              }
          }
      }
  } */
}
@media (min-width: 1200px) {
  html body .module-banner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
html body .module-banner .bg {
  border-radius: 0.7rem;
}
@media (min-width: 768px) {
  html body .module-banner .bg {
    padding-left: 35px;
    padding-right: 35px;
  }
}
html body .module-banner .container .row .col-12 {
  min-height: 66.666667vh;
}
html body .module-banner .container .row .col-12 .card {
  background: rgba(255, 255, 255, 0.85);
}
html body .module-banner .container .row .col-12 .card .title-2 {
  color: #00B5E2;
}
html body .module-banner .container .row .col-12 .card .title-2 + .text {
  margin-top: 2.5rem;
}
html body .module-banner .container .row .col-12 .card .title-2 + .cta {
  margin-top: 4rem;
}
html body .module-banner .container .row .col-12 .card .text + .cta {
  margin-top: 4rem;
}
html body .module-banner .container .row .col-12 .card .card-body {
  padding: 3rem 15px;
  position: relative;
  z-index: 1;
  /* verificare */
}
@media (min-width: 576px) {
  html body .module-banner .container .row .col-12 .card .card-body {
    padding: 3rem 5rem;
  }
}
@media (min-width: 768px) {
  html body .module-banner .container .row .col-12 .card .card-body {
    padding: 3rem 7rem;
  }
}
html body .module-banner .container .row .col-12 .card .card-body .card-banner-img,
html body .module-banner .container .row .col-12 .card .card-body img {
  position: absolute;
  top: 2rem;
  right: 3rem;
  max-width: 75%;
}
@media (min-width: 576px) {
  html body .module-banner .container .row .col-12 .card .card-body .card-banner-img,
  html body .module-banner .container .row .col-12 .card .card-body img {
    max-width: 50%;
  }
}
html body .module-banner .container .row .col-12 .card::before {
  content: "";
  width: 40rem;
  height: 40rem;
  border: solid 10rem #00B5E2;
  border-radius: 50%;
  opacity: 0.3;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(50%, 50%);
}
html body .module-banner + .module-banner {
  padding-top: 3rem;
}
@media (min-width: 768px) {
  html body .module-banner + .module-banner .bg .container .row {
    justify-content: flex-end;
  }
  html body .module-banner + .module-banner + .module-banner .bg .container .row {
    justify-content: flex-start;
  }
  html body .module-banner + .module-banner + .module-banner + .module-banner .bg .container .row {
    justify-content: flex-end;
  }
  html body .module-banner + .module-banner + .module-banner + .module-banner + .module-banner .bg .container .row {
    justify-content: flex-start;
  }
  html body .module-banner + .module-banner + .module-banner + .module-banner + .module-banner + .module-banner .bg .container .row {
    justify-content: flex-end;
  }
  html body .module-banner + .module-banner + .module-banner + .module-banner + .module-banner + .module-banner + .module-banner .bg .container .row {
    justify-content: flex-start;
  }
  html body .module-banner + .module-banner + .module-banner + .module-banner + .module-banner + .module-banner + .module-banner + .module-banner .bg .container .row {
    justify-content: flex-end;
  }
  html body .module-banner + .module-banner + .module-banner + .module-banner + .module-banner + .module-banner + .module-banner + .module-banner + .module-banner .bg .container .row {
    justify-content: flex-start;
  }
  html body .module-banner + .module-banner + .module-banner + .module-banner + .module-banner + .module-banner + .module-banner + .module-banner + .module-banner + .module-banner .bg .container .row {
    justify-content: flex-end;
  }
  html body .module-banner + .module-banner + .module-banner + .module-banner + .module-banner + .module-banner + .module-banner + .module-banner + .module-banner + .module-banner + .module-banner .bg .container .row {
    justify-content: flex-start;
  }
}
html body .module-banner + .module-img-full {
  margin-top: 5rem;
}
@media (min-width: 768px) {
  html body .module-banner.module-banner-xl .container .row .col-md-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  html body .module-banner.module-banner-xl .container .row .col-lg-8 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
}
@media (min-width: 1200px) {
  html body .module-banner.module-banner-xl .container .row .col-xl-6 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
html body .module-quick-links {
  padding: 0;
}
html body .module-quick-links .container {
  padding-top: 5rem;
  padding-bottom: 10rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
html body .module-quick-links + footer {
  margin-top: 0;
}
html body .module-img-full,
html body .module-video-fullwidth {
  padding: 0;
  /*  &::after{
       content: "";
       position: absolute;
       z-index: 0;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 60%);
   } */
}
html body .module-img-full .bg,
html body .module-video-fullwidth .bg {
  min-height: 38rem;
  height: 50vh;
}
html body .module-img-full .bg .boxed,
html body .module-video-fullwidth .bg .boxed {
  height: 100%;
  position: relative;
  z-index: 1;
}
html body .module-img-full .bg h3,
html body .module-img-full .bg p,
html body .module-video-fullwidth .bg h3,
html body .module-video-fullwidth .bg p {
  color: #ffffff;
}
html body .module-img-full .bg h3 + .text,
html body .module-img-full .bg h3 + .cta,
html body .module-video-fullwidth .bg h3 + .text,
html body .module-video-fullwidth .bg h3 + .cta {
  margin-top: 3rem;
}
html body .module-img-full .bg .text + .cta,
html body .module-video-fullwidth .bg .text + .cta {
  margin-top: 3rem;
}
html body .module-img-full .bg .breadcrumb::before,
html body .module-video-fullwidth .bg .breadcrumb::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjEzIj48cGF0aCBkPSJNNy41MTkuOTA0Yy4zMTguNDEuMjkgMS0uMDg3IDEuMzc3TDMuMjE0IDYuNDk5bDQuMjE4IDQuMjIuMDg3LjA5OGExLjA0MyAxLjA0MyAwIDAxLTEuNTYyIDEuMzc3TC4yNjIgNi41IDUuOTU3LjgwNmwuMDk4LS4wODdhMS4wNDMgMS4wNDMgMCAwMTEuMzc3LjA4N2wuMDg3LjA5OHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
}
html body .module-img-full .bg .breadcrumb li a,
html body .module-img-full .bg .breadcrumb li a:active,
html body .module-img-full .bg .breadcrumb li a:focus,
html body .module-img-full .bg .breadcrumb li a:visited,
html body .module-img-full .bg .breadcrumb li a:hover,
html body .module-video-fullwidth .bg .breadcrumb li a,
html body .module-video-fullwidth .bg .breadcrumb li a:active,
html body .module-video-fullwidth .bg .breadcrumb li a:focus,
html body .module-video-fullwidth .bg .breadcrumb li a:visited,
html body .module-video-fullwidth .bg .breadcrumb li a:hover {
  color: #ffffff;
}
html body .module-img-full .bg time,
html body .module-video-fullwidth .bg time {
  color: #ffffff;
  display: block;
  margin-bottom: 1rem;
}
html body .module-img-full.module-img-fullscreen .bg, html body .module-img-full.module-video-fullscreen .bg,
html body .module-video-fullwidth.module-img-fullscreen .bg,
html body .module-video-fullwidth.module-video-fullscreen .bg {
  min-height: 100vh;
}
html body .module-img-full.module-img-fullscreen .bg .boxed, html body .module-img-full.module-video-fullscreen .bg .boxed,
html body .module-video-fullwidth.module-img-fullscreen .bg .boxed,
html body .module-video-fullwidth.module-video-fullscreen .bg .boxed {
  padding-bottom: 12rem;
}
html body .module-img-full + .module,
html body .module-video-fullwidth + .module {
  margin-top: 5rem;
}
html body .module-img-full + script + .module,
html body .module-video-fullwidth + script + .module {
  margin-top: 5rem;
}
html body .module-img-boxed img {
  max-width: 100%;
  height: auto;
}
html body .module-video-fullwidth {
  min-height: 38rem;
  height: 50vh;
  position: relative;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html body .module-video-fullwidth {
    overflow: hidden;
  }
}
@supports (-ms-ime-align: auto) {
  html body .module-video-fullwidth {
    overflow: hidden;
  }
}
html body .module-video-fullwidth .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
html body .module-video-fullwidth video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html body .module-video-fullwidth video {
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    height: auto;
    width: auto;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
  }
}
@supports (-ms-ime-align: auto) {
  html body .module-video-fullwidth video {
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    height: auto;
    width: auto;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
  }
}
html body .module-video-fullwidth.module-video-fullscreen {
  height: 100vh;
}
html body .module-title + *:not(.module-img-full), html body .module-title + *:not(.module-banner) {
  padding-top: 0;
}
html body .module-title.blue-total .title {
  color: #00B5E2;
}
html body .module-title.pink-total .title {
  color: #F8485E;
}
html body .module-title.pink-total .title::after {
  border-color: #F8485E;
}
html body .module-title.green-total .title {
  color: #43B02A;
}
html body .module-title.green-total .title::after {
  border-color: #43B02A;
}
html body .module-textblock .title-2 {
  color: #464849;
}
html body .module-textblock .title-2 + .text {
  margin-top: 3rem;
}
html body .module-textblock .title-2 + .btn {
  margin-top: 3rem;
}
html body .module-textblock .text + .btn,
html body .module-textblock .text + .cta {
  margin-top: 3rem;
}
html body .module-textblock + .module-card {
  padding-top: 0;
}
html body .module-textblock + .pulsantiera {
  margin-top: -2rem;
}
html body .module-textblock + .pulsantiera .row {
  justify-content: center;
}
html body .module-textblock + .pulsantiera .row .col-12 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
html body .module-table .container {
  margin-top: -15px;
  margin-bottom: -15px;
}
html body .module-table .container .col {
  min-width: 100%;
}
@media (min-width: 992px) {
  html body .module-table .container .col {
    min-width: 50%;
  }
}
html body .module-table .container .col .card {
  margin-top: 15px;
  margin-bottom: 15px;
}
html body .module-table .container .col .card .card-header {
  background: #217EA4;
  color: #ffffff;
  position: relative;
}
html body .module-table .container .col .card .card-header::after {
  content: "";
  width: 20rem;
  height: 20rem;
  border: solid 6rem #ffffff;
  border-radius: 50%;
  opacity: 0.15;
  position: absolute;
  right: 0;
  bottom: 50%;
  transform: translate(50%, 42%);
}
html body .module-table + .module-table {
  padding-top: 30px;
  margin-top: -5rem;
}
html body .module-card {
  /* &.module-card-img{
      .item{
          .card{
              .card-header{
                  padding: 0;
                  height: 16rem;
                  border: 0;
              }
          }
      }
  } */
}
html body .module-card .item .card {
  background: #ffffff;
}
html body .module-card .item .card::after {
  content: "";
  width: 30rem;
  height: 30rem;
  border-style: solid;
  border-width: 9rem;
  border-radius: 50%;
  opacity: 0.15;
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
html body .module-card .item .card .card-header {
  padding: 0;
  height: 16rem;
  border: 0;
}
html body .module-card .item .card .card-body,
html body .module-card .item .card .card-footer {
  position: relative;
  z-index: 1;
}
html body .module-card .item .card .card-body h5 {
  border-bottom: solid 1px #464849;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
html body .module-card .item .card .card-body h5 + .text {
  margin-top: 3rem;
}
html body .module-card .item .card .card-footer {
  padding: 1rem 2rem 2rem 2rem;
}
html body .module-card .item:nth-child(7n-6) .card::after {
  border-color: #008675;
}
html body .module-card .item:nth-child(7n-5) .card::after {
  border-color: #F8485E;
}
html body .module-card .item:nth-child(7n-4) .card::after {
  border-color: #01426A;
}
html body .module-card .item:nth-child(7n-3) .card::after {
  border-color: #00B5E2;
}
html body .module-card .item:nth-child(7n-2) .card::after {
  border-color: #9B26B6;
}
html body .module-card .item:nth-child(7n-1) .card::after {
  border-color: #43B02A;
}
html body .module-card .item:nth-child(7n) .card::after {
  border-color: #DA1984;
}
html body .module-card:not(.white) .item .card {
  background: #008675;
}
html body .module-card:not(.white) .item .card::after {
  border-color: #ffffff;
}
html body .module-card:not(.white) .item .card * {
  color: #ffffff;
}
html body .module-card:not(.white) .item .card .card-body h5 {
  border-color: #ffffff;
}
html body .module-card:not(.white) .item .card .card-footer .btn-link:hover {
  color: #ffffff;
}
html body .module-card:not(.white) .item .card .card-footer .btn-link::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjEzIj48cGF0aCBkPSJNLjU2OC44MDZBMS4wNDMgMS4wNDMgMCAwMTEuOTQ1LjcxOWwuMDk4LjA4N0w3LjczOCA2LjVsLTUuNjk1IDUuNjk0YTEuMDQzIDEuMDQzIDAgMDEtMS41NjItMS4zNzdsLjA4Ny0uMDk4IDQuMjE4LTQuMjJMLjU2OCAyLjI4MUExLjA0MyAxLjA0MyAwIDAxLjQ4LjkwNEwuNTY4LjgwNnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
}
html body .module-card:not(.white) .item .card.dark-green {
  background: #008675 !important;
}
html body .module-card:not(.white) .item .card.pink {
  background: #F8485E !important;
}
html body .module-card:not(.white) .item .card.blue {
  background: #01426A !important;
}
html body .module-card:not(.white) .item .card.mid-blue {
  background: #00B5E2 !important;
}
html body .module-card:not(.white) .item .card.purple {
  background: #9B26B6 !important;
}
html body .module-card:not(.white) .item .card.light-green {
  background: #43B02A !important;
}
html body .module-card:not(.white) .item .card.fucsia {
  background: #DA1984 !important;
}
html body .module-card:not(.white) .item:nth-child(7n-6) .card {
  background: #008675;
}
html body .module-card:not(.white) .item:nth-child(7n-5) .card {
  background: #F8485E;
}
html body .module-card:not(.white) .item:nth-child(7n-4) .card {
  background: #01426A;
}
html body .module-card:not(.white) .item:nth-child(7n-3) .card {
  background: #00B5E2;
}
html body .module-card:not(.white) .item:nth-child(7n-2) .card {
  background: #9B26B6;
}
html body .module-card:not(.white) .item:nth-child(7n-1) .card {
  background: #43B02A;
}
html body .module-card:not(.white) .item:nth-child(7n) .card {
  background: #DA1984;
}
html body .module-card.module-card-contacts .item .card ul {
  padding: 0;
}
html body .module-card.module-card-contacts .item .card ul li {
  min-height: 23px;
  display: flex;
  padding-left: calc(26px + 1.5rem);
  margin-bottom: 1.5rem;
}
html body .module-card.module-card-contacts .item .card ul li::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIyLjIzNSAxNC45NGMtMS4zNDcgMC0yLjY3LS4yMS0zLjkyMy0uNjI0LS42MTQtLjIxLTEuMzctLjAxOC0xLjc0NC4zNjdsLTIuNDc0IDEuODY4Yy0yLjg2OC0xLjUzMi00LjYzNS0zLjI5OC02LjE0Ni02LjE0NWwxLjgxMy0yLjQxYy40Ny0uNDcuNjQtMS4xNTcuNDM3LTEuODAxYTEyLjUxIDEyLjUxIDAgMDEtLjYyNy0zLjkzQzkuNTcgMS4yOTIgOC43NzkuNSA3LjgwNi41aC00LjA0QzIuNzkxLjUgMiAxLjI5MiAyIDIuMjY1IDIgMTMuNDIzIDExLjA3NyAyMi41IDIyLjIzNSAyMi41Yy45NzMgMCAxLjc2NS0uNzkyIDEuNzY1LTEuNzY1di00LjAzYzAtLjk3My0uNzkyLTEuNzY1LTEuNzY1LTEuNzY1eiIgZmlsbC1ydWxlPSJub256ZXJvIiBzdHJva2U9IiNGRkYiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
  width: 26px;
  height: 23px;
  background: none;
  border-radius: 0;
  line-height: 0;
  font-size: 0;
  top: 0;
}
html body .module-card.module-card-contacts .item .card ul li a {
  align-self: center;
}
html body .module-card.module-card-contacts .item .card ul li:last-of-type {
  margin-bottom: 0;
}
html body .module-card.module-card-contacts .item .card ul li:last-of-type::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIzLjgzMyAySDIuMTY3Qy45NzIgMiAwIDIuOTk3IDAgNC4yMjJ2MTUuNTU2QzAgMjEuMDAzLjk3MiAyMiAyLjE2NyAyMmgyMS42NjZDMjUuMDI4IDIyIDI2IDIxLjAwMyAyNiAxOS43NzhWNC4yMjJDMjYgMi45OTcgMjUuMDI4IDIgMjMuODMzIDJ6TTIuMjI0IDNoMjEuNTUyYy4wOCAwIC4xNS4wMy4yMjQuMDQ3LTEuODY2IDEuNzYtOC4wNTMgNy41OTctMTAuMjE4IDkuNjA4LS4xNy4xNTctLjQ0Mi4zNDUtLjc4Mi4zNDVzLS42MTItLjE4OC0uNzgyLS4zNDZBMjk0Ny40MzQgMjk0Ny40MzQgMCAwMTIgMy4wNDdDMi4wNzUgMy4wMyAyLjE0NSAzIDIuMjI0IDN6TTEgMTkuNzEzVjQuMzA0YzAtLjEwOC4wMzMtLjIwNS4wNjMtLjMwNEE0NTYwLjI0IDQ1NjAuMjQgMCAwMDEwIDExLjk2OUM3LjA4MiAxNC40MTcgMi41NjUgMTguNTk4IDEuMDYgMjBjLS4wMjctLjA5NC0uMDYtLjE4NS0uMDYtLjI4N3pNMjMuNzU3IDIxSDIuMjQzYy0uMDg2IDAtLjE2My0uMDMtLjI0My0uMDUgMS40ODUtMS40MyA1LjgyMy01LjU4NCA4LjU2LTcuOTVsLjkzOS44NmMuNDQzLjQwNC45NjIuNjE3IDEuNTAxLjYxNy41MzkgMCAxLjA1OC0uMjEzIDEuNS0uNjE3YTQxNCA0MTQgMCAwMC45NC0uODZjMi43MzcgMi4zNjYgNy4wNzUgNi41MiA4LjU2IDcuOTUtLjA4LjAyLS4xNTcuMDUtLjI0My4wNXpNMjUgMTkuNzEzYzAgLjEwMi0uMDMzLjE5My0uMDYuMjg3LTEuNTA2LTEuNDAzLTYuMDIyLTUuNTg0LTguOTQtOC4wMzEgMi45MjgtMi42IDcuNDQzLTYuNjMzIDguOTM3LTcuOTY5LjAzLjA5OS4wNjMuMTk2LjA2My4zMDR2MTUuNDF6IiBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=);
}
html body .module-map-info {
  /* .gm-svpc,
  .gmnoprint{
      display: none;
  } */
}
html body .module-map-info .col-lg-10 .map-info-media {
  border-radius: 0.7rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  html body .module-map-info .col-lg-10 .map-info-media {
    border-bottom-left-radius: 0.7rem;
    border-bottom-right-radius: 0.7rem;
  }
}
html body .module-map-info .col-lg-10 .map-info-media .singlegmap {
  height: 50vh;
}
@media (min-width: 992px) {
  html body .module-map-info .col-lg-10 .map-info-media .singlegmap {
    height: 50rem;
  }
}
@media (min-width: 992px) {
  html body .module-map-info .col-lg-4 {
    position: absolute;
    right: 0;
    z-index: 1;
    height: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
html body .module-map-info .col-lg-4 .d-flex .info-box {
  background-color: #008675;
  padding: 3rem 1.5rem;
  border-radius: 0.7rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 2.5rem;
}
html body .module-map-info .col-lg-4 .d-flex .info-box span {
  display: block;
  color: #ffffff;
}
html body .module-map-info .col-lg-4 .d-flex .info-box span:not(.display-4) {
  margin-bottom: 0.5rem;
}
html body .module-map-info .col-lg-4 .d-flex .info-box hr {
  border-color: #ffffff;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  html body .module-map-info .col-lg-4 .d-flex .info-box {
    border-top-left-radius: 0.7rem;
    border-top-right-radius: 0.7rem;
    padding: 3rem;
  }
}
html body .module-map-info .col-lg-4 .d-flex .info-box .d-flex span {
  border-left: solid 1px #ffffff;
  padding: 0 1.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
html body .module-map-info .col-lg-4 .d-flex .info-box .d-flex span:first-of-type {
  border-left: 0 none;
  padding-left: 0;
}
html body .module-map-info .col-lg-4 .d-flex .btn,
html body .module-map-info .col-lg-4 .d-flex .btn:focus,
html body .module-map-info .col-lg-4 .d-flex .btn:active,
html body .module-map-info .col-lg-4 .d-flex .btn:active:focus,
html body .module-map-info .col-lg-4 .d-flex .btn.active,
html body .module-map-info .col-lg-4 .d-flex .btn:hover {
  background: #008675;
  text-align: left;
  color: #ffffff;
}
html body .module-map-info .col-lg-4 .d-flex .btn::before,
html body .module-map-info .col-lg-4 .d-flex .btn:focus::before,
html body .module-map-info .col-lg-4 .d-flex .btn:active::before,
html body .module-map-info .col-lg-4 .d-flex .btn:active:focus::before,
html body .module-map-info .col-lg-4 .d-flex .btn.active::before,
html body .module-map-info .col-lg-4 .d-flex .btn:hover::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNOCAwTDYuNTkgMS40MSAxMi4xNyA3SDB2MmgxMi4xN2wtNS41OCA1LjU5TDggMTZsOC04eiIvPjwvZGVmcz48dXNlIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIgeGxpbms6aHJlZj0iI2EiLz48L3N2Zz4=);
  width: 16px;
  height: 16px;
  position: absolute;
  right: 1.5rem;
}
@media (min-width: 992px) {
  html body .module-map-info .col-lg-4 .d-flex .btn,
  html body .module-map-info .col-lg-4 .d-flex .btn:focus,
  html body .module-map-info .col-lg-4 .d-flex .btn:active,
  html body .module-map-info .col-lg-4 .d-flex .btn:active:focus,
  html body .module-map-info .col-lg-4 .d-flex .btn.active,
  html body .module-map-info .col-lg-4 .d-flex .btn:hover {
    padding-left: 3rem;
    padding-right: 4.5rem;
  }
  html body .module-map-info .col-lg-4 .d-flex .btn::before,
  html body .module-map-info .col-lg-4 .d-flex .btn:focus::before,
  html body .module-map-info .col-lg-4 .d-flex .btn:active::before,
  html body .module-map-info .col-lg-4 .d-flex .btn:active:focus::before,
  html body .module-map-info .col-lg-4 .d-flex .btn.active::before,
  html body .module-map-info .col-lg-4 .d-flex .btn:hover::before {
    right: 3rem;
  }
}
html body .module-itinerary-info h3::before {
  display: block;
  width: 42px;
  height: 36px;
  margin-bottom: 1rem;
}
html body .module-itinerary-info .col-lg-4 {
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  html body .module-itinerary-info .col-lg-4 {
    margin-top: 0;
  }
}
html body .module-itinerary-info .col-lg-4 ul {
  padding-left: 0;
}
html body .module-itinerary-info .col-lg-4 ul li {
  padding-left: 0;
}
html body .module-itinerary-info .col-lg-4 ul li::before {
  display: none;
}
html body .module-itinerary-info .col-lg-4 ul li span.font-weight-bold {
  margin-right: 1rem;
}
html body .module-itinerary-info .col-lg-4 ul li .rating {
  display: flex;
}
html body .module-itinerary-info .col-lg-4 ul li .rating span {
  width: 10px;
  height: 10px;
  border: solid 1px #008675;
  border-radius: 50%;
  margin-right: 0.5rem;
  align-self: center;
}
html body .module-itinerary-info .col-lg-4 ul li .rating.rating-1 span:nth-child(1) {
  background: #008675;
}
html body .module-itinerary-info .col-lg-4 ul li .rating.rating-2 span:nth-child(1), html body .module-itinerary-info .col-lg-4 ul li .rating.rating-2 span:nth-child(2) {
  background: #008675;
}
html body .module-itinerary-info .col-lg-4 ul li .rating.rating-3 span:nth-child(1), html body .module-itinerary-info .col-lg-4 ul li .rating.rating-3 span:nth-child(2), html body .module-itinerary-info .col-lg-4 ul li .rating.rating-3 span:nth-child(3) {
  background: #008675;
}
html body .module-itinerary-info .col-lg-4 ul li .rating.rating-4 span:nth-child(1), html body .module-itinerary-info .col-lg-4 ul li .rating.rating-4 span:nth-child(2), html body .module-itinerary-info .col-lg-4 ul li .rating.rating-4 span:nth-child(3), html body .module-itinerary-info .col-lg-4 ul li .rating.rating-4 span:nth-child(4) {
  background: #008675;
}
html body .module-itinerary-info .col-lg-4 ul li .rating.rating-5 span:nth-child(1), html body .module-itinerary-info .col-lg-4 ul li .rating.rating-5 span:nth-child(2), html body .module-itinerary-info .col-lg-4 ul li .rating.rating-5 span:nth-child(3), html body .module-itinerary-info .col-lg-4 ul li .rating.rating-5 span:nth-child(4), html body .module-itinerary-info .col-lg-4 ul li .rating.rating-5 span:nth-child(5) {
  background: #008675;
}
html body .module-itinerary-info .col-lg-4 ul li .rating.rating-6 span:nth-child(1), html body .module-itinerary-info .col-lg-4 ul li .rating.rating-6 span:nth-child(2), html body .module-itinerary-info .col-lg-4 ul li .rating.rating-6 span:nth-child(3), html body .module-itinerary-info .col-lg-4 ul li .rating.rating-6 span:nth-child(4), html body .module-itinerary-info .col-lg-4 ul li .rating.rating-6 span:nth-child(5), html body .module-itinerary-info .col-lg-4 ul li .rating.rating-6 span:nth-child(6) {
  background: #008675;
}
html body .module-itinerary-info.module-itinerary-info-foot h3::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MiIgaGVpZ2h0PSIzNiI+PGcgZmlsbD0iIzAwODY3NSI+PHBhdGggZD0iTTM2LjQgMjAuODZoLTQuMTY1QTEzLjk2OCAxMy45NjggMCAwMTE4LjQxNiA4Ljk0MWExOS42MjMgMTkuNjIzIDAgMDEtLjIxNi0yLjg3OVYzLjM2YTIuOCAyLjggMCAwMC0yLjgtMi44aC00LjAxMWMtLjY0LjAwMi0xLjI2OS4xOC0xLjgxNy41MTItLjc5LjQ3NS0yLjY1MiAxLjMwMy02LjI1IDEuNTI2QTIuODA4IDIuODA4IDAgMDAuNyA1LjM5N3YyNC4wNThBMS4zOTUgMS4zOTUgMCAwMDAgMzAuNjZ2My41YTEuNCAxLjQgMCAwMDEuNCAxLjRoMS42OGMuNTE3IDAgLjk5LS4yODYgMS4yMzEtLjc0M2wuNy0xLjM1MiAxLjIyNSAxLjU1NmExLjQgMS40IDAgMDAxLjEwNy41MzloMS4zM2MuNTIzIDAgMS4wMDMtLjI5IDEuMjQ2LS43NTNsLjctMS4zNDIgMS4yMiAxLjU1NmExLjQgMS40IDAgMDAxLjEwNC41MzloMS4zM2ExLjQgMS40IDAgMDAxLjI0NS0uNzU0bC42OS0xLjM0NiAxLjIyOCAxLjU2NGExLjQgMS40IDAgMDAxLjEwNy41MzZoOC4wNDNjLjkxNyAwIDEuNzg4LS4wMTUgMi42MDctLjA0MmExLjM5NSAxLjM5NSAwIDAwMS4yMDItLjc3bC42Mi0xLjIzNmEuMDg1LjA4NSAwIDAxLjA3LS4wNDljLjAzLS4wMDQuMDYuMDA3LjA4LjAzMWwuOTY1IDEuMjM1Yy4zLjM3Ny43Ny41NzYgMS4yNS41My40ODUtLjA0Ny45NDYtLjA5OCAxLjM4My0uMTUzLjUyMS0uMDY2Ljk2MS0uNDIgMS4xMzctLjkxNWwuNDc4LTEuMzE5YS4wOTcuMDk3IDAgMDEuMDc1LS4wNy4xMDQuMTA0IDAgMDEuMDk4LjAyN2wxLjE3MiAxLjEyN2MuMzUzLjMzOC44NTcuNDcgMS4zMy4zNDUuNTM0LS4xMzcgMS4wNi0uMyAxLjU3OC0uNDlBMi4wODcgMi4wODcgMCAwMDQyIDMxLjg0M1YyNi40NmE1LjYwNiA1LjYwNiAwIDAwLTUuNi01LjZ6bTQuMiA1LjZ2LjkyNGMtMi4wMi43NDktNS44MzcgMS40LTkuNzAyIDEuNjk3QTQuMTczIDQuMTczIDAgMDEzNSAyNS43Nmg1LjUzN2E0LjIgNC4yIDAgMDEuMDYzLjd6TTE5LjAyMyAxNC43MUwxNy40IDE1LjcyMmEyLjA4IDIuMDggMCAwMC0xLjMtLjQ2MyAyLjExNiAyLjExNiAwIDEwMi4wNDcgMS42NDdsMS42NDQtMS4wMjdhMTUuNDE1IDE1LjQxNSAwIDAwMS44OTYgMi4xN2wtMS4zMyAxLjU2YTIuMDczIDIuMDczIDAgMDAtLjc1Ny0uMTUgMi4xIDIuMSAwIDEwMi4xIDIuMSAyLjA3NSAyLjA3NSAwIDAwLS4yODYtMS4wMzdsMS4zMy0xLjU2YTE1LjM0NSAxNS4zNDUgMCAwMDIuOTA3IDEuODE2bC0uNDk0IDEuNDg1YTIuMTE3IDIuMTE3IDAgMTAxLjMzLjQ0OWwuNDYzLTEuMzk0YTE1LjM2IDE1LjM2IDAgMDA1LjI4NS45NDFIMzYuNGE0LjIgNC4yIDAgMDEzLjYzMiAyLjFIMzVhNS41NjggNS41NjggMCAwMC01LjU0IDQuODE3Yy0uOTguMDUzLTEuOTQ3LjA4My0yLjg3NC4wODNoLTExLjYyQTE4LjIzNCAxOC4yMzQgMCAwMDIuMSAxNy44NThWOC45NWM1LjIzLS4wOTkgNy43NTctMS4yODcgOC45NTYtMi4yOTQuMzc5LS4zMTkuODU4LS40OTQgMS4zNTQtLjQ5Nmg0LjM5M2EyMSAyMSAwIDAwLjIyOSAyLjk4OGMuMDYzLjQyLjE0Ny44MzQuMjQzIDEuMjQ0bC0xLjQ4LjI5NmEyLjEgMi4xIDAgMTAuMjc0IDEuMzczbDEuNTg4LS4zMThhMTUuNDI0IDE1LjQyNCAwIDAwMS4zNjYgMi45NjZ6TTE2LjggMTcuMzZhLjcuNyAwIDExLTEuNCAwIC43LjcgMCAwMTEuNCAwem0zLjUgNC4yYS43LjcgMCAxMS0xLjQgMCAuNy43IDAgMDExLjQgMHptNS42IDIuOGEuNy43IDAgMTEtMS40IDAgLjcuNyAwIDAxMS40IDB6bS0xMi40MjUgNC45SDIuMXYtOS45NjVhMTYuODQ0IDE2Ljg0NCAwIDAxMTEuMzc1IDkuOTY1em0xLjIyNS0xNy41YS43LjcgMCAxMS0xLjQgMCAuNy43IDAgMDExLjQgMHpNMy40MSAzLjk5NmMzLjY5OC0uMjMgNS43ODQtMS4wNjQgNi44ODUtMS43MjRhMi4xMiAyLjEyIDAgMDExLjA5NC0uMzEySDE1LjRhMS40IDEuNCAwIDAxMS40IDEuNHYxLjRoLTQuMzlhMy41MTYgMy41MTYgMCAwMC0yLjI1NC44MjRDOS4zMTYgNi4yOSA3LjE2IDcuNDUgMi4xIDcuNTVWNS4zOTdjMC0uNzQuNTczLTEuMzUyIDEuMzEtMS40MDF6TTQwLjYgMzEuODQzYS42ODcuNjg3IDAgMDEtLjQ1Mi42NTRjLS40NzYuMTc2LS45Ni4zMjctMS40NTIuNDUzbC0xLjE3Ni0xLjEyOGExLjUwNiAxLjUwNiAwIDAwLTIuNDYuNTczbC0uNDcgMS4zMjFjLS40MjcuMDUzLS44NzcuMTAyLTEuMzU4LjE1bC0uOTctMS4yNDFhMS40OTIgMS40OTIgMCAwMC0yLjQ5Ny4yNDhsLS42MiAxLjI0NmMtLjgwNS4wMjYtMS42Ni4wNDEtMi41NjIuMDQxaC04LjA1bC0xLjIyOC0xLjU2NGExLjM4NSAxLjM4NSAwIDAwLTEuMDg3LS41MzZjLS4wNCAwLS4wOCAwLS4xMi4wMDZhMS40IDEuNCAwIDAwLTEuMTE4Ljc0bC0uNzA4IDEuMzU0aC0xLjMzNWwtMS4yMjMtMS41NThhMS40MDQgMS40MDQgMCAwMC0xLjIzMy0uNTI4IDEuMzc5IDEuMzc5IDAgMDAtMS4wOTguNzQxTDguNjcgMzQuMTZINy4zNEw2LjExNCAzMi42YTEuNDAzIDEuNDAzIDAgMDAtMS4yMzMtLjUyOSAxLjM3OSAxLjM3OSAwIDAwLTEuMDk4Ljc0MUwzLjA4IDM0LjE2SDEuNHYtMy41aDI1LjE4NmM0LjM3MSAwIDEwLjYwMy0uNjc2IDE0LjAxNC0xLjc5djIuOTczeiIvPjxwYXRoIGQ9Ik03LjgyNCAxMS41NzVhMy41IDMuNSAwIDEwLS42NDQgNi45NyAzLjUgMy41IDAgMDAuNjQyLTYuOTdoLjAwMnptLS41MiA1LjU3NmEyLjEgMi4xIDAgMTEyLjI4NS0xLjg5NSAyLjA4NiAyLjA4NiAwIDAxLTIuMjg1IDEuODk1ek0xNi43IDI4LjU2aDUuNmMuMzg3IDAgLjctLjIyNC43LS41cy0uMzEzLS41LS43LS41aC01LjZjLS4zODcgMC0uNy4yMjQtLjcuNXMuMzEzLjUuNy41eiIvPjwvZz48L3N2Zz4=);
}
html body .module-itinerary-info.module-itinerary-info-bike h3::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSIzNCI+PGcgZmlsbD0iIzAwODY3NSI+PHBhdGggZD0iTTM5LjY0OCAxMy40NDFjLTEuMzI1IDAtMi41OTMuMjQ0LTMuNzU4LjY4OEwzMy4wMzMgOC4yNlYzLjQzNGg1LjEyNmMxLjIxMiAwIDIuMTk4LS45NiAyLjE5OC0yLjEzOCAwLS4zOTQtLjMyOC0uNzEzLS43MzMtLjcxM3MtLjczMi4zMi0uNzMyLjcxM2EuNzIzLjcyMyAwIDAxLS43MzMuNzEySDMyLjNhLjcyMy43MjMgMCAwMC0uNzMyLjcxM3Y1LjM1NWwtNi4zODUgNC45MDhjLS4zODYuMjk3LS44Ny40Ni0xLjM2Mi40NmgtMi45MTNsLTIuNTk0LTUuMzI3YS43NDEuNzQxIDAgMDAtLjk3Ni0uMzQuNzA0LjcwNCAwIDAwLS4zNDguOTVMMjMuODQzIDIyLjhoLTMuMTY2Yy0uMzc3LTUuMjIyLTQuODY0LTkuMzYtMTAuMzI1LTkuMzZDNC42NDQgMTMuNDQgMCAxNy45NTkgMCAyMy41MTNzNC42NDQgMTAuMDcgMTAuMzUyIDEwLjA3YzQuNTIzIDAgOC40ODctMi44MTQgOS44NjItNy4wMDNhLjcwOS43MDkgMCAwMC0uNDc1LS44OTYuNzM3LjczNyAwIDAwLS45Mi40NjJjLTEuMTgxIDMuNTk2LTQuNTg0IDYuMDEzLTguNDY3IDYuMDEzLTQuOSAwLTguODg3LTMuODc5LTguODg3LTguNjQ2czMuOTg2LTguNjQ2IDguODg3LTguNjQ2YzQuNjUzIDAgOC40ODMgMy40OTggOC44NTYgNy45MzRoLTEuNDcxYy0uMzctMy42NDktMy41NC02LjUwOS03LjM4Ni02LjUwOS00LjA5MiAwLTcuNDIxIDMuMjQtNy40MjEgNy4yMjFzMy4zMyA3LjIyIDcuNDIxIDcuMjJjMy44NDYgMCA3LjAxNy0yLjg1OSA3LjM4Ni02LjUwN0gyNWMuMjg0IDAgLjU0Mi0uMTYuNjYzLS40MWw2LjY0LTEzLjcyNSAyLjI2NCA0LjY1MWMtMy4xNDQgMS43My01LjI3IDUuMDE0LTUuMjcgOC43NzEgMCA1LjU1NCA0LjY0NCAxMC4wNzEgMTAuMzUxIDEwLjA3MVM1MCAyOS4wNjYgNTAgMjMuNTEzIDQ1LjM1NiAxMy40NCAzOS42NDggMTMuNDR6TTEwLjM1MiAyOS4zMDhjLTMuMjg1IDAtNS45NTctMi42LTUuOTU3LTUuNzk2czIuNjcyLTUuNzk1IDUuOTU3LTUuNzk1YzMuMDM2IDAgNS41NDggMi4yMjIgNS45MSA1LjA4M2gtNS45MWMtLjQwNSAwLS43MzMuMzE5LS43MzMuNzEycy4zMjguNzEzLjczMy43MTNoNS45MWMtLjM2MiAyLjg2LTIuODc0IDUuMDgzLTUuOTEgNS4wODN6bTE0LjY0Ni03LjQ2NWwtMy4zOTYtNi45NzRoMi4yMmMuODIgMCAxLjYyNi0uMjcyIDIuMjctLjc2N2w0LjIyLTMuMjQ0LTUuMzE0IDEwLjk4NXptMTQuNjUgMTAuMzE1Yy00LjkgMC04Ljg4Ni0zLjg3OC04Ljg4Ni04LjY0NiAwLTMuMTkgMS43ODUtNS45ODEgNC40MzQtNy40OGwuNjMgMS4yOTRjLTIuMTU1IDEuMjY1LTMuNiAzLjU2NC0zLjYgNi4xODYgMCAzLjk4MiAzLjMzIDcuMjIxIDcuNDIyIDcuMjIxczcuNDIyLTMuMjQgNy40MjItNy4yMi0zLjMzLTcuMjIxLTcuNDIyLTcuMjIxYy0uODc2IDAtMS43MTguMTUtMi41LjQyMmwtLjYzLTEuMjkzYTkuMDYyIDkuMDYyIDAgMDEzLjEzLS41NTVjNC45IDAgOC44ODcgMy44NzkgOC44ODcgOC42NDZzLTMuOTg2IDguNjQ2LTguODg3IDguNjQ2em0uNjYyLTguOTVsLTIuNTMtNS4xOThhNi4wODIgNi4wODIgMCAwMTEuODY4LS4yOTNjMy4yODUgMCA1Ljk1NyAyLjYgNS45NTcgNS43OTVzLTIuNjcyIDUuNzk2LTUuOTU3IDUuNzk2LTUuOTU3LTIuNi01Ljk1Ny01Ljc5NmMwLTIuMDU0IDEuMTA1LTMuODYgMi43NjYtNC44OWwyLjUzIDUuMTk1YS43MzQuNzM0IDAgMDAuNjYyLjQwOC43NDcuNzQ3IDAgMDAuMzEzLS4wNjkuNzA0LjcwNCAwIDAwLjM0OC0uOTQ5eiIvPjxwYXRoIGQ9Ik0xNC4yODEgNS41ODNoOC45NTljLjQyIDAgLjc2LS4yOTguNzYtLjY2NlYzLjU4M2MwLTEuMTAzLTEuMDIzLTItMi4yODEtMkgxNC4yOGMtMS4yNTggMC0yLjI4MS44OTctMi4yODEgMnMxLjAyMyAyIDIuMjgxIDJ6bTAtMi42NjZoNy40MzhjLjQxOSAwIC43Ni4yOTkuNzYuNjY2di42NjdoLTguMTk4Yy0uNDE5IDAtLjc2LS4yOTktLjc2LS42NjdzLjM0MS0uNjY2Ljc2LS42NjZ6Ii8+PC9nPjwvc3ZnPg==);
}
html body .module-itinerary-info.module-itinerary-info-cableway h3::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzOCI+PGcgZmlsbD0iIzAwODY3NSI+PHBhdGggZD0iTTUuMDY1IDMwLjgwNGExLjA1MyAxLjA1MyAwIDAwLS4xNDktLjM1OSAxLjAyMSAxLjAyMSAwIDAwLS40NS0uMzY5Ljk5Ljk5IDAgMDAtLjkzOC4wOTIgMS4wMTcgMS4wMTcgMCAwMC0uMzY3LjQ1IDEuMDU3IDEuMDU3IDAgMDAtLjA3Ny4zODIuOTg1Ljk4NSAwIDAwLjA3Ny4zODIuOTkzLjk5MyAwIDAwLjkyMy42MTggMS4wMDQgMS4wMDQgMCAwMC45ODEtMS4xOTZ6Ii8+PHBhdGggZD0iTTMxLjk5LjYyNGEuNzQuNzQgMCAwMC0uODQ4LS42MTRMLjYyMiA0Ljk1M2EuNzQyLjc0MiAwIDAwLjIzNiAxLjQ2NWwxMy40OC0yLjE4M3YzLjY3OGE0LjQ3MiA0LjQ3MiAwIDAwLTQuMTM2IDMuOTlINC4yOTFhMi43MSAyLjcxIDAgMDAtMi43MDIgMi43MWMwIDEuMDcyLjYyMyAyIDEuNTI1IDIuNDRBMTguMTcgMTguMTcgMCAwMC4xOTYgMjcuNTA1IDE3Ljk5NiAxNy45OTYgMCAwMDMuNzUgMzcuNzAxYS43NC43NCAwIDAwLjU5My4yOTloMjEuNDdhLjc0Ljc0IDAgMDAuNTkzLS4yOTkgMTcuOTk3IDE3Ljk5NyAwIDAwMy41NTMtMTAuMTk2IDE4LjE3IDE4LjE3IDAgMDAtMi45MTctMTAuNDUyIDIuNzE0IDIuNzE0IDAgMDAxLjUyNS0yLjQ0IDIuNzEgMi43MSAwIDAwLTIuNzAyLTIuNzFoLTUuOTExYTQuNDcyIDQuNDcyIDAgMDAtNC4xMzYtMy45OVYzLjk5NWwxNS41Ni0yLjUyYS43NDIuNzQyIDAgMDAuNjEyLS44NTF6TTUuMTMxIDE3SDE1djEwSDJjLjA0LTMuNTc0IDEuMTM3LTcuMDg1IDMuMTMxLTEwem0yMy41OTQgMTMuOUg4LjY0Yy0uNDEzIDAtLjc0OC4zMi0uNzQ4LjcxNiAwIC4zOTYuMzM1LjcxNi43NDguNzE2aDE5LjcxQTE1LjY0OSAxNS42NDkgMCAwMTI1Ljk2NyAzN0g1LjAzNEExNS40NzQgMTUuNDc0IDAgMDEyIDI5aDI3YTE1LjM4OSAxNS4zODkgMCAwMS0uMjc1IDEuOXpNMjkgMjdIMTZWMTdoOS44NjljMS45OTQgMi45MTUgMy4wOTIgNi40MjYgMy4xMzEgMTB6bS0zLjIyMS0xM2MuNjczIDAgMS4yMjEuNDQ5IDEuMjIxIDEgMCAuNTUxLS41NDggMS0xLjIyMSAxSDQuMjJDMy41NDggMTYgMyAxNS41NTEgMyAxNWMwLS41NTEuNTQ4LTEgMS4yMjEtMUgyNS43OHpNMTkgMTJoLTdjLjI1OS0xLjEzNiAxLjUyNC0yIDMuMDQyLTJoLjkxNmMxLjUxNyAwIDIuNzgzLjg2NCAzLjA0MiAyeiIvPjwvZz48L3N2Zz4=);
}
html body .module-itinerary-info.module-itinerary-info-car h3::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSIyOSI+PGcgZmlsbD0iIzAwODY3NSI+PHBhdGggZD0iTTkgMjEuNjc1Yy0xLjEwMyAwLTIgLjg5Ny0yIDJzLjg5NyAyIDIgMiAyLS44OTcgMi0yLS44OTctMi0yLTJ6bTAgMi42MTZhLjYxNi42MTYgMCAxMS4wMDEtMS4yMzNBLjYxNi42MTYgMCAwMTkgMjQuMjkxek00MSAyMS42NzVjLTEuMTAzIDAtMiAuODk3LTIgMnMuODk3IDIgMiAyIDItLjg5NyAyLTItLjg5Ny0yLTItMnptMCAyLjYxNmEuNjE2LjYxNiAwIDExLjAwMS0xLjIzMy42MTYuNjE2IDAgMDEtLjAwMSAxLjIzM3oiLz48cGF0aCBkPSJNNDguMTE5IDE3LjMxOHYtNi42OGMwLS44MzctLjIyMy0xLjY2LS42NDUtMi4zODFMNDYuNjIgNi44YS43MzQuNzM0IDAgMDAtMS4wMDUtLjI2Mi43MzguNzM4IDAgMDAtLjI2MiAxLjAwOGwuODUyIDEuNDU3Yy4yOS40OTUuNDQzIDEuMDYuNDQzIDEuNjM1di4xMTNoLTEuNDc2Yy0uODUgMC0xLjU0Mi42OTMtMS41NDIgMS41NDZ2NC4yMDdjMCAuODUyLjY5MiAxLjU0NiAxLjU0MiAxLjU0NmgxLjQ4MmEuNzM1LjczNSAwIDAwLjcyOS42NDVoLjAzNGMuNjEzIDAgMS4xMTIuNSAxLjExMiAxLjExNXYxLjE5NGgtMi45NTJjLS44ODQtMS40ODUtMi41MDItMi40ODMtNC4zNS0yLjQ4M3MtMy40NjUuOTk4LTQuMzUgMi40ODNoLTcuMzg1bC45MTgtMi4wNTNjLjEwMS0uMjI2LjE1My0uNDY2LjE1My0uNzE0di02LjAxMmg0LjkxMmEuNzM2LjczNiAwIDAwMC0xLjQ3NGgtMy40NDJWNS4wOThoOC4wNjRsLS4wMDYgNS42NTNoLTEuNDg0YS43MzYuNzM2IDAgMDAwIDEuNDc0aDEuNDg0YTEuNDggMS40OCAwIDAwMS40NzYtMS40OFY0Ljg0YzAtLjY3LS41NDMtMS4yMTUtMS4yMTctMS4yMTZIMjMuMjQ5Yy0uMjk3IDAtLjU4NC4xMDctLjgwOC4zMDNsLTguMDI5IDcuMDA1YS43MzguNzM4IDAgMDAuNDgzIDEuMjkzaDE0LjE5OXY2LjAxMmEuMjcuMjcgMCAwMS0uMDI0LjExbC0xLjE4OCAyLjY1N2gtOC4zNzhhLjczNi43MzYgMCAwMDAgMS40NzRoMTYuNzg3YTUuMDgyIDUuMDgyIDAgMDAtLjExMSAxLjQ4N0gxNC4wNzNhNS4wODkgNS4wODkgMCAwMC0uMTEtMS40ODdoMi40MWEuNzM2LjczNiAwIDAwMC0xLjQ3NGgtMi45OTlhNS4xIDUuMSAwIDAwLTIuMjI3LTIuMDEzdi03LjE2NWwxMC41NDgtOS4yMDJjLjM1LS4zMDYuOC0uNDc1IDEuMjY0LS40NzVoMTcuMzkyYzEuMTM4IDAgMi4yMDIuNjEyIDIuNzc4IDEuNTk2bC42MzcgMS4wOWEuNzM0LjczNCAwIDAwMS4wMDYuMjYyLjczOC43MzggMCAwMC4yNjItMS4wMDlsLS42MzctMS4wOUE0LjcwNiA0LjcwNiAwIDAwNDAuMzUxLjY3NkgyMi45NTlhMy4zOSAzLjM5IDAgMDAtMi4yMy44MzdsLTEwLjU5MSA5LjI0Mkg1LjE2M0MyLjMxNiAxMC43NTQgMCAxMy4wNzYgMCAxNS45M3Y3LjkyYzAgLjg3NS43MSAxLjU4OCAxLjU4NCAxLjU4OGgyLjcyM2MuNzM3IDEuODkyIDIuNTczIDMuMjM2IDQuNzE3IDMuMjM2czMuOTgtMS4zNDQgNC43MTctMy4yMzZoMjIuNzdhNS4wNyA1LjA3IDAgMDA0LjcxNyAzLjIzNiA1LjA3IDUuMDcgMCAwMDQuNzE3LTMuMjM2aDIuNDY2Yy44NzYgMCAxLjU4OS0uNzE1IDEuNTg5LTEuNTkzVjE5LjgxYTIuNTkyIDIuNTkyIDAgMDAtMS44ODEtMi40OTJ6bS0yLjk0Ni01LjA5M2gxLjQ3NnYxLjQzOGgtMS41NDh2LTEuMzY2YzAtLjA0LjAzMy0uMDcyLjA3Mi0uMDcyem0tLjA3MiA0LjI3OXYtMS4zNjdoMS41NDh2MS40MzloLTEuNDc2YS4wNzIuMDcyIDAgMDEtLjA3Mi0uMDcyek0yOS4wOTMgNS4wOThoMS40NzF2NS42NTNoLTEuNDdWNS4wOTh6bS01Ljc1NSAwaDQuMjg1djUuNjUzSDE2Ljg2bDYuNDgtNS42NTN6bS0xMy42NiA3LjEzdjYuMzM2YTUuMDYyIDUuMDYyIDAgMDAtNS4wMDUgMi40NDMuNzMzLjczMyAwIDAwLS4wNzUtLjAwM0gxLjQ3di0zLjcyNmgxLjk5OWEyLjIyMyAyLjIyMyAwIDAwMC00LjQ0N2gtLjMyMmEzLjY2MyAzLjY2MyAwIDAxMi4wMTYtLjYwM2g0LjUxNXptLTYuMjEgMi4wNzdhLjc1Ljc1IDAgMDEwIDEuNDk5SDEuNDc0Yy4wMTgtLjUzNi4xNS0xLjA0NC4zNzMtMS41SDMuNDd6bS0xLjg4NCA5LjY2YS4xMTQuMTE0IDAgMDEtLjExNC0uMTE0di0xLjM3M2gyLjYxN2E1LjA4MiA1LjA4MiAwIDAwLS4xMSAxLjQ4N0gxLjU4M3ptNy40NCAzLjIzNmMtMS45OCAwLTMuNTkzLTEuNjE2LTMuNTkzLTMuNjAzczEuNjEyLTMuNjAzIDMuNTkzLTMuNjAzIDMuNTkzIDEuNjE2IDMuNTkzIDMuNjAzUzExLjAwNiAyNy4yIDkuMDI0IDI3LjJ6bTMyLjIwNCAwYy0xLjk4IDAtMy41OTMtMS42MTYtMy41OTMtMy42MDNzMS42MTItMy42MDMgMy41OTMtMy42MDMgMy41OTMgMS42MTYgMy41OTMgMy42MDNTNDMuMjEgMjcuMiA0MS4yMjggMjcuMnptNy4xODMtMy4yMzZoLTIuMTM0YTUuMDg5IDUuMDg5IDAgMDAtLjExLTEuNDg3aDIuMzYzdjEuMzY4YS4xMi4xMiAwIDAxLS4xMTkuMTE5eiIvPjxwYXRoIGQ9Ik0yNy4yMzUgMTUuNjc1Yy40MjIgMCAuNzY1LS40NDcuNzY1LTEgMC0uNTUyLS4zNDMtMS0uNzY1LTFoLTEuNDdjLS40MjIgMC0uNzY1LjQ0OC0uNzY1IDEgMCAuNTUzLjM0MyAxIC43NjUgMWgxLjQ3eiIvPjwvZz48L3N2Zz4=);
}
html body .module-itinerary-info + .module-itinerary-info {
  padding-top: 0;
}
html body .module-locator .position-relative {
  overflow: hidden;
}
html body .module-locator .locator-choice {
  height: 25rem;
}
@media (min-width: 576px) {
  html body .module-locator .locator-choice {
    padding: 0;
    width: 100%;
    height: 50rem;
    width: auto;
    max-width: 50%;
    min-width: 32rem;
  }
}
@media (min-width: 768px) {
  html body .module-locator .locator-choice {
    max-width: 40%;
  }
}
html body .module-locator .locator-choice .card {
  background: #00B5E2;
  height: 100%;
  border-top-right-radius: 0.7rem;
  border-top-left-radius: 0.7rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
@media (min-width: 576px) {
  html body .module-locator .locator-choice .card {
    border-top-right-radius: 0;
    border-top-left-radius: 0.7rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0.7rem;
  }
}
html body .module-locator .locator-choice .card::before {
  content: "";
  width: 20rem;
  height: 20rem;
  border: solid 6rem white;
  border-radius: 50%;
  opacity: 0.15;
  position: absolute;
  left: 0;
  bottom: 50%;
  transform: translate(-50%, 42%);
}
html body .module-locator .locator-choice .card .card-header {
  border-bottom: 0 none;
  padding-bottom: 0;
}
html body .module-locator .locator-choice .card .card-header .title {
  color: #ffffff;
}
html body .module-locator .locator-choice .card .card-header .title::after {
  border-color: #ffffff;
  width: 1.2rem;
  height: 1.2rem;
  border-width: 3;
}
html body .module-locator .locator-choice .card .card-body .btn-secondary::after {
  background: #217EA4;
}
html body .module-locator .locator-choice .card .card-body.text-center {
  flex: none;
}
html body .module-locator .locator-choice .card .card-body.type-choice {
  padding-bottom: 0;
}
html body .module-locator .locator-choice .card .card-body.list-choice {
  overflow-y: auto;
  padding-top: 10px;
  margin-top: 10px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
html body .module-locator .locator-choice .card .card-body.list-choice ul {
  padding-left: 0;
}
html body .module-locator .locator-choice .card .card-body.list-choice ul li {
  padding-left: 0;
  color: #ffffff;
}
html body .module-locator .locator-choice .card .card-body.list-choice ul li::before {
  display: none;
}
html body .module-locator .locator-choice .card .card-body.list-choice ul li a,
html body .module-locator .locator-choice .card .card-body.list-choice ul li a:active,
html body .module-locator .locator-choice .card .card-body.list-choice ul li a:focus,
html body .module-locator .locator-choice .card .card-body.list-choice ul li a:active:focus,
html body .module-locator .locator-choice .card .card-body.list-choice ul li a:visited {
  color: #ffffff;
}
html body .module-locator .locator-choice .card .card-body.list-choice ul li a:hover,
html body .module-locator .locator-choice .card .card-body.list-choice ul li a.active {
  color: #01426A;
}
html body .module-locator .locator-choice .card .card-body.list-choice::-webkit-scrollbar {
  width: 8px;
}
html body .module-locator .locator-choice .card .card-body.list-choice::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4);
}
html body .module-locator .locator-choice .card .card-body.list-choice::-webkit-scrollbar-thumb {
  background: rgba(1, 66, 106, 0.7);
  border-radius: 10px;
}
html body .module-locator .locator-choice .card .card-body.list-choice::-webkit-scrollbar-thumb:hover {
  background: #01426A;
}
html body .module-locator .locator-details {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 768px) {
  html body .module-locator .locator-details {
    width: 33.33333;
  }
}
@media (min-width: 992px) {
  html body .module-locator .locator-details {
    width: 25%;
  }
}
html body .module-locator .locator-details .card {
  height: 100%;
  border: solid 1px #EAEAEA;
  box-shadow: none;
}
html body .module-locator .locator-details .card .card-header {
  background: #217EA4;
  position: relative;
  padding: 3rem;
}
html body .module-locator .locator-details .card .card-header::after {
  content: "";
  width: 20rem;
  height: 20rem;
  border: solid 6rem white;
  border-radius: 50%;
  opacity: 0.15;
  position: absolute;
  right: 0;
  bottom: 50%;
  -webkit-transform: translate(50%, 42%);
  transform: translate(50%, 42%);
}
html body .module-locator .locator-details .card .card-header .display-6 {
  margin-bottom: 0;
  color: #ffffff;
}
html body .module-locator .locator-details .card .card-header .locator-close,
html body .module-locator .locator-details .card .card-header .locator-close:focus,
html body .module-locator .locator-details .card .card-header .locator-close:active,
html body .module-locator .locator-details .card .card-header .locator-close:hover {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  opacity: 1;
  background: none;
  border: 0 none;
  outline: none;
  box-shadow: none;
}
html body .module-locator .locator-details .card .card-body {
  padding: 3rem;
}
html body .module-locator .locator-details .card .card-body ul {
  padding-left: 0;
}
html body .module-locator .locator-details .card .card-body ul li {
  padding-left: 0;
}
html body .module-locator .locator-details .card .card-body ul li::before {
  display: none;
}
html body .module-locator .locator-details .card .card-body .btn {
  margin-top: 3rem;
}
html body .module-locator .locator-details.active {
  transform: translateX(0);
}
html body .module-locator .singlegmap {
  border-bottom-right-radius: 0.7rem;
  border-bottom-left-radius: 0.7rem;
}
@media (min-width: 576px) {
  html body .module-locator .singlegmap {
    border-top-right-radius: 0.7rem;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0.7rem;
    border-bottom-left-radius: 0;
  }
}
html body .module-nav ul.nav li {
  padding-left: 0;
  padding-right: 1.5rem;
}
html body .module-nav ul.nav li a,
html body .module-nav ul.nav li a:active,
html body .module-nav ul.nav li a:focus,
html body .module-nav ul.nav li a:visited {
  color: #464849;
}
html body .module-nav ul.nav li a:hover {
  color: #00B5E2;
}
html body .module-nav ul.nav li.active a,
html body .module-nav ul.nav li.active a:active,
html body .module-nav ul.nav li.active a:focus,
html body .module-nav ul.nav li.active a:visited {
  color: #00B5E2;
}
html body .module-nav ul.nav li::after {
  content: "";
  width: 7px;
  height: 7px;
  border: solid 1px #00B5E2;
  border-radius: 50%;
  display: inline-block;
  margin-left: 1.5rem;
}
html body .module-nav ul.nav li:last-of-type {
  padding-right: 0;
}
html body .module-nav ul.nav li:last-of-type::after {
  display: none;
}
html body .module-tabs .nav {
  margin-bottom: 5rem;
}
html body .module-tabs .nav .nav-item {
  padding: 0 1.5rem 0 0;
}
html body .module-tabs .nav .nav-item::after {
  content: "";
  width: 7px;
  height: 7px;
  border: solid 1px #00B5E2;
  border-radius: 50%;
  display: inline-block;
  margin-left: 1.5rem;
}
html body .module-tabs .nav .nav-item .nav-link {
  display: inline;
  padding: 0;
  color: #464849;
}
html body .module-tabs .nav .nav-item .nav-link.active {
  color: #00B5E2;
}
html body .module-tabs .nav .nav-item:last-of-type {
  padding-right: 0;
}
html body .module-tabs .nav .nav-item:last-of-type::after {
  display: none;
}
@media (min-width: 768px) {
  html body .module-tabs .tab-content .module-banner .row {
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  html body .module-tabs .tab-content .module-banner .row .col-md-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  html body .module-tabs .tab-content .module-banner .row .col-lg-8 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
}
@media (min-width: 1200px) {
  html body .module-tabs .tab-content .module-banner .row .col-xl-6 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
html body section.module-form {
  padding-top: 5rem;
  padding-bottom: 5rem !important;
  background: #E5F7FC;
}
html body section.module-form input[type=submit],
html body section.module-form input[type=submit]:focus,
html body section.module-form input[type=submit]:active,
html body section.module-form input[type=submit]:active:focus,
html body section.module-form input[type=submit].active,
html body section.module-form input[type=submit]:hover {
  margin-top: 2rem;
  margin-right: 15px;
  margin-bottom: 1.5rem;
  margin-left: 15px;
  font-size: 1.7rem;
  font-weight: 600;
  padding: 1.5rem 3rem;
  border: 0 none;
  background: #ffffff;
  border-color: #ffffff;
  color: #464849;
  line-height: 1.2;
  overflow: hidden;
  position: relative;
  transform: perspective(1px) translateZ(0);
  outline: none;
  border-radius: 3rem;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
html body section.module-form input[type=submit]:hover {
  color: #ffffff;
  background: #00B5E2;
}
html body section.module-form + .module {
  margin-top: 5rem;
}
html body section.module-form + script + .module {
  margin-top: 5rem;
}
html body .paragraph--type--webform + .module {
  margin-top: 5rem;
}
html body .module-list a,
html body .module-list a:active,
html body .module-list a:focus,
html body .module-list a:visited,
html body .module-list a:hover {
  outline: none;
}
html body .module-list .thumb-list .bg {
  height: 15rem;
  border-radius: 0.7rem;
  overflow: hidden;
  box-shadow: none;
  transition: box-shadow 0.15s ease-in-out;
}
html body .module-list .thumb-list .bg iframe {
  pointer-events: none;
  width: 100%;
  height: auto;
}
html body .module-list .thumb-list h6 {
  font-size: 1.4rem;
  margin-top: 1rem;
  text-align: center;
  color: #464849;
}
html body .module-list .thumb-list:hover {
  cursor: pointer;
}
html body .module-list .thumb-list:hover .bg {
  box-shadow: 0px 0px 0px 4px #00B5E2;
}
html body .pulsantiera a.btn {
  margin: 7.5px 15px 7.5px 0;
}
html body .module-search ul li {
  margin-bottom: 2rem;
}
html body .module-search ul li h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
html body .module-search ul li::before {
  top: 0.8rem;
}
html body .module-search ul li:last-of-type {
  margin-bottom: 0;
}
html body nav[role=navigation] {
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto 5rem auto;
}
@media (min-width: 1200px) {
  html body nav[role=navigation] {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  html body nav[role=navigation] {
    max-width: 1380px;
  }
}
html body nav[role=navigation] ul {
  display: flex;
  justify-content: center;
}
html body nav[role=navigation] ul li {
  margin: 0.5rem;
  padding: 0 0.5rem;
}
html body nav[role=navigation] ul li::before {
  display: none;
}
html body nav[role=navigation] ul li.is-active {
  font-weight: 700;
}
html body .organization-chart .row .col-12 {
  padding: 1rem 2rem;
}
html body .organization-chart .vertical-bar,
html body .organization-chart .horizontal-bar {
  position: relative;
}
html body .organization-chart .vertical-bar::after,
html body .organization-chart .horizontal-bar::after {
  content: "";
  display: block;
  background: #000000;
  position: absolute;
}
html body .organization-chart .horizontal-bar {
  height: 2rem;
}
html body .organization-chart .horizontal-bar::after {
  width: 100%;
  height: 2px;
  left: 0;
  top: calc(50% - 1px);
}
html body .organization-chart .vertical-bar::after {
  width: 2px;
  height: 100%;
  left: calc(50% - 1px);
  top: 10px;
}
html body .organization-chart .top-bar::before,
html body .organization-chart .right-bar::before,
html body .organization-chart .bottom-bar::before,
html body .organization-chart .left-bar::before {
  content: "";
  display: block;
  width: 4rem;
  height: 2px;
  background: #000000;
  position: absolute;
}
@media (max-width: 767px) {
  html body .organization-chart .right-bar::before,
  html body .organization-chart .bottom-bar::before,
  html body .organization-chart .left-bar::before {
    display: none;
  }
  html body .organization-chart .sub-collapse .left-bar::before {
    display: block;
  }
}
html body .organization-chart .top-bar::before {
  width: 2px;
  height: 2rem;
  top: -2rem;
  left: calc(50% - 1px);
}
html body .organization-chart .right-bar::before {
  top: 3.15rem;
  right: -4rem;
}
html body .organization-chart .bottom-bar::before {
  width: 2px;
  height: 2rem;
  bottom: -2rem;
  left: calc(50% - 1px);
}
html body .organization-chart .left-bar::before {
  top: 3.15rem;
  left: -4rem;
}
html body .organization-chart .card {
  position: relative;
  overflow: visible;
  z-index: 2;
  font-size: 1.4rem;
}
html body .organization-chart .card .card-header .display-6 {
  font-weight: 500;
}
html body .organization-chart .card .card-body .collapse > div,
html body .organization-chart .card .card-body .collapsing > div {
  padding-top: 10px;
}
html body .organization-chart .card .card-footer {
  padding: 0 20px 10px 20px;
}
html body .organization-chart .card .card-footer a {
  width: 22px;
  height: 22px;
  border: solid 1px #00B5E2;
  background: #00B5E2;
  border-radius: 50%;
  display: block;
  margin: auto;
}
html body .organization-chart .card .card-footer a span {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
}
html body .organization-chart .card .card-footer a span::before, html body .organization-chart .card .card-footer a span::after {
  content: "";
  width: 12px;
  height: 1px;
  display: block;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
html body .organization-chart .card .card-footer a.collapsed span::after {
  width: 1px;
  height: 12px;
}
html body .organization-chart .card.card-expand {
  min-height: 17rem;
}
html body .organization-chart .card.card-mid-blue, html body .organization-chart .card.card-dark-green, html body .organization-chart .card.card-pink, html body .organization-chart .card.card-blue, html body .organization-chart .card.card-purple {
  background: #00B5E2;
  color: #ffffff;
}
html body .organization-chart .card.card-mid-blue .card-footer a, html body .organization-chart .card.card-dark-green .card-footer a, html body .organization-chart .card.card-pink .card-footer a, html body .organization-chart .card.card-blue .card-footer a, html body .organization-chart .card.card-purple .card-footer a {
  border-color: #ffffff;
}
html body .organization-chart .card.card-dark-green {
  background: #008675;
}
html body .organization-chart .card.card-pink {
  background: #F8485E;
}
html body .organization-chart .card.card-blue {
  background: #01426A;
}
html body .organization-chart .card.card-purple {
  background: #9B26B6;
}
html body .organization-chart .sub-collapse {
  padding-left: 4rem;
  padding-right: 2rem;
  position: relative;
}
html body .organization-chart .sub-collapse::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #000000;
  position: absolute;
  left: 2rem;
  top: -2rem;
}
html body .organization-chart .sub-collapse .card {
  margin-top: 2rem;
}
html body .organization-chart .sub-collapse .card.left-bar::before {
  top: 3.15rem;
  left: -2rem;
  width: 2rem;
}
html body .organization-chart .sub-collapse .card:last-of-type::after {
  content: "";
  display: block;
  background: #ffffff;
  position: absolute;
  width: 1rem;
  top: 0;
  height: calc(100% - 3.5rem);
  left: -2rem;
  top: calc(3.15rem + 2px);
}
html body .organization-chart .sub-collapse .sub-sub-collapse {
  padding-left: 1rem;
  padding-right: 1rem;
}
html body .module-share ul {
  display: flex;
  justify-content: center;
  margin: 0 -10px;
  padding: 0;
}
html body .module-share ul li {
  list-style: none;
  line-height: 0;
  font-size: 0;
  padding: 0;
  margin: 0 10px;
}
html body .module-share ul li::before {
  display: none;
}
html body .module-share .social-icons {
  width: 3.5rem;
  height: 3.5rem;
  margin: 0;
  border-radius: 50%;
  display: block;
}
html body .module-share .social-icons::before, html body .module-share .social-icons::after {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  top: 0;
  left: 0;
}
html body .module-share .social-icons::after {
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}
html body .module-share .social-icons:hover::after {
  opacity: 1;
}
html body .module-share .social-icons.social-icons-twitter::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzUiIGhlaWdodD0iMzUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48Y2lyY2xlIGZpbGw9IiNEMkQyRDIiIGN4PSIxNy41IiBjeT0iMTcuNjMxIiByPSIxNi44Ii8+PHBhdGggZD0iTTI2LjYgMTIuODk0Yy0uNjI1LjI2NS0xLjI5LjQ0LTEuOTg1LjUyNmEzLjMzNCAzLjMzNCAwIDAwMS41MTYtMS44NDFjLS42NjYuMzg0LTEuNDAxLjY1NS0yLjE4NC44MDZhMy41MDcgMy41MDcgMCAwMC0yLjUxNi0xLjA1NGMtMS45MDcgMC0zLjQ0MiAxLjQ5Ny0zLjQ0MiAzLjMzMiAwIC4yNjQuMDIzLjUxOC4wOC43NmE5Ljg2MiA5Ljg2MiAwIDAxLTcuMS0zLjQ4NSAzLjI3IDMuMjcgMCAwMC0uNDcgMS42ODRjMCAxLjE1My42MTQgMi4xNzYgMS41MyAyLjc2OGEzLjQ5IDMuNDkgMCAwMS0xLjU1Ny0uNDF2LjAzNmMwIDEuNjE5IDEuMTk0IDIuOTYzIDIuNzYgMy4yNzMtLjI4LjA3NC0uNTg2LjExLS45MDQuMTEtLjIyIDAtLjQ0My0uMDEzLS42NTItLjA1Ny40NDcgMS4zMTkgMS43MTMgMi4yODggMy4yMTkgMi4zMmE3LjA3MiA3LjA3MiAwIDAxLTQuMjcgMS40MmMtLjI4MyAwLS41NTQtLjAxMi0uODI1LS4wNDVhOS45MzggOS45MzggMCAwMDUuMjg0IDEuNDk0YzYuMzM3IDAgOS44MDItNS4wNzcgOS44MDItOS40NzcgMC0uMTQ4LS4wMDUtLjI5LS4wMTItLjQzYTYuNzUgNi43NSAwIDAwMS43MjYtMS43M3oiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvZz48L3N2Zz4=);
}
html body .module-share .social-icons.social-icons-twitter::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzUiIGhlaWdodD0iMzUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48Y2lyY2xlIGZpbGw9IiMwMEFDRUUiIGN4PSIxNy41IiBjeT0iMTcuNjMxIiByPSIxNi44Ii8+PHBhdGggZD0iTTI2LjYgMTIuODk0Yy0uNjI1LjI2NS0xLjI5LjQ0LTEuOTg1LjUyNmEzLjMzNCAzLjMzNCAwIDAwMS41MTYtMS44NDFjLS42NjYuMzg0LTEuNDAxLjY1NS0yLjE4NC44MDZhMy41MDcgMy41MDcgMCAwMC0yLjUxNi0xLjA1NGMtMS45MDcgMC0zLjQ0MiAxLjQ5Ny0zLjQ0MiAzLjMzMiAwIC4yNjQuMDIzLjUxOC4wOC43NmE5Ljg2MiA5Ljg2MiAwIDAxLTcuMS0zLjQ4NSAzLjI3IDMuMjcgMCAwMC0uNDcgMS42ODRjMCAxLjE1My42MTQgMi4xNzYgMS41MyAyLjc2OGEzLjQ5IDMuNDkgMCAwMS0xLjU1Ny0uNDF2LjAzNmMwIDEuNjE5IDEuMTk0IDIuOTYzIDIuNzYgMy4yNzMtLjI4LjA3NC0uNTg2LjExLS45MDQuMTEtLjIyIDAtLjQ0My0uMDEzLS42NTItLjA1Ny40NDcgMS4zMTkgMS43MTMgMi4yODggMy4yMTkgMi4zMmE3LjA3MiA3LjA3MiAwIDAxLTQuMjcgMS40MmMtLjI4MyAwLS41NTQtLjAxMi0uODI1LS4wNDVhOS45MzggOS45MzggMCAwMDUuMjg0IDEuNDk0YzYuMzM3IDAgOS44MDItNS4wNzcgOS44MDItOS40NzcgMC0uMTQ4LS4wMDUtLjI5LS4wMTItLjQzYTYuNzUgNi43NSAwIDAwMS43MjYtMS43M3oiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvZz48L3N2Zz4=);
}
html body .module-share .social-icons.social-icons-facebook::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzUiIGhlaWdodD0iMzUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48Y2lyY2xlIGZpbGw9IiNEMkQyRDIiIGN4PSIxNy41IiBjeT0iMTcuNSIgcj0iMTcuNSIvPjxwYXRoIGQ9Ik0xOS4xMjUgMTMuOTYyVjExLjQzYzAtLjY5OC41NDktMS4yNjUgMS4yMjUtMS4yNjVoMS4yMjVWN2gtMi40NWMtMi4wMyAwLTMuNjc1IDEuNy0zLjY3NSAzLjc5N3YzLjE2NUgxM3YzLjE2NWgyLjQ1djEwLjEyNmgzLjY3NVYxNy4xMjdoMi40NWwxLjIyNS0zLjE2NWgtMy42NzV6IiBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L2c+PC9zdmc+);
}
html body .module-share .social-icons.social-icons-facebook::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzUiIGhlaWdodD0iMzUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48Y2lyY2xlIGZpbGw9IiMzQjU5OTgiIGN4PSIxNy41IiBjeT0iMTcuNSIgcj0iMTcuNSIvPjxwYXRoIGQ9Ik0xOS4xMjUgMTMuOTYyVjExLjQzYzAtLjY5OC41NDktMS4yNjUgMS4yMjUtMS4yNjVoMS4yMjVWN2gtMi40NWMtMi4wMyAwLTMuNjc1IDEuNy0zLjY3NSAzLjc5N3YzLjE2NUgxM3YzLjE2NWgyLjQ1djEwLjEyNmgzLjY3NVYxNy4xMjdoMi40NWwxLjIyNS0zLjE2NWgtMy42NzV6IiBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L2c+PC9zdmc+);
}
html body .module-share .social-icons.social-icons-instagram::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzUiIGhlaWdodD0iMzUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48Y2lyY2xlIGZpbGw9IiNEMkQyRDIiIGN4PSIxNy41IiBjeT0iMTcuNSIgcj0iMTYuOCIvPjxwYXRoIGQ9Ik0yNi41NTQgMTQuMjA2Yy0uMDQzLS45NjctLjItMS42MzItLjQyMy0yLjIwOGE0LjQ0MSA0LjQ0MSAwIDAwLTEuMDUzLTEuNjE0IDQuNDggNC40OCAwIDAwLTEuNjExLTEuMDQ5Yy0uNTgtLjIyNC0xLjI0MS0uMzgtMi4yMDgtLjQyMy0uOTc1LS4wNDYtMS4yODQtLjA1Ny0zLjc1NS0uMDU3LTIuNDcyIDAtMi43ODEuMDEtMy43NTIuMDUzLS45NjcuMDQzLTEuNjMyLjItMi4yMDguNDIzYTQuNDQyIDQuNDQyIDAgMDAtMS42MTUgMS4wNTMgNC40OCA0LjQ4IDAgMDAtMS4wNDkgMS42MWMtLjIyNC41OC0uMzggMS4yNDEtLjQyMyAyLjIwOC0uMDQ2Ljk3NS0uMDU3IDEuMjg0LS4wNTcgMy43NTUgMCAyLjQ3LjAxIDIuNzguMDUzIDMuNzUuMDQzLjk2OC4yIDEuNjMzLjQyNCAyLjIwOS4yMy42MTEuNTkgMS4xNTkgMS4wNTIgMS42MTRhNC40OCA0LjQ4IDAgMDAxLjYxMSAxLjA0OWMuNTguMjI0IDEuMjQxLjM4IDIuMjA4LjQyMy45NzEuMDQyIDEuMjguMDUzIDMuNzUyLjA1MyAyLjQ3MiAwIDIuNzgtLjAxIDMuNzUyLS4wNTMuOTY3LS4wNDMgMS42MzItLjIgMi4yMDgtLjQyM2E0LjY1NiA0LjY1NiAwIDAwMi42NjQtMi42NjNjLjIyMy0uNTguMzgtMS4yNDEuNDIzLTIuMjA4LjA0Mi0uOTcuMDUzLTEuMjguMDUzLTMuNzUxcy0uMDA0LTIuNzgtLjA0Ni0zLjc1MXptLTEuNjQgNy40M2MtLjAzOS44OS0uMTg4IDEuMzctLjMxMiAxLjY5YTMuMDIgMy4wMiAwIDAxLTEuNzI5IDEuNzI3Yy0uMzIuMTI1LS44MDMuMjc0LTEuNjg5LjMxMy0uOTYuMDQzLTEuMjQ4LjA1NC0zLjY3Ny4wNTQtMi40MjkgMC0yLjcyLS4wMTEtMy42NzctLjA1NC0uODg5LS4wMzktMS4zNjktLjE4OC0xLjY4OS0uMzEzYTIuODAxIDIuODAxIDAgMDEtMS4wNDUtLjY3OSAyLjgzIDIuODMgMCAwMS0uNjgtMS4wNDVjLS4xMjQtLjMyLS4yNzQtLjgwNC0uMzEzLTEuNjg5LS4wNDItLjk2LS4wNTMtMS4yNDgtLjA1My0zLjY3NnMuMDEtMi43Mi4wNTMtMy42NzZjLjA0LS44OS4xODktMS4zNy4zMTMtMS42OS4xNDYtLjM5NC4zNzctLjc1My42ODMtMS4wNDUuMjk1LS4zMDIuNjUtLjUzMyAxLjA0Ni0uNjc5LjMyLS4xMjQuODAzLS4yNzMgMS42ODktLjMxMi45Ni0uMDQzIDEuMjQ4LS4wNTQgMy42NzctLjA1NCAyLjQzMiAwIDIuNzIuMDExIDMuNjc3LjA1NC44ODkuMDM5IDEuMzY5LjE4OCAxLjY4OS4zMTJhMi44IDIuOCAwIDAxMS4wNDUuNjhjLjMwMy4yOTUuNTM0LjY1LjY4IDEuMDQ1LjEyNC4zMi4yNzMuODAzLjMxMiAxLjY4OS4wNDMuOTYuMDU0IDEuMjQ4LjA1NCAzLjY3NnMtLjAxIDIuNzEzLS4wNTQgMy42NzN6IiBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNMTcuNSAxMy4wNTVhNC45MDEgNC45MDEgMCAwMDAgOS44IDQuOTAxIDQuOTAxIDAgMDAwLTkuOHptMCA4LjA3OWEzLjE3OSAzLjE3OSAwIDExLjAwMS02LjM1OSAzLjE3OSAzLjE3OSAwIDAxLS4wMDEgNi4zNTl6TTIzLjggMTMuNzU1YS43LjcgMCAxMS0xLjQgMCAuNy43IDAgMDExLjQgMHoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvZz48L3N2Zz4=);
}
html body .module-share .social-icons.social-icons-instagram::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzUiIGhlaWdodD0iMzUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGN4PSIxNi4xNzUlIiBjeT0iODcuMDgzJSIgZng9IjE2LjE3NSUiIGZ5PSI4Ny4wODMlIiByPSIxMDAuNTgyJSIgaWQ9ImEiPjxzdG9wIHN0b3AtY29sb3I9IiNGRkRDODAiIG9mZnNldD0iMCUiLz48c3RvcCBzdG9wLWNvbG9yPSIjRkNBRjQ1IiBvZmZzZXQ9IjExLjA1NCUiLz48c3RvcCBzdG9wLWNvbG9yPSIjRjc3NzM3IiBvZmZzZXQ9IjIyLjEwNSUiLz48c3RvcCBzdG9wLWNvbG9yPSIjRjU2MDQwIiBvZmZzZXQ9IjM3LjI0MSUiLz48c3RvcCBzdG9wLWNvbG9yPSIjRkQxRDFEIiBvZmZzZXQ9IjUxLjY1NSUiLz48c3RvcCBzdG9wLWNvbG9yPSIjRTEzMDZDIiBvZmZzZXQ9IjY2Ljc5MiUiLz48c3RvcCBzdG9wLWNvbG9yPSIjODMzQUI0IiBvZmZzZXQ9IjgyLjE2NiUiLz48c3RvcCBzdG9wLWNvbG9yPSIjNTg1MURCIiBvZmZzZXQ9IjkyLjA5NSUiLz48c3RvcCBzdG9wLWNvbG9yPSIjNDA1REU2IiBvZmZzZXQ9IjEwMCUiLz48L3JhZGlhbEdyYWRpZW50PjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxjaXJjbGUgZmlsbD0idXJsKCNhKSIgY3g9IjE3LjUiIGN5PSIxNy41IiByPSIxNi44Ii8+PHBhdGggZD0iTTI2LjU1NCAxNC4yMDZjLS4wNDMtLjk2Ny0uMi0xLjYzMi0uNDIzLTIuMjA4YTQuNDQxIDQuNDQxIDAgMDAtMS4wNTMtMS42MTQgNC40OCA0LjQ4IDAgMDAtMS42MTEtMS4wNDljLS41OC0uMjI0LTEuMjQxLS4zOC0yLjIwOC0uNDIzLS45NzUtLjA0Ni0xLjI4NC0uMDU3LTMuNzU1LS4wNTctMi40NzIgMC0yLjc4MS4wMS0zLjc1Mi4wNTMtLjk2Ny4wNDMtMS42MzIuMi0yLjIwOC40MjNhNC40NDIgNC40NDIgMCAwMC0xLjYxNSAxLjA1MyA0LjQ4IDQuNDggMCAwMC0xLjA0OSAxLjYxYy0uMjI0LjU4LS4zOCAxLjI0MS0uNDIzIDIuMjA4LS4wNDYuOTc1LS4wNTcgMS4yODQtLjA1NyAzLjc1NSAwIDIuNDcuMDEgMi43OC4wNTMgMy43NS4wNDMuOTY4LjIgMS42MzMuNDI0IDIuMjA5LjIzLjYxMS41OSAxLjE1OSAxLjA1MiAxLjYxNGE0LjQ4IDQuNDggMCAwMDEuNjExIDEuMDQ5Yy41OC4yMjQgMS4yNDEuMzggMi4yMDguNDIzLjk3MS4wNDIgMS4yOC4wNTMgMy43NTIuMDUzIDIuNDcyIDAgMi43OC0uMDEgMy43NTItLjA1My45NjctLjA0MyAxLjYzMi0uMiAyLjIwOC0uNDIzYTQuNjU2IDQuNjU2IDAgMDAyLjY2NC0yLjY2M2MuMjIzLS41OC4zOC0xLjI0MS40MjMtMi4yMDguMDQyLS45Ny4wNTMtMS4yOC4wNTMtMy43NTFzLS4wMDQtMi43OC0uMDQ2LTMuNzUxem0tMS42NCA3LjQzYy0uMDM5Ljg5LS4xODggMS4zNy0uMzEyIDEuNjlhMy4wMiAzLjAyIDAgMDEtMS43MjkgMS43MjdjLS4zMi4xMjUtLjgwMy4yNzQtMS42ODkuMzEzLS45Ni4wNDMtMS4yNDguMDU0LTMuNjc3LjA1NC0yLjQyOSAwLTIuNzItLjAxMS0zLjY3Ny0uMDU0LS44ODktLjAzOS0xLjM2OS0uMTg4LTEuNjg5LS4zMTNhMi44MDEgMi44MDEgMCAwMS0xLjA0NS0uNjc5IDIuODMgMi44MyAwIDAxLS42OC0xLjA0NWMtLjEyNC0uMzItLjI3NC0uODA0LS4zMTMtMS42ODktLjA0Mi0uOTYtLjA1My0xLjI0OC0uMDUzLTMuNjc2cy4wMS0yLjcyLjA1My0zLjY3NmMuMDQtLjg5LjE4OS0xLjM3LjMxMy0xLjY5LjE0Ni0uMzk0LjM3Ny0uNzUzLjY4My0xLjA0NS4yOTUtLjMwMi42NS0uNTMzIDEuMDQ2LS42NzkuMzItLjEyNC44MDMtLjI3MyAxLjY4OS0uMzEyLjk2LS4wNDMgMS4yNDgtLjA1NCAzLjY3Ny0uMDU0IDIuNDMyIDAgMi43Mi4wMTEgMy42NzcuMDU0Ljg4OS4wMzkgMS4zNjkuMTg4IDEuNjg5LjMxMmEyLjggMi44IDAgMDExLjA0NS42OGMuMzAzLjI5NS41MzQuNjUuNjggMS4wNDUuMTI0LjMyLjI3My44MDMuMzEyIDEuNjg5LjA0My45Ni4wNTQgMS4yNDguMDU0IDMuNjc2cy0uMDEgMi43MTMtLjA1NCAzLjY3M3oiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik0xNy41IDEzLjA1NWE0LjkwMSA0LjkwMSAwIDAwMCA5LjggNC45MDEgNC45MDEgMCAwMDAtOS44em0wIDguMDc5YTMuMTc5IDMuMTc5IDAgMTEuMDAxLTYuMzU5IDMuMTc5IDMuMTc5IDAgMDEtLjAwMSA2LjM1OXpNMjMuOCAxMy43NTVhLjcuNyAwIDExLTEuNCAwIC43LjcgMCAwMTEuNCAweiIgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9nPjwvc3ZnPg==);
}
html body .module-share .social-icons.social-icons-youtube::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzUiIGhlaWdodD0iMzUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48Y2lyY2xlIGZpbGw9IiNEMkQyRDIiIGN4PSIxNy41IiBjeT0iMTcuNSIgcj0iMTcuNSIvPjxwYXRoIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTEyLjM5NiAyNS4yMDNWOS40OGwxMi45MTIgNy44NjJ6Ii8+PC9nPjwvc3ZnPg==);
}
html body .module-share .social-icons.social-icons-youtube::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzUiIGhlaWdodD0iMzUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48Y2lyY2xlIGZpbGw9IiNDNDMwMkIiIGN4PSIxNy41IiBjeT0iMTcuNSIgcj0iMTcuNSIvPjxwYXRoIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTEyLjM5NiAyNS4yMDNWOS40OGwxMi45MTIgNy44NjJ6Ii8+PC9nPjwvc3ZnPg==);
}
html body .module-share .social-icons.social-icons-linkedin::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzUiIGhlaWdodD0iMzUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48Y2lyY2xlIGZpbGw9IiNEMkQyRDIiIGN4PSIxNy41IiBjeT0iMTcuNSIgcj0iMTcuNSIvPjxwYXRoIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTkuNDUyIDEzLjI1M2gzLjY0djEwLjkyaC0zLjY0ek0yMy43ODIgMTMuMzgxYy0uMDM4LS4wMTItLjA3NC0uMDI0LS4xMTMtLjAzNWEyLjMwMiAyLjMwMiAwIDAwLS4xNDQtLjAyOCAzLjE4MyAzLjE4MyAwIDAwLS42MzgtLjA2NWMtMi4wNyAwLTMuMzg0IDEuNTA2LTMuODE3IDIuMDg4di0yLjA4OGgtMy41NTJ2MTAuOTJoMy41NTJ2LTUuOTU2czIuNjg1LTMuNzM5IDMuODE3LS45OTN2Ni45NWgzLjU1MXYtNy4zN2MwLTEuNjUtMS4xMy0zLjAyNS0yLjY1Ni0zLjQyM3oiLz48Y2lyY2xlIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIgY3g9IjExLjI3MiIgY3k9IjEwLjIyIiByPSIxLjgyIi8+PC9nPjwvc3ZnPg==);
}
html body .module-share .social-icons.social-icons-linkedin::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzUiIGhlaWdodD0iMzUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48Y2lyY2xlIGZpbGw9IiMwRTc2QTgiIGN4PSIxNy41IiBjeT0iMTcuNSIgcj0iMTcuNSIvPjxwYXRoIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTkuNDUyIDEzLjI1M2gzLjY0djEwLjkyaC0zLjY0ek0yMy43ODIgMTMuMzgxYy0uMDM4LS4wMTItLjA3NC0uMDI0LS4xMTMtLjAzNWEyLjMwMiAyLjMwMiAwIDAwLS4xNDQtLjAyOCAzLjE4MyAzLjE4MyAwIDAwLS42MzgtLjA2NWMtMi4wNyAwLTMuMzg0IDEuNTA2LTMuODE3IDIuMDg4di0yLjA4OGgtMy41NTJ2MTAuOTJoMy41NTJ2LTUuOTU2czIuNjg1LTMuNzM5IDMuODE3LS45OTN2Ni45NWgzLjU1MXYtNy4zN2MwLTEuNjUtMS4xMy0zLjAyNS0yLjY1Ni0zLjQyM3oiLz48Y2lyY2xlIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIgY3g9IjExLjI3MiIgY3k9IjEwLjIyIiByPSIxLjgyIi8+PC9nPjwvc3ZnPg==);
}
html body section.module-404 {
  padding-top: 16rem;
}
html body footer {
  background: #01426A;
  text-align: center;
  color: #ffffff;
  margin-top: 3rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  font-size: 1.2rem;
  font-weight: 400;
}
html body footer a,
html body footer a:active,
html body footer a:focus,
html body footer a:visited {
  color: #ffffff;
}
html body footer a:hover {
  color: #00B5E2;
}
html body footer nav .nav li {
  padding-right: 1rem;
  padding-left: 1rem;
}
html body footer nav .nav li a img {
  filter: saturate(0) brightness(10);
  transition: filter 0.15s ease;
}
html body footer nav .nav li a:hover img {
  filter: saturate(1) brightness(1);
}
html body footer nav:last-of-type li {
  border-right: solid 1px rgba(255, 255, 255, 0.3);
}
html body footer nav:last-of-type li:last-of-type {
  border-right: 0 none;
}
html body .btn,
html body .btn:focus,
html body .btn:active,
html body .btn:active:focus,
html body .btn.active {
  font-size: 1.7rem;
  font-weight: 600;
  padding: 1.5rem 3rem;
  border: 0 none;
  border-radius: 0;
  line-height: 1.2;
  overflow: hidden;
  position: relative;
  transform: perspective(1px) translateZ(0);
  outline: none;
  border-radius: 3rem;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
html body .btn::after,
html body .btn:focus::after,
html body .btn:active::after,
html body .btn:active:focus::after,
html body .btn.active::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  opacity: 0;
  width: 4px;
  height: 4px;
  transform: translate(-50%, -50%);
  transition: all ease-in-out 0.4s;
}
html body .btn:hover::after {
  opacity: 1;
  transform: scale(200);
}
html body .btn-primary,
html body .btn-primary:focus,
html body .btn-primary:active,
html body .btn-primary:active:focus,
html body .btn-primary.active,
html body .btn-primary:hover,
html body .btn-primary:not(:disabled):not(.disabled):active {
  background: #00B5E2;
  border-color: #ffffff;
}
html body .btn-primary::after,
html body .btn-primary:focus::after,
html body .btn-primary:active::after,
html body .btn-primary:active:focus::after,
html body .btn-primary.active::after,
html body .btn-primary:hover::after,
html body .btn-primary:not(:disabled):not(.disabled):active::after {
  background: #01426A;
}
html body .btn-secondary,
html body .btn-secondary:focus,
html body .btn-secondary:active,
html body .btn-secondary:active:focus,
html body .btn-secondary.active,
html body .btn-secondary:hover,
html body .btn-secondary:not(:disabled):not(.disabled):active {
  background: #ffffff;
  border-color: #ffffff;
  color: #464849;
}
html body .btn-secondary::after,
html body .btn-secondary:focus::after,
html body .btn-secondary:active::after,
html body .btn-secondary:active:focus::after,
html body .btn-secondary.active::after,
html body .btn-secondary:hover::after,
html body .btn-secondary:not(:disabled):not(.disabled):active::after {
  background: #00B5E2;
}
html body .btn-secondary.chips,
html body .btn-secondary:focus.chips,
html body .btn-secondary:active.chips,
html body .btn-secondary:active:focus.chips,
html body .btn-secondary.active.chips,
html body .btn-secondary:hover.chips,
html body .btn-secondary:not(:disabled):not(.disabled):active.chips {
  color: #00B5E2;
  margin: 7.5px 15px 7.5px 0;
}
html body .btn-secondary.chips:last-of-type,
html body .btn-secondary:focus.chips:last-of-type,
html body .btn-secondary:active.chips:last-of-type,
html body .btn-secondary:active:focus.chips:last-of-type,
html body .btn-secondary.active.chips:last-of-type,
html body .btn-secondary:hover.chips:last-of-type,
html body .btn-secondary:not(:disabled):not(.disabled):active.chips:last-of-type {
  margin-right: 0;
}
html body .btn-secondary:not(:disabled):not(.disabled).active,
html body .btn-secondary:focus:not(:disabled):not(.disabled).active,
html body .btn-secondary:active:not(:disabled):not(.disabled).active,
html body .btn-secondary:active:focus:not(:disabled):not(.disabled).active,
html body .btn-secondary.active:not(:disabled):not(.disabled).active,
html body .btn-secondary:hover:not(:disabled):not(.disabled).active,
html body .btn-secondary:not(:disabled):not(.disabled):active:not(:disabled):not(.disabled).active {
  background-color: #ffffff;
  border-color: #ffffff;
}
html body .btn-secondary:not(:disabled):not(.disabled).active::after,
html body .btn-secondary:focus:not(:disabled):not(.disabled).active::after,
html body .btn-secondary:active:not(:disabled):not(.disabled).active::after,
html body .btn-secondary:active:focus:not(:disabled):not(.disabled).active::after,
html body .btn-secondary.active:not(:disabled):not(.disabled).active::after,
html body .btn-secondary:hover:not(:disabled):not(.disabled).active::after,
html body .btn-secondary:not(:disabled):not(.disabled):active:not(:disabled):not(.disabled).active::after {
  opacity: 1;
  transform: scale(150);
}
html body .btn-secondary:hover, html body .btn-secondary.chips:hover {
  color: #ffffff;
}
html body .btn-link,
html body .btn-link:focus,
html body .btn-link:active,
html body .btn-link:active:focus,
html body .btn-link.active {
  padding: 0;
  color: #00B5E2;
  text-decoration: none;
  font-weight: 400;
  font-size: 1.7rem;
  box-shadow: none;
  border-radius: 0;
  /* &::before{
      display: none;
  }  */
}
html body .btn-link::after,
html body .btn-link:focus::after,
html body .btn-link:active::after,
html body .btn-link:active:focus::after,
html body .btn-link.active::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjEzIj48cGF0aCBkPSJNLjU2OC44MDZBMS4wNDMgMS4wNDMgMCAwMTEuOTQ1LjcxOWwuMDk4LjA4N0w3LjczOCA2LjVsLTUuNjk1IDUuNjk0YTEuMDQzIDEuMDQzIDAgMDEtMS41NjItMS4zNzdsLjA4Ny0uMDk4IDQuMjE4LTQuMjJMLjU2OCAyLjI4MUExLjA0MyAxLjA0MyAwIDAxLjQ4LjkwNEwuNTY4LjgwNnoiIGZpbGw9IiMwMGI1ZTIiLz48L3N2Zz4=);
  height: 13px;
  width: 8px;
  display: inline-block;
  margin-left: 1.5rem;
  position: relative;
  top: 2px;
  background: none;
  left: auto;
  transform: none;
  opacity: 1;
}
html body .btn-link:hover {
  text-decoration: none;
  color: #00B5E2;
}
html body .btn-link:hover::after {
  transform: none;
}
html body .btn-download,
html body .btn-download:focus,
html body .btn-download:active,
html body .btn-download:active:focus,
html body .btn-download.active {
  padding-left: calc(14px + 4.5rem);
}
html body .btn-download::before,
html body .btn-download:focus::before,
html body .btn-download:active::before,
html body .btn-download:active:focus::before,
html body .btn-download.active::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGQ9Ik0xNCA2aC00VjBINHY2SDBsNyA3IDctN3pNMCAxNXYyaDE0di0ySDB6IiBpZD0iYSIvPjwvZGVmcz48dXNlIGZpbGw9IiMwQkFFRDYiIGZpbGwtcnVsZT0ibm9uemVybyIgeGxpbms6aHJlZj0iI2EiLz48L3N2Zz4=);
  height: 17px;
  width: 14px;
  position: absolute;
  top: 50%;
  left: 3rem;
  transform: translateY(-50%);
}
html body .btn-download.btn-primary::before,
html body .btn-download:focus.btn-primary::before,
html body .btn-download:active.btn-primary::before,
html body .btn-download:active:focus.btn-primary::before,
html body .btn-download.active.btn-primary::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGQ9Ik0xNCA2aC00VjBINHY2SDBsNyA3IDctN3pNMCAxNXYyaDE0di0ySDB6IiBpZD0iYSIvPjwvZGVmcz48dXNlIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIgeGxpbms6aHJlZj0iI2EiLz48L3N2Zz4=);
}
html body .btn-download.btn-secondary:hover::before,
html body .btn-download:focus.btn-secondary:hover::before,
html body .btn-download:active.btn-secondary:hover::before,
html body .btn-download:active:focus.btn-secondary:hover::before,
html body .btn-download.active.btn-secondary:hover::before {
  filter: brightness(10) saturate(0%);
}
html body .btn-download.btn-link,
html body .btn-download:focus.btn-link,
html body .btn-download:active.btn-link,
html body .btn-download:active:focus.btn-link,
html body .btn-download.active.btn-link {
  padding-left: calc(14px + 1.5rem);
}
html body .btn-download.btn-link::before,
html body .btn-download:focus.btn-link::before,
html body .btn-download:active.btn-link::before,
html body .btn-download:active:focus.btn-link::before,
html body .btn-download.active.btn-link::before {
  left: 0;
}
html body .btn-download.btn-link::after,
html body .btn-download:focus.btn-link::after,
html body .btn-download:active.btn-link::after,
html body .btn-download:active:focus.btn-link::after,
html body .btn-download.active.btn-link::after {
  display: none;
}
html body.megamenu-open::after {
  display: block;
  opacity: 0.6;
}
html body.megamenu-open section, html body.megamenu-open footer {
  filter: blur(3px);
}
html body.menuopenuser {
  overflow: hidden;
}
html body.menuopenuser::after {
  display: block;
  opacity: 0.6;
}
html body.menuopenuser section, html body.menuopenuser footer {
  filter: blur(3px);
}
html body.menuopenuser header .c-hamburger span {
  background: none;
  transition: background 0s 0.3s;
}
html body.menuopenuser header .c-hamburger span::before {
  top: 0;
  transform: rotate(45deg);
  transition: background 0.3s 0s, top 0.3s 0s, transform 0.3s 0.3s, width 0.1s 0.3s;
  width: 100%;
}
html body.menuopenuser header .c-hamburger span::after {
  bottom: 0;
  transform: rotate(-45deg);
  transition: background 0.3s 0s, bottom 0.3s 0s, transform 0.3s 0.3s, width 0.1s 0.3s;
  width: 100%;
}
html body.menuopenuser header .nav-container {
  overflow-y: auto;
  transform: translateX(0);
  opacity: 1;
  transition: opacity 0.3s 0.05s ease, transform 0s 0s;
}
html body.search .module-title {
  margin-top: 5rem;
}
html body.search .search-form {
  display: none;
}
html body.search .search-form + h2 {
  display: none;
}
html body .eu-cookie-compliance-banner {
  background: #217EA4;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
html body .eu-cookie-compliance-banner h1, html body .eu-cookie-compliance-banner h2 {
  font-size: 1.8rem;
  font-weight: 600;
}
html body .eu-cookie-compliance-banner .eu-cookie-compliance-message p {
  font-size: 1.6rem;
  display: inline;
  font-weight: 400;
}
html body .eu-cookie-compliance-banner .eu-cookie-compliance-message p a {
  color: #ffffff;
  text-decoration: underline;
}
html body .eu-cookie-compliance-banner button.decline-button {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #464849 !important;
}

div#block-views-block-notizie-block-1:lang(en) {
  display: none;
}

.module-img-full .bg img {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.module-img-full .bg .container {
  position: relative;
  z-index: 1;
}

/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700;800&display=swap'); */
h2#informativaModalLabel {
  color: #0ba2c6;
  font-size: 3rem;
}

#informativaModal h3 {
  color: #01426A;
  margin-bottom: 0.5rem;
  font-size: 2rem;
}

p#triggerInformativa {
  cursor: pointer;
  margin-top: 30px;
  padding-right: 15px;
  position: relative;
}
p#triggerInformativa span {
  color: #00B5E2 !important;
  cursor: pointer;
}
.js-form-item.form-item.js-form-type-radio.form-item-autorizzo-il-titolare-del-trattamento-ad-utilizzare-i-miei-dati-.js-form-item-autorizzo-il-titolare-del-trattamento-ad-utilizzare-i-miei-dati-.col-12.col-md-6,
.js-form-item.form-item.js-form-type-radio.form-item-autorizzo-i-contitolari-al-trattamento-dei-miei-dati-personali-p.js-form-item-autorizzo-i-contitolari-al-trattamento-dei-miei-dati-personali-p.col-12.col-md-6 {
  display: inline-block;
  margin-left: 0;
  width: 80px;
}

.js-form-item.form-item.js-form-type-radio.form-item-autorizzo-i-contitolari-al-trattamento-dei-miei-dati-personali-p.js-form-item-autorizzo-i-contitolari-al-trattamento-dei-miei-dati-personali-p.col-12.col-md-6 label,
.js-form-item.form-item.js-form-type-radio.form-item-autorizzo-i-contitolari-al-trattamento-dei-miei-dati-personali-p.js-form-item-autorizzo-i-contitolari-al-trattamento-dei-miei-dati-personali-p.col-12.col-md-6 span {
  font-size: 1.2rem !important;
}

legend, legend span {
  font-size: 1.2rem !important;
}

form#webform-submission-test-summer-camp-paragraph-934-add-form input#edit-actions-submit {
  margin: 0 auto;
}

input#edit-actions-submit:disabled,
input#edit-actions-submit:disabled:hover {
  opacity: 0.5 !important;
  cursor: not-allowed;
  background: #ffffff;
  color: #464849;
}

@media all and (max-width: 767px) {
  fieldset#edit-autorizzo-i-contitolari-al-trattamento-dei-miei-dati-personali-p--wrapper {
    max-width: none;
    flex: 0 0 100%;
  }
}
.last-update {
  display: none;
}

.investor-relations .last-update,
.investor-relators .last-update,
.sostenibilita .last-update,
.sustainability .last-update,
.page-node-830 .last-update,
.page-node-889 .last-update,
.page-node-890 .last-update,
.page-node-900 .last-update,
.page-node-893 .last-update,
.page-node-895 .last-update,
.page-node-331 .last-update {
  display: block;
}

.js-form-item.form-item.js-form-type-checkbox.form-item-presa-visione-dell-informativa-ex-art-13-gdpr-autorizzo-i-contit.js-form-item-presa-visione-dell-informativa-ex-art-13-gdpr-autorizzo-i-contit.col-12.col-md-6 input,
.js-form-item.form-item.js-form-type-checkbox.form-item-presa-visione-dei-rischi-e-delle-norme-di-accesso.js-form-item-presa-visione-dei-rischi-e-delle-norme-di-accesso.col-12.col-md-6 input {
  box-shadow: none;
  width: 1.5rem;
  height: 1.5rem;
}

.js-form-item.form-item.js-form-type-checkbox.form-item-presa-visione-dell-informativa-ex-art-13-gdpr-autorizzo-i-contit.js-form-item-presa-visione-dell-informativa-ex-art-13-gdpr-autorizzo-i-contit.col-12.col-md-6 label,
.js-form-item.form-item.js-form-type-checkbox.form-item-presa-visione-dei-rischi-e-delle-norme-di-accesso.js-form-item-presa-visione-dei-rischi-e-delle-norme-di-accesso.col-12.col-md-6 label {
  font-size: 1.2rem;
  top: calc(50% - 0.2rem);
  opacity: 1;
  margin-left: 1.5rem;
}

.blocco-financial-news-last-edited,
.blocco-news-last-edited {
  text-align: center;
  padding: 1rem;
}

.blocco-news-last-edited {
  display: none;
}

/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700;800&display=swap'); */
html body .module-accordion-tabs {
  background: #01426A;
}
html body .module-accordion-tabs .container {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
html body .module-accordion-tabs .title-2 {
  color: #ffffff;
  margin-bottom: 5rem;
}
html body .module-accordion-tabs .card {
  background: #ffffff;
  border-radius: 2rem !important;
  box-shadow: none;
  padding: 0;
  margin-bottom: 1.5rem;
  display: none;
  transition: opacity 0.5s ease;
  opacity: 0;
}
@media (min-width: 768px) {
  html body .module-accordion-tabs .card {
    opacity: 1;
    display: block;
  }
}
html body .module-accordion-tabs .card:last-of-type {
  margin-bottom: 0;
}
html body .module-accordion-tabs .card-header {
  border-bottom: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
html body .module-accordion-tabs .card-header .circle-icon {
  position: absolute;
  width: 36px;
  height: 36px;
  /* border: solid 10.5px $mid-blue; */
  top: 1.8rem;
  left: 2.5rem;
  transition: all 0.25s ease;
}
html body .module-accordion-tabs .card-header .circle-icon img {
  position: absolute;
  left: 0;
  top: -0.3rem;
  opacity: 1;
  transform: scale(1);
  transition: all 0.25s ease;
  transform-origin: center;
  width: 36px;
  height: 36px;
}
@media (min-width: 768px) {
  html body .module-accordion-tabs .card-header .circle-icon {
    width: 24px;
    height: 24px;
  }
  html body .module-accordion-tabs .card-header .circle-icon img {
    opacity: 0;
    transform: scale(0);
  }
}
html body .module-accordion-tabs .card-header .circle-icon::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjMDE0MjZBIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj48cGF0aCBkPSJNNiAxdjEwTTExIDZIMSIvPjwvZz48L3N2Zz4=);
  width: 24px;
  height: 24px;
  border: solid 2px #01426A;
  border-radius: 50%;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transform: scale(1);
  transform-origin: center;
  position: absolute;
  transition: all 0.25s ease;
}
html body .module-accordion-tabs .card-header a,
html body .module-accordion-tabs .card-header a:active,
html body .module-accordion-tabs .card-header a:focus,
html body .module-accordion-tabs .card-header a:active:focus,
html body .module-accordion-tabs .card-header a:visited {
  width: 100%;
  padding: 2rem 2rem 2rem 8rem;
  display: block;
  color: #01426A;
  position: relative;
}
html body .module-accordion-tabs .card-header h3 {
  margin-bottom: 0;
  font-size: 2rem;
  transform: translateX(0);
  transition: all 0.25s ease;
}
@media (min-width: 768px) {
  html body .module-accordion-tabs .card-header h3 {
    font-size: 1.6rem;
    transform: translateX(-2rem);
  }
}
html body .module-accordion-tabs .card-body {
  padding: 0 2rem 2rem 8rem;
}
@media (max-width: 767px) {
  html body .module-accordion-tabs .card .collapse,
  html body .module-accordion-tabs .card .collapsing {
    height: 100%;
    display: block !important;
  }
}
html body .module-accordion-tabs .card.activation {
  display: block;
}
html body .module-accordion-tabs .card.active {
  opacity: 1;
}
html body .module-accordion-tabs .card.active .card-header .circle-icon {
  width: 36px;
  height: 36px;
  /*  border: solid 10.5px $mid-blue; */
  border: 0;
}
html body .module-accordion-tabs .card.active .card-header .circle-icon img {
  opacity: 1;
  transform: scale(1);
}
html body .module-accordion-tabs .card.active .card-header .circle-icon::before {
  opacity: 0;
  transform: scale(0);
}
html body .module-accordion-tabs .card.active .card-header a,
html body .module-accordion-tabs .card.active .card-header a:active,
html body .module-accordion-tabs .card.active .card-header a:focus,
html body .module-accordion-tabs .card.active .card-header a:active:focus,
html body .module-accordion-tabs .card.active .card-header a:visited {
  pointer-events: none;
}
html body .module-accordion-tabs .card.active .card-header h3 {
  font-size: 2rem;
  transform: translateX(0);
}
html body .module-accordion-tabs .results {
  height: 100%;
  display: flex;
  gap: 30px;
  flex-direction: column;
  transition: all 0.2s ease;
}
@media (min-width: 768px) {
  html body .module-accordion-tabs .results {
    flex-direction: row;
  }
}
html body .module-accordion-tabs .results .card {
  height: auto;
  display: none;
  margin-top: 0;
  margin-bottom: 0;
  opacity: 0;
  transition: opacity 0.75s ease;
}
html body .module-accordion-tabs .results .card-header {
  height: 25rem;
  overflow: hidden;
}
html body .module-accordion-tabs .results .card-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html body .module-accordion-tabs .results .card-body {
  padding: 2rem;
}
html body .module-accordion-tabs .results .card-footer {
  padding: 0 2rem;
}
html body .module-accordion-tabs .results .card-footer .card {
  display: block;
  opacity: 1;
}
html body .module-accordion-tabs .results .card-footer.module-counter .row > * + * {
  margin-top: 0;
}
html body .module-accordion-tabs .results .card-footer.module-counter .card {
  padding: 2rem 0;
}
html body .module-accordion-tabs .results .card-footer.module-counter .card .counter-title,
html body .module-accordion-tabs .results .card-footer.module-counter .card .counter-subtitle {
  font-size: 1.8rem;
}
html body .module-accordion-tabs .results .card-footer.module-counter .card .counter-number {
  font-size: 4rem;
}
html body .module-accordion-tabs .results .card.activation {
  display: flex;
}
html body .module-accordion-tabs .results .card.active {
  opacity: 1;
}
html body .module-accordion-tabs .results-content {
  flex: 1;
  position: relative;
  width: 100%;
}
html body .module-accordion-tabs .results-content table td,
html body .module-accordion-tabs .results-content table th{
    text-wrap: wrap;
    white-space: normal;
}
html body .module-accordion-tabs .results-numbers {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 100%;
  width: fit-content;
  position: relative;
  padding: 0;
  margin: auto;
}
@media (min-width: 768px) {
  html body .module-accordion-tabs .results-numbers {
    flex-direction: column;
    justify-content: space-between;
  }
  html body .module-accordion-tabs .results-numbers::before {
    content: "";
    width: 4px;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
  }
}
html body .module-accordion-tabs .results-numbers li {
  margin: 5px 7px;
  padding: 0;
  background: #01426A;
}
@media (min-width: 768px) {
  html body .module-accordion-tabs .results-numbers li {
    padding: 16px 0;
    margin: 0;
  }
}
html body .module-accordion-tabs .results-numbers li a, html body .module-accordion-tabs .results-numbers li a:focus, html body .module-accordion-tabs .results-numbers li a:active, html body .module-accordion-tabs .results-numbers li a:active:focus, html body .module-accordion-tabs .results-numbers li a:visited, html body .module-accordion-tabs .results-numbers li a:hover {
  overflow: hidden;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  font-size: 0;
  color: transparent;
  opacity: 0.7;
}
@media (min-width: 768px) {
  html body .module-accordion-tabs .results-numbers li a, html body .module-accordion-tabs .results-numbers li a:focus, html body .module-accordion-tabs .results-numbers li a:active, html body .module-accordion-tabs .results-numbers li a:active:focus, html body .module-accordion-tabs .results-numbers li a:visited, html body .module-accordion-tabs .results-numbers li a:hover {
    width: auto;
    height: auto;
    border-radius: 0;
    background: none;
    font-size: 1.6rem;
    color: white;
  }
}
html body .module-accordion-tabs .results-numbers li::before {
  display: none;
}
html body .module-accordion-tabs .results-numbers li.active a {
  opacity: 1;
}
html body .module-accordion-tabs .results-numbers li:first-of-type {
  padding-top: 0;
}
html body .module-accordion-tabs .results-numbers li:last-of-type {
  padding-bottom: 0;
}

/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700;800&display=swap'); */
html body .module-itineraries-tabs .nav-pills {
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
}
@media (min-width: 768px) {
  html body .module-itineraries-tabs .nav-pills {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  html body .module-itineraries-tabs .nav-pills {
    gap: 3rem;
  }
}
@media (min-width: 1440px) {
  html body .module-itineraries-tabs .nav-pills {
    /*  margin-right: -3rem;
     margin-left: -3rem; */
  }
}
html body .module-itineraries-tabs .nav-pills .nav-item {
  padding: 0;
  width: 100%;
}
@media (min-width: 768px) {
  html body .module-itineraries-tabs .nav-pills .nav-item {
    width: 20%;
    max-width: 20rem;
    /* margin: auto; */
  }
}
html body .module-itineraries-tabs .nav-pills .nav-item a.nav-link {
  display: flex;
  align-items: center;
  padding: 1.5rem;
  border-radius: 1rem;
  opacity: 0.3;
  justify-content: space-between;
  transform-origin: center center;
}
html body .module-itineraries-tabs .nav-pills .nav-item a.nav-link::after {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDggNDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Ik0yNCAwQzEwLjc0NSAwIDAgMTAuNzQ1IDAgMjRzMTAuNzQ1IDI0IDI0IDI0IDI0LTEwLjc0NSAyNC0yNFMzNy4yNTUgMCAyNCAwem0wIDMyLjc2TDkuMTQ1IDE5Ljg3N2wyLjkyLTMuMzY2TDI0IDI2Ljg2MmwxMS45MzYtMTAuMzUgMi45MTkgMy4zNjdMMjQgMzIuNzU5eiIgc3R5bGU9ImZpbGw6I2ZmZiIvPjwvc3ZnPg==");
  width: 48px;
  height: 48px;
  margin-left: 1rem;
}
@media (min-width: 768px) {
  html body .module-itineraries-tabs .nav-pills .nav-item a.nav-link::after {
    display: none;
  }
}
@media (min-width: 768px) {
  html body .module-itineraries-tabs .nav-pills .nav-item a.nav-link {
    aspect-ratio: 1;
    flex-direction: column;
    padding-bottom: 3rem;
  }
}
html body .module-itineraries-tabs .nav-pills .nav-item a.nav-link img {
  width: 48px;
  margin-right: 1rem;
}
@media (min-width: 768px) {
  html body .module-itineraries-tabs .nav-pills .nav-item a.nav-link img {
    width: auto;
    margin-right: 0;
  }
}
html body .module-itineraries-tabs .nav-pills .nav-item a.nav-link div {
  display: flex;
  flex-grow: 1;
  align-items: flex-end;
}
html body .module-itineraries-tabs .nav-pills .nav-item a.nav-link span {
  font-size: 2rem;
  color: #ffffff;
  font-weight: 600;
  align-items: center;
  display: flex;
}
@media (min-width: 768px) {
  html body .module-itineraries-tabs .nav-pills .nav-item a.nav-link span::after {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNMS40MSAwIDAgMS40MSA0LjU4IDYgMCAxMC41OSAxLjQxIDEybDYtNnoiLz48L2RlZnM+PGcgdHJhbnNmb3JtPSJyb3RhdGUoOTAgNC43MDUgMTMuMjk1KSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48bWFzayBpZD0iYiIgZmlsbD0iI2ZmZiI+PHVzZSB4bGluazpocmVmPSIjYSIvPjwvbWFzaz48ZyBtYXNrPSJ1cmwoI2IpIiBmaWxsPSIjRkZGIj48cGF0aCBkPSJNLTguNTktNmgyNHYyNGgtMjR6Ii8+PC9nPjwvZz48L3N2Zz4=");
    width: 24px;
    height: 24px;
  }
}
html body .module-itineraries-tabs .nav-pills .nav-item a.nav-link.active, html body .module-itineraries-tabs .nav-pills .nav-item a.nav-link.start {
  opacity: 1;
}
html body .module-itineraries-tabs .nav-pills .nav-item a.nav-link.active {
  pointer-events: none;
}
html body .module-itineraries-tabs .nav-pills .nav-item a.nav-link:hover {
  transform: scale(1.1);
}
html body .module-itineraries-tabs .nav-pills .nav-item #itineraries-1-tab {
  background: #F8485E;
}
html body .module-itineraries-tabs .nav-pills .nav-item #itineraries-2-tab {
  background: #DA1984;
}
html body .module-itineraries-tabs .nav-pills .nav-item #itineraries-3-tab {
  background: #9B26B6;
}
html body .module-itineraries-tabs .nav-pills .nav-item #itineraries-4-tab {
  background: #008675;
}
html body .module-itineraries-tabs .nav-pills .nav-item #itineraries-5-tab {
  background: #01426A;
}
html body .module-itineraries-tabs .nav-pills .nav-item #itineraries-6-tab {
  background: #43B02A;
}
html body .module-itineraries-tabs .nav-pills .nav-item #itineraries-7-tab {
  background: #217EA4;
}
html body .module-itineraries-tabs .tab-pane {
  padding-top: 8rem;
}

html body .module-counter .row > * + * {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  html body .module-counter .row > * + * {
    margin-top: 0;
  }
}
html body .module-counter .card {
  color: #01426a;
  text-align: center;
  box-shadow: unset;
  max-width: 246px;
  margin: auto;
  padding: 2rem 0;
  height: 100%;
}
html body .module-counter .card .counter-title {
  font-weight: 600;
  height: 100%;
}
html body .module-counter .card .counter-title, html body .module-counter .card .counter-subtitle {
  font-size: 2rem;
  font-weight: 600;
}
html body .module-counter .card .counter-subtitle {
  font-weight: 300;
}
html body .module-counter .card .counter-number {
  font-size: 5.2rem;
  font-weight: 400;
  margin-top: auto;
  margin-bottom: auto;
}

html body section.module-floating {
  overflow: hidden;
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}
html body section.module-floating .floating-wrapper {
  flex: 100%;
}
@media (min-width: 768px) {
  html body section.module-floating .floating-wrapper {
    flex: calc(50% - 30px);
  }
}
html body section.module-floating .floating-container {
  text-align: center;
  position: relative;
  color: #01426a;
  width: fit-content;
  margin: auto;
  z-index: 0;
}
html body section.module-floating .floating-title {
  font-weight: 400;
  margin-bottom: 0;
}
html body section.module-floating .floating-ghost {
  position: absolute;
  z-index: -1;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
html body section.module-floating .floating-ghost::selection {
  background: transparent;
}
html body section.module-floating .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15rem 5rem;
}
html body section.module-floating .grid .floating-wrapper:nth-child(1) .floating-title {
  font-size: 5rem;
}
html body section.module-floating .grid .floating-wrapper:nth-child(1) .floating-ghost:nth-of-type(1) {
  top: -5rem;
  left: -6rem;
  opacity: 0.3;
  font-size: 5rem;
  animation-name: floating1;
}
html body section.module-floating .grid .floating-wrapper:nth-child(1) .floating-ghost:nth-of-type(2) {
  top: -2rem;
  right: -4rem;
  opacity: 0.15;
  font-size: 2.5rem;
  animation-name: floating2;
}
html body section.module-floating .grid .floating-wrapper:nth-child(1) .floating-ghost:nth-of-type(3) {
  top: 5rem;
  left: 2rem;
  opacity: 0.1;
  font-size: 3rem;
  animation-name: floating3;
}
html body section.module-floating .grid .floating-wrapper:nth-child(1) .floating-ghost:nth-of-type(4) {
  top: 5rem;
  right: -15rem;
  opacity: 0.2;
  font-size: 4rem;
  animation-name: floating4;
}
html body section.module-floating .grid .floating-wrapper:nth-child(2) .floating-title {
  font-size: 6rem;
}
html body section.module-floating .grid .floating-wrapper:nth-child(2) .floating-ghost:nth-of-type(1) {
  top: -2rem;
  left: -1rem;
  opacity: 0.2;
  font-size: 3.5rem;
  animation-name: floating4;
}
html body section.module-floating .grid .floating-wrapper:nth-child(2) .floating-ghost:nth-of-type(2) {
  top: -1rem;
  right: -1rem;
  opacity: 0.1;
  font-size: 3rem;
  animation-name: floating3;
}
html body section.module-floating .grid .floating-wrapper:nth-child(2) .floating-ghost:nth-of-type(3) {
  top: 7rem;
  left: -3rem;
  opacity: 0.3;
  font-size: 4rem;
  animation-name: floating2;
}
html body section.module-floating .grid .floating-wrapper:nth-child(2) .floating-ghost:nth-of-type(4) {
  top: 8rem;
  right: 0%;
  opacity: 0.2;
  font-size: 2rem;
  animation-name: floating1;
}
html body section.module-floating .grid .floating-wrapper:nth-child(3) .floating-title {
  font-size: 8rem;
}
html body section.module-floating .grid .floating-wrapper:nth-child(3) .floating-ghost:nth-of-type(1) {
  top: 1rem;
  left: -3rem;
  opacity: 0.1;
  font-size: 3rem;
  animation-name: floating2;
}
html body section.module-floating .grid .floating-wrapper:nth-child(3) .floating-ghost:nth-of-type(2) {
  top: -3rem;
  right: -3rem;
  opacity: 0.3;
  font-size: 5rem;
  animation-name: floating4;
}
html body section.module-floating .grid .floating-wrapper:nth-child(3) .floating-ghost:nth-of-type(3) {
  top: 7rem;
  left: -3rem;
  opacity: 0.3;
  font-size: 4rem;
  animation-name: floating1;
}
html body section.module-floating .grid .floating-wrapper:nth-child(3) .floating-ghost:nth-of-type(4) {
  top: 8rem;
  right: -1rem;
  opacity: 0.15;
  font-size: 3.5rem;
  animation-name: floating3;
}
html body section.module-floating .grid .floating-wrapper:nth-child(4) .floating-title {
  font-size: 5rem;
}
html body section.module-floating .grid .floating-wrapper:nth-child(4) .floating-ghost:nth-of-type(1) {
  top: -1rem;
  left: -4rem;
  opacity: 0.15;
  font-size: 3rem;
  animation-name: floating4;
}
html body section.module-floating .grid .floating-wrapper:nth-child(4) .floating-ghost:nth-of-type(2) {
  top: -4rem;
  right: -15rem;
  opacity: 0.3;
  font-size: 5rem;
  animation-name: floating2;
}
html body section.module-floating .grid .floating-wrapper:nth-child(4) .floating-ghost:nth-of-type(3) {
  top: 5rem;
  left: 2rem;
  opacity: 0.2;
  font-size: 2rem;
  animation-name: floating1;
}
html body section.module-floating .grid .floating-wrapper:nth-child(4) .floating-ghost:nth-of-type(4) {
  top: 7rem;
  right: -7rem;
  opacity: 0.15;
  font-size: 2rem;
  animation-name: floating3;
}
@keyframes floating1 {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes floating2 {
  from {
    transform: rotate(0deg) translateX(-5px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(-5px) rotate(-360deg);
  }
}
@keyframes floating3 {
  from {
    transform: rotate(0deg) translateX(-20px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(-20px) rotate(-360deg);
  }
}
@keyframes floating4 {
  from {
    transform: rotate(0deg) translateX(-5px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(-5px) rotate(-360deg);
  }
}

/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700;800&display=swap'); */
html body .module-card.module-card-personal-contacts .card {
  border: 0 none;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0;
  gap: 2.8rem;
}
@media (min-width: 576px) {
  html body .module-card.module-card-personal-contacts .card {
    flex-direction: row;
    justify-content: flex-start;
  }
}
html body .module-card.module-card-personal-contacts .card-header {
  width: 192px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: auto;
}
@media (min-width: 576px) {
  html body .module-card.module-card-personal-contacts .card-header {
    margin: 0;
  }
}
html body .module-card.module-card-personal-contacts .card-header::after {
  display: none;
  /* content:"";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: $blue;
  opacity: .3;
  mix-blend-mode: overlay; */
}
html body .module-card.module-card-personal-contacts .card-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* filter: saturate(0) */
}
html body .module-card.module-card-personal-contacts .card-body {
  border: solid 1px #01426A;
  border-radius: 2rem;
  flex: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 576px) {
  html body .module-card.module-card-personal-contacts .card-body {
    width: 37rem;
  }
}
html body .module-card.module-card-personal-contacts .card-body::before {
  content: "";
  width: 15rem;
  height: 15rem;
  border-style: solid;
  border-width: 3.8rem;
  border-radius: 50%;
  border-color: #00B5E2;
  opacity: 0.15;
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
}
html body .module-card.module-card-personal-contacts .card-personal-contacts-title {
  font-size: 2.2rem;
  color: #01426A;
  font-weight: 600;
  margin-bottom: 0;
}
html body .module-card.module-card-personal-contacts .card-personal-contacts-title + span {
  font-size: 1.6rem;
  color: #01426A;
}
html body .module-card.module-card-personal-contacts .text {
  margin-top: 2rem;
}
html body .module-card.module-card-personal-contacts .text ul {
  padding: 0;
}
html body .module-card.module-card-personal-contacts .text li {
  min-height: 26px;
  display: flex;
  align-items: center;
  padding-left: calc(26px + 1rem);
  margin-bottom: 1.5rem;
}
html body .module-card.module-card-personal-contacts .text li::before {
  width: 26px;
  height: 26px;
  background: none;
  border-radius: 0;
  line-height: 0;
  font-size: 0;
  top: 0;
}
html body .module-card.module-card-personal-contacts .text li a,
html body .module-card.module-card-personal-contacts .text li a:active,
html body .module-card.module-card-personal-contacts .text li a:focus,
html body .module-card.module-card-personal-contacts .text li a:active:focus,
html body .module-card.module-card-personal-contacts .text li a:visited {
  color: #01426A;
}
html body .module-card.module-card-personal-contacts .text li a:hover {
  color: #00B5E2;
}
html body .module-card.module-card-personal-contacts .text li.email::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjYgMjYiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxjaXJjbGUgY3g9IjEzIiBjeT0iMTMiIHI9IjEzIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojMDE0MjZhIi8+PHBhdGggZD0iTTEyLjI4IDEzLjkgNi4yNCA5LjY3MmMwLS43NDQuNjA4LTEuMzUyIDEuMzUyLTEuMzUyaDEwLjgxNmMuNzQ0IDAgMS4zNTIuNjA4IDEuMzUyIDEuMzUyTDEzLjcyIDEzLjljLS4zNzcuMjY0LTEuMDYzLjI2NC0xLjQ0IDB6bS43MiAxLjU0OGMtLjUzOCAwLTEuMDc2LS4xNDctMS40OTUtLjQ0TDYuMjQgMTEuMzIydjUuMTFjMCAuNzQ0LjYwOCAxLjM1MiAxLjM1MiAxLjM1MmgxMC44MTZjLjc0NCAwIDEuMzUyLS42MDggMS4zNTItMS4zNTJ2LTUuMTFsLTUuMjY1IDMuNjg2Yy0uNDIuMjkzLS45NTcuNDQtMS40OTUuNDR6IiBzdHlsZT0iZmlsbDojZmZmIi8+PC9zdmc+);
}
html body .module-card.module-card-personal-contacts .text li.phone::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjYgMjYiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxjaXJjbGUgY3g9IjEzIiBjeT0iMTMiIHI9IjEzIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojMDE0MjZhIi8+PHBhdGggZD0iTTE3LjMxNCAxNC41NTRjLS40MzMtLjQwNS0xLjA5Ny0uNDA1LTEuNTAyIDBsLTEuMDExIDEuMDExLS4wMjktLjAyOWExNS4yNjggMTUuMjY4IDAgMCAxLTQuMzA0LTQuMzA0bC0uMDI5LS4wMyAxLjAxMS0xLjAxYy40MDUtLjQzNC40MDUtMS4wOTggMC0xLjUwM0w5Ljc0NiA2Ljk4NWMtLjQzNC0uNDA0LTEuMDk4LS40MDQtMS41MDIgMGwtLjU3OC41NzhjLTEuNTAyIDEuNTAyLTEuMTU1IDMuMzIyLS4wODcgNS4wNTUgMS4wNjkgMS42NzYgMi43MTYgMy4yOTQgNC4yNDcgNC41MzYgMS4wNjkuODY3IDIuMjUzIDEuNTg5IDMuNTgyIDEuOTkzIDEuMjcxLjM3NiAyLjA4LjE0NSAzLjAzMy0uODA5bC41NzgtLjU3N2MuNDMzLS40MDUuNDMzLTEuMDcgMC0xLjUwM2wtMS43MDUtMS43MDR6IiBzdHlsZT0iZmlsbDojZmZmIi8+PC9zdmc+);
}
html body .module-card.module-card-personal-contacts .text li:last-of-type {
  margin-bottom: 0;
}

/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700;800&display=swap'); */
html body .color-dark-green {
  color: #008675;
}
html body .color-pink {
  color: #F8485E;
}
html body .color-blue {
  color: #01426A;
}
html body .color-mid-blue {
  color: #00B5E2;
}
html body .color-purple {
  color: #9B26B6;
}
html body .color-light-green {
  color: #43B02A;
}
html body .color-fucsia {
  color: #DA1984;
}

/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700;800&display=swap'); */
/* input[type=date] + label,
input[type=time] + label,
select + label {
    top: -1.1rem !important;
    font-size: 1.2rem !important;
    color: $default !important;
    opacity: 0.6 !important;
} */
.form-title {
  display: flex;
  width: 100%;
  max-width: none;
  flex: 0 0 100%;
  padding: 0 calc(15px + 1.5rem);
  margin: 2rem 0 1rem 0;
  font-size: 2rem;
  font-weight: 600;
}
.form-title .form-group {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

form div[id^=ajax-wrapper] {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  form div[id^=ajax-wrapper] {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
form div[id^=ajax-wrapper] .col-md-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
form div[id^=ajax-wrapper] label {
  top: -1.1rem !important;
  font-size: 1.2rem !important;
  color: #464849 !important;
  opacity: 0.6 !important;
}
form div[id^=ajax-wrapper] input[type=submit] {
  margin: 5px 0 0 15px !important;
  font-size: 1.2rem !important;
  height: auto !important;
  width: auto !important;
  padding: 0.5rem 1rem !important;
  line-height: 1 !important;
}
form div[id^=ajax-wrapper] span {
  margin-left: 15px;
}
form div[id^=ajax-wrapper] span + span {
  font-size: 1.2rem;
}

form div[style] {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  form div[style] {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
form div[style] div[style] {
  flex: 0 0 100%;
  max-width: 100%;
}
form div[style] div[id^=ajax-wrapper] {
  flex: 0 0 100%;
  max-width: 100%;
}

fieldset,
fieldset.fieldgroup {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  fieldset,
  fieldset.fieldgroup {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

legend {
  font-size: 1.2rem !important;
  color: #01426A !important;
  margin-bottom: 0 !important;
  padding: 0 15px !important;
}

.fieldset-wrapper {
  padding: 0;
  margin-top: 1rem;
  font-size: 1.2rem;
}

.form-item {
  margin-bottom: 15px;
}

.form-group.input-material {
  position: static;
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
  margin: 0;
  gap: 0.5rem;
  margin-top: 0;
}

.form-group.input-material label {
  position: static;
  transform: none;
  font-size: 1.2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  pointer-events: auto;
  font-weight: 400;
  opacity: 1;
  color: #01426A;
}

.js-webform-radios,
.js-webform-checkboxes {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

.js-form-type-radio,
.js-form-type-checkbox {
  max-width: fit-content;
}
.js-form-type-radio .form-group.input-material,
.js-form-type-checkbox .form-group.input-material {
  margin-top: 0;
  flex-direction: row;
  gap: 1rem;
  /* margin-left: -15px; */
}
.js-form-type-radio .form-group.input-material label,
.js-form-type-checkbox .form-group.input-material label {
  padding: 0;
  color: #01426A !important;
}

#triggerInformativa {
  display: flex;
  gap: 1rem;
}
#triggerInformativa label {
  padding: 0;
}

.text-count-wrapper, .text-count-wrapper.webform-counter-warning {
  font-size: 1.2rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  font-weight: normal;
  color: #01426A;
}

.js-form-managed-file .js-form-type-checkbox,
.js-form-managed-file .js-form-type-radio {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.js-form-managed-file .js-form-type-checkbox .form-group.input-material,
.js-form-managed-file .js-form-type-radio .form-group.input-material {
  margin-left: 0;
}
.js-form-managed-file .js-form-type-checkbox .form-group.input-material label span,
.js-form-managed-file .js-form-type-radio .form-group.input-material label span {
  margin-left: 0;
}

div[data-tippy-root] {
  flex: 1 1 auto;
  pointer-events: none;
  position: absolute;
  max-width: 30rem;
}

.tippy-box {
  background: #01426A;
}
.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 1;
}

html body section.module-form input[type=submit],
html body section.module-form input[type=submit]:focus,
html body section.module-form input[type=submit]:active,
html body section.module-form input[type=submit]:active:focus,
html body section.module-form input[type=submit].active,
html body section.module-form input[type=submit]:hover {
  align-self: flex-end;
}

.direction-column .form-group.input-material {
  flex-direction: column;
}

/* form sponsorizzazioni */
form#webform-submission-form-sponsorizzazioni-add-form,
#webform-submission-form-sponsorizzazioni-paragraph-1788-add-form,
#webform-submission-form-sponsorizzazioni-paragraph-1797-add-form,
#webform-submission-form-donazioni-paragraph-1799-add-form,
form[id^=sponsorizzazioni],
form[id^=donazioni] {
  max-width: 50%;
  margin: auto;
}
form#webform-submission-form-sponsorizzazioni-add-form .form-item,
#webform-submission-form-sponsorizzazioni-paragraph-1788-add-form .form-item,
#webform-submission-form-sponsorizzazioni-paragraph-1797-add-form .form-item,
#webform-submission-form-donazioni-paragraph-1799-add-form .form-item,
form[id^=sponsorizzazioni] .form-item,
form[id^=donazioni] .form-item {
  flex: 100%;
  width: 100%;
  max-width: 100%;
}
form#webform-submission-form-sponsorizzazioni-add-form div[id^=ajax-wrapper],
#webform-submission-form-sponsorizzazioni-paragraph-1788-add-form div[id^=ajax-wrapper],
#webform-submission-form-sponsorizzazioni-paragraph-1797-add-form div[id^=ajax-wrapper],
#webform-submission-form-donazioni-paragraph-1799-add-form div[id^=ajax-wrapper],
form[id^=sponsorizzazioni] div[id^=ajax-wrapper],
form[id^=donazioni] div[id^=ajax-wrapper] {
  flex: 0 0 100%;
  max-width: 100%;
}

/* errori drupal */
div[role=alert] {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 14px;
  gap: 8px;
  background: #ffffff;
  min-width: 200px;
  border: solid 1px #808080;
  border-radius: 4px;
  padding: 8px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
div[role=alert]::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSIjRkU4RDJDIiByeD0iMiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMCA1aDR2OGgtNHoiLz48Y2lyY2xlIGN4PSIxMiIgY3k9IjE3IiByPSIyIiBmaWxsPSIjZmZmIi8+PC9zdmc+);
  width: 24px;
  height: 24px;
}

footer div[role=alert] {
  display: none;
}

.layout-sidebar-footer .module-textblock .col-10 {
  flex: 0 0 100%;
  max-width: 100%;
}
.layout-sidebar-footer a.btn {
  text-align: left;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.layout-sidebar-footer a.btn:not(.btn-download) {
  flex-direction: row-reverse;
}
.layout-sidebar-footer a.btn:not(.btn-download)::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTIiIGhlaWdodD0iMjAiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNMCAxOC4yMTIgMS43ODggMjBsMTAtMTAtMTAtMTBMMCAxLjc4OCA4LjIxMiAxMHoiLz48L2RlZnM+PHVzZSB4bGluazpocmVmPSIjYSIgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9zdmc+);
  height: 20px;
  width: 12px;
  display: block;
  margin-left: 1.5rem;
  background: none;
  transform: none;
  opacity: 1;
}
.layout-sidebar-footer ol {
  padding-left: 20px;
}
.layout-sidebar-footer ol li {
  margin-bottom: 1rem;
}
.layout-sidebar-footer ol li:last-child {
  margin-bottom: 0;
}
.layout-sidebar-footer ol li ul,
.layout-sidebar-footer ol li ol {
  margin-top: 1rem;
}
.layout-sidebar-footer .module-card a.btn {
  flex-direction: row;
  align-items: flex-start;
}
.layout-sidebar-footer .module-card a.btn::before {
  display: none;
}

.right-sidebar section {
  padding-bottom: 3rem;
}
.right-sidebar .module .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.right-sidebar .module-card .grid-item .item {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.right-sidebar .module-card .grid-item .item:last-child {
  padding-bottom: 0;
}
.right-sidebar .module-title {
  padding-bottom: 0;
}
.right-sidebar .module-title .title {
  font-size: 2rem !important;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: fit-content;
  gap: 0.5rem;
}
.right-sidebar .module-title .title::after {
  aspect-ratio: 1;
  width: auto;
}
.right-sidebar .module-title + * {
  margin-top: 1.5rem;
}
.right-sidebar .module.pulsantiera a.btn {
  margin: 0;
  width: 100%;
}
.right-sidebar .module.pulsantiera .col-12 {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.right-sidebar a.btn[data-toggle=collapse] {
  padding: 2rem 2rem 2rem 8rem;
  display: block;
  color: #01426a;
  font-size: 2rem;
  position: relative;
  width: 100%;
  text-align: left;
  border-radius: 2rem 2rem 0 0;
  background: #ffffff;
  border: solid 1px #01426a;
  border-bottom: 0 none;
  border-bottom: 0 none;
  box-shadow: none;
  transition: none;
}
.right-sidebar a.btn[data-toggle=collapse][aria-expanded=false] {
  font-size: 1.7rem;
  text-indent: -2rem;
  border-bottom: solid 1px #01426a;
  border-radius: 2rem;
}
.right-sidebar a.btn[data-toggle=collapse][aria-expanded=false]::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjMDE0MjZBIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj48cGF0aCBkPSJNNiAxdjEwTTExIDZIMSIvPjwvZz48L3N2Zz4=);
  width: 24px;
  height: 24px;
  border: solid 2px #01426a;
  text-indent: 0;
  margin: 0;
  display: flex;
}
.right-sidebar a.btn[data-toggle=collapse]::before {
  content: "";
  width: 36px;
  height: 36px;
  border: solid 10px #00b5e2;
  border-radius: 50%;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  position: absolute;
  transform: translate(0, -50%);
  transition: all 0.25s ease;
  left: 2.5rem;
  top: 3rem;
  margin-left: 0;
}
.right-sidebar a.btn[data-toggle=collapse]::after {
  display: none;
}
.right-sidebar .collapse,
.right-sidebar .collapsing {
  margin-top: 0;
}
.right-sidebar .collapse > .card,
.right-sidebar .collapsing > .card {
  border-radius: 0 0 2rem 2rem;
  box-shadow: none;
  border: solid 1px #01426a;
  border-top: 0;
}
.right-sidebar .collapse > .card-body,
.right-sidebar .collapsing > .card-body {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.right-sidebar .collapse > .card .paragraph,
.right-sidebar .collapsing > .card .paragraph {
  padding-right: 15px;
  padding-left: 15px;
}

#page-footer > .col-12 > p {
  margin-top: 3rem;
}
#page-footer .btn[data-toggle=collapse] {
  padding: 2rem 2rem 2rem 8rem;
  display: block;
  color: #01426a;
  font-size: 2rem;
  position: relative;
  width: 100%;
  text-align: left;
  border-radius: 2rem 2rem 0 0;
  background: #ffffff;
  border: solid 1px #01426a;
  border-bottom: 0 none;
  border-bottom: 0 none;
  box-shadow: none;
  transition: none;
}
#page-footer .btn[data-toggle=collapse][aria-expanded=false] {
  font-size: 1.7rem;
  text-indent: -2rem;
  border-bottom: solid 1px #01426a;
  border-radius: 2rem;
}
#page-footer .btn[data-toggle=collapse][aria-expanded=false]::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjMDE0MjZBIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj48cGF0aCBkPSJNNiAxdjEwTTExIDZIMSIvPjwvZz48L3N2Zz4=);
  width: 24px;
  height: 24px;
  border: solid 2px #01426a;
  text-indent: 0;
}
#page-footer .btn[data-toggle=collapse]::before {
  content: "";
  width: 36px;
  height: 36px;
  border: solid 10px #00b5e2;
  border-radius: 50%;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  position: absolute;
  transform: translate(0, -50%);
  transition: all 0.25s ease;
  left: 2.5rem;
  top: 3rem;
  margin-left: 0;
}
#page-footer .btn[data-toggle=collapse]::after {
  display: none;
}
#page-footer .collapse,
#page-footer .collapsing {
  margin-top: 0;
}
#page-footer .collapse > .card,
#page-footer .collapsing > .card {
  border-radius: 0 0 2rem 2rem;
  box-shadow: none;
  border: solid 1px #01426a;
  border-top: 0;
}
#page-footer .collapse > .card-body,
#page-footer .collapsing > .card-body {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#page-footer .collapse > .card .paragraph,
#page-footer .collapsing > .card .paragraph {
  padding-right: 15px;
  padding-left: 15px;
}
#page-footer .module .col-12:not(.form-item) {
  flex: 0 0 100%;
  max-width: 100%;
}
#page-footer .module-textblock {
  padding-left: 4rem;
  padding-right: 4rem;
}
#page-footer .module-form {
  border-radius: 0.7rem;
}
#page-footer .module:last-of-type {
  padding-bottom: 0;
}/*# sourceMappingURL=main.css.map */