@charset "UTF-8";
@font-face {
  font-family: 'Material Icons Outlined';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v63/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2) format("woff2");
}

.material-icons-outlined, .form-group[data-sf-role="checkboxes-field-container"] label::after, header .main-menu-container .menu .big-menu .big-menu-item > a::after,
header .main-menu-container .menu .big-menu > li > a::after {
  font-family: 'Material Icons Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

: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: .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: -.25em;
}

sup {
  top: -.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: .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: "\2014\00A0";
}

.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: flex;
  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 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  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::-moz-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: flex;
  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: inline-flex;
  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: .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: .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: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    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: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: 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: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  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: flex;
  flex-wrap: wrap;
  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 {
  flex-direction: column;
  align-items: flex-start;
  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: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  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: flex;
  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: 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: flex;
  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: 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: 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;
}

@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;
  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: calc(1rem + 0.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: flex;
  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 {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  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: flex;
  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 {
  flex-basis: 100%;
  flex-grow: 1;
  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 {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    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 {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    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 {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    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 {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    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 {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    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 {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    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 {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    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 {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  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 {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  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, .card-post {
  position: relative;
  display: flex;
  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, .card-post > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child, .card-post > .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, .card-post > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  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: flex;
  flex-direction: column;
}

.card-deck .card, .card-deck .card-post {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card, .card-deck .card-post {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}

.card-group > .card, .card-group > .card-post {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card, .card-group > .card-post {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card, .card-group > .card-post + .card, .card-group > .card + .card-post, .card-group > .card-post + .card-post {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child), .card-group > .card-post: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-post:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card-post:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card-post:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card-post:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child), .card-group > .card-post: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-post:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card-post:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card-post:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card-post:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card, .card-columns .card-post {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card, .card-columns .card-post {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card, .accordion > .card-post {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child, .accordion > .card-post:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type), .accordion > .card-post:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion > .card:first-of-type, .accordion > .card-post:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type, .accordion > .card-post:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card .card-header, .accordion > .card-post .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  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: 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: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  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: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  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 {
  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 {
    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 {
    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 {
    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 {
    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: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.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: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-scrollable {
  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 {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  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 {
  flex-direction: column;
  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: flex;
  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: flex;
  align-items: flex-start;
  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;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  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: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .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 {
  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: 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 {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  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: flex;
  align-items: 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: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  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: .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;
}

.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: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    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: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.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: 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: sticky) {
  .sticky-top {
    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;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

pre {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  background: transparent;
  border: 1px;
}

[lang^="ar"]:not(.sfPageEditorWrp), [lang^="he"]:not(.sfPageEditorWrp), [lang^="fa"]:not(.sfPageEditorWrp), [lang^="ku"]:not(.sfPageEditorWrp), [lang^="ur"]:not(.sfPageEditorWrp), [lang^="dv"]:not(.sfPageEditorWrp), [lang^="ps"]:not(.sfPageEditorWrp), [lang^="ha"]:not(.sfPageEditorWrp), [lang^="ks"]:not(.sfPageEditorWrp), [lang^="yi"]:not(.sfPageEditorWrp), [lang^="uz-arab"]:not(.sfPageEditorWrp), [lang^="tzm-arab"]:not(.sfPageEditorWrp) {
  direction: rtl;
}

[lang^="ar"]:not(.sfPageEditorWrp) > body, [lang^="he"]:not(.sfPageEditorWrp) > body, [lang^="fa"]:not(.sfPageEditorWrp) > body, [lang^="ku"]:not(.sfPageEditorWrp) > body, [lang^="ur"]:not(.sfPageEditorWrp) > body, [lang^="dv"]:not(.sfPageEditorWrp) > body, [lang^="ps"]:not(.sfPageEditorWrp) > body, [lang^="ha"]:not(.sfPageEditorWrp) > body, [lang^="ks"]:not(.sfPageEditorWrp) > body, [lang^="yi"]:not(.sfPageEditorWrp) > body, [lang^="uz-arab"]:not(.sfPageEditorWrp) > body, [lang^="tzm-arab"]:not(.sfPageEditorWrp) > body {
  text-align: right;
}

img,
video {
  max-width: 100%;
}

.u-toe {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sf-Gallery-thumbs.sf-Gallery-thumbs--video a {
  margin: 0;
}

.sf-media .sf-media-body h3, .sf-Gallery-next,
.sf-Gallery-prev, .sf-Gallery-thumbs.sf-Gallery-thumbs--video > .sf-Gallery-thumb, .sf-list--expandable .sf-list-item h3:first-child {
  margin-top: 0;
}

.sf-Gallery-navigation, [lang^="ar"] .sf-list--expandable i, [lang^="he"] .sf-list--expandable i, [lang^="fa"] .sf-list--expandable i, [lang^="ku"] .sf-list--expandable i, [lang^="ur"] .sf-list--expandable i, [lang^="dv"] .sf-list--expandable i, [lang^="ps"] .sf-list--expandable i, [lang^="ha"] .sf-list--expandable i, [lang^="ks"] .sf-list--expandable i, [lang^="yi"] .sf-list--expandable i, [lang^="uz-arab"] .sf-list--expandable i, [lang^="tzm-arab"] .sf-list--expandable i, [lang^="ar"] .sf-Comments-header h3, [lang^="he"] .sf-Comments-header h3, [lang^="fa"] .sf-Comments-header h3, [lang^="ku"] .sf-Comments-header h3, [lang^="ur"] .sf-Comments-header h3, [lang^="dv"] .sf-Comments-header h3, [lang^="ps"] .sf-Comments-header h3, [lang^="ha"] .sf-Comments-header h3, [lang^="ks"] .sf-Comments-header h3, [lang^="yi"] .sf-Comments-header h3, [lang^="uz-arab"] .sf-Comments-header h3, [lang^="tzm-arab"] .sf-Comments-header h3, [lang^="ar"] .sf-Comment-count--block .sf-Comment-count, [lang^="he"] .sf-Comment-count--block .sf-Comment-count, [lang^="fa"] .sf-Comment-count--block .sf-Comment-count, [lang^="ku"] .sf-Comment-count--block .sf-Comment-count, [lang^="ur"] .sf-Comment-count--block .sf-Comment-count, [lang^="dv"] .sf-Comment-count--block .sf-Comment-count, [lang^="ps"] .sf-Comment-count--block .sf-Comment-count, [lang^="ha"] .sf-Comment-count--block .sf-Comment-count, [lang^="ks"] .sf-Comment-count--block .sf-Comment-count, [lang^="yi"] .sf-Comment-count--block .sf-Comment-count, [lang^="uz-arab"] .sf-Comment-count--block .sf-Comment-count, [lang^="tzm-arab"] .sf-Comment-count--block .sf-Comment-count, [lang^="ar"] .sf-FormNav li:first-child, [lang^="he"] .sf-FormNav li:first-child, [lang^="fa"] .sf-FormNav li:first-child, [lang^="ku"] .sf-FormNav li:first-child, [lang^="ur"] .sf-FormNav li:first-child, [lang^="dv"] .sf-FormNav li:first-child, [lang^="ps"] .sf-FormNav li:first-child, [lang^="ha"] .sf-FormNav li:first-child, [lang^="ks"] .sf-FormNav li:first-child, [lang^="yi"] .sf-FormNav li:first-child, [lang^="uz-arab"] .sf-FormNav li:first-child, [lang^="tzm-arab"] .sf-FormNav li:first-child, [lang^="ar"] .sf-FormNav-page, [lang^="he"] .sf-FormNav-page, [lang^="fa"] .sf-FormNav-page, [lang^="ku"] .sf-FormNav-page, [lang^="ur"] .sf-FormNav-page, [lang^="dv"] .sf-FormNav-page, [lang^="ps"] .sf-FormNav-page, [lang^="ha"] .sf-FormNav-page, [lang^="ks"] .sf-FormNav-page, [lang^="yi"] .sf-FormNav-page, [lang^="uz-arab"] .sf-FormNav-page, [lang^="tzm-arab"] .sf-FormNav-page {
  margin-right: 0;
}

.sf-Gallery-next,
.sf-Gallery-prev {
  margin-bottom: 0;
}

.sf-Gallery-navigation, .sf-Comment-count--block .sf-Comment-count, .sf-Review-count--block .sf-Review-count,
.sf-Comment-count--block .sf-Review-count {
  margin-left: 0;
}

.sf-Gallery-navigation, .sf-Comment-count--block .sf-Comment-count, .sf-Comments-header a, .sf-Review-count--block .sf-Review-count {
  margin-top: 0.25rem;
}

.sf-Gallery-thumbs.sf-Gallery-thumbs--video > .sf-Gallery-thumb, .sf-icon-feed {
  margin-right: 0.25rem;
}

.sf-list--expandable .sf-list-item > div {
  margin-bottom: 0.25rem;
}

.sf-Gallery-thumbs.sf-Gallery-thumbs--video > .sf-Gallery-thumb, [lang^="ar"] .sf-list--expandable i, [lang^="he"] .sf-list--expandable i, [lang^="fa"] .sf-list--expandable i, [lang^="ku"] .sf-list--expandable i, [lang^="ur"] .sf-list--expandable i, [lang^="dv"] .sf-list--expandable i, [lang^="ps"] .sf-list--expandable i, [lang^="ha"] .sf-list--expandable i, [lang^="ks"] .sf-list--expandable i, [lang^="yi"] .sf-list--expandable i, [lang^="uz-arab"] .sf-list--expandable i, [lang^="tzm-arab"] .sf-list--expandable i, .sf-Comments-header a {
  margin-left: 0.25rem;
}

.sf-Gallery h2, .sf-Gallery-thumbs.sf-Gallery-thumbs--video h3 {
  margin-top: 0.5rem;
}

[lang^="ar"] .sf-Comment-count,
[lang^="ar"] .sf-Review-count, [lang^="he"] .sf-Comment-count,
[lang^="he"] .sf-Review-count, [lang^="fa"] .sf-Comment-count,
[lang^="fa"] .sf-Review-count, [lang^="ku"] .sf-Comment-count,
[lang^="ku"] .sf-Review-count, [lang^="ur"] .sf-Comment-count,
[lang^="ur"] .sf-Review-count, [lang^="dv"] .sf-Comment-count,
[lang^="dv"] .sf-Review-count, [lang^="ps"] .sf-Comment-count,
[lang^="ps"] .sf-Review-count, [lang^="ha"] .sf-Comment-count,
[lang^="ha"] .sf-Review-count, [lang^="ks"] .sf-Comment-count,
[lang^="ks"] .sf-Review-count, [lang^="yi"] .sf-Comment-count,
[lang^="yi"] .sf-Review-count, [lang^="uz-arab"] .sf-Comment-count,
[lang^="uz-arab"] .sf-Review-count, [lang^="tzm-arab"] .sf-Comment-count,
[lang^="tzm-arab"] .sf-Review-count, .sf-FormNav-page, .sf-event-type {
  margin-right: 0.5rem;
}

.sf-Gallery-thumbs.sf-Gallery-thumbs--video > .sf-Gallery-thumb, .sf-Comment-count--block .sf-Comment-count,
.sf-Comment-count--block .sf-Review-count {
  margin-bottom: 0.5rem;
}

.sf-document-list--table .sf-title, .sf-Comment-count, .sf-Review-count, [lang^="ar"] .sf-FormNav-page, [lang^="he"] .sf-FormNav-page, [lang^="fa"] .sf-FormNav-page, [lang^="ku"] .sf-FormNav-page, [lang^="ur"] .sf-FormNav-page, [lang^="dv"] .sf-FormNav-page, [lang^="ps"] .sf-FormNav-page, [lang^="ha"] .sf-FormNav-page, [lang^="ks"] .sf-FormNav-page, [lang^="yi"] .sf-FormNav-page, [lang^="uz-arab"] .sf-FormNav-page, [lang^="tzm-arab"] .sf-FormNav-page {
  margin-left: 0.5rem;
}

.sf-Comment-subscribe {
  margin-top: 1rem;
}

.sf-Comments .sf-loading {
  margin-bottom: 1rem;
}

.sf-Gallery-image, .sf-Comments, .sf-Review-already {
  margin-top: 1.5rem;
}

[lang^="ar"] .sf-list--expandable .sf-list-content, [lang^="he"] .sf-list--expandable .sf-list-content, [lang^="fa"] .sf-list--expandable .sf-list-content, [lang^="ku"] .sf-list--expandable .sf-list-content, [lang^="ur"] .sf-list--expandable .sf-list-content, [lang^="dv"] .sf-list--expandable .sf-list-content, [lang^="ps"] .sf-list--expandable .sf-list-content, [lang^="ha"] .sf-list--expandable .sf-list-content, [lang^="ks"] .sf-list--expandable .sf-list-content, [lang^="yi"] .sf-list--expandable .sf-list-content, [lang^="uz-arab"] .sf-list--expandable .sf-list-content, [lang^="tzm-arab"] .sf-list--expandable .sf-list-content, .sf-Comments-header h3, .sf-FormNav li {
  margin-right: 1.5rem;
}

.sf-Gallery-navigation, .sf-search-results, .sf-Comments-header, .sf-Comments-list, .sf-Comments-more {
  margin-bottom: 1.5rem;
}

.sf-list--expandable .sf-list-content, [lang^="ar"] .sf-list--expandable .sf-list-content, [lang^="he"] .sf-list--expandable .sf-list-content, [lang^="fa"] .sf-list--expandable .sf-list-content, [lang^="ku"] .sf-list--expandable .sf-list-content, [lang^="ur"] .sf-list--expandable .sf-list-content, [lang^="dv"] .sf-list--expandable .sf-list-content, [lang^="ps"] .sf-list--expandable .sf-list-content, [lang^="ha"] .sf-list--expandable .sf-list-content, [lang^="ks"] .sf-list--expandable .sf-list-content, [lang^="yi"] .sf-list--expandable .sf-list-content, [lang^="uz-arab"] .sf-list--expandable .sf-list-content, [lang^="tzm-arab"] .sf-list--expandable .sf-list-content, [lang^="ar"] .sf-Comments-header h3, [lang^="he"] .sf-Comments-header h3, [lang^="fa"] .sf-Comments-header h3, [lang^="ku"] .sf-Comments-header h3, [lang^="ur"] .sf-Comments-header h3, [lang^="dv"] .sf-Comments-header h3, [lang^="ps"] .sf-Comments-header h3, [lang^="ha"] .sf-Comments-header h3, [lang^="ks"] .sf-Comments-header h3, [lang^="yi"] .sf-Comments-header h3, [lang^="uz-arab"] .sf-Comments-header h3, [lang^="tzm-arab"] .sf-Comments-header h3 {
  margin-left: 1.5rem;
}

.sf-Comment-subscribe {
  margin-left: 3rem;
}

pre, ul.sf-autocomplete, .sf-FormNav, .k-scheduler-agendaview .sf-event-item {
  padding: 0;
}

.sf-Gallery-next,
.sf-Gallery-prev {
  padding-top: 0;
}

[lang^="ar"] .list-unstyled,
[lang^="ar"] .list-inline, [lang^="he"] .list-unstyled,
[lang^="he"] .list-inline, [lang^="fa"] .list-unstyled,
[lang^="fa"] .list-inline, [lang^="ku"] .list-unstyled,
[lang^="ku"] .list-inline, [lang^="ur"] .list-unstyled,
[lang^="ur"] .list-inline, [lang^="dv"] .list-unstyled,
[lang^="dv"] .list-inline, [lang^="ps"] .list-unstyled,
[lang^="ps"] .list-inline, [lang^="ha"] .list-unstyled,
[lang^="ha"] .list-inline, [lang^="ks"] .list-unstyled,
[lang^="ks"] .list-inline, [lang^="yi"] .list-unstyled,
[lang^="yi"] .list-inline, [lang^="uz-arab"] .list-unstyled,
[lang^="uz-arab"] .list-inline, [lang^="tzm-arab"] .list-unstyled,
[lang^="tzm-arab"] .list-inline, [lang^="ar"] .media-left, [lang^="he"] .media-left, [lang^="fa"] .media-left, [lang^="ku"] .media-left, [lang^="ur"] .media-left, [lang^="dv"] .media-left, [lang^="ps"] .media-left, [lang^="ha"] .media-left, [lang^="ks"] .media-left, [lang^="yi"] .media-left, [lang^="uz-arab"] .media-left, [lang^="tzm-arab"] .media-left, [lang^="ar"] .nav, [lang^="he"] .nav, [lang^="fa"] .nav, [lang^="ku"] .nav, [lang^="ur"] .nav, [lang^="dv"] .nav, [lang^="ps"] .nav, [lang^="ha"] .nav, [lang^="ks"] .nav, [lang^="yi"] .nav, [lang^="uz-arab"] .nav, [lang^="tzm-arab"] .nav, [lang^="ar"] .sf-search-input-wrapper, [lang^="he"] .sf-search-input-wrapper, [lang^="fa"] .sf-search-input-wrapper, [lang^="ku"] .sf-search-input-wrapper, [lang^="ur"] .sf-search-input-wrapper, [lang^="dv"] .sf-search-input-wrapper, [lang^="ps"] .sf-search-input-wrapper, [lang^="ha"] .sf-search-input-wrapper, [lang^="ks"] .sf-search-input-wrapper, [lang^="yi"] .sf-search-input-wrapper, [lang^="uz-arab"] .sf-search-input-wrapper, [lang^="tzm-arab"] .sf-search-input-wrapper, [lang^="ar"] .sf-profile .sf-profile-aside, [lang^="he"] .sf-profile .sf-profile-aside, [lang^="fa"] .sf-profile .sf-profile-aside, [lang^="ku"] .sf-profile .sf-profile-aside, [lang^="ur"] .sf-profile .sf-profile-aside, [lang^="dv"] .sf-profile .sf-profile-aside, [lang^="ps"] .sf-profile .sf-profile-aside, [lang^="ha"] .sf-profile .sf-profile-aside, [lang^="ks"] .sf-profile .sf-profile-aside, [lang^="yi"] .sf-profile .sf-profile-aside, [lang^="uz-arab"] .sf-profile .sf-profile-aside, [lang^="tzm-arab"] .sf-profile .sf-profile-aside, .sf-lang-selector.list-inline .list-inline-item {
  padding-right: 0;
}

.sf-Gallery-next,
.sf-Gallery-prev {
  padding-bottom: 0;
}

[lang^="ar"] .checkbox label, [lang^="ar"] .radio label, [lang^="he"] .checkbox label, [lang^="he"] .radio label, [lang^="fa"] .checkbox label, [lang^="fa"] .radio label, [lang^="ku"] .checkbox label, [lang^="ku"] .radio label, [lang^="ur"] .checkbox label, [lang^="ur"] .radio label, [lang^="dv"] .checkbox label, [lang^="dv"] .radio label, [lang^="ps"] .checkbox label, [lang^="ps"] .radio label, [lang^="ha"] .checkbox label, [lang^="ha"] .radio label, [lang^="ks"] .checkbox label, [lang^="ks"] .radio label, [lang^="yi"] .checkbox label, [lang^="yi"] .radio label, [lang^="uz-arab"] .checkbox label, [lang^="uz-arab"] .radio label, [lang^="tzm-arab"] .checkbox label, [lang^="tzm-arab"] .radio label, [lang^="ar"] .checkbox input[type=checkbox], [lang^="he"] .checkbox input[type=checkbox], [lang^="fa"] .checkbox input[type=checkbox], [lang^="ku"] .checkbox input[type=checkbox], [lang^="ur"] .checkbox input[type=checkbox], [lang^="dv"] .checkbox input[type=checkbox], [lang^="ps"] .checkbox input[type=checkbox], [lang^="ha"] .checkbox input[type=checkbox], [lang^="ks"] .checkbox input[type=checkbox], [lang^="yi"] .checkbox input[type=checkbox], [lang^="uz-arab"] .checkbox input[type=checkbox], [lang^="tzm-arab"] .checkbox input[type=checkbox], [lang^="ar"] .radio input[type=radio], [lang^="he"] .radio input[type=radio], [lang^="fa"] .radio input[type=radio], [lang^="ku"] .radio input[type=radio], [lang^="ur"] .radio input[type=radio], [lang^="dv"] .radio input[type=radio], [lang^="ps"] .radio input[type=radio], [lang^="ha"] .radio input[type=radio], [lang^="ks"] .radio input[type=radio], [lang^="yi"] .radio input[type=radio], [lang^="uz-arab"] .radio input[type=radio], [lang^="tzm-arab"] .radio input[type=radio], .sf-Progress-page-title {
  padding-left: 0;
}

.sf-lang-selector a, .sf-site-selector a,
.sf-site-selector span,
.sf-site-selector strong {
  padding-top: 0.25rem;
}

.sf-Comments-list .sf-Comments-list-author {
  padding-right: 0.25rem;
}

.sf-lang-selector a, .sf-site-selector a,
.sf-site-selector span,
.sf-site-selector strong {
  padding-bottom: 0.25rem;
}

.sf-media .media-left, .sf-search-input-wrapper, .sf-lang-selector a, .sf-site-selector a,
.sf-site-selector span,
.sf-site-selector strong {
  padding-right: 0.5rem;
}

[lang^="ar"] .media-left, [lang^="he"] .media-left, [lang^="fa"] .media-left, [lang^="ku"] .media-left, [lang^="ur"] .media-left, [lang^="dv"] .media-left, [lang^="ps"] .media-left, [lang^="ha"] .media-left, [lang^="ks"] .media-left, [lang^="yi"] .media-left, [lang^="uz-arab"] .media-left, [lang^="tzm-arab"] .media-left, [lang^="ar"] .sf-search-input-wrapper, [lang^="he"] .sf-search-input-wrapper, [lang^="fa"] .sf-search-input-wrapper, [lang^="ku"] .sf-search-input-wrapper, [lang^="ur"] .sf-search-input-wrapper, [lang^="dv"] .sf-search-input-wrapper, [lang^="ps"] .sf-search-input-wrapper, [lang^="ha"] .sf-search-input-wrapper, [lang^="ks"] .sf-search-input-wrapper, [lang^="yi"] .sf-search-input-wrapper, [lang^="uz-arab"] .sf-search-input-wrapper, [lang^="tzm-arab"] .sf-search-input-wrapper, .sf-lang-selector a, .sf-site-selector a,
.sf-site-selector span,
.sf-site-selector strong {
  padding-left: 0.5rem;
}

body[contenteditable="true"] {
  padding: 1.5rem;
}

.sf-profile .sf-profile-aside, [lang^="ar"] .checkbox label, [lang^="ar"] .radio label, [lang^="he"] .checkbox label, [lang^="he"] .radio label, [lang^="fa"] .checkbox label, [lang^="fa"] .radio label, [lang^="ku"] .checkbox label, [lang^="ku"] .radio label, [lang^="ur"] .checkbox label, [lang^="ur"] .radio label, [lang^="dv"] .checkbox label, [lang^="dv"] .radio label, [lang^="ps"] .checkbox label, [lang^="ps"] .radio label, [lang^="ha"] .checkbox label, [lang^="ha"] .radio label, [lang^="ks"] .checkbox label, [lang^="ks"] .radio label, [lang^="yi"] .checkbox label, [lang^="yi"] .radio label, [lang^="uz-arab"] .checkbox label, [lang^="uz-arab"] .radio label, [lang^="tzm-arab"] .checkbox label, [lang^="tzm-arab"] .radio label {
  padding-right: 1.5rem;
}

[lang^="ar"] .sf-profile .sf-profile-aside, [lang^="he"] .sf-profile .sf-profile-aside, [lang^="fa"] .sf-profile .sf-profile-aside, [lang^="ku"] .sf-profile .sf-profile-aside, [lang^="ur"] .sf-profile .sf-profile-aside, [lang^="dv"] .sf-profile .sf-profile-aside, [lang^="ps"] .sf-profile .sf-profile-aside, [lang^="ha"] .sf-profile .sf-profile-aside, [lang^="ks"] .sf-profile .sf-profile-aside, [lang^="yi"] .sf-profile .sf-profile-aside, [lang^="uz-arab"] .sf-profile .sf-profile-aside, [lang^="tzm-arab"] .sf-profile .sf-profile-aside {
  padding-left: 1.5rem;
}

.sf-Gallery-next,
.sf-Gallery-prev {
  padding-right: 3rem;
}

.sf-Gallery-next,
.sf-Gallery-prev {
  padding-left: 3rem;
}

.sf-icon-txt {
  display: inline-block;
  position: relative;
  line-height: normal;
}

.sf-icon-txt [class^="sf-icon-txt-"] {
  position: absolute;
  height: auto;
  font-size: 0.5em;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background-color: #333;
  line-height: normal;
}

.sf-icon-txt .sf-icon-txt-xlsx {
  background-color: #38ab63;
}

.sf-icon-txt .sf-icon-txt-doc,
.sf-icon-txt .sf-icon-txt-docx {
  background-color: #1a8cff;
}

.sf-icon-txt .sf-icon-txt-ppt,
.sf-icon-txt .sf-icon-txt-pptx {
  background-color: #ed8527;
}

.sf-icon-txt .sf-icon-txt-pdf {
  background-color: #ff4848;
}

.sf-icon-txt .sf-icon-txt-zip {
  background-color: #596c9b;
}

.sf-icon-xxs {
  height: 14px;
  width: 14px;
}

.sf-icon-xs {
  height: 16px;
  width: 16px;
}

.sf-icon-txt-sm {
  padding: 0.1em 0.2em;
  top: 31%;
  right: -10%;
}

.sf-icon-sm {
  height: 24px;
  width: 24px;
}

.sf-icon-txt-md {
  padding: 0.2em 0.4em;
  top: 47%;
  right: 0;
}

.sf-icon-lg {
  height: 40px;
  width: 40px;
}

.sf-icon-file {
  fill: #ccc;
}

.sf-icon-feed {
  fill: #eb742f;
}

.sf-icon-comment {
  fill: #63b5f0;
}

.sf-icon-linkedin {
  fill: #238cc8;
}

.sf-icon-tumblr {
  fill: #426d9b;
}

.sf-icon-myspace {
  fill: #008dde;
}

.sf-icon-facebook {
  fill: #5d82d1;
}

.sf-icon-twitter {
  fill: #38bcf5;
}

.sf-icon-blogger {
  fill: #ff9233;
}

.sf-icon-delicious {
  fill: #377bda;
}

.sf-icon-stumble-upon {
  fill: #ff5c30;
}

.sf-icon-reddit {
  fill: #9bbad9;
}

.sf-icon-mailto {
  fill: #596c9b;
}

.sf-icon-digg {
  fill: #596c9b;
}

.sf-icon-google {
  fill: #347df4;
}

.sf-loading:before, .sf-loading:after, .sf-loading > span {
  background-color: #9cc5f7;
  height: 30px;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.1s infinite ease-in-out;
  animation: stretchdelay 1.1s infinite ease-in-out;
}

.sf-loading {
  height: 30px;
  width: 6px;
  position: relative;
  margin: -5px 0 0 12px;
}

.sf-loading:before, .sf-loading:after {
  content: " ";
  position: absolute;
  top: 0;
}

.sf-loading:before {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
  left: -10px;
}

.sf-loading:after {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  right: -10px;
}

.sf-loading-wrapper {
  position: absolute;
  z-index: 902;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.sf-loading-wrapper .sf-loading {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    background-color: #105ab5;
  }
}

@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    background-color: #105ab5;
  }
}

.sf-media .sf-img-thmb a {
  display: block;
  width: 120px;
  height: 90px;
  overflow: hidden;
}

.sf-media .sf-video-thmb {
  position: relative;
  width: 120px;
  height: 90px;
  background-color: #000;
}

.sf-media .sf-video-thmb a {
  display: block;
  margin-top: -35px;
  position: absolute;
  top: 50%;
  height: 70px;
  overflow: hidden;
}

.sf-media .sf-video-thmb a .sf-icon-play {
  margin-left: -15px;
  margin-top: -15px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #000;
  opacity: 0.8;
}

.sf-media .sf-video-thmb a .sf-icon-play:hover {
  background-color: #333;
}

.sf-media .sf-video-thmb a .sf-icon-play:before {
  display: block;
  position: absolute;
  left: 12px;
  top: 9px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
  content: "";
}

.sf-Gallery-thumbs-container {
  overflow: hidden;
}

.sf-Gallery-thumbs a {
  display: inline-block;
  border: 5px solid transparent;
  line-height: 120px;
  overflow: hidden;
  cursor: pointer;
}

.sf-Gallery-thumbs a.is-selected {
  border-color: #428bca;
}

.sf-Gallery-thumbs a > img {
  vertical-align: middle;
}

.sf-Gallery-image {
  position: relative;
  height: 600px;
  text-align: center;
  background: #e4e4e4;
  border: 1px solid #e4e4e4;
  line-height: 600px;
}

.sf-Gallery-image > img {
  max-height: 100%;
  width: auto;
  display: inline-block;
}

.sf-Gallery-next,
.sf-Gallery-prev {
  cursor: pointer;
  position: absolute;
  height: 600px;
  width: 50%;
  left: 0;
  top: 0;
  text-align: left;
  font-family: Verdana;
  color: #000;
  font-size: 40px;
  line-height: 600px;
  text-shadow: 0 0 3px #fff;
  opacity: 0;
  transition: opacity 0.2s ease;
  background: rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sf-Gallery-next:hover, .sf-Gallery-next:focus,
.sf-Gallery-prev:hover,
.sf-Gallery-prev:focus {
  opacity: 1;
  color: #000;
}

.sf-Gallery-prev {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
}

.sf-Gallery-next {
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  left: auto;
  right: 0;
  text-align: right;
}

.sf-Gallery-prev--simple {
  float: left;
}

.sf-Gallery-next--simple {
  float: right;
}

.sf-Gallery-thumbs.sf-Gallery-thumbs--video > .sf-Gallery-thumb {
  display: inline-block;
  width: 160px;
  height: 170px;
  border: 5px solid transparent;
  cursor: pointer;
}

.sf-Gallery-thumbs.sf-Gallery-thumbs--video a {
  display: block;
  border: 1px;
  width: 160px;
  height: 130px;
  overflow: hidden;
  cursor: pointer;
}

.sf-Gallery-thumbs.sf-Gallery-thumbs--video h3 {
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sf-Gallery-thumbs .sf-Gallery-thumb {
  float: left;
}

[lang^="ar"] .sf-Gallery-thumb, [lang^="he"] .sf-Gallery-thumb, [lang^="fa"] .sf-Gallery-thumb, [lang^="ku"] .sf-Gallery-thumb, [lang^="ur"] .sf-Gallery-thumb, [lang^="dv"] .sf-Gallery-thumb, [lang^="ps"] .sf-Gallery-thumb, [lang^="ha"] .sf-Gallery-thumb, [lang^="ks"] .sf-Gallery-thumb, [lang^="yi"] .sf-Gallery-thumb, [lang^="uz-arab"] .sf-Gallery-thumb, [lang^="tzm-arab"] .sf-Gallery-thumb {
  float: right;
}

[lang^="ar"] .sf-Gallery-prev--simple, [lang^="he"] .sf-Gallery-prev--simple, [lang^="fa"] .sf-Gallery-prev--simple, [lang^="ku"] .sf-Gallery-prev--simple, [lang^="ur"] .sf-Gallery-prev--simple, [lang^="dv"] .sf-Gallery-prev--simple, [lang^="ps"] .sf-Gallery-prev--simple, [lang^="ha"] .sf-Gallery-prev--simple, [lang^="ks"] .sf-Gallery-prev--simple, [lang^="yi"] .sf-Gallery-prev--simple, [lang^="uz-arab"] .sf-Gallery-prev--simple, [lang^="tzm-arab"] .sf-Gallery-prev--simple {
  float: right;
}

[lang^="ar"] .sf-Gallery-next--simple, [lang^="he"] .sf-Gallery-next--simple, [lang^="fa"] .sf-Gallery-next--simple, [lang^="ku"] .sf-Gallery-next--simple, [lang^="ur"] .sf-Gallery-next--simple, [lang^="dv"] .sf-Gallery-next--simple, [lang^="ps"] .sf-Gallery-next--simple, [lang^="ha"] .sf-Gallery-next--simple, [lang^="ks"] .sf-Gallery-next--simple, [lang^="yi"] .sf-Gallery-next--simple, [lang^="uz-arab"] .sf-Gallery-next--simple, [lang^="tzm-arab"] .sf-Gallery-next--simple {
  float: left;
}

[lang^="ar"] .mfp-counter, [lang^="he"] .mfp-counter, [lang^="fa"] .mfp-counter, [lang^="ku"] .mfp-counter, [lang^="ur"] .mfp-counter, [lang^="dv"] .mfp-counter, [lang^="ps"] .mfp-counter, [lang^="ha"] .mfp-counter, [lang^="ks"] .mfp-counter, [lang^="yi"] .mfp-counter, [lang^="uz-arab"] .mfp-counter, [lang^="tzm-arab"] .mfp-counter {
  right: auto;
  left: 0;
}

.right-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .nav-link {
  white-space: nowrap;
}

.dropdown-submenu:hover > .dropdown-menu,
.dropdown-submenu .nav-link:focus + .dropdown-menu,
.dropdown-submenu .dropdown-item:focus + .dropdown-menu {
  left: 100%;
  top: 0;
  display: block;
}

.dropdown.show .nav-link, .dropdown.show .nav-link:hover {
  color: rgba(0, 0, 0, 0.9);
}

@media (max-width: 767px) {
  .navbar-collapse .dropdown-menu {
    background-color: transparent;
    border: 0;
  }
  .navbar-collapse .dropdown-submenu .dropdown-menu {
    padding-left: 20px;
    display: block;
  }
  .navbar-collapse .right-caret {
    display: none;
  }
}

[lang^="ar"] .navbar-header, [lang^="he"] .navbar-header, [lang^="fa"] .navbar-header, [lang^="ku"] .navbar-header, [lang^="ur"] .navbar-header, [lang^="dv"] .navbar-header, [lang^="ps"] .navbar-header, [lang^="ha"] .navbar-header, [lang^="ks"] .navbar-header, [lang^="yi"] .navbar-header, [lang^="uz-arab"] .navbar-header, [lang^="tzm-arab"] .navbar-header {
  float: right;
}

[lang^="ar"] .navbar-nav, [lang^="he"] .navbar-nav, [lang^="fa"] .navbar-nav, [lang^="ku"] .navbar-nav, [lang^="ur"] .navbar-nav, [lang^="dv"] .navbar-nav, [lang^="ps"] .navbar-nav, [lang^="ha"] .navbar-nav, [lang^="ks"] .navbar-nav, [lang^="yi"] .navbar-nav, [lang^="uz-arab"] .navbar-nav, [lang^="tzm-arab"] .navbar-nav {
  float: right;
}

[lang^="ar"] .navbar-nav > li, [lang^="he"] .navbar-nav > li, [lang^="fa"] .navbar-nav > li, [lang^="ku"] .navbar-nav > li, [lang^="ur"] .navbar-nav > li, [lang^="dv"] .navbar-nav > li, [lang^="ps"] .navbar-nav > li, [lang^="ha"] .navbar-nav > li, [lang^="ks"] .navbar-nav > li, [lang^="yi"] .navbar-nav > li, [lang^="uz-arab"] .navbar-nav > li, [lang^="tzm-arab"] .navbar-nav > li {
  float: right;
}

[lang^="ar"] .dropdown-menu, [lang^="he"] .dropdown-menu, [lang^="fa"] .dropdown-menu, [lang^="ku"] .dropdown-menu, [lang^="ur"] .dropdown-menu, [lang^="dv"] .dropdown-menu, [lang^="ps"] .dropdown-menu, [lang^="ha"] .dropdown-menu, [lang^="ks"] .dropdown-menu, [lang^="yi"] .dropdown-menu, [lang^="uz-arab"] .dropdown-menu, [lang^="tzm-arab"] .dropdown-menu {
  left: auto;
  right: 0;
}

[lang^="ar"] .dropdown-submenu:hover > .dropdown-menu, [lang^="he"] .dropdown-submenu:hover > .dropdown-menu, [lang^="fa"] .dropdown-submenu:hover > .dropdown-menu, [lang^="ku"] .dropdown-submenu:hover > .dropdown-menu, [lang^="ur"] .dropdown-submenu:hover > .dropdown-menu, [lang^="dv"] .dropdown-submenu:hover > .dropdown-menu, [lang^="ps"] .dropdown-submenu:hover > .dropdown-menu, [lang^="ha"] .dropdown-submenu:hover > .dropdown-menu, [lang^="ks"] .dropdown-submenu:hover > .dropdown-menu, [lang^="yi"] .dropdown-submenu:hover > .dropdown-menu, [lang^="uz-arab"] .dropdown-submenu:hover > .dropdown-menu, [lang^="tzm-arab"] .dropdown-submenu:hover > .dropdown-menu {
  left: 0;
  right: 100%;
}

[lang^="ar"] .right-caret, [lang^="he"] .right-caret, [lang^="fa"] .right-caret, [lang^="ku"] .right-caret, [lang^="ur"] .right-caret, [lang^="dv"] .right-caret, [lang^="ps"] .right-caret, [lang^="ha"] .right-caret, [lang^="ks"] .right-caret, [lang^="yi"] .right-caret, [lang^="uz-arab"] .right-caret, [lang^="tzm-arab"] .right-caret {
  border-left: 0;
  border-right: 4px solid;
}

[lang^="ar"] .nav-tabs > li, [lang^="he"] .nav-tabs > li, [lang^="fa"] .nav-tabs > li, [lang^="ku"] .nav-tabs > li, [lang^="ur"] .nav-tabs > li, [lang^="dv"] .nav-tabs > li, [lang^="ps"] .nav-tabs > li, [lang^="ha"] .nav-tabs > li, [lang^="ks"] .nav-tabs > li, [lang^="yi"] .nav-tabs > li, [lang^="uz-arab"] .nav-tabs > li, [lang^="tzm-arab"] .nav-tabs > li {
  float: right;
}

[lang^="ar"] .nav-stacked > li, [lang^="he"] .nav-stacked > li, [lang^="fa"] .nav-stacked > li, [lang^="ku"] .nav-stacked > li, [lang^="ur"] .nav-stacked > li, [lang^="dv"] .nav-stacked > li, [lang^="ps"] .nav-stacked > li, [lang^="ha"] .nav-stacked > li, [lang^="ks"] .nav-stacked > li, [lang^="yi"] .nav-stacked > li, [lang^="uz-arab"] .nav-stacked > li, [lang^="tzm-arab"] .nav-stacked > li {
  float: none;
}

.nav-sitemap {
  display: table;
  width: 100%;
  overflow: hidden;
}

.nav-sitemap li {
  list-style-type: none;
}

.nav-sitemap > li {
  display: table-cell;
  border-left: 1px solid #ccc;
}

.nav-sitemap > li:first-child {
  border-left-width: 0;
}

@media only screen and (max-width: 480px) {
  .nav-sitemap {
    display: block;
  }
  .nav-sitemap > li {
    display: block;
    border-left-width: 0;
  }
  .nav-sitemap > li:first-child {
    border-top-width: 0;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .nav-sitemap {
    display: block;
  }
  .nav-sitemap > li {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    width: 48%;
    border-left-width: 0;
  }
  .nav-sitemap > li:nth-child(odd) {
    clear: both;
  }
}

[lang^="ar"] .nav-pills > li, [lang^="he"] .nav-pills > li, [lang^="fa"] .nav-pills > li, [lang^="ku"] .nav-pills > li, [lang^="ur"] .nav-pills > li, [lang^="dv"] .nav-pills > li, [lang^="ps"] .nav-pills > li, [lang^="ha"] .nav-pills > li, [lang^="ks"] .nav-pills > li, [lang^="yi"] .nav-pills > li, [lang^="uz-arab"] .nav-pills > li, [lang^="tzm-arab"] .nav-pills > li {
  float: right;
}

.nav-stacked {
  flex-direction: column;
}

[lang^="ar"] .nav-stacked > li, [lang^="he"] .nav-stacked > li, [lang^="fa"] .nav-stacked > li, [lang^="ku"] .nav-stacked > li, [lang^="ur"] .nav-stacked > li, [lang^="dv"] .nav-stacked > li, [lang^="ps"] .nav-stacked > li, [lang^="ha"] .nav-stacked > li, [lang^="ks"] .nav-stacked > li, [lang^="yi"] .nav-stacked > li, [lang^="uz-arab"] .nav-stacked > li, [lang^="tzm-arab"] .nav-stacked > li {
  float: none;
}

ul.sf-autocomplete {
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  list-style: none;
}

ul.sf-autocomplete .ui-menu-item-wrapper {
  padding: 3px;
  color: #000;
}

ul.sf-autocomplete .ui-menu-item-wrapper.ui-state-active {
  background-color: #eee;
}

ul.sf-autocomplete .ui-menu-item-wrapper:hover {
  cursor: pointer;
}

/* Needed by jQueryUI Autocomplete widget for search box to improve autocomplete suggestions accessibility */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sf-profile .sf-profile-avatar {
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
}

.sf-profile .sf-profile-avatar .sf-remove {
  position: absolute;
  top: 5px;
  right: 5px;
  outline: 0;
}

.sf-profile textarea {
  min-height: 100px;
}

.sf-profile .media-object img {
  max-width: none;
}

.sf-list--expandable a[data-sf-role="toggleLink"] svg {
  fill: #999;
  height: 1em;
  width: 1em;
}

.sf-list--expandable .sf-list-expand {
  float: right;
}

[lang^="ar"] .sf-list-item, [lang^="he"] .sf-list-item, [lang^="fa"] .sf-list-item, [lang^="ku"] .sf-list-item, [lang^="ur"] .sf-list-item, [lang^="dv"] .sf-list-item, [lang^="ps"] .sf-list-item, [lang^="ha"] .sf-list-item, [lang^="ks"] .sf-list-item, [lang^="yi"] .sf-list-item, [lang^="uz-arab"] .sf-list-item, [lang^="tzm-arab"] .sf-list-item {
  float: right;
}

[lang^="ar"] .sf-list-expand, [lang^="he"] .sf-list-expand, [lang^="fa"] .sf-list-expand, [lang^="ku"] .sf-list-expand, [lang^="ur"] .sf-list-expand, [lang^="dv"] .sf-list-expand, [lang^="ps"] .sf-list-expand, [lang^="ha"] .sf-list-expand, [lang^="ks"] .sf-list-expand, [lang^="yi"] .sf-list-expand, [lang^="uz-arab"] .sf-list-expand, [lang^="tzm-arab"] .sf-list-expand {
  float: left;
}

[lang^="ar"] .sf-list--expandable .glyphicon-chevron-right:before, [lang^="he"] .sf-list--expandable .glyphicon-chevron-right:before, [lang^="fa"] .sf-list--expandable .glyphicon-chevron-right:before, [lang^="ku"] .sf-list--expandable .glyphicon-chevron-right:before, [lang^="ur"] .sf-list--expandable .glyphicon-chevron-right:before, [lang^="dv"] .sf-list--expandable .glyphicon-chevron-right:before, [lang^="ps"] .sf-list--expandable .glyphicon-chevron-right:before, [lang^="ha"] .sf-list--expandable .glyphicon-chevron-right:before, [lang^="ks"] .sf-list--expandable .glyphicon-chevron-right:before, [lang^="yi"] .sf-list--expandable .glyphicon-chevron-right:before, [lang^="uz-arab"] .sf-list--expandable .glyphicon-chevron-right:before, [lang^="tzm-arab"] .sf-list--expandable .glyphicon-chevron-right:before {
  content: "\e079";
}

.sf-lang-selector a {
  display: block;
  font-size: 1rem;
  border-radius: 8px;
}

.sf-lang-selector a.selected {
  background-color: #f2f2f2;
  color: #333;
}

.sf-lang-selector label select {
  display: block;
  font-weight: normal;
}

.sf-Comments [class^="sf-icon"] {
  display: inline-block;
}

.sf-Comment-count {
  display: inline-block;
}

.sf-Comment-count [class^="sf-icon"] {
  display: inline-block;
  vertical-align: middle;
}

.sf-Comment-count--block .sf-Comment-count {
  display: block;
}

[data-sf-role="error-message"],
[data-sf-role="list-loading-indicator"],
[data-sf-role="list-loading-indicator"],
[data-sf-role="comments-new-message-error"],
[data-sf-role="comments-new-logged-out-view"],
[data-sf-role="comments-new-name-error"],
[data-sf-role="captcha-container"],
[data-sf-role="single-comment-template"],
[data-sf-role="comments-new-pending-approval-message"],
[data-sf-role="comments-load-more-button"],
[data-sf-role="comments-new-form-button"],
[data-sf-role="comments-sort-new-button"],
[data-sf-role="comments-sort-old-button"],
[data-sf-role="comments-new-requires-authentication"],
[data-sf-role="list-rating-wrapper"],
[data-sf-role="review-new-form-replacement"] {
  display: none;
}

.sf-Comments-header h3 {
  display: inline-block;
  margin-top: 0;
}

.sf-Comments-header .selected {
  color: #333;
}

.sf-Comments-list .sf-Comments-list-author {
  border-right: 1px solid #777;
}

.sf-Comments-form textarea {
  min-height: 90px;
}

.sf-Comments-filter {
  float: right;
}

.sf-Review-count {
  display: inline-block;
}

.sf-Review-count--block .sf-Review-count {
  display: block;
}

.sf-Comment-count--block .sf-Comment-count,
.sf-Comment-count--block .sf-Review-count {
  display: block;
}

[lang^="ar"] .sf-Comments-filter, [lang^="he"] .sf-Comments-filter, [lang^="fa"] .sf-Comments-filter, [lang^="ku"] .sf-Comments-filter, [lang^="ur"] .sf-Comments-filter, [lang^="dv"] .sf-Comments-filter, [lang^="ps"] .sf-Comments-filter, [lang^="ha"] .sf-Comments-filter, [lang^="ks"] .sf-Comments-filter, [lang^="yi"] .sf-Comments-filter, [lang^="uz-arab"] .sf-Comments-filter, [lang^="tzm-arab"] .sf-Comments-filter {
  float: left;
}

.sf-Ratings {
  position: relative;
}

.sf-Ratings .sf-Ratings-stars {
  display: inline-block;
  vertical-align: middle;
}

.sf-Ratings .sf-Ratings-stars span {
  font-size: 24px;
  color: #ccc;
}

.sf-Ratings .sf-Ratings-stars label {
  z-index: 2;
  cursor: pointer;
}

.sf-Ratings .sf-Ratings-stars input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 1px;
  opacity: .0001;
  position: absolute;
  top: auto;
  width: 1px;
  z-index: 1;
}

.sf-Ratings .sf-Ratings-stars .hover span {
  color: #999;
}

.sf-Ratings .sf-Ratings-stars .on span {
  color: #006cd8;
}

.sf-Ratings .sf-Ratings-stars.sf-Ratings-stars--ronly span {
  cursor: default;
}

.sf-Ratings .sf-Ratings-stars.sf-Ratings-stars--ronly span.on {
  color: #ffcc00;
}

.sf-Ratings .sf-Ratings-average,
.sf-Ratings .sf-Ratings-count {
  font-size: 16px;
  vertical-align: middle;
}

.sf-Ratings .sf-Ratings-count span {
  vertical-align: middle;
}

.sf-site-selector a,
.sf-site-selector span,
.sf-site-selector strong {
  display: inline-block;
  font-size: 1rem;
  border-radius: 8px;
}

.sf-site-selector a.selected,
.sf-site-selector span.selected,
.sf-site-selector strong.selected {
  background-color: #f2f2f2;
  color: #333;
}

.sf-Code pre {
  color: #e83e8c;
}

.sf-Tags-size1 {
  font-size: 11px;
}

.sf-Tags-size2 {
  font-size: 13px;
}

.sf-Tags-size3 {
  font-size: 18px;
}

.sf-Tags-size4 {
  font-size: 24px;
}

.sf-Tags-size5 {
  font-size: 30px;
}

.sf-Tags-size6 {
  font-size: 36px;
}

[lang^="ar"] .checkbox input[type=checkbox], [lang^="he"] .checkbox input[type=checkbox], [lang^="fa"] .checkbox input[type=checkbox], [lang^="ku"] .checkbox input[type=checkbox], [lang^="ur"] .checkbox input[type=checkbox], [lang^="dv"] .checkbox input[type=checkbox], [lang^="ps"] .checkbox input[type=checkbox], [lang^="ha"] .checkbox input[type=checkbox], [lang^="ks"] .checkbox input[type=checkbox], [lang^="yi"] .checkbox input[type=checkbox], [lang^="uz-arab"] .checkbox input[type=checkbox], [lang^="tzm-arab"] .checkbox input[type=checkbox] {
  margin-right: -20px;
}

[lang^="ar"] .radio input[type=radio], [lang^="he"] .radio input[type=radio], [lang^="fa"] .radio input[type=radio], [lang^="ku"] .radio input[type=radio], [lang^="ur"] .radio input[type=radio], [lang^="dv"] .radio input[type=radio], [lang^="ps"] .radio input[type=radio], [lang^="ha"] .radio input[type=radio], [lang^="ks"] .radio input[type=radio], [lang^="yi"] .radio input[type=radio], [lang^="uz-arab"] .radio input[type=radio], [lang^="tzm-arab"] .radio input[type=radio] {
  margin-right: -20px;
}

.sf-FileField .sf-icon-remove {
  display: inline-block;
  cursor: pointer;
  fill: #ccc;
}

input[type=file].sf-FileField-input {
  display: inline-block;
}

.sf-FormNav li.active {
  font-weight: bold;
}

.sf-FormNav-page {
  width: 28px;
  height: 28px;
  font-size: 18px;
  font-weight: bold;
  color: #999;
  border: 1px solid #999;
  border-radius: 50%;
}

.active .sf-FormNav-page {
  color: #333;
  border-color: #333;
}

.past .sf-FormNav-page:after {
  content: "\2713";
}

.past .sf-FormNav-page-number {
  display: none;
}

.sf-Progress-percent,
.sf-Progress-page-title {
  font-size: 1rem;
}

.sf-Progress-percent {
  font-weight: bold;
}

.sf-Progress-page-title {
  display: inline-block;
}

.sf-Progress-page-title li {
  display: none;
}

.sf-Progress-page-title li.active {
  display: inline-block;
}

div.k-event {
  border-radius: 0;
}

div.k-scheduler-header-wrap {
  text-align: left;
}

div.k-scheduler-toolbar {
  line-height: 32px;
}

div.k-scheduler-toolbar .k-button-icon {
  height: 32px;
}

table.k-scheduler-monthview .k-scheduler-table td {
  height: 90px;
}

.sf-event-item {
  margin: 0;
  min-height: 100%;
  white-space: nowrap;
}

.sf-event-title,
.sf-event-link {
  display: inline-block;
}

.sf-event-link {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.sf-event-type {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  vertical-align: middle;
}

.sf-event-type.sf-event-type--all {
  background-color: #fff;
  border: 1px solid #999;
}

.sf-event-addToList {
  display: inline-block;
}

.sf-calendarList-title {
  font-weight: bold;
}

.sf-calendarList-item {
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
}

.sf-calendarList-item.active {
  background: #f2f2f2;
}

.k-scheduler-agendaview .sf-event-item {
  display: inline-block;
}

.k-scheduler-agendaview .sf-event-type {
  display: none;
}

.-sf-google-button {
  color: #D54F50;
  border-color: #D54F50;
}

.-sf-google-button:hover {
  color: #fff;
  background-color: #D54F50;
  border-color: transparent;
}

.-sf-facebook-button {
  color: #3E86B4;
  border-color: #3E86B4;
}

.-sf-facebook-button:hover {
  color: #fff;
  background-color: #3E86B4;
  border-color: transparent;
}

.-sf-github-button {
  color: #333;
  border-color: #333;
}

.-sf-github-button:hover {
  color: #fff;
  background-color: #333;
  border-color: transparent;
}

.-sf-yahoo-button {
  color: #410093;
  border-color: #410093;
}

.-sf-yahoo-button:hover {
  color: #fff;
  background-color: #410093;
  border-color: transparent;
}

.-sf-linkedin-button {
  color: #0077b5;
  border-color: #0077b5;
}

.-sf-linkedin-button:hover {
  color: #fff;
  background-color: #0077b5;
  border-color: transparent;
}

.-sf-microsoft-button {
  color: #00a1f1;
  border-color: #00a1f1;
}

.-sf-microsoft-button:hover {
  color: #fff;
  background-color: #00a1f1;
  border-color: transparent;
}

.-sf-adfs-button {
  color: #00a1f1;
  border-color: #00a1f1;
}

.-sf-adfs-button:hover {
  color: #fff;
  background-color: #00a1f1;
  border-color: transparent;
}

.-sf-windows-button {
  color: #00bcf2;
  border-color: #00bcf2;
}

.-sf-windows-button:hover {
  color: #fff;
  background-color: #00bcf2;
  border-color: transparent;
}

.-sf-twitter-button {
  color: #1da1f2;
  border-color: #1da1f2;
}

.-sf-twitter-button:hover {
  color: #fff;
  background-color: #1da1f2;
  border-color: transparent;
}

.sf-registration-link {
  clear: both;
}

[lang^="ar"] .pagination, [lang^="he"] .pagination, [lang^="fa"] .pagination, [lang^="ku"] .pagination, [lang^="ur"] .pagination, [lang^="dv"] .pagination, [lang^="ps"] .pagination, [lang^="ha"] .pagination, [lang^="ks"] .pagination, [lang^="yi"] .pagination, [lang^="uz-arab"] .pagination, [lang^="tzm-arab"] .pagination {
  padding-right: 0;
}

[lang^="ar"] .page-item:first-child .page-link, [lang^="he"] .page-item:first-child .page-link, [lang^="fa"] .page-item:first-child .page-link, [lang^="ku"] .page-item:first-child .page-link, [lang^="ur"] .page-item:first-child .page-link, [lang^="dv"] .page-item:first-child .page-link, [lang^="ps"] .page-item:first-child .page-link, [lang^="ha"] .page-item:first-child .page-link, [lang^="ks"] .page-item:first-child .page-link, [lang^="yi"] .page-item:first-child .page-link, [lang^="uz-arab"] .page-item:first-child .page-link, [lang^="tzm-arab"] .page-item:first-child .page-link {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

[lang^="ar"] .page-item:last-child .page-link, [lang^="he"] .page-item:last-child .page-link, [lang^="fa"] .page-item:last-child .page-link, [lang^="ku"] .page-item:last-child .page-link, [lang^="ur"] .page-item:last-child .page-link, [lang^="dv"] .page-item:last-child .page-link, [lang^="ps"] .page-item:last-child .page-link, [lang^="ha"] .page-item:last-child .page-link, [lang^="ks"] .page-item:last-child .page-link, [lang^="yi"] .page-item:last-child .page-link, [lang^="uz-arab"] .page-item:last-child .page-link, [lang^="tzm-arab"] .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

@font-face {
  font-family: "Aaux ProRegular";
  src: url("aaux_proregular_font1-webfont.eot");
  src: url("aaux_proregular_font1-webfont.eot?#iefix") format("embedded-opentype"), url("aaux_proregular_font1-webfont.woff2") format("woff2"), url("aaux_proregular_font1-webfont.woff") format("woff"), url("aaux_proregular_font1-webfont.ttf") format("truetype"), url("aaux_proregular_font1-webfont.svg#aaux_proregularregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Aaux ProMedium";
  src: url("aaux_promedium_regular1-webfont.eot");
  src: url("aaux_promedium_regular1-webfont.eot?#iefix") format("embedded-opentype"), url("aaux_promedium_regular1-webfont.woff2") format("woff2"), url("aaux_promedium_regular1-webfont.woff") format("woff"), url("aaux_promedium_regular1-webfont.ttf") format("truetype"), url("aaux_promedium_regular1-webfont.svg#aaux_promediumregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Aaux ProBold";
  src: url("aaux_probold_regular1-webfont.eot");
  src: url("aaux_probold_regular1-webfont.eot?#iefix") format("embedded-opentype"), url("aaux_probold_regular1-webfont.woff2") format("woff2"), url("aaux_probold_regular1-webfont.woff") format("woff"), url("aaux_probold_regular1-webfont.ttf") format("truetype"), url("aaux_probold_regular1-webfont.svg#aaux_proboldregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Aaux ProLight OSF";
  src: url("aauxprolightosf1-webfont.eot");
  src: url("aauxprolightosf1-webfont.eot?#iefix") format("embedded-opentype"), url("aauxprolightosf1-webfont.woff2") format("woff2"), url("aauxprolightosf1-webfont.woff") format("woff"), url("aauxprolightosf1-webfont.ttf") format("truetype"), url("aauxprolightosf1-webfont.svg#aaux_prolight_osfregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*!
 * Bootstrap Grid 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)
 */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
@-webkit-keyframes "fadeOut" {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes "fadeOut" {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-carousel {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav.disabled {
  display: none;
}

.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav .owl-next {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel .owl-nav button.owl-prev {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-height {
  transition: height .5s ease-in-out;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #869791;
}

.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

*,
*::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: .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: -.25em;
}

sup {
  top: -.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: .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;
}

.container {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  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: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}

.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: 16px;
  padding-left: 16px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

html {
  font-size: 16px;
  font-family: "Aaux ProRegular";
  max-width: 100vw;
}

body {
  font-family: "Aaux ProRegular", sans-serif;
  font-size: 16px;
  padding-bottom: 1.5rem;
  max-width: 100vw;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body .inner-content {
  margin: 0;
}

@media (max-width: 767.98px) {
  body {
    padding: 0;
  }
}

h1 {
  line-height: 120%;
  font-size: 1.625rem;
  font-family: "Aaux ProRegular";
  margin: 2rem 0 1.5rem;
  line-height: 2rem;
  font-weight: normal;
}

h2 {
  line-height: 120%;
  font-size: 1.5rem;
  font-family: "Aaux ProRegular";
  margin: 0 0 10px;
  line-height: 2rem;
  font-weight: normal;
}

h3 {
  line-height: 120%;
  font-size: 1.25rem;
  font-family: "Aaux ProBold";
  margin: 0 0 10px;
  line-height: 1.5rem;
  font-weight: normal;
}

h4 {
  line-height: 120%;
  font-size: 1rem;
  font-family: "Aaux ProBold";
  margin: 0 0 10px;
  line-height: 1.5rem;
  font-weight: bold;
}

h5 {
  line-height: 120%;
  font-size: 0.875rem;
  font-family: "Aaux ProBold";
  margin: 0 0 0.5rem;
  line-height: 1.5rem;
  font-weight: bold;
}

h6 {
  line-height: 120%;
  font-size: 0.75rem;
  font-family: "Aaux ProBold";
  margin: 0 0 0.5rem;
  line-height: 1.5rem;
  font-weight: bold;
}

button,
input,
select,
textarea {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

p a {
  color: #0a3a46;
  text-decoration: underline;
}

body {
  padding-top: 112px;
}

@media (max-width: 767.98px) {
  body {
    position: relative;
  }
}

.bg-position-top {
  background-position: top;
}

.bg-position-center {
  background-position: center;
}

.bg-position-bottom {
  background-position: bottom;
}

.bg-position-x-top {
  background-position-x: top;
}

.bg-position-x-center {
  background-position-x: center;
}

.bg-position-x-bottom {
  background-position-x: bottom;
}

.bg-position-y-top {
  background-position-y: top;
}

.bg-position-y-center {
  background-position-y: center;
}

.bg-position-y-bottom {
  background-position-y: bottom;
}

@media (min-width: 576px) {
  .bg-sm-position-top {
    background-position: top;
  }
  .bg-sm-position-center {
    background-position: center;
  }
  .bg-sm-position-bottom {
    background-position: bottom;
  }
  .bg-sm-position-x-top {
    background-position-x: top;
  }
  .bg-sm-position-x-center {
    background-position-x: center;
  }
  .bg-sm-position-x-bottom {
    background-position-x: bottom;
  }
  .bg-sm-position-y-top {
    background-position-y: top;
  }
  .bg-sm-position-y-center {
    background-position-y: center;
  }
  .bg-sm-position-y-bottom {
    background-position-y: bottom;
  }
}

@media (min-width: 768px) {
  .bg-md-position-top {
    background-position: top;
  }
  .bg-md-position-center {
    background-position: center;
  }
  .bg-md-position-bottom {
    background-position: bottom;
  }
  .bg-md-position-x-top {
    background-position-x: top;
  }
  .bg-md-position-x-center {
    background-position-x: center;
  }
  .bg-md-position-x-bottom {
    background-position-x: bottom;
  }
  .bg-md-position-y-top {
    background-position-y: top;
  }
  .bg-md-position-y-center {
    background-position-y: center;
  }
  .bg-md-position-y-bottom {
    background-position-y: bottom;
  }
}

@media (min-width: 992px) {
  .bg-lg-position-top {
    background-position: top;
  }
  .bg-lg-position-center {
    background-position: center;
  }
  .bg-lg-position-bottom {
    background-position: bottom;
  }
  .bg-lg-position-x-top {
    background-position-x: top;
  }
  .bg-lg-position-x-center {
    background-position-x: center;
  }
  .bg-lg-position-x-bottom {
    background-position-x: bottom;
  }
  .bg-lg-position-y-top {
    background-position-y: top;
  }
  .bg-lg-position-y-center {
    background-position-y: center;
  }
  .bg-lg-position-y-bottom {
    background-position-y: bottom;
  }
}

@media (min-width: 1200px) {
  .bg-xl-position-top {
    background-position: top;
  }
  .bg-xl-position-center {
    background-position: center;
  }
  .bg-xl-position-bottom {
    background-position: bottom;
  }
  .bg-xl-position-x-top {
    background-position-x: top;
  }
  .bg-xl-position-x-center {
    background-position-x: center;
  }
  .bg-xl-position-x-bottom {
    background-position-x: bottom;
  }
  .bg-xl-position-y-top {
    background-position-y: top;
  }
  .bg-xl-position-y-center {
    background-position-y: center;
  }
  .bg-xl-position-y-bottom {
    background-position-y: bottom;
  }
}

.bw-0 {
  border-width: 0 !important;
  border-style: solid !important;
  border-color: #eee;
}

.btw-0 {
  border-top-width: 0 !important;
  border-top-style: solid !important;
  border-top-color: #eee;
}

.brw-0 {
  border-right-width: 0 !important;
  border-right-style: solid !important;
  border-right-color: #eee;
}

.bbw-0 {
  border-bottom-width: 0 !important;
  border-bottom-style: solid !important;
  border-bottom-color: #eee;
}

.blw-0 {
  border-left-width: 0 !important;
  border-left-style: solid !important;
  border-left-color: #eee;
}

.bw-1 {
  border-width: 0.0625rem !important;
  border-style: solid !important;
  border-color: #eee;
}

.btw-1 {
  border-top-width: 0.0625rem !important;
  border-top-style: solid !important;
  border-top-color: #eee;
}

.brw-1 {
  border-right-width: 0.0625rem !important;
  border-right-style: solid !important;
  border-right-color: #eee;
}

.bbw-1 {
  border-bottom-width: 0.0625rem !important;
  border-bottom-style: solid !important;
  border-bottom-color: #eee;
}

.blw-1 {
  border-left-width: 0.0625rem !important;
  border-left-style: solid !important;
  border-left-color: #eee;
}

.bw-2 {
  border-width: 0.125rem !important;
  border-style: solid !important;
  border-color: #eee;
}

.btw-2 {
  border-top-width: 0.125rem !important;
  border-top-style: solid !important;
  border-top-color: #eee;
}

.brw-2 {
  border-right-width: 0.125rem !important;
  border-right-style: solid !important;
  border-right-color: #eee;
}

.bbw-2 {
  border-bottom-width: 0.125rem !important;
  border-bottom-style: solid !important;
  border-bottom-color: #eee;
}

.blw-2 {
  border-left-width: 0.125rem !important;
  border-left-style: solid !important;
  border-left-color: #eee;
}

.bw-3 {
  border-width: 0.25rem !important;
  border-style: solid !important;
  border-color: #eee;
}

.btw-3 {
  border-top-width: 0.25rem !important;
  border-top-style: solid !important;
  border-top-color: #eee;
}

.brw-3 {
  border-right-width: 0.25rem !important;
  border-right-style: solid !important;
  border-right-color: #eee;
}

.bbw-3 {
  border-bottom-width: 0.25rem !important;
  border-bottom-style: solid !important;
  border-bottom-color: #eee;
}

.blw-3 {
  border-left-width: 0.25rem !important;
  border-left-style: solid !important;
  border-left-color: #eee;
}

.bw-4 {
  border-width: 0.5rem !important;
  border-style: solid !important;
  border-color: #eee;
}

.btw-4 {
  border-top-width: 0.5rem !important;
  border-top-style: solid !important;
  border-top-color: #eee;
}

.brw-4 {
  border-right-width: 0.5rem !important;
  border-right-style: solid !important;
  border-right-color: #eee;
}

.bbw-4 {
  border-bottom-width: 0.5rem !important;
  border-bottom-style: solid !important;
  border-bottom-color: #eee;
}

.blw-4 {
  border-left-width: 0.5rem !important;
  border-left-style: solid !important;
  border-left-color: #eee;
}

.bw-5 {
  border-width: 0.75rem !important;
  border-style: solid !important;
  border-color: #eee;
}

.btw-5 {
  border-top-width: 0.75rem !important;
  border-top-style: solid !important;
  border-top-color: #eee;
}

.brw-5 {
  border-right-width: 0.75rem !important;
  border-right-style: solid !important;
  border-right-color: #eee;
}

.bbw-5 {
  border-bottom-width: 0.75rem !important;
  border-bottom-style: solid !important;
  border-bottom-color: #eee;
}

.blw-5 {
  border-left-width: 0.75rem !important;
  border-left-style: solid !important;
  border-left-color: #eee;
}

.bw-6 {
  border-width: 1rem !important;
  border-style: solid !important;
  border-color: #eee;
}

.btw-6 {
  border-top-width: 1rem !important;
  border-top-style: solid !important;
  border-top-color: #eee;
}

.brw-6 {
  border-right-width: 1rem !important;
  border-right-style: solid !important;
  border-right-color: #eee;
}

.bbw-6 {
  border-bottom-width: 1rem !important;
  border-bottom-style: solid !important;
  border-bottom-color: #eee;
}

.blw-6 {
  border-left-width: 1rem !important;
  border-left-style: solid !important;
  border-left-color: #eee;
}

.bw-7 {
  border-width: 1.5rem !important;
  border-style: solid !important;
  border-color: #eee;
}

.btw-7 {
  border-top-width: 1.5rem !important;
  border-top-style: solid !important;
  border-top-color: #eee;
}

.brw-7 {
  border-right-width: 1.5rem !important;
  border-right-style: solid !important;
  border-right-color: #eee;
}

.bbw-7 {
  border-bottom-width: 1.5rem !important;
  border-bottom-style: solid !important;
  border-bottom-color: #eee;
}

.blw-7 {
  border-left-width: 1.5rem !important;
  border-left-style: solid !important;
  border-left-color: #eee;
}

.bw-8 {
  border-width: 2rem !important;
  border-style: solid !important;
  border-color: #eee;
}

.btw-8 {
  border-top-width: 2rem !important;
  border-top-style: solid !important;
  border-top-color: #eee;
}

.brw-8 {
  border-right-width: 2rem !important;
  border-right-style: solid !important;
  border-right-color: #eee;
}

.bbw-8 {
  border-bottom-width: 2rem !important;
  border-bottom-style: solid !important;
  border-bottom-color: #eee;
}

.blw-8 {
  border-left-width: 2rem !important;
  border-left-style: solid !important;
  border-left-color: #eee;
}

.bw-9 {
  border-width: 2.5rem !important;
  border-style: solid !important;
  border-color: #eee;
}

.btw-9 {
  border-top-width: 2.5rem !important;
  border-top-style: solid !important;
  border-top-color: #eee;
}

.brw-9 {
  border-right-width: 2.5rem !important;
  border-right-style: solid !important;
  border-right-color: #eee;
}

.bbw-9 {
  border-bottom-width: 2.5rem !important;
  border-bottom-style: solid !important;
  border-bottom-color: #eee;
}

.blw-9 {
  border-left-width: 2.5rem !important;
  border-left-style: solid !important;
  border-left-color: #eee;
}

.bw-10 {
  border-width: 3rem !important;
  border-style: solid !important;
  border-color: #eee;
}

.btw-10 {
  border-top-width: 3rem !important;
  border-top-style: solid !important;
  border-top-color: #eee;
}

.brw-10 {
  border-right-width: 3rem !important;
  border-right-style: solid !important;
  border-right-color: #eee;
}

.bbw-10 {
  border-bottom-width: 3rem !important;
  border-bottom-style: solid !important;
  border-bottom-color: #eee;
}

.blw-10 {
  border-left-width: 3rem !important;
  border-left-style: solid !important;
  border-left-color: #eee;
}

.bw-11 {
  border-width: 3.5rem !important;
  border-style: solid !important;
  border-color: #eee;
}

.btw-11 {
  border-top-width: 3.5rem !important;
  border-top-style: solid !important;
  border-top-color: #eee;
}

.brw-11 {
  border-right-width: 3.5rem !important;
  border-right-style: solid !important;
  border-right-color: #eee;
}

.bbw-11 {
  border-bottom-width: 3.5rem !important;
  border-bottom-style: solid !important;
  border-bottom-color: #eee;
}

.blw-11 {
  border-left-width: 3.5rem !important;
  border-left-style: solid !important;
  border-left-color: #eee;
}

.br-0 {
  border-radius: 0 !important;
}

.btlr-0 {
  border-top-left-radius: 0 !important;
}

.btrr-0 {
  border-top-right-radius: 0 !important;
}

.bblr-0 {
  border-bottom-left-radius: 0 !important;
}

.bbrr-0 {
  border-bottom-right-radius: 0 !important;
}

.br-1 {
  border-radius: 0.25rem !important;
}

.btlr-1 {
  border-top-left-radius: 0.25rem !important;
}

.btrr-1 {
  border-top-right-radius: 0.25rem !important;
}

.bblr-1 {
  border-bottom-left-radius: 0.25rem !important;
}

.bbrr-1 {
  border-bottom-right-radius: 0.25rem !important;
}

.br-2 {
  border-radius: 0.75rem !important;
}

.btlr-2 {
  border-top-left-radius: 0.75rem !important;
}

.btrr-2 {
  border-top-right-radius: 0.75rem !important;
}

.bblr-2 {
  border-bottom-left-radius: 0.75rem !important;
}

.bbrr-2 {
  border-bottom-right-radius: 0.75rem !important;
}

.br-3 {
  border-radius: 1rem !important;
}

.btlr-3 {
  border-top-left-radius: 1rem !important;
}

.btrr-3 {
  border-top-right-radius: 1rem !important;
}

.bblr-3 {
  border-bottom-left-radius: 1rem !important;
}

.bbrr-3 {
  border-bottom-right-radius: 1rem !important;
}

.br-pill {
  border-radius: 999999px;
}

.br-circle {
  border-radius: 50%;
}

.ba-n {
  border: none !important;
}

.bt--n {
  border-top: none !important;
}

.br-n {
  border-right: none !important;
}

.bb-n {
  border-bottom: none !important;
}

.bl-n {
  border-left: none !important;
}

@media (min-width: 576px) {
  .bw-sm-0 {
    border-width: 0 !important;
    border-style: solid !important;
    border-color: #eee;
  }
  .btw-sm-0 {
    border-top-width: 0 !important;
    border-top-style: solid !important;
    border-top-color: #eee;
  }
  .brw-sm-0 {
    border-right-width: 0 !important;
    border-right-style: solid !important;
    border-right-color: #eee;
  }
  .bbw-sm-0 {
    border-bottom-width: 0 !important;
    border-bottom-style: solid !important;
    border-bottom-color: #eee;
  }
  .blw-sm-0 {
    border-left-width: 0 !important;
    border-left-style: solid !important;
    border-left-color: #eee;
  }
  .bw-sm-1 {
    border-width: 0.0625rem !important;
    border-style: solid !important;
    border-color: #eee;
  }
  .btw-sm-1 {
    border-top-width: 0.0625rem !important;
    border-top-style: solid !important;
    border-top-color: #eee;
  }
  .brw-sm-1 {
    border-right-width: 0.0625rem !important;
    border-right-style: solid !important;
    border-right-color: #eee;
  }
  .bbw-sm-1 {
    border-bottom-width: 0.0625rem !important;
    border-bottom-style: solid !important;
    border-bottom-color: #eee;
  }
  .blw-sm-1 {
    border-left-width: 0.0625rem !important;
    border-left-style: solid !important;
    border-left-color: #eee;
  }
  .bw-sm-2 {
    border-width: 0.125rem !important;
    border-style: solid !important;
    border-color: #eee;
  }
  .btw-sm-2 {
    border-top-width: 0.125rem !important;
    border-top-style: solid !important;
    border-top-color: #eee;
  }
  .brw-sm-2 {
    border-right-width: 0.125rem !important;
    border-right-style: solid !important;
    border-right-color: #eee;
  }
  .bbw-sm-2 {
    border-bottom-width: 0.125rem !important;
    border-bottom-style: solid !important;
    border-bottom-color: #eee;
  }
  .blw-sm-2 {
    border-left-width: 0.125rem !important;
    border-left-style: solid !important;
    border-left-color: #eee;
  }
  .bw-sm-3 {
    border-width: 0.25rem !important;
    border-style: solid !important;
    border-color: #eee;
  }
  .btw-sm-3 {
    border-top-width: 0.25rem !important;
    border-top-style: solid !important;
    border-top-color: #eee;
  }
  .brw-sm-3 {
    border-right-width: 0.25rem !important;
    border-right-style: solid !important;
    border-right-color: #eee;
  }
  .bbw-sm-3 {
    border-bottom-width: 0.25rem !important;
    border-bottom-style: solid !important;
    border-bottom-color: #eee;
  }
  .blw-sm-3 {
    border-left-width: 0.25rem !important;
    border-left-style: solid !important;
    border-left-color: #eee;
  }
  .bw-sm-4 {
    border-width: 0.5rem !important;
    border-style: solid !important;
    border-color: #eee;
  }
  .btw-sm-4 {
    border-top-width: 0.5rem !important;
    border-top-style: solid !important;
    border-top-color: #eee;
  }
  .brw-sm-4 {
    border-right-width: 0.5rem !important;
    border-right-style: solid !important;
    border-right-color: #eee;
  }
  .bbw-sm-4 {
    border-bottom-width: 0.5rem !important;
    border-bottom-style: solid !important;
    border-bottom-color: #eee;
  }
  .blw-sm-4 {
    border-left-width: 0.5rem !important;
    border-left-style: solid !important;
    border-left-color: #eee;
  }
  .bw-sm-5 {
    border-width: 0.75rem !important;
    border-style: solid !important;
    border-color: #eee;
  }
  .btw-sm-5 {
    border-top-width: 0.75rem !important;
    border-top-style: solid !important;
    border-top-color: #eee;
  }
  .brw-sm-5 {
    border-right-width: 0.75rem !important;
    border-right-style: solid !important;
    border-right-color: #eee;
  }
  .bbw-sm-5 {
    border-bottom-width: 0.75rem !important;
    border-bottom-style: solid !important;
    border-bottom-color: #eee;
  }
  .blw-sm-5 {
    border-left-width: 0.75rem !important;
    border-left-style: solid !important;
    border-left-color: #eee;
  }
  .bw-sm-6 {
    border-width: 1rem !important;
    border-style: solid !important;
    border-color: #eee;
  }
  .btw-sm-6 {
    border-top-width: 1rem !important;
    border-top-style: solid !important;
    border-top-color: #eee;
  }
  .brw-sm-6 {
    border-right-width: 1rem !important;
    border-right-style: solid !important;
    border-right-color: #eee;
  }
  .bbw-sm-6 {
    border-bottom-width: 1rem !important;
    border-bottom-style: solid !important;
    border-bottom-color: #eee;
  }
  .blw-sm-6 {
    border-left-width: 1rem !important;
    border-left-style: solid !important;
    border-left-color: #eee;
  }
  .bw-sm-7 {
    border-width: 1.5rem !important;
    border-style: solid !important;
    border-color: #eee;
  }
  .btw-sm-7 {
    border-top-width: 1.5rem !important;
    border-top-style: solid !important;
    border-top-color: #eee;
  }
  .brw-sm-7 {
    border-right-width: 1.5rem !important;
    border-right-style: solid !important;
    border-right-color: #eee;
  }
  .bbw-sm-7 {
    border-bottom-width: 1.5rem !important;
    border-bottom-style: solid !important;
    border-bottom-color: #eee;
  }
  .blw-sm-7 {
    border-left-width: 1.5rem !important;
    border-left-style: solid !important;
    border-left-color: #eee;
  }
  .bw-sm-8 {
    border-width: 2rem !important;
    border-style: solid !important;
    border-color: #eee;
  }
  .btw-sm-8 {
    border-top-width: 2rem !important;
    border-top-style: solid !important;
    border-top-color: #eee;
  }
  .brw-sm-8 {
    border-right-width: 2rem !important;
    border-right-style: solid !important;
    border-right-color: #eee;
  }
  .bbw-sm-8 {
    border-bottom-width: 2rem !important;
    border-bottom-style: solid !important;
    border-bottom-color: #eee;
  }
  .blw-sm-8 {
    border-left-width: 2rem !important;
    border-left-style: solid !important;
    border-left-color: #eee;
  }
  .bw-sm-9 {
    border-width: 2.5rem !important;
    border-style: solid !important;
    border-color: #eee;
  }
  .btw-sm-9 {
    border-top-width: 2.5rem !important;
    border-top-style: solid !important;
    border-top-color: #eee;
  }
  .brw-sm-9 {
    border-right-width: 2.5rem !important;
    border-right-style: solid !important;
    border-right-color: #eee;
  }
  .bbw-sm-9 {
    border-bottom-width: 2.5rem !important;
    border-bottom-style: solid !important;
    border-bottom-color: #eee;
  }
  .blw-sm-9 {
    border-left-width: 2.5rem !important;
    border-left-style: solid !important;
    border-left-color: #eee;
  }
  .bw-sm-10 {
    border-width: 3rem !important;
    border-style: solid !important;
    border-color: #eee;
  }
  .btw-sm-10 {
    border-top-width: 3rem !important;
    border-top-style: solid !important;
    border-top-color: #eee;
  }
  .brw-sm-10 {
    border-right-width: 3rem !important;
    border-right-style: solid !important;
    border-right-color: #eee;
  }
  .bbw-sm-10 {
    border-bottom-width: 3rem !important;
    border-bottom-style: solid !important;
    border-bottom-color: #eee;
  }
  .blw-sm-10 {
    border-left-width: 3rem !important;
    border-left-style: solid !important;
    border-left-color: #eee;
  }
  .bw-sm-11 {
    border-width: 3.5rem !important;
    border-style: solid !important;
    border-color: #eee;
  }
  .btw-sm-11 {
    border-top-width: 3.5rem !important;
    border-top-style: solid !important;
    border-top-color: #eee;
  }
  .brw-sm-11 {
    border-right-width: 3.5rem !important;
    border-right-style: solid !important;
    border-right-color: #eee;
  }
  .bbw-sm-11 {
    border-bottom-width: 3.5rem !important;
    border-bottom-style: solid !important;
    border-bottom-color: #eee;
  }
  .blw-sm-11 {
    border-left-width: 3.5rem !important;
    border-left-style: solid !important;
    border-left-color: #eee;
  }
  .br-sm-0 {
    border-radius: 0 !important;
  }
  .btlr-sm-0 {
    border-top-left-radius: 0 !important;
  }
  .btrr-sm-0 {
    border-top-right-radius: 0 !important;
  }
  .bblr-sm-0 {
    border-bottom-left-radius: 0 !important;
  }
  .bbrr-sm-0 {
    border-bottom-right-radius: 0 !important;
  }
  .br-sm-1 {
    border-radius: 0.25rem !important;
  }
  .btlr-sm-1 {
    border-top-left-radius: 0.25rem !important;
  }
  .btrr-sm-1 {
    border-top-right-radius: 0.25rem !important;
  }
  .bblr-sm-1 {
    border-bottom-left-radius: 0.25rem !important;
  }
  .bbrr-sm-1 {
    border-bottom-right-radius: 0.25rem !important;
  }
  .br-sm-2 {
    border-radius: 0.75rem !important;
  }
  .btlr-sm-2 {
    border-top-left-radius: 0.75rem !important;
  }
  .btrr-sm-2 {
    border-top-right-radius: 0.75rem !important;
  }
  .bblr-sm-2 {
    border-bottom-left-radius: 0.75rem !important;
  }
  .bbrr-sm-2 {
    border-bottom-right-radius: 0.75rem !important;
  }
  .br-sm-3 {
    border-radius: 1rem !important;
  }
  .btlr-sm-3 {
    border-top-left-radius: 1rem !important;
  }
  .btrr-sm-3 {
    border-top-right-radius: 1rem !important;
  }
  .bblr-sm-3 {
    border-bottom-left-radius: 1rem !important;
  }
  .bbrr-sm-3 {
    border-bottom-right-radius: 1rem !important;
  }
  .br-sm-pill {
    border-radius: 999999px;
  }
  .br-sm-circle {
    border-radius: 50%;
  }
  .ba-sm-n {
    border: none !important;
  }
  .bt--sm-n {
    border-top: none !important;
  }
  .br-sm-n {
    border-right: none !important;
  }
  .bb-sm-n {
    border-bottom: none !important;
  }
  .bl-sm-n {
    border-left: none !important;
  }
}

@media (min-width: 768px) {
  .bw-md-0 {
    border-width: 0 !important;
    border-style: solid !important;
    border-color: #eee;
  }
  .btw-md-0 {
    border-top-width: 0 !important;
    border-top-style: solid !important;
    border-top-color: #eee;
  }
  .brw-md-0 {
    border-right-width: 0 !important;
    border-right-style: solid !important;
    border-right-color: #eee;
  }
  .bbw-md-0 {
    border-bottom-width: 0 !important;
    border-bottom-style: solid !important;
    border-bottom-color: #eee;
  }
  .blw-md-0 {
    border-left-width: 0 !important;
    border-left-style: solid !important;
    border-left-color: #eee;
  }
  .bw-md-1 {
    border-width: 0.0625rem !important;
    border-style: solid !important;
    border-color: #eee;
  }
  .btw-md-1 {
    border-top-width: 0.0625rem !important;
    border-top-style: solid !important;
    border-top-color: #eee;
  }
  .brw-md-1 {
    border-right-width: 0.0625rem !important;
    border-right-style: solid !important;
    border-right-color: #eee;
  }
  .bbw-md-1 {
    border-bottom-width: 0.0625rem !important;
    border-bottom-style: solid !important;
    border-bottom-color: #eee;
  }
  .blw-md-1 {
    border-left-width: 0.0625rem !important;
    border-left-style: solid !important;
    border-left-color: #eee;
  }
  .bw-md-2 {
    border-width: 0.125rem !important;
    border-style: solid !important;
    border-color: #eee;
  }
  .btw-md-2 {
    border-top-width: 0.125rem !important;
    border-top-style: solid !important;
    border-top-color: #eee;
  }
  .brw-md-2 {
    border-right-width: 0.125rem !important;
    border-right-style: solid !important;
    border-right-color: #eee;
  }
  .bbw-md-2 {
    border-bottom-width: 0.125rem !important;
    border-bottom-style: solid !important;
    border-bottom-color: #eee;
  }
  .blw-md-2 {
    border-left-width: 0.125rem !important;
    border-left-style: solid !important;
    border-left-color: #eee;
  }
  .bw-md-3 {
    border-width: 0.25rem !important;
    border-style: solid !important;
    border-color: #eee;
  }
  .btw-md-3 {
    border-top-width: 0.25rem !important;
    border-top-style: solid !important;
    border-top-color: #eee;
  }
  .brw-md-3 {
    border-right-width: 0.25rem !important;
    border-right-style: solid !important;
    border-right-color: #eee;
  }
  .bbw-md-3 {
    border-bottom-width: 0.25rem !important;
    border-bottom-style: solid !important;
    border-bottom-color: #eee;
  }
  .blw-md-3 {
    border-left-width: 0.25rem !important;
    border-left-style: solid !important;
    border-left-color: #eee;
  }
  .bw-md-4 {
    border-width: 0.5rem !important;
    border-style: solid !important;
    border-color: #eee;
  }
  .btw-md-4 {
    border-top-width: 0.5rem !important;
    border-top-style: solid !important;
    border-top-color: #eee;
  }
  .brw-md-4 {
    border-right-width: 0.5rem !important;
    border-right-style: solid !important;
    border-right-color: #eee;
  }
  .bbw-md-4 {
    border-bottom-width: 0.5rem !important;
    border-bottom-style: solid !important;
    border-bottom-color: #eee;
  }
  .blw-md-4 {
    border-left-width: 0.5rem !important;
    border-left-style: solid !important;
    border-left-color: #eee;
  }
  .bw-md-5 {
    border-width: 0.75rem !important;
    border-style: solid !important;
    border-color: #eee;
  }
  .btw-md-5 {
    border-top-width: 0.75rem !important;
    border-top-style: solid !important;
    border-top-color: #eee;
  }
  .brw-md-5 {
    border-right-width: 0.75rem !important;
    border-right-style: solid !important;
    border-right-color: #eee;
  }
  .bbw-md-5 {
    border-bottom-width: 0.75rem !important;
    border-bottom-style: solid !important;
    border-bottom-color: #eee;
  }
  .blw-md-5 {
    border-left-width: 0.75rem !important;
    border-left-style: solid !important;
    border-left-color: #eee;
  }
  .bw-md-6 {
    border-width: 1rem !important;
    border-style: solid !important;
    border-color: #eee;
  }
  .btw-md-6 {
    border-top-width: 1rem !important;
    border-top-style: solid !important;
    border-top-color: #eee;
  }
  .brw-md-6 {
    border-right-width: 1rem !important;
    border-right-style: solid !important;
    border-right-color: #eee;
  }
  .bbw-md-6 {
    border-bottom-width: 1rem !important;
    border-bottom-style: solid !important;
    border-bottom-color: #eee;
  }
  .blw-md-6 {
    border-left-width: 1rem !important;
    border-left-style: solid !important;
    border-left-color: #eee;
  }
  .bw-md-7 {
    border-width: 1.5rem !important;
    border-style: solid !important;
    border-color: #eee;
  }
  .btw-md-7 {
    border-top-width: 1.5rem !important;
    border-top-style: solid !important;
    border-top-color: #eee;
  }
  .brw-md-7 {
    border-right-width: 1.5rem !important;
    border-right-style: solid !important;
    border-right-color: #eee;
  }
  .bbw-md-7 {
    border-bottom-width: 1.5rem !important;
    border-bottom-style: solid !important;
    border-bottom-color: #eee;
  }
  .blw-md-7 {
    border-left-width: 1.5rem !important;
    border-left-style: solid !important;
    border-left-color: #eee;
  }
  .bw-md-8 {
    border-width: 2rem !important;
    border-style: solid !important;
    border-color: #eee;
  }
  .btw-md-8 {
    border-top-width: 2rem !important;
    border-top-style: solid !important;
    border-top-color: #eee;
  }
  .brw-md-8 {
    border-right-width: 2rem !important;
    border-right-style: solid !important;
    border-right-color: #eee;
  }
  .bbw-md-8 {
    border-bottom-width: 2rem !important;
    border-bottom-style: solid !important;
    border-bottom-color: #eee;
  }
  .blw-md-8 {
    border-left-width: 2rem !important;
    border-left-style: solid !important;
    border-left-color: #eee;
  }
  .bw-md-9 {
    border-width: 2.5rem !important;
    border-style: solid !important;
    border-color: #eee;
  }
  .btw-md-9 {
    border-top-width: 2.5rem !important;
    border-top-style: solid !important;
    border-top-color: #eee;
  }
  .brw-md-9 {
    border-right-width: 2.5rem !important;
    border-right-style: solid !important;
    border-right-color: #eee;
  }
  .bbw-md-9 {
    border-bottom-width: 2.5rem !important;
    border-bottom-style: solid !important;
    border-bottom-color: #eee;
  }
  .blw-md-9 {
    border-left-width: 2.5rem !important;
    border-left-style: solid !important;
    border-left-color: #eee;
  }
  .bw-md-10 {
    border-width: 3rem !important;
    border-style: solid !important;
    border-color: #eee;
  }
  .btw-md-10 {
    border-top-width: 3rem !important;
    border-top-style: solid !important;
    border-top-color: #eee;
  }
  .brw-md-10 {
    border-right-width: 3rem !important;
    border-right-style: solid !important;
    border-right-color: #eee;
  }
  .bbw-md-10 {
    border-bottom-width: 3rem !important;
    border-bottom-style: solid !important;
    border-bottom-color: #eee;
  }
  .blw-md-10 {
    border-left-width: 3rem !important;
    border-left-style: solid !important;
    border-left-color: #eee;
  }
  .bw-md-11 {
    border-width: 3.5rem !important;
    border-style: solid !important;
    border-color: #eee;
  }
  .btw-md-11 {
    border-top-width: 3.5rem !important;
    border-top-style: solid !important;
    border-top-color: #eee;
  }
  .brw-md-11 {
    border-right-width: 3.5rem !important;
    border-right-style: solid !important;
    border-right-color: #eee;
  }
  .bbw-md-11 {
    border-bottom-width: 3.5rem !important;
    border-bottom-style: solid !important;
    border-bottom-color: #eee;
  }
  .blw-md-11 {
    border-left-width: 3.5rem !important;
    border-left-style: solid !important;
    border-left-color: #eee;
  }
  .br-md-0 {
    border-radius: 0 !important;
  }
  .btlr-md-0 {
    border-top-left-radius: 0 !important;
  }
  .btrr-md-0 {
    border-top-right-radius: 0 !important;
  }
  .bblr-md-0 {
    border-bottom-left-radius: 0 !important;
  }
  .bbrr-md-0 {
    border-bottom-right-radius: 0 !important;
  }
  .br-md-1 {
    border-radius: 0.25rem !important;
  }
  .btlr-md-1 {
    border-top-left-radius: 0.25rem !important;
  }
  .btrr-md-1 {
    border-top-right-radius: 0.25rem !important;
  }
  .bblr-md-1 {
    border-bottom-left-radius: 0.25rem !important;
  }
  .bbrr-md-1 {
    border-bottom-right-radius: 0.25rem !important;
  }
  .br-md-2 {
    border-radius: 0.75rem !important;
  }
  .btlr-md-2 {
    border-top-left-radius: 0.75rem !important;
  }
  .btrr-md-2 {
    border-top-right-radius: 0.75rem !important;
  }
  .bblr-md-2 {
    border-bottom-left-radius: 0.75rem !important;
  }
  .bbrr-md-2 {
    border-bottom-right-radius: 0.75rem !important;
  }
  .br-md-3 {
    border-radius: 1rem !important;
  }
  .btlr-md-3 {
    border-top-left-radius: 1rem !important;
  }
  .btrr-md-3 {
    border-top-right-radius: 1rem !important;
  }
  .bblr-md-3 {
    border-bottom-left-radius: 1rem !important;
  }
  .bbrr-md-3 {
    border-bottom-right-radius: 1rem !important;
  }
  .br-md-pill {
    border-radius: 999999px;
  }
  .br-md-circle {
    border-radius: 50%;
  }
  .ba-md-n {
    border: none !important;
  }
  .bt--md-n {
    border-top: none !important;
  }
  .br-md-n {
    border-right: none !important;
  }
  .bb-md-n {
    border-bottom: none !important;
  }
  .bl-md-n {
    border-left: none !important;
  }
}

@media (min-width: 992px) {
  .bw-lg-0 {
    border-width: 0 !important;
    border-style: solid !important;
    border-color: #eee;
  }
  .btw-lg-0 {
    border-top-width: 0 !important;
    border-top-style: solid !important;
    border-top-color: #eee;
  }
  .brw-lg-0 {
    border-right-width: 0 !important;
    border-right-style: solid !important;
    border-right-color: #eee;
  }
  .bbw-lg-0 {
    border-bottom-width: 0 !important;
    border-bottom-style: solid !important;
    border-bottom-color: #eee;
  }
  .blw-lg-0 {
    border-left-width: 0 !important;
    border-left-style: solid !important;
    border-left-color: #eee;
  }
  .bw-lg-1 {
    border-width: 0.0625rem !important;
    border-style: solid !important;
    border-color: #eee;
  }
  .btw-lg-1 {
    border-top-width: 0.0625rem !important;
    border-top-style: solid !important;
    border-top-color: #eee;
  }
  .brw-lg-1 {
    border-right-width: 0.0625rem !important;
    border-right-style: solid !important;
    border-right-color: #eee;
  }
  .bbw-lg-1 {
    border-bottom-width: 0.0625rem !important;
    border-bottom-style: solid !important;
    border-bottom-color: #eee;
  }
  .blw-lg-1 {
    border-left-width: 0.0625rem !important;
    border-left-style: solid !important;
    border-left-color: #eee;
  }
  .bw-lg-2 {
    border-width: 0.125rem !important;
    border-style: solid !important;
    border-color: #eee;
  }
  .btw-lg-2 {
    border-top-width: 0.125rem !important;
    border-top-style: solid !important;
    border-top-color: #eee;
  }
  .brw-lg-2 {
    border-right-width: 0.125rem !important;
    border-right-style: solid !important;
    border-right-color: #eee;
  }
  .bbw-lg-2 {
    border-bottom-width: 0.125rem !important;
    border-bottom-style: solid !important;
    border-bottom-color: #eee;
  }
  .blw-lg-2 {
    border-left-width: 0.125rem !important;
    border-left-style: solid !important;
    border-left-color: #eee;
  }
  .bw-lg-3 {
    border-width: 0.25rem !important;
    border-style: solid !important;
    border-color: #eee;
  }
  .btw-lg-3 {
    border-top-width: 0.25rem !important;
    border-top-style: solid !important;
    border-top-color: #eee;
  }
  .brw-lg-3 {
    border-right-width: 0.25rem !important;
    border-right-style: solid !important;
    border-right-color: #eee;
  }
  .bbw-lg-3 {
    border-bottom-width: 0.25rem !important;
    border-bottom-style: solid !important;
    border-bottom-color: #eee;
  }
  .blw-lg-3 {
    border-left-width: 0.25rem !important;
    border-left-style: solid !important;
    border-left-color: #eee;
  }
  .bw-lg-4 {
    border-width: 0.5rem !important;
    border-style: solid !important;
    border-color: #eee;
  }
  .btw-lg-4 {
    border-top-width: 0.5rem !important;
    border-top-style: solid !important;
    border-top-color: #eee;
  }
  .brw-lg-4 {
    border-right-width: 0.5rem !important;
    border-right-style: solid !important;
    border-right-color: #eee;
  }
  .bbw-lg-4 {
    border-bottom-width: 0.5rem !important;
    border-bottom-style: solid !important;
    border-bottom-color: #eee;
  }
  .blw-lg-4 {
    border-left-width: 0.5rem !important;
    border-left-style: solid !important;
    border-left-color: #eee;
  }
  .bw-lg-5 {
    border-width: 0.75rem !important;
    border-style: solid !important;
    border-color: #eee;
  }
  .btw-lg-5 {
    border-top-width: 0.75rem !important;
    border-top-style: solid !important;
    border-top-color: #eee;
  }
  .brw-lg-5 {
    border-right-width: 0.75rem !important;
    border-right-style: solid !important;
    border-right-color: #eee;
  }
  .bbw-lg-5 {
    border-bottom-width: 0.75rem !important;
    border-bottom-style: solid !important;
    border-bottom-color: #eee;
  }
  .blw-lg-5 {
    border-left-width: 0.75rem !important;
    border-left-style: solid !important;
    border-left-color: #eee;
  }
  .bw-lg-6 {
    border-width: 1rem !important;
    border-style: solid !important;
    border-color: #eee;
  }
  .btw-lg-6 {
    border-top-width: 1rem !important;
    border-top-style: solid !important;
    border-top-color: #eee;
  }
  .brw-lg-6 {
    border-right-width: 1rem !important;
    border-right-style: solid !important;
    border-right-color: #eee;
  }
  .bbw-lg-6 {
    border-bottom-width: 1rem !important;
    border-bottom-style: solid !important;
    border-bottom-color: #eee;
  }
  .blw-lg-6 {
    border-left-width: 1rem !important;
    border-left-style: solid !important;
    border-left-color: #eee;
  }
  .bw-lg-7 {
    border-width: 1.5rem !important;
    border-style: solid !important;
    border-color: #eee;
  }
  .btw-lg-7 {
    border-top-width: 1.5rem !important;
    border-top-style: solid !important;
    border-top-color: #eee;
  }
  .brw-lg-7 {
    border-right-width: 1.5rem !important;
    border-right-style: solid !important;
    border-right-color: #eee;
  }
  .bbw-lg-7 {
    border-bottom-width: 1.5rem !important;
    border-bottom-style: solid !important;
    border-bottom-color: #eee;
  }
  .blw-lg-7 {
    border-left-width: 1.5rem !important;
    border-left-style: solid !important;
    border-left-color: #eee;
  }
  .bw-lg-8 {
    border-width: 2rem !important;
    border-style: solid !important;
    border-color: #eee;
  }
  .btw-lg-8 {
    border-top-width: 2rem !important;
    border-top-style: solid !important;
    border-top-color: #eee;
  }
  .brw-lg-8 {
    border-right-width: 2rem !important;
    border-right-style: solid !important;
    border-right-color: #eee;
  }
  .bbw-lg-8 {
    border-bottom-width: 2rem !important;
    border-bottom-style: solid !important;
    border-bottom-color: #eee;
  }
  .blw-lg-8 {
    border-left-width: 2rem !important;
    border-left-style: solid !important;
    border-left-color: #eee;
  }
  .bw-lg-9 {
    border-width: 2.5rem !important;
    border-style: solid !important;
    border-color: #eee;
  }
  .btw-lg-9 {
    border-top-width: 2.5rem !important;
    border-top-style: solid !important;
    border-top-color: #eee;
  }
  .brw-lg-9 {
    border-right-width: 2.5rem !important;
    border-right-style: solid !important;
    border-right-color: #eee;
  }
  .bbw-lg-9 {
    border-bottom-width: 2.5rem !important;
    border-bottom-style: solid !important;
    border-bottom-color: #eee;
  }
  .blw-lg-9 {
    border-left-width: 2.5rem !important;
    border-left-style: solid !important;
    border-left-color: #eee;
  }
  .bw-lg-10 {
    border-width: 3rem !important;
    border-style: solid !important;
    border-color: #eee;
  }
  .btw-lg-10 {
    border-top-width: 3rem !important;
    border-top-style: solid !important;
    border-top-color: #eee;
  }
  .brw-lg-10 {
    border-right-width: 3rem !important;
    border-right-style: solid !important;
    border-right-color: #eee;
  }
  .bbw-lg-10 {
    border-bottom-width: 3rem !important;
    border-bottom-style: solid !important;
    border-bottom-color: #eee;
  }
  .blw-lg-10 {
    border-left-width: 3rem !important;
    border-left-style: solid !important;
    border-left-color: #eee;
  }
  .bw-lg-11 {
    border-width: 3.5rem !important;
    border-style: solid !important;
    border-color: #eee;
  }
  .btw-lg-11 {
    border-top-width: 3.5rem !important;
    border-top-style: solid !important;
    border-top-color: #eee;
  }
  .brw-lg-11 {
    border-right-width: 3.5rem !important;
    border-right-style: solid !important;
    border-right-color: #eee;
  }
  .bbw-lg-11 {
    border-bottom-width: 3.5rem !important;
    border-bottom-style: solid !important;
    border-bottom-color: #eee;
  }
  .blw-lg-11 {
    border-left-width: 3.5rem !important;
    border-left-style: solid !important;
    border-left-color: #eee;
  }
  .br-lg-0 {
    border-radius: 0 !important;
  }
  .btlr-lg-0 {
    border-top-left-radius: 0 !important;
  }
  .btrr-lg-0 {
    border-top-right-radius: 0 !important;
  }
  .bblr-lg-0 {
    border-bottom-left-radius: 0 !important;
  }
  .bbrr-lg-0 {
    border-bottom-right-radius: 0 !important;
  }
  .br-lg-1 {
    border-radius: 0.25rem !important;
  }
  .btlr-lg-1 {
    border-top-left-radius: 0.25rem !important;
  }
  .btrr-lg-1 {
    border-top-right-radius: 0.25rem !important;
  }
  .bblr-lg-1 {
    border-bottom-left-radius: 0.25rem !important;
  }
  .bbrr-lg-1 {
    border-bottom-right-radius: 0.25rem !important;
  }
  .br-lg-2 {
    border-radius: 0.75rem !important;
  }
  .btlr-lg-2 {
    border-top-left-radius: 0.75rem !important;
  }
  .btrr-lg-2 {
    border-top-right-radius: 0.75rem !important;
  }
  .bblr-lg-2 {
    border-bottom-left-radius: 0.75rem !important;
  }
  .bbrr-lg-2 {
    border-bottom-right-radius: 0.75rem !important;
  }
  .br-lg-3 {
    border-radius: 1rem !important;
  }
  .btlr-lg-3 {
    border-top-left-radius: 1rem !important;
  }
  .btrr-lg-3 {
    border-top-right-radius: 1rem !important;
  }
  .bblr-lg-3 {
    border-bottom-left-radius: 1rem !important;
  }
  .bbrr-lg-3 {
    border-bottom-right-radius: 1rem !important;
  }
  .br-lg-pill {
    border-radius: 999999px;
  }
  .br-lg-circle {
    border-radius: 50%;
  }
  .ba-lg-n {
    border: none !important;
  }
  .bt--lg-n {
    border-top: none !important;
  }
  .br-lg-n {
    border-right: none !important;
  }
  .bb-lg-n {
    border-bottom: none !important;
  }
  .bl-lg-n {
    border-left: none !important;
  }
}

@media (min-width: 1200px) {
  .bw-xl-0 {
    border-width: 0 !important;
    border-style: solid !important;
    border-color: #eee;
  }
  .btw-xl-0 {
    border-top-width: 0 !important;
    border-top-style: solid !important;
    border-top-color: #eee;
  }
  .brw-xl-0 {
    border-right-width: 0 !important;
    border-right-style: solid !important;
    border-right-color: #eee;
  }
  .bbw-xl-0 {
    border-bottom-width: 0 !important;
    border-bottom-style: solid !important;
    border-bottom-color: #eee;
  }
  .blw-xl-0 {
    border-left-width: 0 !important;
    border-left-style: solid !important;
    border-left-color: #eee;
  }
  .bw-xl-1 {
    border-width: 0.0625rem !important;
    border-style: solid !important;
    border-color: #eee;
  }
  .btw-xl-1 {
    border-top-width: 0.0625rem !important;
    border-top-style: solid !important;
    border-top-color: #eee;
  }
  .brw-xl-1 {
    border-right-width: 0.0625rem !important;
    border-right-style: solid !important;
    border-right-color: #eee;
  }
  .bbw-xl-1 {
    border-bottom-width: 0.0625rem !important;
    border-bottom-style: solid !important;
    border-bottom-color: #eee;
  }
  .blw-xl-1 {
    border-left-width: 0.0625rem !important;
    border-left-style: solid !important;
    border-left-color: #eee;
  }
  .bw-xl-2 {
    border-width: 0.125rem !important;
    border-style: solid !important;
    border-color: #eee;
  }
  .btw-xl-2 {
    border-top-width: 0.125rem !important;
    border-top-style: solid !important;
    border-top-color: #eee;
  }
  .brw-xl-2 {
    border-right-width: 0.125rem !important;
    border-right-style: solid !important;
    border-right-color: #eee;
  }
  .bbw-xl-2 {
    border-bottom-width: 0.125rem !important;
    border-bottom-style: solid !important;
    border-bottom-color: #eee;
  }
  .blw-xl-2 {
    border-left-width: 0.125rem !important;
    border-left-style: solid !important;
    border-left-color: #eee;
  }
  .bw-xl-3 {
    border-width: 0.25rem !important;
    border-style: solid !important;
    border-color: #eee;
  }
  .btw-xl-3 {
    border-top-width: 0.25rem !important;
    border-top-style: solid !important;
    border-top-color: #eee;
  }
  .brw-xl-3 {
    border-right-width: 0.25rem !important;
    border-right-style: solid !important;
    border-right-color: #eee;
  }
  .bbw-xl-3 {
    border-bottom-width: 0.25rem !important;
    border-bottom-style: solid !important;
    border-bottom-color: #eee;
  }
  .blw-xl-3 {
    border-left-width: 0.25rem !important;
    border-left-style: solid !important;
    border-left-color: #eee;
  }
  .bw-xl-4 {
    border-width: 0.5rem !important;
    border-style: solid !important;
    border-color: #eee;
  }
  .btw-xl-4 {
    border-top-width: 0.5rem !important;
    border-top-style: solid !important;
    border-top-color: #eee;
  }
  .brw-xl-4 {
    border-right-width: 0.5rem !important;
    border-right-style: solid !important;
    border-right-color: #eee;
  }
  .bbw-xl-4 {
    border-bottom-width: 0.5rem !important;
    border-bottom-style: solid !important;
    border-bottom-color: #eee;
  }
  .blw-xl-4 {
    border-left-width: 0.5rem !important;
    border-left-style: solid !important;
    border-left-color: #eee;
  }
  .bw-xl-5 {
    border-width: 0.75rem !important;
    border-style: solid !important;
    border-color: #eee;
  }
  .btw-xl-5 {
    border-top-width: 0.75rem !important;
    border-top-style: solid !important;
    border-top-color: #eee;
  }
  .brw-xl-5 {
    border-right-width: 0.75rem !important;
    border-right-style: solid !important;
    border-right-color: #eee;
  }
  .bbw-xl-5 {
    border-bottom-width: 0.75rem !important;
    border-bottom-style: solid !important;
    border-bottom-color: #eee;
  }
  .blw-xl-5 {
    border-left-width: 0.75rem !important;
    border-left-style: solid !important;
    border-left-color: #eee;
  }
  .bw-xl-6 {
    border-width: 1rem !important;
    border-style: solid !important;
    border-color: #eee;
  }
  .btw-xl-6 {
    border-top-width: 1rem !important;
    border-top-style: solid !important;
    border-top-color: #eee;
  }
  .brw-xl-6 {
    border-right-width: 1rem !important;
    border-right-style: solid !important;
    border-right-color: #eee;
  }
  .bbw-xl-6 {
    border-bottom-width: 1rem !important;
    border-bottom-style: solid !important;
    border-bottom-color: #eee;
  }
  .blw-xl-6 {
    border-left-width: 1rem !important;
    border-left-style: solid !important;
    border-left-color: #eee;
  }
  .bw-xl-7 {
    border-width: 1.5rem !important;
    border-style: solid !important;
    border-color: #eee;
  }
  .btw-xl-7 {
    border-top-width: 1.5rem !important;
    border-top-style: solid !important;
    border-top-color: #eee;
  }
  .brw-xl-7 {
    border-right-width: 1.5rem !important;
    border-right-style: solid !important;
    border-right-color: #eee;
  }
  .bbw-xl-7 {
    border-bottom-width: 1.5rem !important;
    border-bottom-style: solid !important;
    border-bottom-color: #eee;
  }
  .blw-xl-7 {
    border-left-width: 1.5rem !important;
    border-left-style: solid !important;
    border-left-color: #eee;
  }
  .bw-xl-8 {
    border-width: 2rem !important;
    border-style: solid !important;
    border-color: #eee;
  }
  .btw-xl-8 {
    border-top-width: 2rem !important;
    border-top-style: solid !important;
    border-top-color: #eee;
  }
  .brw-xl-8 {
    border-right-width: 2rem !important;
    border-right-style: solid !important;
    border-right-color: #eee;
  }
  .bbw-xl-8 {
    border-bottom-width: 2rem !important;
    border-bottom-style: solid !important;
    border-bottom-color: #eee;
  }
  .blw-xl-8 {
    border-left-width: 2rem !important;
    border-left-style: solid !important;
    border-left-color: #eee;
  }
  .bw-xl-9 {
    border-width: 2.5rem !important;
    border-style: solid !important;
    border-color: #eee;
  }
  .btw-xl-9 {
    border-top-width: 2.5rem !important;
    border-top-style: solid !important;
    border-top-color: #eee;
  }
  .brw-xl-9 {
    border-right-width: 2.5rem !important;
    border-right-style: solid !important;
    border-right-color: #eee;
  }
  .bbw-xl-9 {
    border-bottom-width: 2.5rem !important;
    border-bottom-style: solid !important;
    border-bottom-color: #eee;
  }
  .blw-xl-9 {
    border-left-width: 2.5rem !important;
    border-left-style: solid !important;
    border-left-color: #eee;
  }
  .bw-xl-10 {
    border-width: 3rem !important;
    border-style: solid !important;
    border-color: #eee;
  }
  .btw-xl-10 {
    border-top-width: 3rem !important;
    border-top-style: solid !important;
    border-top-color: #eee;
  }
  .brw-xl-10 {
    border-right-width: 3rem !important;
    border-right-style: solid !important;
    border-right-color: #eee;
  }
  .bbw-xl-10 {
    border-bottom-width: 3rem !important;
    border-bottom-style: solid !important;
    border-bottom-color: #eee;
  }
  .blw-xl-10 {
    border-left-width: 3rem !important;
    border-left-style: solid !important;
    border-left-color: #eee;
  }
  .bw-xl-11 {
    border-width: 3.5rem !important;
    border-style: solid !important;
    border-color: #eee;
  }
  .btw-xl-11 {
    border-top-width: 3.5rem !important;
    border-top-style: solid !important;
    border-top-color: #eee;
  }
  .brw-xl-11 {
    border-right-width: 3.5rem !important;
    border-right-style: solid !important;
    border-right-color: #eee;
  }
  .bbw-xl-11 {
    border-bottom-width: 3.5rem !important;
    border-bottom-style: solid !important;
    border-bottom-color: #eee;
  }
  .blw-xl-11 {
    border-left-width: 3.5rem !important;
    border-left-style: solid !important;
    border-left-color: #eee;
  }
  .br-xl-0 {
    border-radius: 0 !important;
  }
  .btlr-xl-0 {
    border-top-left-radius: 0 !important;
  }
  .btrr-xl-0 {
    border-top-right-radius: 0 !important;
  }
  .bblr-xl-0 {
    border-bottom-left-radius: 0 !important;
  }
  .bbrr-xl-0 {
    border-bottom-right-radius: 0 !important;
  }
  .br-xl-1 {
    border-radius: 0.25rem !important;
  }
  .btlr-xl-1 {
    border-top-left-radius: 0.25rem !important;
  }
  .btrr-xl-1 {
    border-top-right-radius: 0.25rem !important;
  }
  .bblr-xl-1 {
    border-bottom-left-radius: 0.25rem !important;
  }
  .bbrr-xl-1 {
    border-bottom-right-radius: 0.25rem !important;
  }
  .br-xl-2 {
    border-radius: 0.75rem !important;
  }
  .btlr-xl-2 {
    border-top-left-radius: 0.75rem !important;
  }
  .btrr-xl-2 {
    border-top-right-radius: 0.75rem !important;
  }
  .bblr-xl-2 {
    border-bottom-left-radius: 0.75rem !important;
  }
  .bbrr-xl-2 {
    border-bottom-right-radius: 0.75rem !important;
  }
  .br-xl-3 {
    border-radius: 1rem !important;
  }
  .btlr-xl-3 {
    border-top-left-radius: 1rem !important;
  }
  .btrr-xl-3 {
    border-top-right-radius: 1rem !important;
  }
  .bblr-xl-3 {
    border-bottom-left-radius: 1rem !important;
  }
  .bbrr-xl-3 {
    border-bottom-right-radius: 1rem !important;
  }
  .br-xl-pill {
    border-radius: 999999px;
  }
  .br-xl-circle {
    border-radius: 50%;
  }
  .ba-xl-n {
    border: none !important;
  }
  .bt--xl-n {
    border-top: none !important;
  }
  .br-xl-n {
    border-right: none !important;
  }
  .bb-xl-n {
    border-bottom: none !important;
  }
  .bl-xl-n {
    border-left: none !important;
  }
}

.bg-green-dark {
  background: #0a3a46;
}

.bg-green-dark--imp {
  background: #0a3a46 !important;
}

.bg-green-dark-op-0 {
  background: rgba(10, 58, 70, 0) !important;
}

.bg-green-dark-op-1 {
  background: rgba(10, 58, 70, 0.1) !important;
}

.bg-green-dark-op-2 {
  background: rgba(10, 58, 70, 0.2) !important;
}

.bg-green-dark-op-3 {
  background: rgba(10, 58, 70, 0.3) !important;
}

.bg-green-dark-op-4 {
  background: rgba(10, 58, 70, 0.4) !important;
}

.bg-green-dark-op-5 {
  background: rgba(10, 58, 70, 0.5) !important;
}

.bg-green-dark-op-6 {
  background: rgba(10, 58, 70, 0.6) !important;
}

.bg-green-dark-op-7 {
  background: rgba(10, 58, 70, 0.7) !important;
}

.bg-green-dark-op-8 {
  background: rgba(10, 58, 70, 0.8) !important;
}

.bg-green-dark-op-9 {
  background: rgba(10, 58, 70, 0.9) !important;
}

.bg-green-dark-op-10 {
  background: #0a3a46 !important;
}

.bg-green {
  background: #186170;
}

.bg-green--imp {
  background: #186170 !important;
}

.bg-green-op-0 {
  background: rgba(24, 97, 112, 0) !important;
}

.bg-green-op-1 {
  background: rgba(24, 97, 112, 0.1) !important;
}

.bg-green-op-2 {
  background: rgba(24, 97, 112, 0.2) !important;
}

.bg-green-op-3 {
  background: rgba(24, 97, 112, 0.3) !important;
}

.bg-green-op-4 {
  background: rgba(24, 97, 112, 0.4) !important;
}

.bg-green-op-5 {
  background: rgba(24, 97, 112, 0.5) !important;
}

.bg-green-op-6 {
  background: rgba(24, 97, 112, 0.6) !important;
}

.bg-green-op-7 {
  background: rgba(24, 97, 112, 0.7) !important;
}

.bg-green-op-8 {
  background: rgba(24, 97, 112, 0.8) !important;
}

.bg-green-op-9 {
  background: rgba(24, 97, 112, 0.9) !important;
}

.bg-green-op-10 {
  background: #186170 !important;
}

.bg-green-light {
  background: #156451;
}

.bg-green-light--imp {
  background: #156451 !important;
}

.bg-green-light-op-0 {
  background: rgba(21, 100, 81, 0) !important;
}

.bg-green-light-op-1 {
  background: rgba(21, 100, 81, 0.1) !important;
}

.bg-green-light-op-2 {
  background: rgba(21, 100, 81, 0.2) !important;
}

.bg-green-light-op-3 {
  background: rgba(21, 100, 81, 0.3) !important;
}

.bg-green-light-op-4 {
  background: rgba(21, 100, 81, 0.4) !important;
}

.bg-green-light-op-5 {
  background: rgba(21, 100, 81, 0.5) !important;
}

.bg-green-light-op-6 {
  background: rgba(21, 100, 81, 0.6) !important;
}

.bg-green-light-op-7 {
  background: rgba(21, 100, 81, 0.7) !important;
}

.bg-green-light-op-8 {
  background: rgba(21, 100, 81, 0.8) !important;
}

.bg-green-light-op-9 {
  background: rgba(21, 100, 81, 0.9) !important;
}

.bg-green-light-op-10 {
  background: #156451 !important;
}

.bg-green-lighter {
  background: #e6ecf6;
}

.bg-green-lighter--imp {
  background: #e6ecf6 !important;
}

.bg-green-lighter-op-0 {
  background: rgba(230, 236, 246, 0) !important;
}

.bg-green-lighter-op-1 {
  background: rgba(230, 236, 246, 0.1) !important;
}

.bg-green-lighter-op-2 {
  background: rgba(230, 236, 246, 0.2) !important;
}

.bg-green-lighter-op-3 {
  background: rgba(230, 236, 246, 0.3) !important;
}

.bg-green-lighter-op-4 {
  background: rgba(230, 236, 246, 0.4) !important;
}

.bg-green-lighter-op-5 {
  background: rgba(230, 236, 246, 0.5) !important;
}

.bg-green-lighter-op-6 {
  background: rgba(230, 236, 246, 0.6) !important;
}

.bg-green-lighter-op-7 {
  background: rgba(230, 236, 246, 0.7) !important;
}

.bg-green-lighter-op-8 {
  background: rgba(230, 236, 246, 0.8) !important;
}

.bg-green-lighter-op-9 {
  background: rgba(230, 236, 246, 0.9) !important;
}

.bg-green-lighter-op-10 {
  background: #e6ecf6 !important;
}

.bg-green-inactive {
  background: rgba(24, 97, 112, 0.4);
}

.bg-green-inactive--imp {
  background: rgba(24, 97, 112, 0.4) !important;
}

.bg-green-inactive-op-0 {
  background: rgba(24, 97, 112, 0) !important;
}

.bg-green-inactive-op-1 {
  background: rgba(24, 97, 112, 0.1) !important;
}

.bg-green-inactive-op-2 {
  background: rgba(24, 97, 112, 0.2) !important;
}

.bg-green-inactive-op-3 {
  background: rgba(24, 97, 112, 0.3) !important;
}

.bg-green-inactive-op-4 {
  background: rgba(24, 97, 112, 0.4) !important;
}

.bg-green-inactive-op-5 {
  background: rgba(24, 97, 112, 0.5) !important;
}

.bg-green-inactive-op-6 {
  background: rgba(24, 97, 112, 0.6) !important;
}

.bg-green-inactive-op-7 {
  background: rgba(24, 97, 112, 0.7) !important;
}

.bg-green-inactive-op-8 {
  background: rgba(24, 97, 112, 0.8) !important;
}

.bg-green-inactive-op-9 {
  background: rgba(24, 97, 112, 0.9) !important;
}

.bg-green-inactive-op-10 {
  background: #186170 !important;
}

.bg-green-normal-10 {
  background: rgba(24, 97, 112, 0.1);
}

.bg-green-normal-10--imp {
  background: rgba(24, 97, 112, 0.1) !important;
}

.bg-green-normal-10-op-0 {
  background: rgba(24, 97, 112, 0) !important;
}

.bg-green-normal-10-op-1 {
  background: rgba(24, 97, 112, 0.1) !important;
}

.bg-green-normal-10-op-2 {
  background: rgba(24, 97, 112, 0.2) !important;
}

.bg-green-normal-10-op-3 {
  background: rgba(24, 97, 112, 0.3) !important;
}

.bg-green-normal-10-op-4 {
  background: rgba(24, 97, 112, 0.4) !important;
}

.bg-green-normal-10-op-5 {
  background: rgba(24, 97, 112, 0.5) !important;
}

.bg-green-normal-10-op-6 {
  background: rgba(24, 97, 112, 0.6) !important;
}

.bg-green-normal-10-op-7 {
  background: rgba(24, 97, 112, 0.7) !important;
}

.bg-green-normal-10-op-8 {
  background: rgba(24, 97, 112, 0.8) !important;
}

.bg-green-normal-10-op-9 {
  background: rgba(24, 97, 112, 0.9) !important;
}

.bg-green-normal-10-op-10 {
  background: #186170 !important;
}

.bg-yellow-dark {
  background: #c89900;
}

.bg-yellow-dark--imp {
  background: #c89900 !important;
}

.bg-yellow-dark-op-0 {
  background: rgba(200, 153, 0, 0) !important;
}

.bg-yellow-dark-op-1 {
  background: rgba(200, 153, 0, 0.1) !important;
}

.bg-yellow-dark-op-2 {
  background: rgba(200, 153, 0, 0.2) !important;
}

.bg-yellow-dark-op-3 {
  background: rgba(200, 153, 0, 0.3) !important;
}

.bg-yellow-dark-op-4 {
  background: rgba(200, 153, 0, 0.4) !important;
}

.bg-yellow-dark-op-5 {
  background: rgba(200, 153, 0, 0.5) !important;
}

.bg-yellow-dark-op-6 {
  background: rgba(200, 153, 0, 0.6) !important;
}

.bg-yellow-dark-op-7 {
  background: rgba(200, 153, 0, 0.7) !important;
}

.bg-yellow-dark-op-8 {
  background: rgba(200, 153, 0, 0.8) !important;
}

.bg-yellow-dark-op-9 {
  background: rgba(200, 153, 0, 0.9) !important;
}

.bg-yellow-dark-op-10 {
  background: #c89900 !important;
}

.bg-yellow {
  background: #d9a548;
}

.bg-yellow--imp {
  background: #d9a548 !important;
}

.bg-yellow-op-0 {
  background: rgba(217, 165, 72, 0) !important;
}

.bg-yellow-op-1 {
  background: rgba(217, 165, 72, 0.1) !important;
}

.bg-yellow-op-2 {
  background: rgba(217, 165, 72, 0.2) !important;
}

.bg-yellow-op-3 {
  background: rgba(217, 165, 72, 0.3) !important;
}

.bg-yellow-op-4 {
  background: rgba(217, 165, 72, 0.4) !important;
}

.bg-yellow-op-5 {
  background: rgba(217, 165, 72, 0.5) !important;
}

.bg-yellow-op-6 {
  background: rgba(217, 165, 72, 0.6) !important;
}

.bg-yellow-op-7 {
  background: rgba(217, 165, 72, 0.7) !important;
}

.bg-yellow-op-8 {
  background: rgba(217, 165, 72, 0.8) !important;
}

.bg-yellow-op-9 {
  background: rgba(217, 165, 72, 0.9) !important;
}

.bg-yellow-op-10 {
  background: #d9a548 !important;
}

.bg-yellow-light {
  background: #e7ba6c;
}

.bg-yellow-light--imp {
  background: #e7ba6c !important;
}

.bg-yellow-light-op-0 {
  background: rgba(231, 186, 108, 0) !important;
}

.bg-yellow-light-op-1 {
  background: rgba(231, 186, 108, 0.1) !important;
}

.bg-yellow-light-op-2 {
  background: rgba(231, 186, 108, 0.2) !important;
}

.bg-yellow-light-op-3 {
  background: rgba(231, 186, 108, 0.3) !important;
}

.bg-yellow-light-op-4 {
  background: rgba(231, 186, 108, 0.4) !important;
}

.bg-yellow-light-op-5 {
  background: rgba(231, 186, 108, 0.5) !important;
}

.bg-yellow-light-op-6 {
  background: rgba(231, 186, 108, 0.6) !important;
}

.bg-yellow-light-op-7 {
  background: rgba(231, 186, 108, 0.7) !important;
}

.bg-yellow-light-op-8 {
  background: rgba(231, 186, 108, 0.8) !important;
}

.bg-yellow-light-op-9 {
  background: rgba(231, 186, 108, 0.9) !important;
}

.bg-yellow-light-op-10 {
  background: #e7ba6c !important;
}

.bg-yellow-inactive {
  background: rgba(217, 165, 72, 0.4);
}

.bg-yellow-inactive--imp {
  background: rgba(217, 165, 72, 0.4) !important;
}

.bg-yellow-inactive-op-0 {
  background: rgba(217, 165, 72, 0) !important;
}

.bg-yellow-inactive-op-1 {
  background: rgba(217, 165, 72, 0.1) !important;
}

.bg-yellow-inactive-op-2 {
  background: rgba(217, 165, 72, 0.2) !important;
}

.bg-yellow-inactive-op-3 {
  background: rgba(217, 165, 72, 0.3) !important;
}

.bg-yellow-inactive-op-4 {
  background: rgba(217, 165, 72, 0.4) !important;
}

.bg-yellow-inactive-op-5 {
  background: rgba(217, 165, 72, 0.5) !important;
}

.bg-yellow-inactive-op-6 {
  background: rgba(217, 165, 72, 0.6) !important;
}

.bg-yellow-inactive-op-7 {
  background: rgba(217, 165, 72, 0.7) !important;
}

.bg-yellow-inactive-op-8 {
  background: rgba(217, 165, 72, 0.8) !important;
}

.bg-yellow-inactive-op-9 {
  background: rgba(217, 165, 72, 0.9) !important;
}

.bg-yellow-inactive-op-10 {
  background: #d9a548 !important;
}

.bg-red-dark {
  background: #9f2c2a;
}

.bg-red-dark--imp {
  background: #9f2c2a !important;
}

.bg-red-dark-op-0 {
  background: rgba(159, 44, 42, 0) !important;
}

.bg-red-dark-op-1 {
  background: rgba(159, 44, 42, 0.1) !important;
}

.bg-red-dark-op-2 {
  background: rgba(159, 44, 42, 0.2) !important;
}

.bg-red-dark-op-3 {
  background: rgba(159, 44, 42, 0.3) !important;
}

.bg-red-dark-op-4 {
  background: rgba(159, 44, 42, 0.4) !important;
}

.bg-red-dark-op-5 {
  background: rgba(159, 44, 42, 0.5) !important;
}

.bg-red-dark-op-6 {
  background: rgba(159, 44, 42, 0.6) !important;
}

.bg-red-dark-op-7 {
  background: rgba(159, 44, 42, 0.7) !important;
}

.bg-red-dark-op-8 {
  background: rgba(159, 44, 42, 0.8) !important;
}

.bg-red-dark-op-9 {
  background: rgba(159, 44, 42, 0.9) !important;
}

.bg-red-dark-op-10 {
  background: #9f2c2a !important;
}

.bg-red {
  background: #ad1900;
}

.bg-red--imp {
  background: #ad1900 !important;
}

.bg-red-op-0 {
  background: rgba(173, 25, 0, 0) !important;
}

.bg-red-op-1 {
  background: rgba(173, 25, 0, 0.1) !important;
}

.bg-red-op-2 {
  background: rgba(173, 25, 0, 0.2) !important;
}

.bg-red-op-3 {
  background: rgba(173, 25, 0, 0.3) !important;
}

.bg-red-op-4 {
  background: rgba(173, 25, 0, 0.4) !important;
}

.bg-red-op-5 {
  background: rgba(173, 25, 0, 0.5) !important;
}

.bg-red-op-6 {
  background: rgba(173, 25, 0, 0.6) !important;
}

.bg-red-op-7 {
  background: rgba(173, 25, 0, 0.7) !important;
}

.bg-red-op-8 {
  background: rgba(173, 25, 0, 0.8) !important;
}

.bg-red-op-9 {
  background: rgba(173, 25, 0, 0.9) !important;
}

.bg-red-op-10 {
  background: #ad1900 !important;
}

.bg-red-light {
  background: #f1cecd;
}

.bg-red-light--imp {
  background: #f1cecd !important;
}

.bg-red-light-op-0 {
  background: rgba(241, 206, 205, 0) !important;
}

.bg-red-light-op-1 {
  background: rgba(241, 206, 205, 0.1) !important;
}

.bg-red-light-op-2 {
  background: rgba(241, 206, 205, 0.2) !important;
}

.bg-red-light-op-3 {
  background: rgba(241, 206, 205, 0.3) !important;
}

.bg-red-light-op-4 {
  background: rgba(241, 206, 205, 0.4) !important;
}

.bg-red-light-op-5 {
  background: rgba(241, 206, 205, 0.5) !important;
}

.bg-red-light-op-6 {
  background: rgba(241, 206, 205, 0.6) !important;
}

.bg-red-light-op-7 {
  background: rgba(241, 206, 205, 0.7) !important;
}

.bg-red-light-op-8 {
  background: rgba(241, 206, 205, 0.8) !important;
}

.bg-red-light-op-9 {
  background: rgba(241, 206, 205, 0.9) !important;
}

.bg-red-light-op-10 {
  background: #f1cecd !important;
}

.bg-red-inactive {
  background: rgba(173, 25, 0, 0.4);
}

.bg-red-inactive--imp {
  background: rgba(173, 25, 0, 0.4) !important;
}

.bg-red-inactive-op-0 {
  background: rgba(173, 25, 0, 0) !important;
}

.bg-red-inactive-op-1 {
  background: rgba(173, 25, 0, 0.1) !important;
}

.bg-red-inactive-op-2 {
  background: rgba(173, 25, 0, 0.2) !important;
}

.bg-red-inactive-op-3 {
  background: rgba(173, 25, 0, 0.3) !important;
}

.bg-red-inactive-op-4 {
  background: rgba(173, 25, 0, 0.4) !important;
}

.bg-red-inactive-op-5 {
  background: rgba(173, 25, 0, 0.5) !important;
}

.bg-red-inactive-op-6 {
  background: rgba(173, 25, 0, 0.6) !important;
}

.bg-red-inactive-op-7 {
  background: rgba(173, 25, 0, 0.7) !important;
}

.bg-red-inactive-op-8 {
  background: rgba(173, 25, 0, 0.8) !important;
}

.bg-red-inactive-op-9 {
  background: rgba(173, 25, 0, 0.9) !important;
}

.bg-red-inactive-op-10 {
  background: #ad1900 !important;
}

.bg-highlight-a {
  background: #79bcb6;
}

.bg-highlight-a--imp {
  background: #79bcb6 !important;
}

.bg-highlight-a-op-0 {
  background: rgba(121, 188, 182, 0) !important;
}

.bg-highlight-a-op-1 {
  background: rgba(121, 188, 182, 0.1) !important;
}

.bg-highlight-a-op-2 {
  background: rgba(121, 188, 182, 0.2) !important;
}

.bg-highlight-a-op-3 {
  background: rgba(121, 188, 182, 0.3) !important;
}

.bg-highlight-a-op-4 {
  background: rgba(121, 188, 182, 0.4) !important;
}

.bg-highlight-a-op-5 {
  background: rgba(121, 188, 182, 0.5) !important;
}

.bg-highlight-a-op-6 {
  background: rgba(121, 188, 182, 0.6) !important;
}

.bg-highlight-a-op-7 {
  background: rgba(121, 188, 182, 0.7) !important;
}

.bg-highlight-a-op-8 {
  background: rgba(121, 188, 182, 0.8) !important;
}

.bg-highlight-a-op-9 {
  background: rgba(121, 188, 182, 0.9) !important;
}

.bg-highlight-a-op-10 {
  background: #79bcb6 !important;
}

.bg-highlight-b {
  background: #ff7500;
}

.bg-highlight-b--imp {
  background: #ff7500 !important;
}

.bg-highlight-b-op-0 {
  background: rgba(255, 117, 0, 0) !important;
}

.bg-highlight-b-op-1 {
  background: rgba(255, 117, 0, 0.1) !important;
}

.bg-highlight-b-op-2 {
  background: rgba(255, 117, 0, 0.2) !important;
}

.bg-highlight-b-op-3 {
  background: rgba(255, 117, 0, 0.3) !important;
}

.bg-highlight-b-op-4 {
  background: rgba(255, 117, 0, 0.4) !important;
}

.bg-highlight-b-op-5 {
  background: rgba(255, 117, 0, 0.5) !important;
}

.bg-highlight-b-op-6 {
  background: rgba(255, 117, 0, 0.6) !important;
}

.bg-highlight-b-op-7 {
  background: rgba(255, 117, 0, 0.7) !important;
}

.bg-highlight-b-op-8 {
  background: rgba(255, 117, 0, 0.8) !important;
}

.bg-highlight-b-op-9 {
  background: rgba(255, 117, 0, 0.9) !important;
}

.bg-highlight-b-op-10 {
  background: #ff7500 !important;
}

.bg-highlight-c {
  background: #f1c400;
}

.bg-highlight-c--imp {
  background: #f1c400 !important;
}

.bg-highlight-c-op-0 {
  background: rgba(241, 196, 0, 0) !important;
}

.bg-highlight-c-op-1 {
  background: rgba(241, 196, 0, 0.1) !important;
}

.bg-highlight-c-op-2 {
  background: rgba(241, 196, 0, 0.2) !important;
}

.bg-highlight-c-op-3 {
  background: rgba(241, 196, 0, 0.3) !important;
}

.bg-highlight-c-op-4 {
  background: rgba(241, 196, 0, 0.4) !important;
}

.bg-highlight-c-op-5 {
  background: rgba(241, 196, 0, 0.5) !important;
}

.bg-highlight-c-op-6 {
  background: rgba(241, 196, 0, 0.6) !important;
}

.bg-highlight-c-op-7 {
  background: rgba(241, 196, 0, 0.7) !important;
}

.bg-highlight-c-op-8 {
  background: rgba(241, 196, 0, 0.8) !important;
}

.bg-highlight-c-op-9 {
  background: rgba(241, 196, 0, 0.9) !important;
}

.bg-highlight-c-op-10 {
  background: #f1c400 !important;
}

.bg-gray-darker {
  background: #333333;
}

.bg-gray-darker--imp {
  background: #333333 !important;
}

.bg-gray-darker-op-0 {
  background: rgba(51, 51, 51, 0) !important;
}

.bg-gray-darker-op-1 {
  background: rgba(51, 51, 51, 0.1) !important;
}

.bg-gray-darker-op-2 {
  background: rgba(51, 51, 51, 0.2) !important;
}

.bg-gray-darker-op-3 {
  background: rgba(51, 51, 51, 0.3) !important;
}

.bg-gray-darker-op-4 {
  background: rgba(51, 51, 51, 0.4) !important;
}

.bg-gray-darker-op-5 {
  background: rgba(51, 51, 51, 0.5) !important;
}

.bg-gray-darker-op-6 {
  background: rgba(51, 51, 51, 0.6) !important;
}

.bg-gray-darker-op-7 {
  background: rgba(51, 51, 51, 0.7) !important;
}

.bg-gray-darker-op-8 {
  background: rgba(51, 51, 51, 0.8) !important;
}

.bg-gray-darker-op-9 {
  background: rgba(51, 51, 51, 0.9) !important;
}

.bg-gray-darker-op-10 {
  background: #333333 !important;
}

.bg-gray-dark {
  background: #5d5656;
}

.bg-gray-dark--imp {
  background: #5d5656 !important;
}

.bg-gray-dark-op-0 {
  background: rgba(93, 86, 86, 0) !important;
}

.bg-gray-dark-op-1 {
  background: rgba(93, 86, 86, 0.1) !important;
}

.bg-gray-dark-op-2 {
  background: rgba(93, 86, 86, 0.2) !important;
}

.bg-gray-dark-op-3 {
  background: rgba(93, 86, 86, 0.3) !important;
}

.bg-gray-dark-op-4 {
  background: rgba(93, 86, 86, 0.4) !important;
}

.bg-gray-dark-op-5 {
  background: rgba(93, 86, 86, 0.5) !important;
}

.bg-gray-dark-op-6 {
  background: rgba(93, 86, 86, 0.6) !important;
}

.bg-gray-dark-op-7 {
  background: rgba(93, 86, 86, 0.7) !important;
}

.bg-gray-dark-op-8 {
  background: rgba(93, 86, 86, 0.8) !important;
}

.bg-gray-dark-op-9 {
  background: rgba(93, 86, 86, 0.9) !important;
}

.bg-gray-dark-op-10 {
  background: #5d5656 !important;
}

.bg-gray {
  background: #d9d9d6;
}

.bg-gray--imp {
  background: #d9d9d6 !important;
}

.bg-gray-op-0 {
  background: rgba(217, 217, 214, 0) !important;
}

.bg-gray-op-1 {
  background: rgba(217, 217, 214, 0.1) !important;
}

.bg-gray-op-2 {
  background: rgba(217, 217, 214, 0.2) !important;
}

.bg-gray-op-3 {
  background: rgba(217, 217, 214, 0.3) !important;
}

.bg-gray-op-4 {
  background: rgba(217, 217, 214, 0.4) !important;
}

.bg-gray-op-5 {
  background: rgba(217, 217, 214, 0.5) !important;
}

.bg-gray-op-6 {
  background: rgba(217, 217, 214, 0.6) !important;
}

.bg-gray-op-7 {
  background: rgba(217, 217, 214, 0.7) !important;
}

.bg-gray-op-8 {
  background: rgba(217, 217, 214, 0.8) !important;
}

.bg-gray-op-9 {
  background: rgba(217, 217, 214, 0.9) !important;
}

.bg-gray-op-10 {
  background: #d9d9d6 !important;
}

.bg-gray-light {
  background: #f4f4f4;
}

.bg-gray-light--imp {
  background: #f4f4f4 !important;
}

.bg-gray-light-op-0 {
  background: rgba(244, 244, 244, 0) !important;
}

.bg-gray-light-op-1 {
  background: rgba(244, 244, 244, 0.1) !important;
}

.bg-gray-light-op-2 {
  background: rgba(244, 244, 244, 0.2) !important;
}

.bg-gray-light-op-3 {
  background: rgba(244, 244, 244, 0.3) !important;
}

.bg-gray-light-op-4 {
  background: rgba(244, 244, 244, 0.4) !important;
}

.bg-gray-light-op-5 {
  background: rgba(244, 244, 244, 0.5) !important;
}

.bg-gray-light-op-6 {
  background: rgba(244, 244, 244, 0.6) !important;
}

.bg-gray-light-op-7 {
  background: rgba(244, 244, 244, 0.7) !important;
}

.bg-gray-light-op-8 {
  background: rgba(244, 244, 244, 0.8) !important;
}

.bg-gray-light-op-9 {
  background: rgba(244, 244, 244, 0.9) !important;
}

.bg-gray-light-op-10 {
  background: #f4f4f4 !important;
}

.bg-success {
  background: #96bd3b;
}

.bg-success--imp {
  background: #96bd3b !important;
}

.bg-success-op-0 {
  background: rgba(150, 189, 59, 0) !important;
}

.bg-success-op-1 {
  background: rgba(150, 189, 59, 0.1) !important;
}

.bg-success-op-2 {
  background: rgba(150, 189, 59, 0.2) !important;
}

.bg-success-op-3 {
  background: rgba(150, 189, 59, 0.3) !important;
}

.bg-success-op-4 {
  background: rgba(150, 189, 59, 0.4) !important;
}

.bg-success-op-5 {
  background: rgba(150, 189, 59, 0.5) !important;
}

.bg-success-op-6 {
  background: rgba(150, 189, 59, 0.6) !important;
}

.bg-success-op-7 {
  background: rgba(150, 189, 59, 0.7) !important;
}

.bg-success-op-8 {
  background: rgba(150, 189, 59, 0.8) !important;
}

.bg-success-op-9 {
  background: rgba(150, 189, 59, 0.9) !important;
}

.bg-success-op-10 {
  background: #96bd3b !important;
}

.bg-info {
  background: #00a6db;
}

.bg-info--imp {
  background: #00a6db !important;
}

.bg-info-op-0 {
  background: rgba(0, 166, 219, 0) !important;
}

.bg-info-op-1 {
  background: rgba(0, 166, 219, 0.1) !important;
}

.bg-info-op-2 {
  background: rgba(0, 166, 219, 0.2) !important;
}

.bg-info-op-3 {
  background: rgba(0, 166, 219, 0.3) !important;
}

.bg-info-op-4 {
  background: rgba(0, 166, 219, 0.4) !important;
}

.bg-info-op-5 {
  background: rgba(0, 166, 219, 0.5) !important;
}

.bg-info-op-6 {
  background: rgba(0, 166, 219, 0.6) !important;
}

.bg-info-op-7 {
  background: rgba(0, 166, 219, 0.7) !important;
}

.bg-info-op-8 {
  background: rgba(0, 166, 219, 0.8) !important;
}

.bg-info-op-9 {
  background: rgba(0, 166, 219, 0.9) !important;
}

.bg-info-op-10 {
  background: #00a6db !important;
}

.bg-error {
  background: #f90000;
}

.bg-error--imp {
  background: #f90000 !important;
}

.bg-error-op-0 {
  background: rgba(249, 0, 0, 0) !important;
}

.bg-error-op-1 {
  background: rgba(249, 0, 0, 0.1) !important;
}

.bg-error-op-2 {
  background: rgba(249, 0, 0, 0.2) !important;
}

.bg-error-op-3 {
  background: rgba(249, 0, 0, 0.3) !important;
}

.bg-error-op-4 {
  background: rgba(249, 0, 0, 0.4) !important;
}

.bg-error-op-5 {
  background: rgba(249, 0, 0, 0.5) !important;
}

.bg-error-op-6 {
  background: rgba(249, 0, 0, 0.6) !important;
}

.bg-error-op-7 {
  background: rgba(249, 0, 0, 0.7) !important;
}

.bg-error-op-8 {
  background: rgba(249, 0, 0, 0.8) !important;
}

.bg-error-op-9 {
  background: rgba(249, 0, 0, 0.9) !important;
}

.bg-error-op-10 {
  background: #f90000 !important;
}

.bg-warning {
  background: #ffc700;
}

.bg-warning--imp {
  background: #ffc700 !important;
}

.bg-warning-op-0 {
  background: rgba(255, 199, 0, 0) !important;
}

.bg-warning-op-1 {
  background: rgba(255, 199, 0, 0.1) !important;
}

.bg-warning-op-2 {
  background: rgba(255, 199, 0, 0.2) !important;
}

.bg-warning-op-3 {
  background: rgba(255, 199, 0, 0.3) !important;
}

.bg-warning-op-4 {
  background: rgba(255, 199, 0, 0.4) !important;
}

.bg-warning-op-5 {
  background: rgba(255, 199, 0, 0.5) !important;
}

.bg-warning-op-6 {
  background: rgba(255, 199, 0, 0.6) !important;
}

.bg-warning-op-7 {
  background: rgba(255, 199, 0, 0.7) !important;
}

.bg-warning-op-8 {
  background: rgba(255, 199, 0, 0.8) !important;
}

.bg-warning-op-9 {
  background: rgba(255, 199, 0, 0.9) !important;
}

.bg-warning-op-10 {
  background: #ffc700 !important;
}

.bg-warning-dark {
  background: #b38c00;
}

.bg-warning-dark--imp {
  background: #b38c00 !important;
}

.bg-warning-dark-op-0 {
  background: rgba(179, 140, 0, 0) !important;
}

.bg-warning-dark-op-1 {
  background: rgba(179, 140, 0, 0.1) !important;
}

.bg-warning-dark-op-2 {
  background: rgba(179, 140, 0, 0.2) !important;
}

.bg-warning-dark-op-3 {
  background: rgba(179, 140, 0, 0.3) !important;
}

.bg-warning-dark-op-4 {
  background: rgba(179, 140, 0, 0.4) !important;
}

.bg-warning-dark-op-5 {
  background: rgba(179, 140, 0, 0.5) !important;
}

.bg-warning-dark-op-6 {
  background: rgba(179, 140, 0, 0.6) !important;
}

.bg-warning-dark-op-7 {
  background: rgba(179, 140, 0, 0.7) !important;
}

.bg-warning-dark-op-8 {
  background: rgba(179, 140, 0, 0.8) !important;
}

.bg-warning-dark-op-9 {
  background: rgba(179, 140, 0, 0.9) !important;
}

.bg-warning-dark-op-10 {
  background: #b38c00 !important;
}

.bg-black {
  background: #000000;
}

.bg-black--imp {
  background: #000000 !important;
}

.bg-black-op-0 {
  background: rgba(0, 0, 0, 0) !important;
}

.bg-black-op-1 {
  background: rgba(0, 0, 0, 0.1) !important;
}

.bg-black-op-2 {
  background: rgba(0, 0, 0, 0.2) !important;
}

.bg-black-op-3 {
  background: rgba(0, 0, 0, 0.3) !important;
}

.bg-black-op-4 {
  background: rgba(0, 0, 0, 0.4) !important;
}

.bg-black-op-5 {
  background: rgba(0, 0, 0, 0.5) !important;
}

.bg-black-op-6 {
  background: rgba(0, 0, 0, 0.6) !important;
}

.bg-black-op-7 {
  background: rgba(0, 0, 0, 0.7) !important;
}

.bg-black-op-8 {
  background: rgba(0, 0, 0, 0.8) !important;
}

.bg-black-op-9 {
  background: rgba(0, 0, 0, 0.9) !important;
}

.bg-black-op-10 {
  background: black !important;
}

.bg-background-dark {
  background: #869fb2;
}

.bg-background-dark--imp {
  background: #869fb2 !important;
}

.bg-background-dark-op-0 {
  background: rgba(134, 159, 178, 0) !important;
}

.bg-background-dark-op-1 {
  background: rgba(134, 159, 178, 0.1) !important;
}

.bg-background-dark-op-2 {
  background: rgba(134, 159, 178, 0.2) !important;
}

.bg-background-dark-op-3 {
  background: rgba(134, 159, 178, 0.3) !important;
}

.bg-background-dark-op-4 {
  background: rgba(134, 159, 178, 0.4) !important;
}

.bg-background-dark-op-5 {
  background: rgba(134, 159, 178, 0.5) !important;
}

.bg-background-dark-op-6 {
  background: rgba(134, 159, 178, 0.6) !important;
}

.bg-background-dark-op-7 {
  background: rgba(134, 159, 178, 0.7) !important;
}

.bg-background-dark-op-8 {
  background: rgba(134, 159, 178, 0.8) !important;
}

.bg-background-dark-op-9 {
  background: rgba(134, 159, 178, 0.9) !important;
}

.bg-background-dark-op-10 {
  background: #869fb2 !important;
}

.bg-background-light {
  background: #fafbfd;
}

.bg-background-light--imp {
  background: #fafbfd !important;
}

.bg-background-light-op-0 {
  background: rgba(250, 251, 253, 0) !important;
}

.bg-background-light-op-1 {
  background: rgba(250, 251, 253, 0.1) !important;
}

.bg-background-light-op-2 {
  background: rgba(250, 251, 253, 0.2) !important;
}

.bg-background-light-op-3 {
  background: rgba(250, 251, 253, 0.3) !important;
}

.bg-background-light-op-4 {
  background: rgba(250, 251, 253, 0.4) !important;
}

.bg-background-light-op-5 {
  background: rgba(250, 251, 253, 0.5) !important;
}

.bg-background-light-op-6 {
  background: rgba(250, 251, 253, 0.6) !important;
}

.bg-background-light-op-7 {
  background: rgba(250, 251, 253, 0.7) !important;
}

.bg-background-light-op-8 {
  background: rgba(250, 251, 253, 0.8) !important;
}

.bg-background-light-op-9 {
  background: rgba(250, 251, 253, 0.9) !important;
}

.bg-background-light-op-10 {
  background: #fafbfd !important;
}

.bg-light-color {
  background: #ffffff;
}

.bg-light-color--imp {
  background: #ffffff !important;
}

.bg-light-color-op-0 {
  background: rgba(255, 255, 255, 0) !important;
}

.bg-light-color-op-1 {
  background: rgba(255, 255, 255, 0.1) !important;
}

.bg-light-color-op-2 {
  background: rgba(255, 255, 255, 0.2) !important;
}

.bg-light-color-op-3 {
  background: rgba(255, 255, 255, 0.3) !important;
}

.bg-light-color-op-4 {
  background: rgba(255, 255, 255, 0.4) !important;
}

.bg-light-color-op-5 {
  background: rgba(255, 255, 255, 0.5) !important;
}

.bg-light-color-op-6 {
  background: rgba(255, 255, 255, 0.6) !important;
}

.bg-light-color-op-7 {
  background: rgba(255, 255, 255, 0.7) !important;
}

.bg-light-color-op-8 {
  background: rgba(255, 255, 255, 0.8) !important;
}

.bg-light-color-op-9 {
  background: rgba(255, 255, 255, 0.9) !important;
}

.bg-light-color-op-10 {
  background: white !important;
}

.c-green-dark {
  color: #0a3a46;
}

.c-green-dark--imp {
  color: #0a3a46 !important;
}

.c-green {
  color: #186170;
}

.c-green--imp {
  color: #186170 !important;
}

.c-green-light {
  color: #156451;
}

.c-green-light--imp {
  color: #156451 !important;
}

.c-green-lighter {
  color: #e6ecf6;
}

.c-green-lighter--imp {
  color: #e6ecf6 !important;
}

.c-green-inactive {
  color: rgba(24, 97, 112, 0.4);
}

.c-green-inactive--imp {
  color: rgba(24, 97, 112, 0.4) !important;
}

.c-green-normal-10 {
  color: rgba(24, 97, 112, 0.1);
}

.c-green-normal-10--imp {
  color: rgba(24, 97, 112, 0.1) !important;
}

.c-yellow-dark {
  color: #c89900;
}

.c-yellow-dark--imp {
  color: #c89900 !important;
}

.c-yellow {
  color: #d9a548;
}

.c-yellow--imp {
  color: #d9a548 !important;
}

.c-yellow-light {
  color: #e7ba6c;
}

.c-yellow-light--imp {
  color: #e7ba6c !important;
}

.c-yellow-inactive {
  color: rgba(217, 165, 72, 0.4);
}

.c-yellow-inactive--imp {
  color: rgba(217, 165, 72, 0.4) !important;
}

.c-red-dark {
  color: #9f2c2a;
}

.c-red-dark--imp {
  color: #9f2c2a !important;
}

.c-red {
  color: #ad1900;
}

.c-red--imp {
  color: #ad1900 !important;
}

.c-red-light {
  color: #f1cecd;
}

.c-red-light--imp {
  color: #f1cecd !important;
}

.c-red-inactive {
  color: rgba(173, 25, 0, 0.4);
}

.c-red-inactive--imp {
  color: rgba(173, 25, 0, 0.4) !important;
}

.c-highlight-a {
  color: #79bcb6;
}

.c-highlight-a--imp {
  color: #79bcb6 !important;
}

.c-highlight-b {
  color: #ff7500;
}

.c-highlight-b--imp {
  color: #ff7500 !important;
}

.c-highlight-c {
  color: #f1c400;
}

.c-highlight-c--imp {
  color: #f1c400 !important;
}

.c-gray-darker {
  color: #333333;
}

.c-gray-darker--imp {
  color: #333333 !important;
}

.c-gray-dark {
  color: #5d5656;
}

.c-gray-dark--imp {
  color: #5d5656 !important;
}

.c-gray {
  color: #d9d9d6;
}

.c-gray--imp {
  color: #d9d9d6 !important;
}

.c-gray-light {
  color: #f4f4f4;
}

.c-gray-light--imp {
  color: #f4f4f4 !important;
}

.c-success {
  color: #96bd3b;
}

.c-success--imp {
  color: #96bd3b !important;
}

.c-info {
  color: #00a6db;
}

.c-info--imp {
  color: #00a6db !important;
}

.c-error {
  color: #f90000;
}

.c-error--imp {
  color: #f90000 !important;
}

.c-warning {
  color: #ffc700;
}

.c-warning--imp {
  color: #ffc700 !important;
}

.c-warning-dark {
  color: #b38c00;
}

.c-warning-dark--imp {
  color: #b38c00 !important;
}

.c-black {
  color: #000000;
}

.c-black--imp {
  color: #000000 !important;
}

.c-background-dark {
  color: #869fb2;
}

.c-background-dark--imp {
  color: #869fb2 !important;
}

.c-background-light {
  color: #fafbfd;
}

.c-background-light--imp {
  color: #fafbfd !important;
}

.c-light-color {
  color: #ffffff;
}

.c-light-color--imp {
  color: #ffffff !important;
}

.bc-green-dark {
  border-color: #0a3a46;
}

.bc-green-dark--imp {
  border-color: #0a3a46 !important;
}

.bc-green {
  border-color: #186170;
}

.bc-green--imp {
  border-color: #186170 !important;
}

.bc-green-light {
  border-color: #156451;
}

.bc-green-light--imp {
  border-color: #156451 !important;
}

.bc-green-lighter {
  border-color: #e6ecf6;
}

.bc-green-lighter--imp {
  border-color: #e6ecf6 !important;
}

.bc-green-inactive {
  border-color: rgba(24, 97, 112, 0.4);
}

.bc-green-inactive--imp {
  border-color: rgba(24, 97, 112, 0.4) !important;
}

.bc-green-normal-10 {
  border-color: rgba(24, 97, 112, 0.1);
}

.bc-green-normal-10--imp {
  border-color: rgba(24, 97, 112, 0.1) !important;
}

.bc-yellow-dark {
  border-color: #c89900;
}

.bc-yellow-dark--imp {
  border-color: #c89900 !important;
}

.bc-yellow {
  border-color: #d9a548;
}

.bc-yellow--imp {
  border-color: #d9a548 !important;
}

.bc-yellow-light {
  border-color: #e7ba6c;
}

.bc-yellow-light--imp {
  border-color: #e7ba6c !important;
}

.bc-yellow-inactive {
  border-color: rgba(217, 165, 72, 0.4);
}

.bc-yellow-inactive--imp {
  border-color: rgba(217, 165, 72, 0.4) !important;
}

.bc-red-dark {
  border-color: #9f2c2a;
}

.bc-red-dark--imp {
  border-color: #9f2c2a !important;
}

.bc-red {
  border-color: #ad1900;
}

.bc-red--imp {
  border-color: #ad1900 !important;
}

.bc-red-light {
  border-color: #f1cecd;
}

.bc-red-light--imp {
  border-color: #f1cecd !important;
}

.bc-red-inactive {
  border-color: rgba(173, 25, 0, 0.4);
}

.bc-red-inactive--imp {
  border-color: rgba(173, 25, 0, 0.4) !important;
}

.bc-highlight-a {
  border-color: #79bcb6;
}

.bc-highlight-a--imp {
  border-color: #79bcb6 !important;
}

.bc-highlight-b {
  border-color: #ff7500;
}

.bc-highlight-b--imp {
  border-color: #ff7500 !important;
}

.bc-highlight-c {
  border-color: #f1c400;
}

.bc-highlight-c--imp {
  border-color: #f1c400 !important;
}

.bc-gray-darker {
  border-color: #333333;
}

.bc-gray-darker--imp {
  border-color: #333333 !important;
}

.bc-gray-dark {
  border-color: #5d5656;
}

.bc-gray-dark--imp {
  border-color: #5d5656 !important;
}

.bc-gray {
  border-color: #d9d9d6;
}

.bc-gray--imp {
  border-color: #d9d9d6 !important;
}

.bc-gray-light {
  border-color: #f4f4f4;
}

.bc-gray-light--imp {
  border-color: #f4f4f4 !important;
}

.bc-success {
  border-color: #96bd3b;
}

.bc-success--imp {
  border-color: #96bd3b !important;
}

.bc-info {
  border-color: #00a6db;
}

.bc-info--imp {
  border-color: #00a6db !important;
}

.bc-error {
  border-color: #f90000;
}

.bc-error--imp {
  border-color: #f90000 !important;
}

.bc-warning {
  border-color: #ffc700;
}

.bc-warning--imp {
  border-color: #ffc700 !important;
}

.bc-warning-dark {
  border-color: #b38c00;
}

.bc-warning-dark--imp {
  border-color: #b38c00 !important;
}

.bc-black {
  border-color: #000000;
}

.bc-black--imp {
  border-color: #000000 !important;
}

.bc-background-dark {
  border-color: #869fb2;
}

.bc-background-dark--imp {
  border-color: #869fb2 !important;
}

.bc-background-light {
  border-color: #fafbfd;
}

.bc-background-light--imp {
  border-color: #fafbfd !important;
}

.bc-light-color {
  border-color: #ffffff;
}

.bc-light-color--imp {
  border-color: #ffffff !important;
}

.f-green-dark {
  fill: #0a3a46;
}

.f-green-dark--imp {
  fill: #0a3a46 !important;
}

.f-green {
  fill: #186170;
}

.f-green--imp {
  fill: #186170 !important;
}

.f-green-light {
  fill: #156451;
}

.f-green-light--imp {
  fill: #156451 !important;
}

.f-green-lighter {
  fill: #e6ecf6;
}

.f-green-lighter--imp {
  fill: #e6ecf6 !important;
}

.f-green-inactive {
  fill: rgba(24, 97, 112, 0.4);
}

.f-green-inactive--imp {
  fill: rgba(24, 97, 112, 0.4) !important;
}

.f-green-normal-10 {
  fill: rgba(24, 97, 112, 0.1);
}

.f-green-normal-10--imp {
  fill: rgba(24, 97, 112, 0.1) !important;
}

.f-yellow-dark {
  fill: #c89900;
}

.f-yellow-dark--imp {
  fill: #c89900 !important;
}

.f-yellow {
  fill: #d9a548;
}

.f-yellow--imp {
  fill: #d9a548 !important;
}

.f-yellow-light {
  fill: #e7ba6c;
}

.f-yellow-light--imp {
  fill: #e7ba6c !important;
}

.f-yellow-inactive {
  fill: rgba(217, 165, 72, 0.4);
}

.f-yellow-inactive--imp {
  fill: rgba(217, 165, 72, 0.4) !important;
}

.f-red-dark {
  fill: #9f2c2a;
}

.f-red-dark--imp {
  fill: #9f2c2a !important;
}

.f-red {
  fill: #ad1900;
}

.f-red--imp {
  fill: #ad1900 !important;
}

.f-red-light {
  fill: #f1cecd;
}

.f-red-light--imp {
  fill: #f1cecd !important;
}

.f-red-inactive {
  fill: rgba(173, 25, 0, 0.4);
}

.f-red-inactive--imp {
  fill: rgba(173, 25, 0, 0.4) !important;
}

.f-highlight-a {
  fill: #79bcb6;
}

.f-highlight-a--imp {
  fill: #79bcb6 !important;
}

.f-highlight-b {
  fill: #ff7500;
}

.f-highlight-b--imp {
  fill: #ff7500 !important;
}

.f-highlight-c {
  fill: #f1c400;
}

.f-highlight-c--imp {
  fill: #f1c400 !important;
}

.f-gray-darker {
  fill: #333333;
}

.f-gray-darker--imp {
  fill: #333333 !important;
}

.f-gray-dark {
  fill: #5d5656;
}

.f-gray-dark--imp {
  fill: #5d5656 !important;
}

.f-gray {
  fill: #d9d9d6;
}

.f-gray--imp {
  fill: #d9d9d6 !important;
}

.f-gray-light {
  fill: #f4f4f4;
}

.f-gray-light--imp {
  fill: #f4f4f4 !important;
}

.f-success {
  fill: #96bd3b;
}

.f-success--imp {
  fill: #96bd3b !important;
}

.f-info {
  fill: #00a6db;
}

.f-info--imp {
  fill: #00a6db !important;
}

.f-error {
  fill: #f90000;
}

.f-error--imp {
  fill: #f90000 !important;
}

.f-warning {
  fill: #ffc700;
}

.f-warning--imp {
  fill: #ffc700 !important;
}

.f-warning-dark {
  fill: #b38c00;
}

.f-warning-dark--imp {
  fill: #b38c00 !important;
}

.f-black {
  fill: #000000;
}

.f-black--imp {
  fill: #000000 !important;
}

.f-background-dark {
  fill: #869fb2;
}

.f-background-dark--imp {
  fill: #869fb2 !important;
}

.f-background-light {
  fill: #fafbfd;
}

.f-background-light--imp {
  fill: #fafbfd !important;
}

.f-light-color {
  fill: #ffffff;
}

.f-light-color--imp {
  fill: #ffffff !important;
}

.s-green-dark {
  stroke: #0a3a46;
}

.s-green-dark--imp {
  stroke: #0a3a46 !important;
}

.s-green {
  stroke: #186170;
}

.s-green--imp {
  stroke: #186170 !important;
}

.s-green-light {
  stroke: #156451;
}

.s-green-light--imp {
  stroke: #156451 !important;
}

.s-green-lighter {
  stroke: #e6ecf6;
}

.s-green-lighter--imp {
  stroke: #e6ecf6 !important;
}

.s-green-inactive {
  stroke: rgba(24, 97, 112, 0.4);
}

.s-green-inactive--imp {
  stroke: rgba(24, 97, 112, 0.4) !important;
}

.s-green-normal-10 {
  stroke: rgba(24, 97, 112, 0.1);
}

.s-green-normal-10--imp {
  stroke: rgba(24, 97, 112, 0.1) !important;
}

.s-yellow-dark {
  stroke: #c89900;
}

.s-yellow-dark--imp {
  stroke: #c89900 !important;
}

.s-yellow {
  stroke: #d9a548;
}

.s-yellow--imp {
  stroke: #d9a548 !important;
}

.s-yellow-light {
  stroke: #e7ba6c;
}

.s-yellow-light--imp {
  stroke: #e7ba6c !important;
}

.s-yellow-inactive {
  stroke: rgba(217, 165, 72, 0.4);
}

.s-yellow-inactive--imp {
  stroke: rgba(217, 165, 72, 0.4) !important;
}

.s-red-dark {
  stroke: #9f2c2a;
}

.s-red-dark--imp {
  stroke: #9f2c2a !important;
}

.s-red {
  stroke: #ad1900;
}

.s-red--imp {
  stroke: #ad1900 !important;
}

.s-red-light {
  stroke: #f1cecd;
}

.s-red-light--imp {
  stroke: #f1cecd !important;
}

.s-red-inactive {
  stroke: rgba(173, 25, 0, 0.4);
}

.s-red-inactive--imp {
  stroke: rgba(173, 25, 0, 0.4) !important;
}

.s-highlight-a {
  stroke: #79bcb6;
}

.s-highlight-a--imp {
  stroke: #79bcb6 !important;
}

.s-highlight-b {
  stroke: #ff7500;
}

.s-highlight-b--imp {
  stroke: #ff7500 !important;
}

.s-highlight-c {
  stroke: #f1c400;
}

.s-highlight-c--imp {
  stroke: #f1c400 !important;
}

.s-gray-darker {
  stroke: #333333;
}

.s-gray-darker--imp {
  stroke: #333333 !important;
}

.s-gray-dark {
  stroke: #5d5656;
}

.s-gray-dark--imp {
  stroke: #5d5656 !important;
}

.s-gray {
  stroke: #d9d9d6;
}

.s-gray--imp {
  stroke: #d9d9d6 !important;
}

.s-gray-light {
  stroke: #f4f4f4;
}

.s-gray-light--imp {
  stroke: #f4f4f4 !important;
}

.s-success {
  stroke: #96bd3b;
}

.s-success--imp {
  stroke: #96bd3b !important;
}

.s-info {
  stroke: #00a6db;
}

.s-info--imp {
  stroke: #00a6db !important;
}

.s-error {
  stroke: #f90000;
}

.s-error--imp {
  stroke: #f90000 !important;
}

.s-warning {
  stroke: #ffc700;
}

.s-warning--imp {
  stroke: #ffc700 !important;
}

.s-warning-dark {
  stroke: #b38c00;
}

.s-warning-dark--imp {
  stroke: #b38c00 !important;
}

.s-black {
  stroke: #000000;
}

.s-black--imp {
  stroke: #000000 !important;
}

.s-background-dark {
  stroke: #869fb2;
}

.s-background-dark--imp {
  stroke: #869fb2 !important;
}

.s-background-light {
  stroke: #fafbfd;
}

.s-background-light--imp {
  stroke: #fafbfd !important;
}

.s-light-color {
  stroke: #ffffff;
}

.s-light-color--imp {
  stroke: #ffffff !important;
}

.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: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

.o-hidden {
  overflow: hidden;
}

.o-visible {
  overflow: visible;
}

.fd-r {
  flex-direction: row !important;
}

.fd-c {
  flex-direction: column !important;
}

.fd-rr {
  flex-direction: row-reverse !important;
}

.fd-cr {
  flex-direction: column-reverse !important;
}

.fw-w {
  flex-wrap: wrap !important;
}

.fw-nw {
  flex-wrap: nowrap !important;
}

.fw-wr {
  flex-wrap: wrap-reverse !important;
}

.f-fill {
  flex: 1 1 auto !important;
}

.fg-0 {
  flex-grow: 0 !important;
}

.fg-1 {
  flex-grow: 1 !important;
}

.fs-0 {
  flex-shrink: 0 !important;
}

.fs-1 {
  flex-shrink: 1 !important;
}

.jc-fs {
  justify-content: flex-start !important;
}

.jc-fe {
  justify-content: flex-end !important;
}

.jc-c {
  justify-content: center !important;
}

.jc-sb {
  justify-content: space-between !important;
}

.jc-sa {
  justify-content: space-around !important;
}

.ai-fs {
  align-items: flex-start !important;
}

.ai-fe {
  align-items: flex-end !important;
}

.ai-c {
  align-items: center !important;
}

.ai-b {
  align-items: baseline !important;
}

.ai-s {
  align-items: stretch !important;
}

.ac-fs {
  align-content: flex-start !important;
}

.ac-fe {
  align-content: flex-end !important;
}

.ac-c {
  align-content: center !important;
}

.ac-sb {
  align-content: space-between !important;
}

.ac-sa {
  align-content: space-around !important;
}

.ac-s {
  align-content: stretch !important;
}

.as-auto {
  align-self: auto !important;
}

.as-fs {
  align-self: flex-start !important;
}

.as-fe {
  align-self: flex-end !important;
}

.as-c {
  align-self: center !important;
}

.as-b {
  align-self: baseline !important;
}

.as-s {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .fd-sm-r {
    flex-direction: row !important;
  }
  .fd-sm-c {
    flex-direction: column !important;
  }
  .fd-sm-rr {
    flex-direction: row-reverse !important;
  }
  .fd-sm-cr {
    flex-direction: column-reverse !important;
  }
  .fw-sm-w {
    flex-wrap: wrap !important;
  }
  .fw-sm-nw {
    flex-wrap: nowrap !important;
  }
  .fw-sm-wr {
    flex-wrap: wrap-reverse !important;
  }
  .f-sm-fill {
    flex: 1 1 auto !important;
  }
  .fg-sm-0 {
    flex-grow: 0 !important;
  }
  .fg-sm-1 {
    flex-grow: 1 !important;
  }
  .fs-sm-0 {
    flex-shrink: 0 !important;
  }
  .fs-sm-1 {
    flex-shrink: 1 !important;
  }
  .jc-sm-fs {
    justify-content: flex-start !important;
  }
  .jc-sm-fe {
    justify-content: flex-end !important;
  }
  .jc-sm-c {
    justify-content: center !important;
  }
  .jc-sm-sb {
    justify-content: space-between !important;
  }
  .jc-sm-sa {
    justify-content: space-around !important;
  }
  .ai-sm-fs {
    align-items: flex-start !important;
  }
  .ai-sm-fe {
    align-items: flex-end !important;
  }
  .ai-sm-c {
    align-items: center !important;
  }
  .ai-sm-b {
    align-items: baseline !important;
  }
  .ai-sm-s {
    align-items: stretch !important;
  }
  .ac-sm-fs {
    align-content: flex-start !important;
  }
  .ac-sm-fe {
    align-content: flex-end !important;
  }
  .ac-sm-c {
    align-content: center !important;
  }
  .ac-sm-sb {
    align-content: space-between !important;
  }
  .ac-sm-sa {
    align-content: space-around !important;
  }
  .ac-sm-s {
    align-content: stretch !important;
  }
  .as-sm-auto {
    align-self: auto !important;
  }
  .as-sm-fs {
    align-self: flex-start !important;
  }
  .as-sm-fe {
    align-self: flex-end !important;
  }
  .as-sm-c {
    align-self: center !important;
  }
  .as-sm-b {
    align-self: baseline !important;
  }
  .as-sm-s {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .fd-md-r {
    flex-direction: row !important;
  }
  .fd-md-c {
    flex-direction: column !important;
  }
  .fd-md-rr {
    flex-direction: row-reverse !important;
  }
  .fd-md-cr {
    flex-direction: column-reverse !important;
  }
  .fw-md-w {
    flex-wrap: wrap !important;
  }
  .fw-md-nw {
    flex-wrap: nowrap !important;
  }
  .fw-md-wr {
    flex-wrap: wrap-reverse !important;
  }
  .f-md-fill {
    flex: 1 1 auto !important;
  }
  .fg-md-0 {
    flex-grow: 0 !important;
  }
  .fg-md-1 {
    flex-grow: 1 !important;
  }
  .fs-md-0 {
    flex-shrink: 0 !important;
  }
  .fs-md-1 {
    flex-shrink: 1 !important;
  }
  .jc-md-fs {
    justify-content: flex-start !important;
  }
  .jc-md-fe {
    justify-content: flex-end !important;
  }
  .jc-md-c {
    justify-content: center !important;
  }
  .jc-md-sb {
    justify-content: space-between !important;
  }
  .jc-md-sa {
    justify-content: space-around !important;
  }
  .ai-md-fs {
    align-items: flex-start !important;
  }
  .ai-md-fe {
    align-items: flex-end !important;
  }
  .ai-md-c {
    align-items: center !important;
  }
  .ai-md-b {
    align-items: baseline !important;
  }
  .ai-md-s {
    align-items: stretch !important;
  }
  .ac-md-fs {
    align-content: flex-start !important;
  }
  .ac-md-fe {
    align-content: flex-end !important;
  }
  .ac-md-c {
    align-content: center !important;
  }
  .ac-md-sb {
    align-content: space-between !important;
  }
  .ac-md-sa {
    align-content: space-around !important;
  }
  .ac-md-s {
    align-content: stretch !important;
  }
  .as-md-auto {
    align-self: auto !important;
  }
  .as-md-fs {
    align-self: flex-start !important;
  }
  .as-md-fe {
    align-self: flex-end !important;
  }
  .as-md-c {
    align-self: center !important;
  }
  .as-md-b {
    align-self: baseline !important;
  }
  .as-md-s {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .fd-lg-r {
    flex-direction: row !important;
  }
  .fd-lg-c {
    flex-direction: column !important;
  }
  .fd-lg-rr {
    flex-direction: row-reverse !important;
  }
  .fd-lg-cr {
    flex-direction: column-reverse !important;
  }
  .fw-lg-w {
    flex-wrap: wrap !important;
  }
  .fw-lg-nw {
    flex-wrap: nowrap !important;
  }
  .fw-lg-wr {
    flex-wrap: wrap-reverse !important;
  }
  .f-lg-fill {
    flex: 1 1 auto !important;
  }
  .fg-lg-0 {
    flex-grow: 0 !important;
  }
  .fg-lg-1 {
    flex-grow: 1 !important;
  }
  .fs-lg-0 {
    flex-shrink: 0 !important;
  }
  .fs-lg-1 {
    flex-shrink: 1 !important;
  }
  .jc-lg-fs {
    justify-content: flex-start !important;
  }
  .jc-lg-fe {
    justify-content: flex-end !important;
  }
  .jc-lg-c {
    justify-content: center !important;
  }
  .jc-lg-sb {
    justify-content: space-between !important;
  }
  .jc-lg-sa {
    justify-content: space-around !important;
  }
  .ai-lg-fs {
    align-items: flex-start !important;
  }
  .ai-lg-fe {
    align-items: flex-end !important;
  }
  .ai-lg-c {
    align-items: center !important;
  }
  .ai-lg-b {
    align-items: baseline !important;
  }
  .ai-lg-s {
    align-items: stretch !important;
  }
  .ac-lg-fs {
    align-content: flex-start !important;
  }
  .ac-lg-fe {
    align-content: flex-end !important;
  }
  .ac-lg-c {
    align-content: center !important;
  }
  .ac-lg-sb {
    align-content: space-between !important;
  }
  .ac-lg-sa {
    align-content: space-around !important;
  }
  .ac-lg-s {
    align-content: stretch !important;
  }
  .as-lg-auto {
    align-self: auto !important;
  }
  .as-lg-fs {
    align-self: flex-start !important;
  }
  .as-lg-fe {
    align-self: flex-end !important;
  }
  .as-lg-c {
    align-self: center !important;
  }
  .as-lg-b {
    align-self: baseline !important;
  }
  .as-lg-s {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .fd-xl-r {
    flex-direction: row !important;
  }
  .fd-xl-c {
    flex-direction: column !important;
  }
  .fd-xl-rr {
    flex-direction: row-reverse !important;
  }
  .fd-xl-cr {
    flex-direction: column-reverse !important;
  }
  .fw-xl-w {
    flex-wrap: wrap !important;
  }
  .fw-xl-nw {
    flex-wrap: nowrap !important;
  }
  .fw-xl-wr {
    flex-wrap: wrap-reverse !important;
  }
  .f-xl-fill {
    flex: 1 1 auto !important;
  }
  .fg-xl-0 {
    flex-grow: 0 !important;
  }
  .fg-xl-1 {
    flex-grow: 1 !important;
  }
  .fs-xl-0 {
    flex-shrink: 0 !important;
  }
  .fs-xl-1 {
    flex-shrink: 1 !important;
  }
  .jc-xl-fs {
    justify-content: flex-start !important;
  }
  .jc-xl-fe {
    justify-content: flex-end !important;
  }
  .jc-xl-c {
    justify-content: center !important;
  }
  .jc-xl-sb {
    justify-content: space-between !important;
  }
  .jc-xl-sa {
    justify-content: space-around !important;
  }
  .ai-xl-fs {
    align-items: flex-start !important;
  }
  .ai-xl-fe {
    align-items: flex-end !important;
  }
  .ai-xl-c {
    align-items: center !important;
  }
  .ai-xl-b {
    align-items: baseline !important;
  }
  .ai-xl-s {
    align-items: stretch !important;
  }
  .ac-xl-fs {
    align-content: flex-start !important;
  }
  .ac-xl-fe {
    align-content: flex-end !important;
  }
  .ac-xl-c {
    align-content: center !important;
  }
  .ac-xl-sb {
    align-content: space-between !important;
  }
  .ac-xl-sa {
    align-content: space-around !important;
  }
  .ac-xl-s {
    align-content: stretch !important;
  }
  .as-xl-auto {
    align-self: auto !important;
  }
  .as-xl-fs {
    align-self: flex-start !important;
  }
  .as-xl-fe {
    align-self: flex-end !important;
  }
  .as-xl-c {
    align-self: center !important;
  }
  .as-xl-b {
    align-self: baseline !important;
  }
  .as-xl-s {
    align-self: stretch !important;
  }
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

@media (min-width: 576px) {
  .w-sm-100 {
    width: 100%;
  }
  .h-sm-100 {
    height: 100%;
  }
}

@media (min-width: 768px) {
  .w-md-100 {
    width: 100%;
  }
  .h-md-100 {
    height: 100%;
  }
}

@media (min-width: 992px) {
  .w-lg-100 {
    width: 100%;
  }
  .h-lg-100 {
    height: 100%;
  }
}

@media (min-width: 1200px) {
  .w-xl-100 {
    width: 100%;
  }
  .h-xl-100 {
    height: 100%;
  }
}

.type-1 {
  font-size: 0.75rem !important;
}

.type-2 {
  font-size: 0.875rem !important;
}

.type-3 {
  font-size: 1rem !important;
}

.type-4 {
  font-size: 1.25rem !important;
}

.type-5 {
  font-size: 1.5rem !important;
}

.type-6 {
  font-size: 1.625rem !important;
}

.type-7 {
  font-size: 2rem !important;
}

.type-8 {
  font-size: 2.5rem !important;
}

.type-9 {
  font-size: 3rem !important;
}

.type-10 {
  font-size: 3.5rem !important;
}

@media (min-width: 576px) {
  .type-sm-1 {
    font-size: 0.75rem !important;
  }
  .type-sm-2 {
    font-size: 0.875rem !important;
  }
  .type-sm-3 {
    font-size: 1rem !important;
  }
  .type-sm-4 {
    font-size: 1.25rem !important;
  }
  .type-sm-5 {
    font-size: 1.5rem !important;
  }
  .type-sm-6 {
    font-size: 1.625rem !important;
  }
  .type-sm-7 {
    font-size: 2rem !important;
  }
  .type-sm-8 {
    font-size: 2.5rem !important;
  }
  .type-sm-9 {
    font-size: 3rem !important;
  }
  .type-sm-10 {
    font-size: 3.5rem !important;
  }
}

@media (min-width: 768px) {
  .type-md-1 {
    font-size: 0.75rem !important;
  }
  .type-md-2 {
    font-size: 0.875rem !important;
  }
  .type-md-3 {
    font-size: 1rem !important;
  }
  .type-md-4 {
    font-size: 1.25rem !important;
  }
  .type-md-5 {
    font-size: 1.5rem !important;
  }
  .type-md-6 {
    font-size: 1.625rem !important;
  }
  .type-md-7 {
    font-size: 2rem !important;
  }
  .type-md-8 {
    font-size: 2.5rem !important;
  }
  .type-md-9 {
    font-size: 3rem !important;
  }
  .type-md-10 {
    font-size: 3.5rem !important;
  }
}

@media (min-width: 992px) {
  .type-lg-1 {
    font-size: 0.75rem !important;
  }
  .type-lg-2 {
    font-size: 0.875rem !important;
  }
  .type-lg-3 {
    font-size: 1rem !important;
  }
  .type-lg-4 {
    font-size: 1.25rem !important;
  }
  .type-lg-5 {
    font-size: 1.5rem !important;
  }
  .type-lg-6 {
    font-size: 1.625rem !important;
  }
  .type-lg-7 {
    font-size: 2rem !important;
  }
  .type-lg-8 {
    font-size: 2.5rem !important;
  }
  .type-lg-9 {
    font-size: 3rem !important;
  }
  .type-lg-10 {
    font-size: 3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .type-xl-1 {
    font-size: 0.75rem !important;
  }
  .type-xl-2 {
    font-size: 0.875rem !important;
  }
  .type-xl-3 {
    font-size: 1rem !important;
  }
  .type-xl-4 {
    font-size: 1.25rem !important;
  }
  .type-xl-5 {
    font-size: 1.5rem !important;
  }
  .type-xl-6 {
    font-size: 1.625rem !important;
  }
  .type-xl-7 {
    font-size: 2rem !important;
  }
  .type-xl-8 {
    font-size: 2.5rem !important;
  }
  .type-xl-9 {
    font-size: 3rem !important;
  }
  .type-xl-10 {
    font-size: 3.5rem !important;
  }
}

.ma-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;
}

.ma-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;
}

.ma-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;
}

.ma-3 {
  margin: 0.75rem !important;
}

.mt-3,
.my-3 {
  margin-top: 0.75rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 0.75rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 0.75rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 0.75rem !important;
}

.ma-4 {
  margin: 1rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1rem !important;
}

.ma-5 {
  margin: 1.5rem !important;
}

.mt-5,
.my-5 {
  margin-top: 1.5rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 1.5rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 1.5rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 1.5rem !important;
}

.ma-6 {
  margin: 2rem !important;
}

.mt-6,
.my-6 {
  margin-top: 2rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 2rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 2rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 2rem !important;
}

.ma-7 {
  margin: 2.5rem !important;
}

.mt-7,
.my-7 {
  margin-top: 2.5rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 2.5rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 2.5rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 2.5rem !important;
}

.ma-8 {
  margin: 3rem !important;
}

.mt-8,
.my-8 {
  margin-top: 3rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 3rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 3rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 3rem !important;
}

.ma-9 {
  margin: 3.5rem !important;
}

.mt-9,
.my-9 {
  margin-top: 3.5rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 3.5rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 3.5rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 3.5rem !important;
}

.ma-10 {
  margin: 5rem !important;
}

.mt-10,
.my-10 {
  margin-top: 5rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 5rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 5rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 5rem !important;
}

.pa-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;
}

.pa-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;
}

.pa-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;
}

.pa-3 {
  padding: 0.75rem !important;
}

.pt-3,
.py-3 {
  padding-top: 0.75rem !important;
}

.pr-3,
.px-3 {
  padding-right: 0.75rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3,
.px-3 {
  padding-left: 0.75rem !important;
}

.pa-4 {
  padding: 1rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1rem !important;
}

.pa-5 {
  padding: 1.5rem !important;
}

.pt-5,
.py-5 {
  padding-top: 1.5rem !important;
}

.pr-5,
.px-5 {
  padding-right: 1.5rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 1.5rem !important;
}

.pl-5,
.px-5 {
  padding-left: 1.5rem !important;
}

.pa-6 {
  padding: 2rem !important;
}

.pt-6,
.py-6 {
  padding-top: 2rem !important;
}

.pr-6,
.px-6 {
  padding-right: 2rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 2rem !important;
}

.pl-6,
.px-6 {
  padding-left: 2rem !important;
}

.pa-7 {
  padding: 2.5rem !important;
}

.pt-7,
.py-7 {
  padding-top: 2.5rem !important;
}

.pr-7,
.px-7 {
  padding-right: 2.5rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 2.5rem !important;
}

.pl-7,
.px-7 {
  padding-left: 2.5rem !important;
}

.pa-8 {
  padding: 3rem !important;
}

.pt-8,
.py-8 {
  padding-top: 3rem !important;
}

.pr-8,
.px-8 {
  padding-right: 3rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 3rem !important;
}

.pl-8,
.px-8 {
  padding-left: 3rem !important;
}

.pa-9 {
  padding: 3.5rem !important;
}

.pt-9,
.py-9 {
  padding-top: 3.5rem !important;
}

.pr-9,
.px-9 {
  padding-right: 3.5rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 3.5rem !important;
}

.pl-9,
.px-9 {
  padding-left: 3.5rem !important;
}

.pa-10 {
  padding: 5rem !important;
}

.pt-10,
.py-10 {
  padding-top: 5rem !important;
}

.pr-10,
.px-10 {
  padding-right: 5rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 5rem !important;
}

.pl-10,
.px-10 {
  padding-left: 5rem !important;
}

.ma-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;
}

.ma-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;
}

.ma-n3 {
  margin: -0.75rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -0.75rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -0.75rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -0.75rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -0.75rem !important;
}

.ma-n4 {
  margin: -1rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1rem !important;
}

.ma-n5 {
  margin: -1.5rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -1.5rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -1.5rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -1.5rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -1.5rem !important;
}

.ma-n6 {
  margin: -2rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -2rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -2rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -2rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -2rem !important;
}

.ma-n7 {
  margin: -2.5rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -2.5rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -2.5rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -2.5rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -2.5rem !important;
}

.ma-n8 {
  margin: -3rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -3rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -3rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -3rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -3rem !important;
}

.ma-n9 {
  margin: -3.5rem !important;
}

.mt-n9,
.my-n9 {
  margin-top: -3.5rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -3.5rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -3.5rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -3.5rem !important;
}

.ma-n10 {
  margin: -5rem !important;
}

.mt-n10,
.my-n10 {
  margin-top: -5rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -5rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -5rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -5rem !important;
}

.ma-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) {
  .ma-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;
  }
  .ma-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;
  }
  .ma-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;
  }
  .ma-sm-3 {
    margin: 0.75rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 0.75rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 0.75rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 0.75rem !important;
  }
  .ma-sm-4 {
    margin: 1rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1rem !important;
  }
  .ma-sm-5 {
    margin: 1.5rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 1.5rem !important;
  }
  .ma-sm-6 {
    margin: 2rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 2rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 2rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 2rem !important;
  }
  .ma-sm-7 {
    margin: 2.5rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 2.5rem !important;
  }
  .ma-sm-8 {
    margin: 3rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 3rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 3rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 3rem !important;
  }
  .ma-sm-9 {
    margin: 3.5rem !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 3.5rem !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 3.5rem !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 3.5rem !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 3.5rem !important;
  }
  .ma-sm-10 {
    margin: 5rem !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 5rem !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 5rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 5rem !important;
  }
  .pa-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;
  }
  .pa-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;
  }
  .pa-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;
  }
  .pa-sm-3 {
    padding: 0.75rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 0.75rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 0.75rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 0.75rem !important;
  }
  .pa-sm-4 {
    padding: 1rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1rem !important;
  }
  .pa-sm-5 {
    padding: 1.5rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 1.5rem !important;
  }
  .pa-sm-6 {
    padding: 2rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 2rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 2rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 2rem !important;
  }
  .pa-sm-7 {
    padding: 2.5rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 2.5rem !important;
  }
  .pa-sm-8 {
    padding: 3rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 3rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 3rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 3rem !important;
  }
  .pa-sm-9 {
    padding: 3.5rem !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 3.5rem !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 3.5rem !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 3.5rem !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 3.5rem !important;
  }
  .pa-sm-10 {
    padding: 5rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 5rem !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 5rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 5rem !important;
  }
  .ma-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;
  }
  .ma-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;
  }
  .ma-sm-n3 {
    margin: -0.75rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -0.75rem !important;
  }
  .ma-sm-n4 {
    margin: -1rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1rem !important;
  }
  .ma-sm-n5 {
    margin: -1.5rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -1.5rem !important;
  }
  .ma-sm-n6 {
    margin: -2rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -2rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -2rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -2rem !important;
  }
  .ma-sm-n7 {
    margin: -2.5rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -2.5rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -2.5rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -2.5rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -2.5rem !important;
  }
  .ma-sm-n8 {
    margin: -3rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -3rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -3rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -3rem !important;
  }
  .ma-sm-n9 {
    margin: -3.5rem !important;
  }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -3.5rem !important;
  }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -3.5rem !important;
  }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -3.5rem !important;
  }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -3.5rem !important;
  }
  .ma-sm-n10 {
    margin: -5rem !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -5rem !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -5rem !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -5rem !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -5rem !important;
  }
  .ma-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) {
  .ma-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;
  }
  .ma-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;
  }
  .ma-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;
  }
  .ma-md-3 {
    margin: 0.75rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 0.75rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 0.75rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 0.75rem !important;
  }
  .ma-md-4 {
    margin: 1rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1rem !important;
  }
  .ma-md-5 {
    margin: 1.5rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 1.5rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 1.5rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 1.5rem !important;
  }
  .ma-md-6 {
    margin: 2rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 2rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 2rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 2rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 2rem !important;
  }
  .ma-md-7 {
    margin: 2.5rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 2.5rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 2.5rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 2.5rem !important;
  }
  .ma-md-8 {
    margin: 3rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 3rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 3rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 3rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 3rem !important;
  }
  .ma-md-9 {
    margin: 3.5rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 3.5rem !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 3.5rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 3.5rem !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 3.5rem !important;
  }
  .ma-md-10 {
    margin: 5rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 5rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 5rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 5rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 5rem !important;
  }
  .pa-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;
  }
  .pa-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;
  }
  .pa-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;
  }
  .pa-md-3 {
    padding: 0.75rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 0.75rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 0.75rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 0.75rem !important;
  }
  .pa-md-4 {
    padding: 1rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1rem !important;
  }
  .pa-md-5 {
    padding: 1.5rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 1.5rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 1.5rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 1.5rem !important;
  }
  .pa-md-6 {
    padding: 2rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 2rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 2rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 2rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 2rem !important;
  }
  .pa-md-7 {
    padding: 2.5rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 2.5rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 2.5rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 2.5rem !important;
  }
  .pa-md-8 {
    padding: 3rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 3rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 3rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 3rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 3rem !important;
  }
  .pa-md-9 {
    padding: 3.5rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 3.5rem !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 3.5rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 3.5rem !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 3.5rem !important;
  }
  .pa-md-10 {
    padding: 5rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 5rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 5rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 5rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 5rem !important;
  }
  .ma-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;
  }
  .ma-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;
  }
  .ma-md-n3 {
    margin: -0.75rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -0.75rem !important;
  }
  .ma-md-n4 {
    margin: -1rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1rem !important;
  }
  .ma-md-n5 {
    margin: -1.5rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -1.5rem !important;
  }
  .ma-md-n6 {
    margin: -2rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -2rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -2rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -2rem !important;
  }
  .ma-md-n7 {
    margin: -2.5rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -2.5rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -2.5rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -2.5rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -2.5rem !important;
  }
  .ma-md-n8 {
    margin: -3rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -3rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -3rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -3rem !important;
  }
  .ma-md-n9 {
    margin: -3.5rem !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -3.5rem !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -3.5rem !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -3.5rem !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -3.5rem !important;
  }
  .ma-md-n10 {
    margin: -5rem !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -5rem !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -5rem !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -5rem !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -5rem !important;
  }
  .ma-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) {
  .ma-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;
  }
  .ma-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;
  }
  .ma-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;
  }
  .ma-lg-3 {
    margin: 0.75rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 0.75rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 0.75rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 0.75rem !important;
  }
  .ma-lg-4 {
    margin: 1rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1rem !important;
  }
  .ma-lg-5 {
    margin: 1.5rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 1.5rem !important;
  }
  .ma-lg-6 {
    margin: 2rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 2rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 2rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 2rem !important;
  }
  .ma-lg-7 {
    margin: 2.5rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 2.5rem !important;
  }
  .ma-lg-8 {
    margin: 3rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 3rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 3rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 3rem !important;
  }
  .ma-lg-9 {
    margin: 3.5rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 3.5rem !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 3.5rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 3.5rem !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 3.5rem !important;
  }
  .ma-lg-10 {
    margin: 5rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 5rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 5rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 5rem !important;
  }
  .pa-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;
  }
  .pa-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;
  }
  .pa-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;
  }
  .pa-lg-3 {
    padding: 0.75rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 0.75rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 0.75rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 0.75rem !important;
  }
  .pa-lg-4 {
    padding: 1rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1rem !important;
  }
  .pa-lg-5 {
    padding: 1.5rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 1.5rem !important;
  }
  .pa-lg-6 {
    padding: 2rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 2rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 2rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 2rem !important;
  }
  .pa-lg-7 {
    padding: 2.5rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 2.5rem !important;
  }
  .pa-lg-8 {
    padding: 3rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 3rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 3rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 3rem !important;
  }
  .pa-lg-9 {
    padding: 3.5rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 3.5rem !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 3.5rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 3.5rem !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 3.5rem !important;
  }
  .pa-lg-10 {
    padding: 5rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 5rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 5rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 5rem !important;
  }
  .ma-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;
  }
  .ma-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;
  }
  .ma-lg-n3 {
    margin: -0.75rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -0.75rem !important;
  }
  .ma-lg-n4 {
    margin: -1rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1rem !important;
  }
  .ma-lg-n5 {
    margin: -1.5rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -1.5rem !important;
  }
  .ma-lg-n6 {
    margin: -2rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -2rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -2rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -2rem !important;
  }
  .ma-lg-n7 {
    margin: -2.5rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -2.5rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -2.5rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -2.5rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -2.5rem !important;
  }
  .ma-lg-n8 {
    margin: -3rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -3rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -3rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -3rem !important;
  }
  .ma-lg-n9 {
    margin: -3.5rem !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -3.5rem !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -3.5rem !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -3.5rem !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -3.5rem !important;
  }
  .ma-lg-n10 {
    margin: -5rem !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -5rem !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -5rem !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -5rem !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -5rem !important;
  }
  .ma-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) {
  .ma-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;
  }
  .ma-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;
  }
  .ma-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;
  }
  .ma-xl-3 {
    margin: 0.75rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 0.75rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 0.75rem !important;
  }
  .ma-xl-4 {
    margin: 1rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1rem !important;
  }
  .ma-xl-5 {
    margin: 1.5rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 1.5rem !important;
  }
  .ma-xl-6 {
    margin: 2rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 2rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 2rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 2rem !important;
  }
  .ma-xl-7 {
    margin: 2.5rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 2.5rem !important;
  }
  .ma-xl-8 {
    margin: 3rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 3rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 3rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 3rem !important;
  }
  .ma-xl-9 {
    margin: 3.5rem !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 3.5rem !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 3.5rem !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 3.5rem !important;
  }
  .ma-xl-10 {
    margin: 5rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 5rem !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 5rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 5rem !important;
  }
  .pa-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;
  }
  .pa-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;
  }
  .pa-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;
  }
  .pa-xl-3 {
    padding: 0.75rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 0.75rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 0.75rem !important;
  }
  .pa-xl-4 {
    padding: 1rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1rem !important;
  }
  .pa-xl-5 {
    padding: 1.5rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 1.5rem !important;
  }
  .pa-xl-6 {
    padding: 2rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 2rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 2rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 2rem !important;
  }
  .pa-xl-7 {
    padding: 2.5rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 2.5rem !important;
  }
  .pa-xl-8 {
    padding: 3rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 3rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 3rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 3rem !important;
  }
  .pa-xl-9 {
    padding: 3.5rem !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 3.5rem !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 3.5rem !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 3.5rem !important;
  }
  .pa-xl-10 {
    padding: 5rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 5rem !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 5rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 5rem !important;
  }
  .ma-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;
  }
  .ma-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;
  }
  .ma-xl-n3 {
    margin: -0.75rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -0.75rem !important;
  }
  .ma-xl-n4 {
    margin: -1rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1rem !important;
  }
  .ma-xl-n5 {
    margin: -1.5rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -1.5rem !important;
  }
  .ma-xl-n6 {
    margin: -2rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -2rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -2rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -2rem !important;
  }
  .ma-xl-n7 {
    margin: -2.5rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -2.5rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -2.5rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -2.5rem !important;
  }
  .ma-xl-n8 {
    margin: -3rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -3rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -3rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -3rem !important;
  }
  .ma-xl-n9 {
    margin: -3.5rem !important;
  }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -3.5rem !important;
  }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -3.5rem !important;
  }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -3.5rem !important;
  }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -3.5rem !important;
  }
  .ma-xl-n10 {
    margin: -5rem !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -5rem !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -5rem !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -5rem !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -5rem !important;
  }
  .ma-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;
  }
}

.ta-l {
  text-align: left !important;
}

.ta-r {
  text-align: right !important;
}

.ta-c {
  text-align: center !important;
}

.ta-j {
  text-align: justify !important;
}

@media (min-width: 576px) {
  .ta-sm-l {
    text-align: left !important;
  }
  .ta-sm-r {
    text-align: right !important;
  }
  .ta-sm-c {
    text-align: center !important;
  }
  .ta-sm-j {
    text-align: justify !important;
  }
}

@media (min-width: 768px) {
  .ta-md-l {
    text-align: left !important;
  }
  .ta-md-r {
    text-align: right !important;
  }
  .ta-md-c {
    text-align: center !important;
  }
  .ta-md-j {
    text-align: justify !important;
  }
}

@media (min-width: 992px) {
  .ta-lg-l {
    text-align: left !important;
  }
  .ta-lg-r {
    text-align: right !important;
  }
  .ta-lg-c {
    text-align: center !important;
  }
  .ta-lg-j {
    text-align: justify !important;
  }
}

@media (min-width: 1200px) {
  .ta-xl-l {
    text-align: left !important;
  }
  .ta-xl-r {
    text-align: right !important;
  }
  .ta-xl-c {
    text-align: center !important;
  }
  .ta-xl-j {
    text-align: justify !important;
  }
}

.tt-l {
  text-transform: lowercase !important;
}

.tt-u {
  text-transform: uppercase !important;
}

.tt-c {
  text-transform: capitalize !important;
}

.fw-r {
  font-family: "Aaux ProRegular" !important;
  font-weight: normal;
}

.fw-b {
  font-family: "Aaux ProBold" !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ws-normal {
  white-space: normal;
}

.ws-nowrap {
  white-space: nowrap;
}

.transition_all {
  transition: all ease-in-out .2s;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-1 {
  opacity: 0.1 !important;
}

.opacity-2 {
  opacity: 0.2 !important;
}

.opacity-3 {
  opacity: 0.3 !important;
}

.opacity-4 {
  opacity: 0.4 !important;
}

.opacity-5 {
  opacity: 0.5 !important;
}

.opacity-6 {
  opacity: 0.6 !important;
}

.opacity-7 {
  opacity: 0.7 !important;
}

.opacity-8 {
  opacity: 0.8 !important;
}

.opacity-9 {
  opacity: 0.9 !important;
}

.opacity-10 {
  opacity: 1 !important;
}

@media (min-width: 576px) {
  .opacity-sm-0 {
    opacity: 0 !important;
  }
  .opacity-sm-1 {
    opacity: 0.1 !important;
  }
  .opacity-sm-2 {
    opacity: 0.2 !important;
  }
  .opacity-sm-3 {
    opacity: 0.3 !important;
  }
  .opacity-sm-4 {
    opacity: 0.4 !important;
  }
  .opacity-sm-5 {
    opacity: 0.5 !important;
  }
  .opacity-sm-6 {
    opacity: 0.6 !important;
  }
  .opacity-sm-7 {
    opacity: 0.7 !important;
  }
  .opacity-sm-8 {
    opacity: 0.8 !important;
  }
  .opacity-sm-9 {
    opacity: 0.9 !important;
  }
  .opacity-sm-10 {
    opacity: 1 !important;
  }
}

@media (min-width: 768px) {
  .opacity-md-0 {
    opacity: 0 !important;
  }
  .opacity-md-1 {
    opacity: 0.1 !important;
  }
  .opacity-md-2 {
    opacity: 0.2 !important;
  }
  .opacity-md-3 {
    opacity: 0.3 !important;
  }
  .opacity-md-4 {
    opacity: 0.4 !important;
  }
  .opacity-md-5 {
    opacity: 0.5 !important;
  }
  .opacity-md-6 {
    opacity: 0.6 !important;
  }
  .opacity-md-7 {
    opacity: 0.7 !important;
  }
  .opacity-md-8 {
    opacity: 0.8 !important;
  }
  .opacity-md-9 {
    opacity: 0.9 !important;
  }
  .opacity-md-10 {
    opacity: 1 !important;
  }
}

@media (min-width: 992px) {
  .opacity-lg-0 {
    opacity: 0 !important;
  }
  .opacity-lg-1 {
    opacity: 0.1 !important;
  }
  .opacity-lg-2 {
    opacity: 0.2 !important;
  }
  .opacity-lg-3 {
    opacity: 0.3 !important;
  }
  .opacity-lg-4 {
    opacity: 0.4 !important;
  }
  .opacity-lg-5 {
    opacity: 0.5 !important;
  }
  .opacity-lg-6 {
    opacity: 0.6 !important;
  }
  .opacity-lg-7 {
    opacity: 0.7 !important;
  }
  .opacity-lg-8 {
    opacity: 0.8 !important;
  }
  .opacity-lg-9 {
    opacity: 0.9 !important;
  }
  .opacity-lg-10 {
    opacity: 1 !important;
  }
}

@media (min-width: 1200px) {
  .opacity-xl-0 {
    opacity: 0 !important;
  }
  .opacity-xl-1 {
    opacity: 0.1 !important;
  }
  .opacity-xl-2 {
    opacity: 0.2 !important;
  }
  .opacity-xl-3 {
    opacity: 0.3 !important;
  }
  .opacity-xl-4 {
    opacity: 0.4 !important;
  }
  .opacity-xl-5 {
    opacity: 0.5 !important;
  }
  .opacity-xl-6 {
    opacity: 0.6 !important;
  }
  .opacity-xl-7 {
    opacity: 0.7 !important;
  }
  .opacity-xl-8 {
    opacity: 0.8 !important;
  }
  .opacity-xl-9 {
    opacity: 0.9 !important;
  }
  .opacity-xl-10 {
    opacity: 1 !important;
  }
}

.p-absolute {
  position: absolute;
}

.p-relative {
  position: relative;
}

.p-fixed {
  position: fixed;
}

.p-static {
  position: static;
}

.p-sticky {
  position: sticky;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

@media (min-width: 576px) {
  .p-sm-absolute {
    position: absolute;
  }
  .p-sm-relative {
    position: relative;
  }
  .p-sm-fixed {
    position: fixed;
  }
  .p-sm-static {
    position: static;
  }
  .p-sm-sticky {
    position: sticky;
  }
  .pull-sm-left {
    float: left;
  }
  .pull-sm-right {
    float: right;
  }
}

@media (min-width: 768px) {
  .p-md-absolute {
    position: absolute;
  }
  .p-md-relative {
    position: relative;
  }
  .p-md-fixed {
    position: fixed;
  }
  .p-md-static {
    position: static;
  }
  .p-md-sticky {
    position: sticky;
  }
  .pull-md-left {
    float: left;
  }
  .pull-md-right {
    float: right;
  }
}

@media (min-width: 992px) {
  .p-lg-absolute {
    position: absolute;
  }
  .p-lg-relative {
    position: relative;
  }
  .p-lg-fixed {
    position: fixed;
  }
  .p-lg-static {
    position: static;
  }
  .p-lg-sticky {
    position: sticky;
  }
  .pull-lg-left {
    float: left;
  }
  .pull-lg-right {
    float: right;
  }
}

@media (min-width: 1200px) {
  .p-xl-absolute {
    position: absolute;
  }
  .p-xl-relative {
    position: relative;
  }
  .p-xl-fixed {
    position: fixed;
  }
  .p-xl-static {
    position: static;
  }
  .p-xl-sticky {
    position: sticky;
  }
  .pull-xl-left {
    float: left;
  }
  .pull-xl-right {
    float: right;
  }
}

body.high_contrast {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #fff !important;
  opacity: 1 !important;
}

body.high_contrast * {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #fff !important;
  opacity: 1 !important;
}

body.high_contrast div:after, body.high_contrast figure:after {
  display: none !important;
}

body.high_contrast a, body.high_contrast .submenu ul li a {
  transition: none !important;
  color: #fff !important;
}

body.high_contrast a:hover {
  text-transform: underline !important;
  opacity: .8 !important;
}

body.high_contrast figure, body.high_contrast img {
  /*background-image: url(graphic-to-be-filtered.jpg);*/
  position: static;
}

body.high_contrast .btn-secondary, body.high_contrast .btn-primary, body.high_contrast .btn-outline-secondary, body.high_contrast .btn-outline-primary, body.high_contrast .btn-white, body.high_contrast .cont_promos a figure span {
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}

body.high_contrast header .cont_accessibility a {
  background: #fff !important;
  color: #000 !important;
}

body.high_contrast header .cont_accessibility a i {
  color: #000 !important;
  background: transparent !important;
}

body.high_contrast ul.check_secondary li:before, body.high_contrast .mega-menu a i span:before {
  color: #fff !important;
}

body.high_contrast .slick_action a.active, body.high_contrast .slick_action a:hover {
  background: #fff;
  border: #fff 1px solid;
}

body.high_contrast #info-block .card, body.high_contrast #info-block .card-post {
  background: #fff;
  border: #fff 1px solid;
}

body.high_contrast .slick_action li.active, body.high_contrast .slick_action li:hover {
  background: #000;
}

body.high_contrast .slick_action li a {
  border: 0;
  background: #000;
}

body.high_contrast .slick_action li a:hover {
  border: 0;
  background: #000;
}

body.high_contrast .modal-backdrop {
  background: transparent !important;
}

body.high_contrast .modal {
  background: rgba(0, 0, 0, 0.7) !important;
}

body.high_contrast .bc_beneficios:after, body.high_contrast .bc_sucursales:after {
  display: none;
}

body.high_contrast .slick-dots {
  background: transparent !important;
}

body.high_contrast .slick-dots li button {
  background: #fff !important;
}

body.high_contrast .slick-dots li.slick-active button {
  background: #38475C !important;
  z-index: 1;
}

body.high_contrast button.VueCarousel-dot {
  background-color: #fff !important;
}

body.high_contrast button.VueCarousel-dot.VueCarousel-dot--active {
  background-color: #38475C !important;
}

body.high_contrast .apps_funciones_content .carousel-indicators {
  bottom: -10px !important;
}

body.high_contrast .apps_funciones_content .carousel-indicators li {
  background: #5B5B5B !important;
}

body.high_contrast .apps_funciones_content .carousel-indicators li.active {
  background: #fff !important;
}

body.high_contrast .banca_linea .bc_beneficios, body.high_contrast .banca_linea .bc_sucursales {
  background: transparent !important;
}

body.high_contrast header .navbar li:hover .link_menu {
  border-bottom: 5px solid #fff !important;
}

body.high_contrast header .navbar li .link_menu {
  border-bottom: 5px solid #000 !important;
}

    



body.fontSize-xl {
  font-size: 18px !important;
}

body.fontSize-l {
  font-size: 16px !important;
}

body.fontSize-m {
  font-size: 14px !important;
}

body.fontSize-s {
  font-size: 12px !important;
}

body.fontSize-xs {
  font-size: 10px !important;
}

/*body.high_contrast .slick-dots li {
	  background: #5B5B5B !important;
  }*/
/*slick*/
/*body.high_contrast .slick-dots li.slick-active {
	  background: #fff !important;
  }*/
@media screen and (max-width: 770px) {
  body.high_contrast .slick-dots li button {
    background: #000 !important;
  }
  body.high_contrast .slick-dots li.slick-active button {
    background: #000 !important;
  }
  body.high_contrast .slick-dots li.slick-active button:before {
    background: #38475C !important;
  }
  body.high_contrast .slick-dots li button:before {
    background: #fff !important;
  }
}

.text-change.disabled {
  cursor: default;
  opacity: .2;
  background: #E8EEFF;
  color: #01225d;
  display: flex;
  width: 50px;
  height: 30px;
  font-size: 25px;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.text-change.disabled:hover {
  cursor: default;
  opacity: .2;
  background: #E8EEFF;
  color: #01225d;
  display: flex;
  width: 50px;
  height: 30px;
  font-size: 25px;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.high_contrast .nav_beneficios a:hover::after, .high_contrast .nav_beneficios a.active::after {
  background: white;
}

.high_contrast .nav_seguros a:hover::after, .high_contrast .nav_seguros a.active::after {
  background: white;
}

.high_contrast .nav_seguros a i {
  color: white !important;
}

.high_contrast .nav_seguros .nav-link.active i {
  color: white !important;
}

.high_contrast .card-img-bg {
  filter: grayscale(1);
}

.high_contrast .ayuda_pill_card a:hover * {
  color: #fff !important;
}

.high_contrast .nav-tabs-dropdown .nav-link {
  border-bottom: 1px solid;
}

.high_contrast .tabs_dropdown .active, .high_contrast .nav-tabs-dropdown > li > a.active {
  color: white !important;
  border: 0 !important;
  border-top: 1px solid !important;
}

.high_contrast .nav-tabs.nav-tabs-dropdown > li > a.active, .high_contrast .nav-tabs.nav-tabs-dropdown::after {
  color: white !important;
  border: 0 !important;
  border-top: 1px solid !important;
}

.high_contrast .nav-tabs-dropdown::after {
  color: white !important;
  border: 0 !important;
  border-top: 1px solid !important;
}

.high_contrast .apps_funciones_tabs .nav-link.active {
  background-color: transparent !important;
  border: 1px solid;
}

.high_contrast .row-tarjeta h3 {
  margin-top: 0px !important;
}

.high_contrast .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: gray;
}

.high_contrast .submenu ul li.h3 a, .high_contrast .submenu ul li a i span::before {
  color: white !important;
}

.high_contrast header .navbar li ul li.h3 a {
  color: white !important;
}

.high_contrast a.text-primary:focus, .high_contrast a.text-primary:hover {
  opacity: .8 !important;
  color: white !important;
}

.high_contrast .pasos_action button::after, .high_contrast .pasos_action button::before {
  background: white;
  opacity: .8;
}

.high_contrast .pasos_action button.active::after {
  opacity: 1;
}

.high_contrast .bch-range::after {
  display: block !important;
}

.high_contrast .bch-range.bch-range-limit-left:after {
  content: '';
  display: none !important;
}

.high_contrast header .navbar li .link_menu.active::before {
  background: white;
}

body.high_contrast #info-block h4, body.high_contrast .font-weight-light {
  font-weight: normal !important;
}

body.high_contrast div.benefits-wrapper figcaption {
  background-color: transparent !important;
}

body.fontSize-xl.context-layouts-show-auto .cont_hero, body.fontSize-xl.context-layouts-show-auto .img_hero {
  height: 375px;
}

body.fontSize-xl.context-layouts-show-auto .cont_hero .text_hero {
  height: 370px;
}

.fontSize-xl .header-inner .navbar {
  padding-left: 0px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .fontSize-xl span.btn_mas_ayuda, .fontSize-l span.btn_mas_ayuda {
    display: none !important;
  }
}

/* Input Range */
.high_contrast .bch-range input {
  background: white !important;
}

.high_contrast .bch-range input::-webkit-slider-thumb, .high_contrast .bch-range input::-moz-range-thumb {
  background: white !important;
}

@media all and (-ms-high-contrast: none) {
  .high_contrast .bch-range input {
    background: black !important;
  }
  .high_contrast ::-ms-thumb {
    background: #000 !important;
  }
  .high_contrast ::-ms-track {
    color: #FFF !important;
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px;
  }
  .high_contrast ::-ms-fill-lower {
    background: #000 !important;
  }
}

body.high_contrast .bch-range input[type=range]::-webkit-slider-thumb {
  background: white !important;
  opacity: 1;
}

body.high_contrast .bch-range input[type=range]::-ms-thumb {
  background: black !important;
}

body.high_contrast .bg-transparent {
  background: transparent !important;
}

.accordion .card, .accordion .card-post {
  border-color: #e6ecf6;
}

.accordion .card-header {
  background: #ffffff;
  border-color: #e6ecf6;
}

.accordion .card-header h2 {
  display: flex;
  justify-content: space-between;
}

.accordion .card-header button {
  color: #0a3a46;
  font-family: "Aaux ProBold";
}

.accordion .card-header button .material-icons-outlined, .accordion .card-header button .form-group[data-sf-role="checkboxes-field-container"] label::after, .form-group[data-sf-role="checkboxes-field-container"] .accordion .card-header button label::after, .accordion .card-header button header .main-menu-container .menu .big-menu .big-menu-item > a::after, header .main-menu-container .menu .big-menu .accordion .card-header button .big-menu-item > a::after,
.accordion .card-header button header .main-menu-container .menu .big-menu > li > a::after, header .main-menu-container .menu .accordion .card-header button .big-menu > li > a::after {
  transition: 500ms;
  font-size: 1.625rem;
}

.accordion .card-header button:not(.collapsed) .material-icons-outlined.arrow-icon, .accordion .card-header button:not(.collapsed) .form-group[data-sf-role="checkboxes-field-container"] label.arrow-icon::after, .form-group[data-sf-role="checkboxes-field-container"] .accordion .card-header button:not(.collapsed) label.arrow-icon::after, .accordion .card-header button:not(.collapsed) header .main-menu-container .menu .big-menu .big-menu-item > a.arrow-icon::after, header .main-menu-container .menu .big-menu .accordion .card-header button:not(.collapsed) .big-menu-item > a.arrow-icon::after,
.accordion .card-header button:not(.collapsed) header .main-menu-container .menu .big-menu > li > a.arrow-icon::after, header .main-menu-container .menu .accordion .card-header button:not(.collapsed) .big-menu > li > a.arrow-icon::after {
  transform: rotate(180deg);
}

.accordion .card-header button:not(.collapsed).btn--ver-mas::before {
  content: 'Ocultar';
  position: relative;
}

.accordion .card-header button:not(.btn--ver-mas) {
  font-size: 1.25rem;
}

.accordion .card-header button.collapsed.btn--ver-mas::before {
  content: 'Ver más';
  position: relative;
}

.accordion--vertical .card-header button.btn--ver-mas {
  display: flex;
  width: calc(100% + 2.5rem);
  margin: 0 -1.25rem;
  border-top: solid 1px #e6ecf6;
  border-radius: 0;
  text-align: left;
  padding-left: 1.5rem;
  padding-top: 1rem;
  background: #fafbfd;
}

.accordion--vertical .card-header button:not(.collapsed) .material-icons-outlined, .accordion--vertical .card-header button:not(.collapsed) .form-group[data-sf-role="checkboxes-field-container"] label::after, .form-group[data-sf-role="checkboxes-field-container"] .accordion--vertical .card-header button:not(.collapsed) label::after, .accordion--vertical .card-header button:not(.collapsed) header .main-menu-container .menu .big-menu .big-menu-item > a::after, header .main-menu-container .menu .big-menu .accordion--vertical .card-header button:not(.collapsed) .big-menu-item > a::after,
.accordion--vertical .card-header button:not(.collapsed) header .main-menu-container .menu .big-menu > li > a::after, header .main-menu-container .menu .accordion--vertical .card-header button:not(.collapsed) .big-menu > li > a::after {
  transform: rotate(180deg);
}

.accordion--vertical .card-header button:not(.collapsed).btn--ver-mas::before {
  content: none;
}

.accordion--vertical .card-header button:not(.collapsed).btn--ver-mas::after {
  content: 'Ocultar';
  position: relative;
}

.accordion--vertical .card-header button.collapsed.btn--ver-mas::before {
  content: none;
}

.accordion--vertical .card-header button.collapsed.btn--ver-mas::after {
  content: 'Ver más';
  position: relative;
}

.breadcrumb_container {
  padding: 3px 0;
}

.breadcrumb_sf {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  margin-bottom: 0;
}

.breadcrumb_sf .breadcrumb_sf-item {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
}

.breadcrumb_sf .breadcrumb_sf-item:not(:first-child)::before {
  content: 'chevron_right';
  font-family: 'Material Icons Outlined';
  color: #9f2c2a;
  font-size: 1.25rem;
  top: 1px;
  position: relative;
}

.breadcrumb_sf .breadcrumb_sf-item.active {
  font-family: "Aaux ProMedium";
  color: #186170;
}

.btn {
  justify-content: center;
  display: inline-flex;
  align-items: center;
}

.btn span[class^="material-icons"] {
  font-size: 1rem;
}

.btn.disabled, .btn:disabled {
  cursor: not-allowed;
  opacity: 1;
}

.btn.large--btn {
  padding: 0.75rem 1rem;
  font-size: 1.5rem;
}

.btn.large--btn span[class^="material-icons"] {
  font-size: 1.5rem;
}

.btn.medium--btn {
  padding: 0.5rem 0.75rem;
  font-size: 1.25rem;
}

.btn.medium--btn span[class^="material-icons"] {
  font-size: 1.25rem;
}

.btn.small--btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.btn.small--btn span[class^="material-icons"] {
  font-size: 0.875rem;
}

.btn.btn-full-width {
  width: 100%;
}

.btn-primary {
  background-color: #ad1900;
  border-color: #ad1900;
}

.btn-primary:hover {
  background-color: #9f2c2a;
  border-color: #9f2c2a;
}

.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #f1cecd;
  border-color: #f1cecd;
  color: #000000;
}

.btn-primary:not(:disabled):not(.disabled).active {
  background-color: #f1cecd;
  border-color: #f1cecd;
  color: #000000;
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #d9d9d6;
  border-color: #d9d9d6;
  color: #000000;
}

.btn-secondary {
  background-color: #186170;
  border-color: #186170;
}

.btn-secondary:hover {
  background-color: #0a3a46;
  border-color: #0a3a46;
}

.btn-secondary:not(:disabled):not(.disabled):active {
  background-color: #156451;
  border-color: #156451;
}

.btn-secondary:not(:disabled):not(.disabled).active {
  background-color: #156451;
  border-color: #156451;
}

.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #d9d9d6;
  border-color: #d9d9d6;
  color: #000000;
}

.btn-terciary {
  background-color: #fafbfd;
  border-color: #186170;
  color: #186170;
}

.btn-terciary:hover {
  background-color: #156451;
  border-color: #156451;
  color: #fafbfd;
}

.btn-terciary:not(:disabled):not(.disabled):active {
  background-color: #e6ecf6;
  border-color: #186170;
  color: #186170;
}

.btn-terciary:not(:disabled):not(.disabled).active {
  background-color: #e6ecf6;
  border-color: #186170;
  color: #186170;
}

.btn-terciary.disabled, .btn-terciary:disabled {
  background-color: #d9d9d6;
  border-color: #d9d9d6;
  color: #000000;
}

.btn-link {
  color: #333333;
}

.btn-link:focus, .btn-link:hover {
  text-decoration: none;
}

.btn-link:hover {
  color: #0a3a46;
}

.btn-link:hover .btn-link--icon-text {
  border-bottom-color: #0a3a46;
}

.btn-link:active {
  color: #186170;
}

.btn-link:active .btn-link--icon-text {
  border-bottom-color: #186170;
}

.btn-link.disabled, .btn-link:disabled {
  color: #5d5656;
}

.btn-link.disabled .btn-link--icon-text, .btn-link:disabled .btn-link--icon-text {
  border-bottom-color: #5d5656;
}

.btn-link .btn-link--icon-text {
  border-bottom: solid 1px #333333;
}

.btn-link--inverse {
  color: #ffffff;
}

.btn-link--inverse .text-underline:before {
  background-color: #ffffff;
}

.btn-link--inverse:hover, .btn-link--inverse:active {
  color: #79bcb6;
}

.btn-link--inverse:hover .btn-link--icon-text, .btn-link--inverse:active .btn-link--icon-text {
  border-bottom-color: #79bcb6;
}

.btn-link--inverse:hover .text-underline:before, .btn-link--inverse:active .text-underline:before {
  background-color: #79bcb6;
}

.btn-link .text-underline {
  position: relative;
}

.btn-link .text-underline:before {
  content: '';
  width: 100%;
  height: 1px;
  bottom: 0%;
  display: block;
  position: absolute;
}

.btn-group > .btn:not(:first-child) {
  border-left: solid 1px #fff;
}

.btn-group > .btn-group:not(:first-child) > .btn {
  border-left: solid 1px #fff;
}

.show > .btn-primary.dropdown-toggle {
  background-color: #f1cecd;
  border-color: #f1cecd;
  color: #000000;
}

.show > .btn-secondary.dropdown-toggle {
  background-color: #0a3a46;
  border-color: #0a3a46;
}

.btn--loading {
  margin: 0 0.5rem;
  width: 20px;
  height: 20px;
  position: relative;
}

.btn--loading .btn--loading--child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.btn--loading .btn--loading--child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fafbfd;
  border-radius: 100%;
  -webkit-animation: btn-loading-delay 1.2s infinite ease-in-out both;
          animation: btn-loading-delay 1.2s infinite ease-in-out both;
}

.btn--loading .btn--loading--circle2 {
  transform: rotate(30deg);
}

.btn--loading .btn--loading--circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.btn--loading .btn--loading--circle3 {
  transform: rotate(60deg);
}

.btn--loading .btn--loading--circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.btn--loading .btn--loading--circle4 {
  transform: rotate(90deg);
}

.btn--loading .btn--loading--circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.btn--loading .btn--loading--circle5 {
  transform: rotate(120deg);
}

.btn--loading .btn--loading--circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.btn--loading .btn--loading--circle6 {
  transform: rotate(150deg);
}

.btn--loading .btn--loading--circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

.btn--loading .btn--loading--circle7 {
  transform: rotate(180deg);
}

.btn--loading .btn--loading--circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

.btn--loading .btn--loading--circle8 {
  transform: rotate(210deg);
}

.btn--loading .btn--loading--circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.btn--loading .btn--loading--circle9 {
  transform: rotate(240deg);
}

.btn--loading .btn--loading--circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

.btn--loading .btn--loading--circle10 {
  transform: rotate(270deg);
}

.btn--loading .btn--loading--circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.btn--loading .btn--loading--circle11 {
  transform: rotate(300deg);
}

.btn--loading .btn--loading--circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

.btn--loading .btn--loading--circle12 {
  transform: rotate(330deg);
}

.btn--loading .btn--loading--circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes "btn-loading-delay" {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}

@keyframes "btn-loading-delay" {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}

.card-ft-button * {
  transition: all linear 1s;
}

.card-ft-button .button-card-set {
  cursor: pointer;
  padding: 0.75rem;
  background-color: #ffffff;
  border-radius: 1rem;
  color: #186170;
}

.card-ft-button .button-card-set:not(:last-child) {
  margin-bottom: 0.75rem;
}

.card-ft-button .button-card-set h3 {
  font-weight: normal;
}

.card-ft-button .button-card-set img {
  opacity: 0.3;
}

.card-ft-button .button-card-set-active {
  position: relative;
}

.card-ft-button .button-card-set-active::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #0a3a46;
  position: absolute;
  right: -11px;
  top: calc(50% - 10px);
}

.card-ft-button .button-card-set-active h3 {
  font-weight: bold;
}

.card-ft-button .button-card-set-active img {
  opacity: 1;
}

.card-ft-button .content-card-set {
  padding: 0.75rem;
  margin-bottom: 0.75rem;
  background-color: #ffffff;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-left: solid #186170 0.25rem;
  display: flex;
  flex-wrap: wrap;
  min-height: 100%;
}

.card-ft-button .content-card-set > * {
  width: 100%;
  flex: 1 0 100%;
  max-height: inherit;
  overflow: hidden;
}

.card-ft-button .content-card-set .content-card-set-active {
  max-height: 1000px;
}

.card-ft-button .content-card-set .content-img {
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.card_sf, .card, .card-post {
  border-radius: 1rem;
  box-shadow: 0 14px 23px rgba(28, 37, 44, 0.08);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  height: 100%;
  background-color: #ffffff;
}

.card_sf--green-round-icon .round-icon,
.card--green-round-icon .round-icon {
  width: 120px;
  height: 120px;
}

.card_sf--green-round-icon .round-icon img,
.card--green-round-icon .round-icon img {
  max-width: 90%;
  height: auto;
}

.card_sf--noticia-small,
.card--noticia-small {
  box-shadow: 0px 4px 12px 0px rgba(0, 36, 100, 0.1);
}

.card_sf--noticia-small p,
.card--noticia-small p {
  color: #333333;
}

.card_sf--noticia-small p a:hover,
.card--noticia-small p a:hover {
  text-decoration: none;
}

.card_sf--noticia-small a:hover,
.card--noticia-small a:hover {
  color: #0a3a46;
  -webkit-text-decoration-color: #186170;
          text-decoration-color: #186170;
}

.card_sf--noticia,
.card--noticia {
  padding: 0;
  overflow: hidden;
  border: none;
}

.card_sf--noticia img,
.card--noticia img {
  width: 100%;
  height: 200px;
  margin-bottom: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.card_sf--noticia--epigrafe,
.card--noticia--epigrafe {
  color: #333333;
  font-size: 0.875rem;
}

.card_sf--noticia--titulo,
.card--noticia--titulo {
  color: #0a3a46;
  font-size: 1.25rem;
  font-family: "Aaux ProBold";
}

.card_sf--noticia--titulo a,
.card--noticia--titulo a {
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.card_sf--noticia--titulo a:hover,
.card--noticia--titulo a:hover {
  color: #186170;
}

.card_sf--noticia--fecha,
.card--noticia--fecha {
  text-align: right;
  font-size: 0.875rem;
}

.card_sf--noticia--resumen,
.card--noticia--resumen {
  font-size: 0.875rem;
}

.card_sf--img-full-heigth,
.card--img-full-heigth {
  background-color: #f4f4f4;
  border: none;
  padding: 0;
  box-shadow: none;
}

.card_sf--gestion,
.card--gestion {
  box-shadow: none;
  background-color: #f2f2f2;
  border: none;
  padding: 0;
  overflow: hidden;
}

.card_sf--pilares, .card_sf--directorio,
.card--pilares,
.card--directorio {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  background-color: inherit;
  box-shadow: none;
  border: none;
}

.card_sf--pilares img.card-img-top, .card_sf--directorio img.card-img-top,
.card--pilares img.card-img-top,
.card--directorio img.card-img-top {
  border-radius: 50%;
  border: solid 8px #186170;
  width: 196px;
  height: 196px;
  margin: -1px;
  z-index: 1;
}

.card_sf--pilares .card-body, .card_sf--directorio .card-body,
.card--pilares .card-body,
.card--directorio .card-body {
  background-color: #ffffff;
  margin-top: -90px;
  padding-top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 14px 23px rgba(28, 37, 44, 0.08);
  border-radius: 1rem;
  min-height: 290px;
}

.card_sf--pilares .card-body .card-title, .card_sf--directorio .card-body .card-title,
.card--pilares .card-body .card-title,
.card--directorio .card-body .card-title {
  color: #186170;
  font-size: 1.25rem;
  font-family: "Aaux ProBold";
  text-align: center;
}

.card_sf--pilares .card-body .card-text, .card_sf--directorio .card-body .card-text,
.card--pilares .card-body .card-text,
.card--directorio .card-body .card-text {
  color: #333333;
}

.card_sf--directorio,
.card--directorio {
  margin: 2rem 0;
  height: auto;
}

.card_sf--directorio .card-body,
.card--directorio .card-body {
  min-height: inherit;
  width: 100%;
}

.card_sf--directorio .card-img-top,
.card--directorio .card-img-top {
  border-color: #e6ecf6 !important;
}

.card_sf--button,
.card--button {
  display: flex;
  flex-direction: row;
  border: none;
  border-radius: 0.75rem;
  padding: 0.75rem 1rem;
  align-items: center;
}

.card_sf--button--text,
.card--button--text {
  font-family: "Aaux ProRegular";
  font-size: 1.25rem;
  font-weight: normal;
  margin-bottom: 0;
}

.card_sf--button--icon-left,
.card--button--icon-left {
  margin-right: 0.75rem;
}

.card_sf--button:hover,
.card--button:hover {
  text-decoration: none;
}

.card_sf--button:hover .card--button--arrow,
.card--button:hover .card--button--arrow {
  color: #186170;
}

.card_sf.card_sf-image .content-container,
.card.card_sf-image .content-container,
.card_sf-image.card-post .content-container {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}

.card_sf.card_sf-image h3,
.card.card_sf-image h3,
.card_sf-image.card-post h3 {
  color: #186170;
  margin-bottom: 1.25rem;
  font-family: "Aaux ProBold";
  font-size: 2rem;
}

.card_sf.card_sf-image .img-container,
.card.card_sf-image .img-container,
.card_sf-image.card-post .img-container {
  min-height: 380px;
  background-size: cover;
  background-position: center;
  display: flex;
}

.card_sf.card_sf-image .detail-container,
.card.card_sf-image .detail-container,
.card_sf-image.card-post .detail-container {
  background-color: rgba(10, 58, 70, 0.6);
  color: #ffffff;
  padding: 1.25rem;
  margin-top: auto;
}

.card_sf.card_sf-image .detail-container p,
.card.card_sf-image .detail-container p,
.card_sf-image.card-post .detail-container p {
  font-size: 0.875rem;
  margin-bottom: 2rem;
}

.card_sf.card_sf-image.with-title,
.card.card_sf-image.with-title,
.card_sf-image.with-title.card-post {
  padding: 0;
  padding: 0;
  box-shadow: none;
  background-color: transparent;
}

.card_sf.card_sf-image.with-title .img-container,
.card.card_sf-image.with-title .img-container,
.card_sf-image.with-title.card-post .img-container {
  min-height: 170px;
  border-radius: 1rem;
}

.card_sf.card_sf-image.with-title .bottom-title,
.card_sf.card_sf-image.with-title .top-title,
.card.card_sf-image.with-title .bottom-title,
.card_sf-image.with-title.card-post .bottom-title,
.card.card_sf-image.with-title .top-title,
.card_sf-image.with-title.card-post .top-title {
  display: none;
  color: #186170;
  text-align: center;
  font-size: 1.25rem;
}

.card_sf.card_sf-image.with-title.top .top-title,
.card.card_sf-image.with-title.top .top-title,
.card_sf-image.with-title.top.card-post .top-title {
  display: block;
}

.card_sf.card_sf-image.with-title.bottom .bottom-title,
.card.card_sf-image.with-title.bottom .bottom-title,
.card_sf-image.with-title.bottom.card-post .bottom-title {
  margin: 20px 0 0;
  display: block;
}

.card_sf.card_sf-image.side-img .img-container,
.card.card_sf-image.side-img .img-container,
.card_sf-image.side-img.card-post .img-container {
  border-radius: 0.5rem;
  min-height: 100%;
}

@media (max-width: 767.98px) {
  .card_sf.card_sf-image.side-img .img-container,
  .card.card_sf-image.side-img .img-container,
  .card_sf-image.side-img.card-post .img-container {
    min-height: 260px;
  }
}

.card_sf.card_sf-bg-tags,
.card.card_sf-bg-tags,
.card_sf-bg-tags.card-post {
  padding: 0.75rem 1.5rem;
}

.card_sf.card_sf-bg-tags .card_sf-tag,
.card.card_sf-bg-tags .card_sf-tag,
.card_sf-bg-tags.card-post .card_sf-tag {
  background-color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0.75rem;
  padding: 0.75rem;
}

.card_sf.card_sf-bg-tags .card_sf-tag h5,
.card.card_sf-bg-tags .card_sf-tag h5,
.card_sf-bg-tags.card-post .card_sf-tag h5 {
  font-size: 1rem;
  color: #0a3a46;
}

.card_sf.card_sf-bg-tags .card_sf-tag p,
.card.card_sf-bg-tags .card_sf-tag p,
.card_sf-bg-tags.card-post .card_sf-tag p {
  font-size: 0.75rem;
}

.card_sf.card_sf-bg-tags .image,
.card.card_sf-bg-tags .image,
.card_sf-bg-tags.card-post .image {
  padding: 1.5rem;
  border-radius: 0.5rem;
}

.card_sf.small--card,
.card.small--card,
.small--card.card-post {
  padding: 0.875rem;
}

.card_sf.small--card h3,
.card.small--card h3,
.small--card.card-post h3 {
  font-size: 1rem;
}

.card_sf.small--card p,
.card.small--card p,
.small--card.card-post p {
  font-size: 0.875rem;
  margin-bottom: 0.875rem;
}

.card-minera {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  position: relative;
}

.card-minera .card-header {
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.card-minera .card-name {
  background-color: #186170;
  text-align: center;
  color: #ffffff;
  padding: 0.25rem 0.75rem;
  border-radius: 0.25rem;
}

.card-minera--big .card-header {
  width: 159px;
  height: 159px;
}

.card-minera--big .card-name {
  font-size: 0.875rem;
  margin-top: -1.8rem;
  min-width: 122px;
}

@media (max-width: 767.98px) {
  .card-minera--big .card-name {
    margin-top: -1.5rem;
  }
}

.card-minera--small .card-header {
  width: 100px;
  height: 100px;
  padding: 0 3px;
}

.card-minera--small .card-name {
  font-size: 0.75rem;
  margin-top: -1.5rem;
  padding: 0.25rem;
  min-width: 95px;
}

.card-footer-banner {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 320px;
  display: flex;
  align-items: center;
}

.card-ft-button .content-card-set {
  display: none !important;
}

.card-ft-button .content-card-set-active {
  display: block !important;
}

.form-group[data-sf-role="checkboxes-field-container"] label {
  position: relative;
  font-family: "Aaux ProRegular";
  font-size: 1rem;
  line-height: 1.5rem;
  display: inline-flex;
  align-items: center;
}

.form-group[data-sf-role="checkboxes-field-container"] label::after {
  position: absolute;
  content: "\e5ca";
  color: transparent;
  font-size: 1.2rem;
  left: 0.15rem;
}

.form-group[data-sf-role="checkboxes-field-container"] label::before {
  position: relative;
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #0a3a46;
  border-radius: 0.25rem;
  background-color: #ffffff;
  margin-right: 1rem;
}

.form-group[data-sf-role="checkboxes-field-container"] label:hover {
  color: #0a3a46;
}

.form-group[data-sf-role="checkboxes-field-container"] input {
  display: none;
}

.form-group[data-sf-role="checkboxes-field-container"] input:checked + label::before {
  background-color: #186170;
  border: 0;
}

.form-group[data-sf-role="checkboxes-field-container"] input:checked + label::after {
  color: #ffffff;
}

.form-group[data-sf-role="checkboxes-field-container"] input:focus + label::before {
  box-shadow: 0px 0px 5px #003da5;
}

.form-group[data-sf-role="checkboxes-field-container"] input:disabled + label {
  color: #5d5656;
}

.form-group[data-sf-role="checkboxes-field-container"] input:disabled + label::after {
  color: #5d5656;
}

.form-group[data-sf-role="checkboxes-field-container"] input:disabled + label::before {
  border-color: #e6ecf6;
}

.form-group[data-sf-role="checkboxes-field-container"] input:disabled:checked + label {
  color: #d9d9d6;
}

.form-group[data-sf-role="checkboxes-field-container"] input:disabled:checked + label::after {
  color: #ffffff;
}

.form-group[data-sf-role="checkboxes-field-container"] input:disabled:checked + label::before {
  background-color: #d9d9d6;
}

.form-group[data-sf-role="checkboxes-field-container"].disabled input + label {
  color: #5d5656;
}

.form-group[data-sf-role="checkboxes-field-container"].disabled input + label::after {
  color: #5d5656;
}

.form-group[data-sf-role="checkboxes-field-container"].disabled input + label::before {
  border-color: #e6ecf6;
}

.form-group[data-sf-role="checkboxes-field-container"].disabled input:checked + label {
  color: #d9d9d6;
}

.form-group[data-sf-role="checkboxes-field-container"].disabled input:checked + label::after {
  color: #ffffff;
}

.form-group[data-sf-role="checkboxes-field-container"].disabled input:checked + label::before {
  background-color: #d9d9d6;
}

.form-group[data-sf-role="checkboxes-field-container"].medium--checkbox label {
  font-size: 1.25rem;
}

.form-group[data-sf-role="checkboxes-field-container"].medium--checkbox label::before {
  width: 2rem;
  height: 2rem;
}

.form-group[data-sf-role="checkboxes-field-container"].medium--checkbox label::after {
  font-size: 1.5rem;
  left: 0.26rem;
}

.form-group[data-sf-role="checkboxes-field-container"].small--checkbox label {
  line-height: 1rem;
  font-size: 0.875rem;
}

.form-group[data-sf-role="checkboxes-field-container"].small--checkbox label::before {
  width: 1.25rem;
  height: 1.25rem;
}

.form-group[data-sf-role="checkboxes-field-container"].small--checkbox label::after {
  font-size: 1rem;
  left: 0.15rem;
}

.document-list-descarga .card, .document-list-descarga .card-post {
  border: none;
  flex-direction: row;
}

.filtered-news .news-item {
  display: flex;
}

.footer {
  background-color: #186170;
  padding: 1rem 0;
  color: #ffffff;
  margin-top: auto;
  font-size: 0.75rem;
}

@media (max-width: 991.98px) {
  .footer {
    padding: 1.5rem 1.5rem 4rem;
  }
}

.footer--logo {
  height: 2rem;
  margin-bottom: 1rem;
}

body.fmlp .footer--logo {
  height: 3rem;
  margin-bottom: 0.5rem;
}

.footer--logo--centrocala {
  height: 3.5rem;
}

.footer--logo--generacion {
  height: 5rem;
}

.footer--separador {
  border-right: solid 1px #ffffff;
}

@media (max-width: 991.98px) {
  .footer--separador {
    border-right: none;
    border-bottom: solid 1px #ffffff;
  }
}

.footer--listado-links a.btn-link {
  text-align: left;
  font-family: "Aaux ProBold";
  color: #ffffff;
  text-decoration: none;
}

.footer--listado-links a.btn-link:hover {
  color: #79bcb6;
}

.footer--listado-links a.btn-link:hover, .footer--listado-links a.btn-link:active, .footer--listado-links a.btn-link:focus {
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .footer--listado-links a.btn-link {
    padding: 0.25rem 0;
    display: block;
  }
}

.footer--logos-rrsr {
  display: flex;
  align-items: center;
}

.footer--logos-rrsr a {
  color: #ffffff;
  margin-right: 1rem;
}

.footer--logos-rrsr a i {
  font-size: 2rem;
}

.footer--logos-rrsr a:hover {
  color: #79bcb6;
}

@media (max-width: 991.98px) {
  .footer--logos-rrsr a {
    margin-right: 1rem;
  }
}

@media (max-width: 991.98px) {
  .footer--logos-rrsr {
    justify-content: flex-start;
  }
}

.footer .mapouter {
  position: relative;
  margin: 0 auto;
  text-align: right;
  max-width: 400px;
  width: 100%;
}

@media (max-width: 767.98px) {
  .footer .mapouter {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding: 32px 0;
    margin-top: 32px;
  }
}

.footer .gmap_canvas {
  overflow: hidden;
  margin: 0 auto;
  background: none !important;
  height: 230px;
  max-width: 400px;
  width: 100%;
  border: 6px solid #ffffff;
}

.footer .gmap_canvas iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 767.98px) {
  body.fmlp .footer--separador {
    border-bottom: 0;
  }
}

.form-amsa {
  margin-bottom: 36px;
}

.form-amsa .form-group label, .form-amsa .form-group label.h6 {
  color: #186170;
  font-family: "Aaux ProBold";
  margin-bottom: 16px;
}

.form-amsa .form-group.phone-field {
  position: relative;
}

.form-amsa .form-group.phone-field input {
  padding-left: 40px;
}

.form-amsa .form-group.phone-field::before {
  position: absolute;
  content: '+56';
  bottom: 0;
  height: 2.5rem;
  display: flex;
  align-items: center;
  padding: 8px;
}

.image-gallery .img-zoom {
  position: absolute;
  right: 0px;
  top: 10px;
  min-width: 130px;
  height: 34px;
  background: #0a3a46;
  color: #ffffff;
  line-height: normal;
  display: flex;
  opacity: 0.7;
  font-size: 0.75rem;
  border-radius: 0.75rem 0px 0px 0.75rem;
  align-items: center;
  justify-content: center;
  transition: 200ms;
}

.image-gallery .img-zoom .material-icons-outlined, .image-gallery .img-zoom .form-group[data-sf-role="checkboxes-field-container"] label::after, .form-group[data-sf-role="checkboxes-field-container"] .image-gallery .img-zoom label::after, .image-gallery .img-zoom header .main-menu-container .menu .big-menu .big-menu-item > a::after, header .main-menu-container .menu .big-menu .image-gallery .img-zoom .big-menu-item > a::after,
.image-gallery .img-zoom header .main-menu-container .menu .big-menu > li > a::after, header .main-menu-container .menu .image-gallery .img-zoom .big-menu > li > a::after {
  font-size: 1.25rem;
}

.image-gallery .img-zoom:hover {
  background: #186170;
}

.image-gallery .btn-descargar {
  line-height: inherit;
  color: #0a3a46;
}

.image-gallery .btn-descargar:hover {
  color: #156451;
}

.video-gallery {
  height: 220px !important;
}

.video-gallery .video-item {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 14px 23px rgba(28, 37, 44, 0.08);
  border: 1px solid #E6ECF6;
}

.video-gallery .video-item img {
  width: 100%;
}

.video-gallery .video-item .video-link {
  height: 170px;
  padding: 0;
  border-radius: 0.75rem 0.75rem 0px 0px;
  position: relative;
}

.video-gallery .video-item .video-link .material-icons-outlined, .video-gallery .video-item .video-link .form-group[data-sf-role="checkboxes-field-container"] label::after, .form-group[data-sf-role="checkboxes-field-container"] .video-gallery .video-item .video-link label::after, .video-gallery .video-item .video-link header .main-menu-container .menu .big-menu .big-menu-item > a::after, header .main-menu-container .menu .big-menu .video-gallery .video-item .video-link .big-menu-item > a::after,
.video-gallery .video-item .video-link header .main-menu-container .menu .big-menu > li > a::after, header .main-menu-container .menu .video-gallery .video-item .video-link .big-menu > li > a::after {
  background-color: #0000007a;
  position: absolute;
  color: #ffffff;
  font-size: 32px;
  border-radius: 50%;
  padding: 10px;
}

.video-gallery .video-item .video-link .material-icons-outlined:hover, .video-gallery .video-item .video-link .form-group[data-sf-role="checkboxes-field-container"] label:hover::after, .form-group[data-sf-role="checkboxes-field-container"] .video-gallery .video-item .video-link label:hover::after, .video-gallery .video-item .video-link header .main-menu-container .menu .big-menu .big-menu-item > a:hover::after, header .main-menu-container .menu .big-menu .video-gallery .video-item .video-link .big-menu-item > a:hover::after,
.video-gallery .video-item .video-link header .main-menu-container .menu .big-menu > li > a:hover::after, header .main-menu-container .menu .video-gallery .video-item .video-link .big-menu > li > a:hover::after {
  color: #156451;
}

.canal-youtube .btn {
  height: inherit !important;
  line-height: inherit !important;
}

.podcast-gallery .media-body {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 14px 23px rgba(28, 37, 44, 0.08);
  border: 1px solid #E6ECF6;
}

.podcast-gallery .podcast-body {
  height: 188px;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.podcast-gallery .podcast-body .amsa-short {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 80px;
  height: 73px;
}

.podcast-gallery .play-btn {
  background-color: #0000007a;
  position: absolute;
  color: #ffffff;
  font-size: 32px;
  border-radius: 50%;
  padding: 10px;
}

.podcast-gallery .play-btn:hover {
  color: #156451;
}

.podcast-gallery .podcast-title {
  width: 100%;
  padding: 0.25rem 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #156451;
  color: #ffffff;
}

.podcast-gallery .podcast-title .sound-btn {
  font-size: 1.25rem;
}

.modal-podcast .btn-cerrar {
  color: #333333 !important;
  display: flex;
  align-items: center;
  opacity: 1;
}

.modal-podcast .btn-cerrar--text {
  font-size: 0.875rem;
  font-family: "Aaux ProRegular";
  color: #333333 !important;
}

.modal-podcast .btn-cerrar--icon {
  font-size: 1.25rem;
}

.modal-podcast .fake-video {
  width: 100%;
  height: 300px;
  background-color: #156451;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1rem;
}

header {
  background-color: #ffffff;
  box-shadow: 0 14px 23px rgba(28, 37, 44, 0.08);
  z-index: 100;
  min-height: 112px;
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0;
}

header * {
  transition: left ease-in-out 0.5s, max-height ease-in-out 0.5s;
}

@media (min-width: 768px) {
  header.no-widget .main-menu-container .menu .big-menu .big-menu-item,
  header.no-widget .main-menu-container .menu .big-menu > li {
    position: relative;
  }
  header.no-widget .main-menu-container .menu .big-menu .big-menu-item .display-menu-container,
  header.no-widget .main-menu-container .menu .big-menu > li .display-menu-container {
    width: 550px;
    max-width: 100vw;
    left: calc(50% - 275px);
    top: 44px;
  }
  header.no-widget .main-menu-container .menu .big-menu .big-menu-item .display-menu-container .submenu-container,
  header.no-widget .main-menu-container .menu .big-menu > li .display-menu-container .submenu-container {
    flex-basis: 100%;
  }
  header.no-widget .main-menu-container .menu .big-menu .big-menu-item .display-menu-container .widget-container,
  header.no-widget .main-menu-container .menu .big-menu > li .display-menu-container .widget-container {
    display: none;
  }
}

@media (min-width: 576px) {
  header.scrolling-header {
    min-height: unset;
  }
  header.scrolling-header .main-menu-container {
    min-height: unset;
  }
  header.scrolling-header .main-menu-container .accesibility-menu.desktop {
    display: none;
  }
  header.scrolling-header .main-menu-container .menu {
    margin-top: 0;
  }
  header.scrolling-header .main-menu-container .menu .big-menu {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
  }
  header.scrolling-header .main-menu-container .menu .big-menu .big-menu-item .display-menu-container,
  header.scrolling-header .main-menu-container .menu .big-menu > li .display-menu-container {
    top: 53px;
  }
  header.scrolling-header .main-menu-container .menu .big-menu .mini-menu-scrolling-controller {
    display: block;
  }
  header.scrolling-header .main-menu-container .menu .mini-menu {
    position: absolute;
    background-color: #ffffff;
    top: 53px;
    width: 186px;
    flex-direction: column;
    right: 0;
    max-height: 0;
    overflow: hidden;
    align-items: flex-start;
  }
  header.scrolling-header .main-menu-container .menu .mini-menu .mini-menu-item {
    padding: 0.25rem 1.5rem;
  }
  header.scrolling-header .main-menu-container .menu .mini-menu .mini-menu-item:last-child {
    padding-bottom: 1rem;
  }
  header.scrolling-header .main-menu-container .menu .mini-menu .mini-menu-item .select-site {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #0a3a46;
  }
  header.scrolling-header .main-menu-container .menu .mini-menu .mini-menu-item .select-site .menuSitesChevron {
    transform: rotate(90deg);
  }
  header.scrolling-header .main-menu-container .menu .mini-menu li {
    padding: 0.25rem 0.5rem;
  }
  header.scrolling-header .main-menu-container .menu .mini-menu.show-mini-menu {
    max-height: 500px;
  }
  header.scrolling-header .main-menu-container .menu .logo-container {
    flex-basis: 15%;
  }
  header.scrolling-header .main-menu-container .menu .logo-container .logo {
    height: 1.75rem;
  }
  header.scrolling-header .main-menu-container .menu .menu-container {
    flex-basis: 85%;
  }
}

header .main-menu-container {
  background-color: #ffffff;
  border-bottom: 4px solid #0a3a46;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.09);
  position: relative;
  min-height: 100px;
}

header .main-menu-container .menu {
  max-width: 1064px;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 0.75rem;
}

header .main-menu-container .menu .logo-container {
  flex: 0 1 25%;
  display: flex;
}

header .main-menu-container .menu .logo-container .logo {
  height: 3.125rem;
}

header .main-menu-container .menu .menu-container {
  flex: 0 1 75%;
  display: inline-flex;
  flex-wrap: wrap;
}

header .main-menu-container .menu .cerrar-menu {
  display: none;
}

header .main-menu-container .menu ul {
  list-style: none;
  padding: 0;
}

header .main-menu-container .menu .menu-mobile-header-controller {
  display: none;
}

header .main-menu-container .menu .accesibility-menu {
  display: inline-flex;
  align-items: center;
  padding: 0.15rem 0.5rem;
  background-color: #156451;
  border-radius: 0.25rem;
  margin-top: 0px;
  color: #ffffff;
  height: 2rem;
}

header .main-menu-container .menu .accesibility-menu .text-size {
  transform: rotateY(180deg);
  margin-bottom: 0;
  padding: 0 0.25rem;
}

header .main-menu-container .menu .accesibility-menu .accesibility-btn {
  display: inline-flex;
  padding: 0 0.25rem;
  font-size: 0.8rem;
}

header .main-menu-container .menu .accesibility-menu .accesibility-btn.contrast {
  transform: rotate(150deg);
}

header .main-menu-container .menu .accesibility-menu.mobile {
  display: none;
}

header .main-menu-container .menu .mini-menu {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 0;
  justify-content: space-between;
}

header .main-menu-container .menu .mini-menu .mini-menu-item {
  padding: 0 0.5rem;
}

header .main-menu-container .menu .mini-menu .mini-menu-item a {
  text-align: center;
  color: #0a3a46;
  font-size: 0.75rem;
  line-height: 0.875rem;
  white-space: nowrap;
}

header .main-menu-container .menu .mini-menu .mini-menu-item:last-of-type {
  padding-right: 0;
}

header .main-menu-container .menu .mini-menu .mini-menu-item .select-site {
  background-color: #156451;
  padding: 0.15rem 0.75rem;
  margin-left: 0.5rem;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: bold;
  border-radius: 0.25rem;
  position: relative;
}

header .main-menu-container .menu .mini-menu .mini-menu-item .select-site .menuSitesChevron {
  margin-left: 0.05rem;
}

header .main-menu-container .menu .mini-menu .mini-menu-item .select-site .other-sites {
  overflow: hidden;
  max-height: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: white;
  border-radius: 0 0 0.5rem 0.5rem;
}

header .main-menu-container .menu .mini-menu .mini-menu-item .select-site .other-sites li {
  font-weight: 400;
  padding: 0.25rem 0.75rem;
}

header .main-menu-container .menu .mini-menu .mini-menu-item .select-site .other-sites li:last-of-type {
  padding-bottom: 0.5rem;
}

header .main-menu-container .menu .mini-menu .mini-menu-item .select-site .other-sites li:first-of-type {
  padding-top: 0.5rem;
}

header .main-menu-container .menu .mini-menu .mini-menu-item .select-site.show-list .other-sites {
  max-height: 500px;
}

header .main-menu-container .menu .mini-menu .mini-menu-item .select-site.show-list .menuSitesChevron {
  transform: rotate(180deg);
}

header .main-menu-container .menu .mini-menu .mini-inner-menu {
  position: absolute;
  display: none;
}

header .main-menu-container .menu .big-menu {
  display: inline-flex;
  flex: 1 1 100%;
  justify-content: space-between;
  margin-top: 1.5rem;
}

header .main-menu-container .menu .big-menu .mini-menu-scrolling-controller {
  display: none;
}

header .main-menu-container .menu .big-menu .big-menu-item,
header .main-menu-container .menu .big-menu > li {
  width: auto;
  padding: 0 0.8rem;
  color: #0a3a46;
}

header .main-menu-container .menu .big-menu .big-menu-item.search-button > a::before,
header .main-menu-container .menu .big-menu > li.search-button > a::before {
  content: none;
}

header .main-menu-container .menu .big-menu .big-menu-item:last-of-type, header .main-menu-container .menu .big-menu .big-menu-item.search-button,
header .main-menu-container .menu .big-menu > li:last-of-type,
header .main-menu-container .menu .big-menu > li.search-button {
  padding-right: 0;
  position: relative;
}

 header .main-menu-container .menu .big-menu .big-menu-item.search-button:before,
header .main-menu-container .menu .big-menu > li.search-button:before {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  left: 0%;
  background-color: #0a3a46;
  top: calc(50% - 10px);
}

header .main-menu-container .menu .big-menu .big-menu-item .display-menu-container,
header .main-menu-container .menu .big-menu > li .display-menu-container {
  z-index: 999;
  overflow: hidden;
  max-height: 0;
  transition: all ease-in-out 0.5s;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100px;
  opacity: 0;
}

    header .main-menu-container .menu .big-menu #activeItem .display-menu-container {
        opacity: 1;
    }

header .main-menu-container .menu .big-menu .big-menu-item .display-menu-container .display-menu,
header .main-menu-container .menu .big-menu > li .display-menu-container .display-menu {
  display: flex;
  background-color: #ffffff;
  border-radius: 0 0 0.5rem 0.5rem;
  padding: 2rem 1.5rem;
  width: 100%;
}

header .main-menu-container .menu .big-menu .big-menu-item .display-menu-container .submenu,
header .main-menu-container .menu .big-menu > li .display-menu-container .submenu {
  flex-basis: 50%;
}

header .main-menu-container .menu .big-menu .big-menu-item .display-menu-container .submenu .submenu-title,
header .main-menu-container .menu .big-menu > li .display-menu-container .submenu .submenu-title {
  margin-bottom: 1.5rem;
  padding-right: 0.5rem;
}

header .main-menu-container .menu .big-menu .big-menu-item .display-menu-container .submenu .submenu-title > a,
header .main-menu-container .menu .big-menu > li .display-menu-container .submenu .submenu-title > a {
  padding-left: 2.5rem;
  position: relative;
  color: #186170;
  display: flex;
  align-items: center;
}

header .main-menu-container .menu .big-menu .big-menu-item .display-menu-container .submenu .submenu-title > a img,
header .main-menu-container .menu .big-menu > li .display-menu-container .submenu .submenu-title > a img {
  position: absolute;
  left: 0;
}

header .main-menu-container .menu .big-menu .big-menu-item .display-menu-container .submenu .submenu-menu a,
header .main-menu-container .menu .big-menu > li .display-menu-container .submenu .submenu-menu a {
  padding-left: 2.5rem;
  color: #5d5656;
  font-size: 0.875rem;
  line-height: 1rem;
  font-family: "Aaux ProMedium";
}

header .main-menu-container .menu .big-menu .big-menu-item .display-menu-container .submenu-container,
header .main-menu-container .menu .big-menu > li .display-menu-container .submenu-container {
  flex: 0 0 50%;
  display: flex;
  flex-wrap: wrap;
}

header .main-menu-container .menu .big-menu .big-menu-item .display-menu-container .widget-container,
header .main-menu-container .menu .big-menu > li .display-menu-container .widget-container {
  flex: 0 0 50%;
  min-height: 210px;
}

header .main-menu-container .menu .big-menu .big-menu-item .display-menu-container .widget-container .menu-news,
header .main-menu-container .menu .big-menu > li .display-menu-container .widget-container .menu-news {
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  border-radius: 0.75rem;
  overflow: hidden;
  padding: 2rem;
  justify-content: space-between;
}

header .main-menu-container .menu .big-menu .big-menu-item .display-menu-container .widget-container .news-info,
header .main-menu-container .menu .big-menu > li .display-menu-container .widget-container .news-info {
  padding: 1rem;
  flex: 0 1 250px;
  background-color: rgba(10, 58, 70, 0.6);
  color: #ffffff;
  height: 100%;
}

header .main-menu-container .menu .big-menu .big-menu-item .display-menu-container .widget-container .news-info h3,
header .main-menu-container .menu .big-menu > li .display-menu-container .widget-container .news-info h3 {
  margin-bottom: 0.75rem;
  font-family: "Aaux ProBold";
}

header .main-menu-container .menu .big-menu .big-menu-item .display-menu-container .widget-container .button-container,
header .main-menu-container .menu .big-menu > li .display-menu-container .widget-container .button-container {
  flex: 1 0 auto;
  margin-left: 2rem;
}

header .main-menu-container .menu .big-menu .big-menu-item.active .display-menu-container,
header .main-menu-container .menu .big-menu > li.active .display-menu-container {
  max-height: 800px;
}

header .main-menu-container .menu .big-menu .big-menu-item.arrow > a,
header .main-menu-container .menu .big-menu > li.arrow > a {
  font-family: "Aaux ProBold";
  position: relative;
}

header .main-menu-container .menu .big-menu .big-menu-item.arrow > a::before,
header .main-menu-container .menu .big-menu > li.arrow > a::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #0a3a46;
  position: absolute;
  top: 27px;
  left: calc(50% - 15px);
}

header .menu-mobile-controller {
  width: 100%;
  background-color: #ffffff;
  justify-content: space-around;
  align-items: center;
  display: none;
}

header .menu-mobile-controller .mobile-button {
  padding: 10px;
  text-align: center;
}

header .menu-mobile-controller .mobile-button p {
  font-family: "Aaux ProBold";
  font-size: 10px;
  color: #186170;
}

@media (max-width: 767.98px) {
    header .main-menu-container .menu .menu-container .big-menu {
        display: flex;
        justify-content: end;
    }
}

header .main-menu-container .menu .menu-container .big-menu {
    align-items: center;
}

@media (max-width: 767.98px) {
  header {
    min-height: 64px;
    background-color: transparent;
  }
  header .main-menu-container {
    background-color: #ffffff;
    min-height: 64px;
    width: 100%;
    position: fixed;
    padding-bottom: 10px;
    padding-top: 14px;
  }
  header .main-menu-container .menu {
    margin-top: 0;
    flex-wrap: wrap;
  }
  header .main-menu-container .menu .logo-container {
    flex-basis: 60%;
    min-width: 60%;
  }
  header .main-menu-container .menu .logo-container .logo {
    height: 2rem;
    min-height: 2.5rem;
  }
  header .main-menu-container .menu .menu-container {
    background-color: #ffffff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-basis: 100%;
    position: absolute;
    left: 100vw;
    top: 2rem;
    margin-top: 1rem;
    padding-bottom: 100%;
    opacity: 0;
  }
  header .main-menu-container .menu .menu-container .mini-menu {
    flex-direction: column;
    order: 2;
    padding: 0 1rem;
  }
  header .main-menu-container .menu .menu-container .mini-menu a {
    font-size: 1rem;
  }
  header .main-menu-container .menu .menu-container .big-menu {
    padding-top: 2rem;
    order: 1;
    flex-direction: column;
    padding: 0 1rem;
    position: relative;
    align-items: unset;
  }

  .mini-menu-item {
      display:none;
  }

  header .main-menu-container .menu .menu-container .big-menu::before, header .main-menu-container .menu .menu-container .big-menu::after {
    content: "";
    position: absolute;
  }
  header .main-menu-container .menu .menu-container .big-menu::before {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.09);
    padding-top: 1rem;
    top: -1.5rem;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
  header .main-menu-container .menu .menu-container .big-menu::after {
    bottom: 0;
    left: 1rem;
    width: calc(100% - 2rem);
    border-bottom: 1px solid #e6ecf6;
  }
  header .main-menu-container .menu .menu-container .big-menu .big-menu-item {
    position: static;
    margin-bottom: 0.5rem;
  }
  header .main-menu-container .menu .menu-container .big-menu .big-menu-item > a {
    display: block;
    position: relative;
  }
  header .main-menu-container .menu .menu-container .big-menu .big-menu-item > a::after {
    position: absolute;
    content: "\e5cc";
    color: #186170;
    font-size: 2.5rem;
    right: 0;
    top: -2px;
  }
  header .main-menu-container .menu .menu-container .big-menu .big-menu-item .display-menu-container {
    max-height: calc(100vh - 2rem);
    height: 100vh;
    padding: 1rem 1.5rem;
    overflow: auto;
    top: -1rem;
    display: flex;
    left: 100%;
  }
  header .main-menu-container .menu .menu-container .big-menu .big-menu-item .display-menu-container .submenu-container {
    flex-basis: 100%;
    flex-direction: column;
  }
  header .main-menu-container .menu .menu-container .big-menu .big-menu-item .display-menu-container .submenu-container .submenu {
    flex: 0 1 auto;
  }
  header .main-menu-container .menu .menu-container .big-menu .big-menu-item .display-menu-container .widget-container {
    display: none;
  }
  header .main-menu-container .menu .menu-container .big-menu .big-menu-item .display-menu-container .display-menu {
    padding: 1rem 0;
  }
  header .main-menu-container .menu .menu-container .big-menu .big-menu-item.arrow a::before {
    content: none;
  }
  header .main-menu-container .menu .menu-container .big-menu .big-menu-item.active .display-menu-container {
    left: 0;
  }
  header .main-menu-container .menu .menu-container .big-menu a {
    font-size: 1.5rem;
  }
  header .main-menu-container .menu .menu-container .big-menu .submenu-title {
    font-size: 1.1rem;
  }
  header .main-menu-container .menu .menu-container .search-button {
    display: none;
  }
  header .main-menu-container .menu .menu-container .mini-menu {
    align-items: flex-start;
  }
  header .main-menu-container .menu .menu-container .mini-menu .mini-menu-item {
    font-family: "Aaux ProBold";
    margin-bottom: 20px;
  }
  header .main-menu-container .menu .mini-menu .mini-menu-item .select-site {
    margin: 0;
  }
  header .main-menu-container .menu .mini-menu-item:first-child,
  header .main-menu-container .menu .accesibility-menu.desktop {
    display: none;
  }
  header .main-menu-container .menu .accesibility-menu.mobile {
    display: flex;
    margin-left: auto;
  }
  header .main-menu-container.show-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
  }
  header .main-menu-container.show-mobile .cerrar-menu {
    display: block;
  }
  header .main-menu-container.show-mobile .menu {
    padding: 0;
  }
  header .main-menu-container.show-mobile .menu .logo-container {
    padding-left: 1rem;
  }
  header .main-menu-container.show-mobile .menu .accesibility-menu.mobile,
  header .main-menu-container.show-mobile .menu .menu-mobile-header-controller.back {
    display: none;
  }
  header .main-menu-container.show-mobile .menu .menu-container {
    flex: 1 0 100%;
    left: 0;
    opacity: 1;
  }
  header .main-menu-container.show-mobile .menu .menu-container .big-menu {
    min-width: 100vw;
    padding-top: 0;
  }
  header .main-menu-container.show-mobile .menu .menu-container .big-menu::before {
    top: -1.5rem;
  }
  header .main-menu-container.show-mobile .menu-mobile-header-controller {
    align-items: center;
    color: #5d5656;
    display: block;
  }
  header .main-menu-container.show-mobile .menu-mobile-header-controller span {
    font-size: 1.5rem;
  }
  header .main-menu-container.show-mobile .menu-mobile-header-controller label {
    font-size: 1rem;
    margin: 0;
  }
  header .main-menu-container.show-mobile .menu-mobile-header-controller.back {
    margin: 0 auto 0 16px;
  }
  header .main-menu-container.show-mobile .menu-mobile-header-controller.close {
    margin: 0 16px 0 auto;
    display: flex;
  }
  header .menu-mobile-controller {
    display: flex;
    position: fixed;
    bottom: 0;
  }
}

@media (max-width: 767.98px) and (max-width: 767.98px) {
  header.scrolling-header {
    min-height: 64px;
  }
  header.scrolling-header .main-menu-container {
    min-height: 64px;
  }
  header.scrolling-header .main-menu-container .menu .logo-container {
    flex-basis: 65%;
  }
  header.scrolling-header .main-menu-container .menu .logo-container .logo {
    height: 2rem;
  }
}

@media (max-width: 767.98px) {
  header.active-menu .main-menu-container .menu .logo-container {
    display: none;
  }
  header.active-menu .main-menu-container .menu .menu-mobile-header-controller.back {
    display: flex;
  }
}

header.header-parque-rupestre .logo-pelambres {
  width: 211px;
  height: auto;
}

header.header-generacion .main-menu-container .menu .logo-container .logo-generacion {
  height: 5rem;
}

@media (max-width: 767.98px) {
  header.header-generacion .main-menu-container .menu .logo-container .logo {
    height: 2.5rem;
  }
}

header.header-fmlp .main-menu-container .menu .logo-container .logo {
  height: 4.6rem;
}

.section-header {
  padding: 5rem 0;
  background-size: cover;
  background-position: center;
}

.section-header .header-title {
  width: 60%;
  color: #ffffff;
  padding: 1.5rem;
  background-color: rgba(10, 58, 70, 0.6);
}

@media (max-width: 375px) {
    .section-header .header-title {
        width: 80%;
    }
}

.section-header .header-title h3,
.section-header .header-title h4 {
  font-family: "Aaux ProBold";
  font-size: 3rem;
  line-height: 3.5rem;
  margin-bottom: 1rem;
}

.section-header .header-title h4 {
  font-size: 2rem;
  line-height: 2.5rem;
}

.section-header .header-title p {
  font-family: "Aaux ProBold";
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 0;
}

.section-header--noticias {
  min-height: 400px;
  background-position: center;
}

@media (max-width: 767.98px) {
  body.parque-rupestre header.scrolling-header .main-menu-container .menu .logo-container .logo,
  body.parque-rupestre header.scrolling-header .main-menu-container .menu .logo-container .logo.araneda {
    height: 2rem;
  }
}

body.parque-rupestre header .main-menu-container .menu .logo-container .logo {
  height: 3.125rem;
}

body.parque-rupestre header .main-menu-container .menu .logo-container .logo.araneda {
  height: 4;
}

@media (max-width: 767.98px) {
  body.parque-rupestre header .main-menu-container .menu .logo-container .logo,
  body.parque-rupestre header.scrolling-header .main-menu-container .menu .logo-container .logo {
    height: 2rem;
  }
  body.parque-rupestre header .main-menu-container .menu .logo-container .logo.araneda,
  body.parque-rupestre header.scrolling-header .main-menu-container .menu .logo-container .logo.araneda {
    height: 2.5rem;
  }
}

.image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  min-height: 170px;
}

.image.image-rounded {
  border-radius: .5rem;
}

.form-group {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
}

.form-group label {
  color: #5d5656;
  font-size: 1rem;
  margin-bottom: 1rem;
  font-family: "Aaux ProRegular";
}

.form-group input,
.form-group textarea {
  border: solid 1px #d9d9d6;
  font-size: 1rem;
  line-height: 1rem;
  width: 100%;
  padding: 0.5rem 1rem;
  height: 2.5rem;
  border-radius: 0.25rem;
}

.form-group input::-moz-placeholder, .form-group textarea::-moz-placeholder {
  color: #d9d9d6;
}

.form-group input:-ms-input-placeholder, .form-group textarea:-ms-input-placeholder {
  color: #d9d9d6;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #d9d9d6;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #0a3a46;
  box-shadow: 0px 0px 5px #186170;
}

.form-group input:hover,
.form-group textarea:hover {
  border-color: #869fb2;
}

.form-group input:disabled,
.form-group textarea:disabled {
  background-color: #f4f4f4;
  pointer-events: none;
}

.form-group textarea {
  height: auto;
}

.form-group.disabled input {
  background-color: #f4f4f4;
  pointer-events: none;
}

.form-group.large--input label {
  font-size: 1.5rem;
  line-height: 2rem;
}

.form-group.large--input input {
  height: 3.5rem;
  font-size: 1.75rem;
  line-height: 1.75rem;
  padding: 0.75rem 1rem;
}

.form-group.medium--input label {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.form-group.medium--input input {
  height: 3rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: 0.7rem 1rem;
}

.form-group.small--input label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
}

.form-group.small--input input {
  height: 2rem;
  line-height: 1rem;
  font-size: 0.875rem;
}

.form-group.fw-75px--input {
  width: 75px;
}

.form-group.fw-150px--input {
  width: 150px;
}

.form-group.fw-250px--input {
  width: 250px;
}

.form-group.fw-350px--input {
  width: 350px;
}

.form-group.fw-500px--input {
  width: 500px;
}

.form-group div[data-sf-role="error-message"] {
  font-size: 0.75rem;
  color: #dc3545;
  order: 10;
  margin-top: 0.25rem;
}

.form-group div[data-sf-role="error-message"]:not(:empty) ~ input {
  border: 1px solid #dc3545;
  box-shadow: none;
}

.parque-rupestre-form .container-form-visitas label {
  color: #fafbfd;
  margin-bottom: 0.5rem;
}

.parque-rupestre-form .container-form-visitas[data-sf-role="text-field-container"] input {
  background-color: transparent;
  border-color: #fafbfd;
  height: 2.3rem;
}

.parque-rupestre-form .container-form-visitas input.form-control {
  background-color: transparent;
  border-color: #fafbfd;
  color: #fafbfd;
  height: 2.3rem;
}

.parque-rupestre-form .container-form-visitas .text-danger {
  font-size: 0.875rem;
}

.parque-rupestre-form .container-form-visitas .btn-contactenme button {
  width: 100%;
}

.modal-content {
  border-color: #869fb2;
}

.mfp-gallery .mfp-bottom-bar .mfp-title {
  display: none;
}

.amsa-paginador .pagination {
  justify-content: center;
}

.amsa-paginador .page-item {
  margin-right: 0.5rem;
}

.amsa-paginador .page-item .page-link {
  color: #156451;
  background-color: #fafbfd;
  border-color: #e6ecf6;
  border-width: 4px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 200ms;
}

.amsa-paginador .page-item .page-link:hover {
  border-color: #156451;
  color: #156451;
}

.amsa-paginador .page-item.active .page-link {
  border-color: #156451;
  border-radius: 50%;
  background-color: inherit;
  color: #156451;
}

.amsa-paginador .page-item:first-child .page-link {
  border-radius: 50%;
}

.amsa-paginador .page-item:last-child {
  margin-right: 0;
}

.amsa-paginador .page-item:last-child .page-link {
  border-radius: 50%;
}

.form-group[data-sf-role="multiple-choice-field-container"] label {
  position: relative;
  font-family: "Aaux ProRegular";
  font-size: 1rem;
  line-height: 1.5rem;
  display: inline-flex;
  align-items: center;
}

.form-group[data-sf-role="multiple-choice-field-container"] label::after, .form-group[data-sf-role="multiple-choice-field-container"] label::before {
  border-radius: 50%;
}

.form-group[data-sf-role="multiple-choice-field-container"] label::after {
  content: "";
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  left: calc((1.5rem / 2) - (0.75rem / 2));
}

.form-group[data-sf-role="multiple-choice-field-container"] label::before {
  position: relative;
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #0a3a46;
  background-color: #ffffff;
  border: 1px solid #0a3a46;
  margin-right: 1rem;
}

.form-group[data-sf-role="multiple-choice-field-container"] label:hover {
  color: #0a3a46;
}

.form-group[data-sf-role="multiple-choice-field-container"] input {
  display: none;
}

.form-group[data-sf-role="multiple-choice-field-container"] input:checked + label::after {
  background-color: #0a3a46;
}

.form-group[data-sf-role="multiple-choice-field-container"] input:focus + label::before {
  box-shadow: 0px 0px 5px #003da5;
}

.form-group[data-sf-role="multiple-choice-field-container"] input:disabled {
  pointer-events: none;
}

.form-group[data-sf-role="multiple-choice-field-container"] input:disabled + label {
  color: #d9d9d6;
}

.form-group[data-sf-role="multiple-choice-field-container"] input:disabled + label::before {
  border-color: #d9d9d6;
}

.form-group[data-sf-role="multiple-choice-field-container"] input:disabled:checked + label::after {
  background-color: #d9d9d6;
}

.form-group[data-sf-role="multiple-choice-field-container"].disabled {
  pointer-events: none;
}

.form-group[data-sf-role="multiple-choice-field-container"].disabled input + label {
  color: #d9d9d6;
}

.form-group[data-sf-role="multiple-choice-field-container"].disabled input + label::before {
  border-color: #d9d9d6;
}

.form-group[data-sf-role="multiple-choice-field-container"].disabled input:checked + label::after {
  background-color: #d9d9d6;
}

.form-group[data-sf-role="multiple-choice-field-container"].medium--radius label {
  font-size: 1.25rem;
}

.form-group[data-sf-role="multiple-choice-field-container"].medium--radius label::before {
  width: 2rem;
  height: 2rem;
}

.form-group[data-sf-role="multiple-choice-field-container"].medium--radius label::after {
  width: 0.875rem;
  height: 0.875rem;
  left: calc((2rem / 2) - (0.875rem / 2));
}

.form-group[data-sf-role="multiple-choice-field-container"].small--radius label {
  line-height: 1rem;
  font-size: 0.875rem;
}

.form-group[data-sf-role="multiple-choice-field-container"].small--radius label::before {
  width: 1rem;
  height: 1rem;
}

.form-group[data-sf-role="multiple-choice-field-container"].small--radius label::after {
  width: 0.5rem;
  height: 0.5rem;
  left: calc((1rem / 2) - (0.5rem / 2));
}

.modal-buscador .modal-dialog {
  margin-top: 148px;
}

.modal-buscador .modal-content {
  border-radius: 0;
}

.modal-buscador .btn-cerrar {
  color: #5d5656 !important;
  display: flex;
  align-items: center;
  opacity: 1;
}

.modal-buscador .btn-cerrar--text {
  font-size: 0.875rem;
  font-family: "Aaux ProRegular";
  color: #5d5656 !important;
}

.modal-buscador .btn-cerrar--icon {
  font-size: 1.25rem;
}

.modal-buscador .input-search-wrapper {
  border-bottom: solid 2px #186170;
}

.modal-buscador .input-search-wrapper .input-search {
  color: #333333;
  font-size: 1rem;
  border: none;
  flex: 1 1 auto;
}

.modal-buscador .input-search-wrapper .btn-buscar {
  background: none;
  border-left: solid 2px #d9d9d6;
  border-radius: 0;
}

.ui-autocomplete {
  z-index: 1060;
}

select.form-control {
  border-color: #0a3a46;
  color: #5d5656;
}

.shadow-0 {
  box-shadow: unset;
}

.shadow-1 {
  box-shadow: 0 0 1px #eee;
}

.shadow-2, .card-ft-button .button-card-set, .card-ft-button .content-card-set {
  box-shadow: 0px 4px 12px 0px rgba(0, 36, 100, 0.1);
}

.shadow-3, .breadcrumb_container {
  box-shadow: 0px 14px 23px rgba(28, 37, 44, 0.08);
}

@media (max-width: 767.98px) {
  .slider-home {
    padding-bottom: 1.5rem;
  }
}

.slider-home--simple .slider-home--info-block {
  margin-top: 17rem;
}

.slider-home--centro-cala .slider-home--info-block {
  background-color: inherit;
}

.slider-home--centro-cala .slider-home--carousel-image {
  position: relative;
}

.slider-home--centro-cala .slider-home--carousel-image:before {
  content: '';
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  position: absolute;
  pointer-events: none;
}

.slider-home--centro-cala .slider-home--carousel-image {
  min-height: 420px;
}

@media (max-width: 767.98px) {
  .slider-home--centro-cala .slider-home--carousel-image {
    min-height: 650px;
  }
}

.slider-home--parque-rupestre .slider-home--info-block {
  background-color: inherit;
}

.slider-home--parque-rupestre .slider-home--carousel-image {
  position: relative;
}

.slider-home--parque-rupestre .slider-home--carousel-image:before {
  content: '';
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  position: absolute;
  pointer-events: none;
}

.slider-home--parque-rupestre .slider-home--carousel-image {
  min-height: 530px;
}

@media (max-width: 767.98px) {
  .slider-home--parque-rupestre .slider-home--carousel-image {
    min-height: 710px;
  }
}

.slider-home--carousel-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 500px;
  width: 100%;
  display: block;
}

@media (max-width: 767.98px) {
  .slider-home--carousel-image {
    min-height: inherit;
    height: 425px;
  }
}

.slider-home--info-block {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0.75rem;
  margin-top: 4.5rem;
}

@media (max-width: 767.98px) {
  .slider-home--info-block {
    margin-top: 0.75rem;
    padding: 0.5rem 0.75rem;
  }
}

.slider-home--info-block--title {
  font-family: "Aaux ProBold";
}

@media (max-width: 767.98px) {
  .slider-home--info-block--title {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: 0.25rem;
  }
}

.slider-home--info-block--title, .slider-home--info-block--bajada {
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .slider-home--info-block--bajada {
    font-size: 0.75rem;
    margin-bottom: 0.25rem;
  }
}

.slider-home--info-block hr {
  border-top-color: #ffffff;
  margin: 0 0;
}

.slider-home--info-block .btn-link--inverse {
  padding-left: 0;
}

@media (max-width: 767.98px) {
  .slider-home--info-block .btn-link--inverse {
    font-size: 0.75rem;
    padding-bottom: 0;
  }
}

.slider-home--info-block .btn-link--inverse .material-icons-outlined, .slider-home--info-block .btn-link--inverse .form-group[data-sf-role="checkboxes-field-container"] label::after, .form-group[data-sf-role="checkboxes-field-container"] .slider-home--info-block .btn-link--inverse label::after, .slider-home--info-block .btn-link--inverse header .main-menu-container .menu .big-menu .big-menu-item > a::after, header .main-menu-container .menu .big-menu .slider-home--info-block .btn-link--inverse .big-menu-item > a::after,
.slider-home--info-block .btn-link--inverse header .main-menu-container .menu .big-menu > li > a::after, header .main-menu-container .menu .slider-home--info-block .btn-link--inverse .big-menu > li > a::after {
  color: #c89900;
  font-size: 1.625rem;
  margin-top: 0.25rem;
}

.slider-home .carousel-control-prev,
.slider-home .carousel-control-next {
  opacity: 1;
}

@media (max-width: 767.98px) {
  .slider-home .carousel-control-prev,
  .slider-home .carousel-control-next {
    display: none;
  }
}

.slider-home .carousel-control-prev-icon,
.slider-home .carousel-control-next-icon {
  background-image: none;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 0.75rem;
}

.slider-home .carousel-control-prev-icon:before,
.slider-home .carousel-control-next-icon:before {
  font-family: 'Material Icons Outlined';
  display: block;
  color: #0a3a46;
  font-size: 4rem;
  transition: 500ms;
  margin-top: -1rem;
}

.slider-home .carousel-control-prev-icon:hover:before,
.slider-home .carousel-control-next-icon:hover:before {
  color: #156451;
}

.slider-home .carousel-control-prev {
  justify-content: flex-end;
}

.slider-home .carousel-control-prev-icon:before {
  content: 'chevron_left';
  margin-left: -0.25rem;
}

.slider-home .carousel-control-next {
  justify-content: flex-start;
}

.slider-home .carousel-control-next-icon:before {
  content: 'chevron_right';
}

.slider-home .carousel-indicators {
  margin-bottom: 0;
  height: 4.73rem;
}

@media (max-width: 991.98px) {
  .slider-home .carousel-indicators {
    margin-right: 1%;
    margin-left: 1%;
  }
}

@media (max-width: 767.98px) {
  .slider-home .carousel-indicators {
    position: relative;
    height: inherit;
    margin-top: 0.75rem;
  }
}

.slider-home .carousel-indicators--item {
  width: 100%;
  height: 100%;
  padding: 0.5rem 0.75rem 0.5rem;
  margin-bottom: 0;
  text-indent: inherit;
  text-align: center;
  color: #ffffff;
  font-family: "Aaux ProBold";
  font-size: 1rem;
  opacity: 1;
  background-color: rgba(10, 58, 70, 0.9);
  border: none;
  box-sizing: border-box;
}

.slider-home .carousel-indicators--item.active, .slider-home .carousel-indicators--item:hover {
  background-color: rgba(24, 97, 112, 0.9);
}

@media (max-width: 991.98px) {
  .slider-home .carousel-indicators--item {
    padding: 0.25rem;
  }
}

@media (max-width: 767.98px) {
  .slider-home .carousel-indicators--item {
    font-size: 0;
    width: 13px;
    height: 8px;
    border-radius: 0.75rem;
    padding: 0;
    background-color: #b38c00;
  }
  .slider-home .carousel-indicators--item.active {
    background-color: #156451;
    width: 30px;
  }
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  opacity: 1;
  width: 60px;
  height: 60px;
  background: rgba(24, 97, 112, 0.7);
  border-radius: 0.75rem;
}

@media (max-width: 1199.98px) {
  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
  }
}

.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
  display: none;
}

.owl-carousel .owl-nav button.owl-prev:before, .owl-carousel .owl-nav button.owl-next:before {
  font-family: 'Material Icons Outlined';
  display: block;
  color: #ffffff;
  font-size: 4rem;
  transition: 500ms;
  margin-top: -1rem;
}

@media (max-width: 1199.98px) {
  .owl-carousel .owl-nav button.owl-prev:before, .owl-carousel .owl-nav button.owl-next:before {
    font-size: 3.25rem;
    margin-top: -0.75rem;
  }
}

.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
  background: #186170;
}

.owl-carousel .owl-nav button.owl-prev.disabled:hover, .owl-carousel .owl-nav button.owl-next.disabled:hover {
  background: rgba(24, 97, 112, 0.7);
}

.owl-carousel .owl-nav button.owl-prev {
  margin-left: -2rem;
}

@media (max-width: 1199.98px) {
  .owl-carousel .owl-nav button.owl-prev {
    margin-left: -1.5rem;
  }
}

.owl-carousel .owl-nav button.owl-prev:before {
  content: 'chevron_left';
  margin-left: -0.25rem;
}

.owl-carousel .owl-nav button.owl-next {
  margin-right: -2rem;
}

@media (max-width: 1199.98px) {
  .owl-carousel .owl-nav button.owl-next {
    margin-right: -1rem;
  }
}

.owl-carousel .owl-nav button.owl-next:before {
  content: 'chevron_right';
}

.owl-carousel .owl-dots {
  margin-top: 1rem;
}

.owl-carousel .owl-dots .owl-dot span {
  height: 9px;
  width: 16px;
  background-color: #b38c00;
  transition: 200ms;
  border-radius: 1rem;
}

.owl-carousel .owl-dots .owl-dot.active span {
  width: 32px;
  background-color: #156451;
}

.form-group[data-sf-role="navigation-field-container"] .sf-FormNav {
  display: flex;
}

.form-group[data-sf-role="navigation-field-container"] .sf-FormNav li {
  flex-direction: column;
  font-family: "Aaux ProRegular";
}

.form-group[data-sf-role="navigation-field-container"] .sf-FormNav li .sf-FormNav-page {
  width: 2rem;
  height: 2rem;
  border: 3px solid #ffffff;
  background-color: #0a3a46;
  color: #ffffff;
  font-size: 0.875rem;
}

.form-group[data-sf-role="navigation-field-container"] .sf-FormNav li.active {
  font-family: "Aaux ProBold";
}

.form-group[data-sf-role="navigation-field-container"] .sf-FormNav li.active .sf-FormNav-page {
  color: #0a3a46;
  border: 3px solid #0a3a46;
  background-color: #ffffff;
  font-family: "Aaux ProBold";
}

@media (max-width: 767.98px) {
  .form-group[data-sf-role="navigation-field-container"] .sf-FormNav {
    flex-direction: column;
    max-width: 120px;
  }
  .form-group[data-sf-role="navigation-field-container"] .sf-FormNav li {
    flex-direction: row;
  }
}

.form-group[data-sf-role="navigation-field-container"].large--steps .sf-FormNav li .sf-FormNav-page {
  width: 3rem;
  height: 3rem;
  font-size: 0.875rem;
}

.form-group[data-sf-role="navigation-field-container"].medium--steps sf-FormNav li .sf-FormNav-page {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.875rem;
}

.form-group[data-sf-role="navigation-field-container"].small--steps .sf-FormNav li .sf-FormNav-page {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.875rem;
}

.table {
  border: 1px solid #e6ecf6;
  width: 100%;
}

.table th,
.table td {
  border: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #0a3a46;
  border: none;
}

.table th:first-child,
.table td:first-child {
  padding-left: 2rem;
}

.table th:last-child,
.table td:last-child {
  padding-right: 2rem;
}

.table tbody tr:nth-of-type(even) {
  background-color: rgba(24, 97, 112, 0.1);
}

.table tbody tr:nth-of-type(odd) {
  background-color: transparent;
}

.table tbody tr:hover:first-of-type td {
  background-color: inherit;
}

.table tbody tr:hover td {
  background-color: #e6ecf6;
}

.table td:last-child {
  border-bottom: 0;
}

.table.table-small td, .table.table-small th {
  padding: 0.25rem;
}

.table.table-small th {
  padding-bottom: 1rem;
}

.table .collasable-row {
  height: 0 !important;
  overflow: hidden;
}

.table .collasable-row th,
.table .collasable-row td {
  padding: 0;
}

.nav-tabs {
  border-bottom-color: #e6ecf6;
}

.nav-tabs .nav-link {
  padding: 0.5rem 1.5rem;
  font-family: "Aaux ProRegular";
  border: solid 1px #e6ecf6;
  color: #156451;
  display: flex;
  align-items: center;
}

.nav-tabs .nav-link.active {
  background: #0a3a46;
  color: #ffffff;
}

.nav-tabs .nav-link.disabled {
  background: #f4f4f4;
  color: #d9d9d6;
}

.nav-tabs .nav-link:hover:not(.active) {
  background: #186170;
  color: #ffffff;
}

.nav-tabs .nav-link span[class^="material-icons"] {
  color: #333333;
}

.nav-tabs .nav-item {
  margin-left: 0.5rem;
}

.nav-tabs .nav-item:first-child {
  margin-left: 0;
}

.nav-tabs .nav-item.show .nav-link {
  background: #0a3a46;
  color: #ffffff;
}

.tab-content {
  border-width: 0px 1px 1px;
  border-style: solid;
  border-color: #e6ecf6;
  padding: 1rem;
  border-radius: 0px 0px 0.25rem 0.25rem;
}

.card-post {
  display: flex;
  margin-bottom: 1rem;
  min-height: calc(100% - 1rem);
  flex: 0 1 calc(25% - 1rem);
}

.card-post .image-container,
.card-post .category-color {
  height: 10rem;
  border-radius: 0.5rem;
  margin-bottom: 0.875rem;
}

.card-post .image-container {
  background-size: cover;
  background-position: center;
}

.card-post .category-color {
  height: 10rem;
  color: #ffffff;
  font-size: 1.125rem;
  font-family: "Aaux ProBold";
  padding: 1.25rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  line-height: 1;
}

.card-post .category-color span {
  color: #ffffff;
  opacity: 0.5;
  font-size: 5rem;
}

.card-post .one-word-only {
  width: 45px;
  display: inline-block;
  margin-left: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-transform: lowercase;
}

.card-post.noticias .category-color {
  background-color: #5d5656;
}

.card-post.noticias .one-word-only {
  width: auto;
}

.card-post.documento-digital .category-color {
  background-color: #156451;
}

.card-post.documento-digital .one-word-only {
  width: 4.5rem;
}

.card-post.galeria-de-imagenes .category-color {
  background-color: #5d5656;
}

.card-post.galeria-de-imagenes .one-word-only {
  width: 2.65rem;
}

.card-post.videos .category-color {
  color: #333333;
  background-color: #c89900;
}

.card-post.videos .one-word-only {
  width: auto;
}

.card-post.podcast .category-color {
  color: #333333;
  background-color: #ff7500;
}

.card-post.podcast .one-word-only {
  width: auto;
}

.card-post.pagina-web .category-color {
  background-color: #9f2c2a;
}

.card-post.pagina-web .one-word-only {
  width: 2.6rem;
}

.card-post .post-deatils {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.card-post .label-category {
  background-color: #c89900;
  font-size: 0.875rem;
  padding: 0.125rem 0.25rem;
  color: #333333;
  font-family: "Aaux ProBold";
  border-radius: 0.25rem;
}

.card-post h5 {
  color: #0a3a46;
  font-size: 1rem;
  font-family: "Aaux ProBold";
  margin-bottom: 0.5rem;
}

@media (max-width: 767.98px) {
  .card-post {
    min-width: 280px;
    flex-grow: 1;
  }
}

.scrolling-header-placeholder {
  padding-top: 77px;
}

.bg-grupo-amsa {
  background-image: url("/images/default-source/default-album/fondo-somos-amsa.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #D3E1E4;
  background-position: bottom center;
  padding-bottom: 290px;
}

@media (max-width: 991.98px) {
  .bg-grupo-amsa {
    padding-bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .grupo-amsa .card.bg-green, .grupo-amsa .bg-green.card-post {
    padding: 0.5rem;
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  .grupo-amsa--top .card-minera--big .card-header {
    width: 108px;
    height: 108px;
  }
  .grupo-amsa--top .card-minera--big .card-header img {
    width: 90%;
  }
}

@media (max-width: 767.98px) {
  .grupo-amsa--top .card-minera--big .card-name {
    font-size: 0.75rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}

.grupo-amsa--top .divisor-grupo--top {
  padding-right: 29px;
  padding-left: 25px;
}

.grupo-amsa--top .divisor-grupo--top:before {
  content: '';
  width: 1px;
  height: 24px;
  background-color: #c89900;
  display: block;
  margin: 0 auto -6px;
}

.grupo-amsa--top .divisor-grupo--dot {
  border-radius: 50%;
  background-color: #c89900;
  width: 12px;
  min-width: 12px;
  height: 12px;
}

.grupo-amsa--top .divisor-grupo--line {
  background-color: #c89900;
  height: 1px;
  width: 100%;
}

@media (max-width: 1199.98px) {
  .grupo-amsa .img-desktop-bajada-2 {
    width: 530px;
    margin-left: 40px;
  }
}

@media (max-width: 767.98px) {
  .grupo-amsa--bottom-left {
    align-items: flex-start;
  }
}

@media (max-width: 767.98px) {
  .grupo-amsa--bottom-left::before {
    content: '';
    width: 96px;
    height: 620px;
    background-image: url(../images/bottom-left-mobile.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 10;
    left: 2px;
    top: 0px;
  }
}

.grupo-amsa--bottom-left .card-minera--small {
  margin-right: 67px;
}

@media (max-width: 1199.98px) {
  .grupo-amsa--bottom-left .card-minera--small {
    margin-right: 24px;
  }
}

@media (max-width: 991.98px) {
  .grupo-amsa--bottom-left .card-minera--small {
    margin-top: 0;
    margin-right: 0px;
  }
}

@media (max-width: 767.98px) {
  .grupo-amsa--bottom-left .card-minera--small {
    margin-top: 35px;
    margin-right: 0px;
    margin-left: 50px;
  }
}

@media (max-width: 991.98px) {
  .grupo-amsa--bottom-left .card-minera--small::before {
    width: 1px;
    height: 30px;
    display: block;
    position: relative;
    content: '';
    background: #b38c00;
  }
}

@media (max-width: 767.98px) {
  .grupo-amsa--bottom-left .card-minera--small::before {
    content: none;
  }
}

.grupo-amsa--bottom-left .card-minera--small:first-child {
  margin-left: -42px;
}

@media (max-width: 1199.98px) {
  .grupo-amsa--bottom-left .card-minera--small:first-child {
    margin-left: 0;
    margin-top: 0;
  }
}

@media (max-width: 767.98px) {
  .grupo-amsa--bottom-left .card-minera--small:first-child {
    margin-left: 50px;
    margin-top: 20px;
  }
}

.grupo-amsa--bottom-left .card-minera--small:last-child {
  margin-left: 18px;
  margin-right: 0;
}

@media (max-width: 1199.98px) {
  .grupo-amsa--bottom-left .card-minera--small:last-child {
    margin-left: 13px;
  }
}

@media (max-width: 991.98px) {
  .grupo-amsa--bottom-left .card-minera--small:last-child {
    margin-left: 0;
  }
}

@media (max-width: 767.98px) {
  .grupo-amsa--bottom-left .card-minera--small:last-child {
    margin-left: 50px;
    margin-top: 44px;
  }
}

@media (max-width: 991.98px) {
  .grupo-amsa--bottom-left .card-minera--small:last-child::before {
    height: 100px;
  }
}

.grupo-amsa--bottom-right {
  margin-top: 63px;
}

@media (max-width: 1199.98px) {
  .grupo-amsa--bottom-right {
    margin-top: 33px;
  }
}

@media (max-width: 991.98px) {
  .grupo-amsa--bottom-right {
    margin-top: 10px;
  }
}

@media (max-width: 767.98px) {
  .grupo-amsa--bottom-right {
    align-items: flex-start;
  }
}

@media (max-width: 767.98px) {
  .grupo-amsa--bottom-right::before {
    content: '';
    width: 76px;
    height: 620px;
    background-image: url(../images/bottom-right-mobile.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -41px;
    top: 84px;
  }
}

.grupo-amsa--bottom-right .card-minera--small {
  margin-left: 17px;
}

@media (max-width: 1199.98px) {
  .grupo-amsa--bottom-right .card-minera--small {
    margin-left: 15px;
  }
}

@media (max-width: 991.98px) {
  .grupo-amsa--bottom-right .card-minera--small {
    margin-left: 33px;
  }
}

@media (max-width: 767.98px) {
  .grupo-amsa--bottom-right .card-minera--small {
    margin-left: 30px;
    margin-top: 41px;
  }
}

.grupo-amsa--bottom-right .card-minera--small:first-child {
  margin-left: 44px;
}

@media (max-width: 1199.98px) {
  .grupo-amsa--bottom-right .card-minera--small:first-child {
    margin-left: 0;
  }
}

@media (max-width: 991.98px) {
  .grupo-amsa--bottom-right .card-minera--small:first-child {
    margin-left: -20px;
  }
}

@media (max-width: 767.98px) {
  .grupo-amsa--bottom-right .card-minera--small:first-child {
    margin-left: 30px;
    margin-top: 37px;
  }
}

.grupo-amsa .img-desktop-bajada-3 {
  margin-left: -18px;
}

@media (max-width: 1199.98px) {
  .grupo-amsa .img-desktop-bajada-3 {
    margin-left: -42px;
  }
}

.grupo-amsa .img-tablet-bajada-3 {
  margin-top: 150px;
  transform: translateX(-90px);
}

.noticias-home .noticia-destacada img {
  max-height: 400px;
}

.noticias-home .noticia-destacada--titulares {
  position: absolute;
  bottom: 0;
  left: 20px;
}

.parque-rupestre-container-formulario-slider {
  position: absolute;
  top: 135px;
}

@media (max-width: 767.98px) {
  .parque-rupestre-container-formulario-slider {
    position: relative;
    top: inherit;
    margin-top: -550px;
  }
}

.parque-rupestre-container-formulario-slider .container-form-visitas {
  background: #06232d7d;
  border-radius: 8px;
}

.parque-rupestre-container-formulario-slider label.h6 {
  color: #ffffff;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

.parque-rupestre-container-formulario-slider .form-group {
  margin-bottom: 0.875rem;
}

.parque-rupestre-container-formulario-slider .form-group[data-sf-role="text-field-container"] input {
  background-color: transparent;
  border-color: #d9d9d6;
  height: 2.3rem;
}

.parque-rupestre-container-formulario-slider .form-group input.form-control {
  background-color: transparent;
  border-color: #d9d9d6;
  color: #d9d9d6;
  height: 2.3rem;
}

.parque-rupestre-container-formulario-slider .form-group .text-danger {
  font-size: 0.875rem;
}

.parque-rupestre-container-formulario-slider .btn-contactenme button {
  width: 100%;
}

.centro-cala-container-formulario-slider {
  position: absolute;
  top: 10px;
}

@media (max-width: 767.98px) {
  .centro-cala-container-formulario-slider {
    position: relative;
    top: inherit;
    margin-top: -450px;
  }
}

.centro-cala-container-formulario-slider .container-form-visitas {
  background: #06232d7d;
  border-radius: 8px;
}

.centro-cala-container-formulario-slider label.h6 {
  color: #ffffff;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

.centro-cala-container-formulario-slider .form-group {
  margin-bottom: 0.875rem;
}

.centro-cala-container-formulario-slider .form-group[data-sf-role="text-field-container"] input {
  background-color: transparent;
  border-color: #d9d9d6;
  height: 2.3rem;
}

.centro-cala-container-formulario-slider .form-group input.form-control {
  background-color: transparent;
  border-color: #d9d9d6;
  color: #d9d9d6;
  height: 2.3rem;
}

.centro-cala-container-formulario-slider .form-group .text-danger {
  font-size: 0.875rem;
}

.centro-cala-container-formulario-slider .btn-contactenme button {
  width: 100%;
}

.amsa-historia--year {
  background-color: #186170;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1rem;
  width: 82px;
  height: 82px;
  position: relative;
}

.amsa-historia--dotline {
  display: flex;
  align-items: center;
  justify-content: center;
}

.amsa-historia--dotline--line {
  height: 2px;
  width: 100%;
  background-color: #186170;
}

.amsa-historia--dotline--dot {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #186170;
  position: absolute;
  right: 10px;
}

.amsa-historia--info p {
  border-bottom: solid 1px #b38c00;
}

.amsa-historia--img img {
  border: solid 2px #186170;
  width: 110px;
  height: 110px;
  border-radius: 50%;
}

.amsa-historia--line-bottom {
  width: 2px;
  height: 61px;
  background-color: #186170;
}

.amsa-historia--fila:last-child .amsa-historia--line-bottom {
  display: none;
}

.report-site {
  display: flex;
  flex-direction: column;
}

.report-site .report-container {
  margin-top: 50px;
  flex: 1 0 auto;
  display: flex;
}

.report-site .report-container section {
  position: relative;
  color: white;
  flex: 1 0 auto;
  overflow: hidden;
}

.report-site .report-container section img {
  max-width: unset;
}

.report-site .report-container section > .report-content-container {
  margin: 0 auto;
  max-width: 1800px;
}

.report-site .report-container section.entrega-resultados-financieros {
  position: relative;
  color: white;
  display: flex;
  justify-content: center;
  width: 100%;
}

.report-site .report-container section.entrega-resultados-financieros * {
  transition: all 0.5s ease-in-out;
}

.report-site .report-container section.entrega-resultados-financieros img {
  transition: all 1.5s ease-in-out;
}

.report-site .report-container section.entrega-resultados-financieros .btn-report {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-family: "Aaux ProBold";
  border: 0;
  outline: 0;
  line-height: 2rem;
  background: transparent;
  color: #ffffff;
  flex-direction: column;
}

.report-site .report-container section.entrega-resultados-financieros .btn-report.home {
  display: none;
}

.report-site .report-container section.entrega-resultados-financieros .btn-report .circle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  color: #b38c00;
  font-size: 0.875rem;
  background-color: #0a3a46;
}

.report-site .report-container section.entrega-resultados-financieros .btn-report.btn-report-inline {
  flex-direction: row;
}

.report-site .report-container section.entrega-resultados-financieros .btn-report.btn-report-inline.right .circle-icon {
  margin-left: 0.5rem;
}

.report-site .report-container section.entrega-resultados-financieros .btn-report.btn-report-inline.left .circle-icon {
  margin-left: 0.5rem;
}

.report-site .report-container section.entrega-resultados-financieros .state-1,
.report-site .report-container section.entrega-resultados-financieros .state-2,
.report-site .report-container section.entrega-resultados-financieros .state-3,
.report-site .report-container section.entrega-resultados-financieros .state-4,
.report-site .report-container section.entrega-resultados-financieros .state-5,
.report-site .report-container section.entrega-resultados-financieros .state-6,
.report-site .report-container section.entrega-resultados-financieros .state-7,
.report-site .report-container section.entrega-resultados-financieros .state-8,
.report-site .report-container section.entrega-resultados-financieros .state-9,
.report-site .report-container section.entrega-resultados-financieros .state-10 {
  width: 100%;
  opacity: 0;
  z-index: 0;
  display: flex;
  justify-content: center;
  position: relative;
}

.report-site .report-container section.entrega-resultados-financieros .state-1 > *,
.report-site .report-container section.entrega-resultados-financieros .state-2 > *,
.report-site .report-container section.entrega-resultados-financieros .state-3 > *,
.report-site .report-container section.entrega-resultados-financieros .state-4 > *,
.report-site .report-container section.entrega-resultados-financieros .state-5 > *,
.report-site .report-container section.entrega-resultados-financieros .state-6 > *,
.report-site .report-container section.entrega-resultados-financieros .state-7 > *,
.report-site .report-container section.entrega-resultados-financieros .state-8 > *,
.report-site .report-container section.entrega-resultados-financieros .state-9 > *,
.report-site .report-container section.entrega-resultados-financieros .state-10 > * {
  position: absolute;
  top: -10vh;
}

.report-site .report-container section.entrega-resultados-financieros .state-1 .yellow-bullet::before,
.report-site .report-container section.entrega-resultados-financieros .state-2 .yellow-bullet::before,
.report-site .report-container section.entrega-resultados-financieros .state-3 .yellow-bullet::before,
.report-site .report-container section.entrega-resultados-financieros .state-4 .yellow-bullet::before,
.report-site .report-container section.entrega-resultados-financieros .state-5 .yellow-bullet::before,
.report-site .report-container section.entrega-resultados-financieros .state-6 .yellow-bullet::before,
.report-site .report-container section.entrega-resultados-financieros .state-7 .yellow-bullet::before,
.report-site .report-container section.entrega-resultados-financieros .state-8 .yellow-bullet::before,
.report-site .report-container section.entrega-resultados-financieros .state-9 .yellow-bullet::before,
.report-site .report-container section.entrega-resultados-financieros .state-10 .yellow-bullet::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #b38c00;
  margin: 2px 5px 2px 1px;
}

.report-site .report-container section.entrega-resultados-financieros .state-2 {
  max-width: 640px;
  text-align: center;
  font-family: "Aaux ProBold";
}

.report-site .report-container section.entrega-resultados-financieros .report-content-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 3rem;
  position: absolute;
  flex-direction: column;
  height: calc(100vh - 50px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.report-site .report-container section.entrega-resultados-financieros .report-content-container .title {
  display: none;
  font-size: 1.75rem;
  line-height: 2rem;
  margin-bottom: 10rem;
  margin-top: 5rem;
}

.report-site .report-container section.entrega-resultados-financieros .report-content-container .title::before {
  transition: all ease-in-out 1s;
  content: "";
  position: absolute;
  height: 2px;
  background-color: #b38c00;
  top: calc(100% - 2px);
  width: 200vw;
  left: -50vw;
  display: none;
}

.report-site .report-container section.entrega-resultados-financieros .report-content-container .state-content {
  padding-top: 9%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  flex-basis: 60%;
}

.report-site .report-container section.entrega-resultados-financieros .report-content-container .state-controllers {
  flex: 0 1 260px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  position: relative;
}

.report-site .report-container section.entrega-resultados-financieros .report-content-container .state-controllers .scroll {
  position: absolute;
  z-index: 1;
  font-size: 0.675rem;
  bottom: 60px;
  left: calc(50% - 21px);
}

.report-site .report-container section.entrega-resultados-financieros .report-content-container .state-controllers .scroll::before, .report-site .report-container section.entrega-resultados-financieros .report-content-container .state-controllers .scroll::after {
  content: "";
  position: absolute;
  border-radius: 99999px;
}

.report-site .report-container section.entrega-resultados-financieros .report-content-container .state-controllers .scroll::before {
  background-color: #ffffff;
  width: 3px;
  height: 6px;
  top: 26px;
  left: calc(50% - 1px);
}

.report-site .report-container section.entrega-resultados-financieros .report-content-container .state-controllers .scroll::after {
  border: 3px solid #ffffff;
  top: 20px;
  height: 1.75rem;
  width: 1.25rem;
  left: calc(50% - (1.25rem / 2));
}

.report-site .report-container section.entrega-resultados-financieros .report-content-container .state-controllers .progress-buttons span {
  display: inline-flex;
  margin: 0 0.25rem;
  background-color: #0a3a46;
  width: 1rem;
  height: 0.5rem;
  border-radius: 99999px;
}

.report-site .report-container section.entrega-resultados-financieros .report-content-container .state-controllers .progress-buttons span.active {
  width: 3rem;
  background-color: #b38c00;
}

.report-site .report-container section.entrega-resultados-financieros .report-content-container .state-controllers .btn-report,
.report-site .report-container section.entrega-resultados-financieros .report-content-container .state-controllers .progress-buttons,
.report-site .report-container section.entrega-resultados-financieros .report-content-container .state-controllers .btn-report {
  opacity: 1;
}

.report-site .report-container section.entrega-resultados-financieros .report-content-container .logo-amsa-report {
  height: 1.75rem;
  position: absolute;
  left: 3rem;
  top: 3rem;
}

.report-site .report-container section.entrega-resultados-financieros #Bg_img,
.report-site .report-container section.entrega-resultados-financieros #Bg_img2,
.report-site .report-container section.entrega-resultados-financieros #Over_img,
.report-site .report-container section.entrega-resultados-financieros #Over_img2 {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
}

.report-site .report-container section.entrega-resultados-financieros #Over_img2 {
  opacity: 0;
}

.report-site .report-container section.entrega-resultados-financieros[state="1"] .state-1 {
  height: auto;
  max-height: 100vh;
  z-index: 1;
  opacity: 1;
}

.report-site .report-container section.entrega-resultados-financieros[state="1"] .state-content {
  padding-top: 9%;
}

.report-site .report-container section.entrega-resultados-financieros[state="1"] .report-content-container .logo-amsa-report {
  height: 3rem;
  margin-bottom: 2rem;
  top: 5rem;
  left: calc(50% - (216px / 2));
}

.report-site .report-container section.entrega-resultados-financieros[state="1"] .state-controllers .btn-report,
.report-site .report-container section.entrega-resultados-financieros[state="1"] .state-controllers .progress-buttons,
.report-site .report-container section.entrega-resultados-financieros[state="1"] .state-controllers .btn-report {
  opacity: 0;
}

.report-site .report-container section.entrega-resultados-financieros[state="1"] .title {
  display: block;
}

.report-site .report-container section.entrega-resultados-financieros[state="1"] .title::before {
  display: block;
}

.report-site .report-container section.entrega-resultados-financieros[state="1"] #Bg_img {
  top: -30%;
  left: -30%;
  width: 150%;
}

.report-site .report-container section.entrega-resultados-financieros[state="1"] #Bg_img2 {
  top: 0;
  left: 0;
  width: 100%;
}

.report-site .report-container section.entrega-resultados-financieros[state="1"] #Over_img {
  bottom: -80%;
  width: 260%;
  left: -70%;
}

.report-site .report-container section.entrega-resultados-financieros[state="1"] #Over_img2 {
  top: -30%;
  left: -30%;
  width: 130%;
}

.report-site .report-container section.entrega-resultados-financieros[state="2"] .state-2 {
  height: auto;
  max-height: 100vh;
  z-index: 1;
  opacity: 1;
  margin-top: 8rem;
}

.report-site .report-container section.entrega-resultados-financieros[state="2"] .state-content {
  padding-top: 5%;
}

.report-site .report-container section.entrega-resultados-financieros[state="2"] .report-content-container .logo-amsa-report {
  height: 2.25rem;
  margin-bottom: 2rem;
  left: calc(50% - (163px / 2));
  top: 3.5rem;
}

.report-site .report-container section.entrega-resultados-financieros[state="2"] .report-content-container .title {
  margin-top: 0;
  display: block;
  margin-bottom: 0;
}

.report-site .report-container section.entrega-resultados-financieros[state="2"] .report-content-container .title::before {
  height: 2px;
  width: 400px;
  left: calc(50% - 200px);
  display: block;
}

.report-site .report-container section.entrega-resultados-financieros[state="2"] #Bg_img {
  top: -30%;
  left: -50%;
  width: 160%;
}

.report-site .report-container section.entrega-resultados-financieros[state="2"] #Over_img {
  bottom: 0;
  width: 100%;
  left: 0;
}

.report-site .report-container section.entrega-resultados-financieros[state="3"] .state-3 {
  height: auto;
  max-height: 100vh;
  z-index: 1;
  opacity: 1;
}

.report-site .report-container section.entrega-resultados-financieros[state="3"] #Bg_img {
  top: -30%;
  left: -20%;
  width: 170%;
}

.report-site .report-container section.entrega-resultados-financieros[state="3"] #Over_img {
  bottom: -30%;
  width: 110%;
  left: 0;
}

.report-site .report-container section.entrega-resultados-financieros[state="4"] .state-4 {
  height: auto;
  max-height: 100vh;
  z-index: 1;
  opacity: 1;
}

.report-site .report-container section.entrega-resultados-financieros[state="4"] #Bg_img {
  top: -50%;
  left: -70%;
  width: 170%;
}

.report-site .report-container section.entrega-resultados-financieros[state="4"] #Over_img {
  bottom: -30%;
  width: 160%;
  left: -60%;
}

.report-site .report-container section.entrega-resultados-financieros[state="5"] .state-5 {
  height: auto;
  max-height: 100vh;
  z-index: 1;
  opacity: 1;
}

.report-site .report-container section.entrega-resultados-financieros[state="5"] #Bg_img {
  top: -60%;
  left: -130%;
  width: 230%;
}

.report-site .report-container section.entrega-resultados-financieros[state="5"] #Over_img {
  bottom: -50%;
  width: 180%;
  left: -10%;
}

.report-site .report-container section.entrega-resultados-financieros[state="6"] .state-6 {
  height: auto;
  max-height: 100vh;
  z-index: 1;
  opacity: 1;
}

.report-site .report-container section.entrega-resultados-financieros[state="6"] #Bg_img {
  top: -50%;
  left: -70%;
  width: 230%;
  opacity: 0;
}

.report-site .report-container section.entrega-resultados-financieros[state="6"] #Over_img {
  bottom: -50%;
  left: -90%;
  width: 190%;
}

.report-site .report-container section.entrega-resultados-financieros[state="6"] #Over_img2 {
  width: 130%;
  top: -10%;
  left: -30%;
}

.report-site .report-container section.entrega-resultados-financieros[state="7"] .state-7 {
  height: auto;
  max-height: 100vh;
  z-index: 1;
  opacity: 1;
}

.report-site .report-container section.entrega-resultados-financieros[state="7"] #Bg_img {
  top: -70%;
  left: -90%;
  width: 190%;
}

.report-site .report-container section.entrega-resultados-financieros[state="7"] #Over_img {
  opacity: 0;
  bottom: -50%;
  left: -90%;
  width: 190%;
}

.report-site .report-container section.entrega-resultados-financieros[state="7"] #Over_img2 {
  opacity: 1;
  width: 130%;
  top: -10%;
  left: -30%;
}

.report-site .report-container section.entrega-resultados-financieros[state="8"] .state-8 {
  height: auto;
  max-height: 100vh;
  z-index: 1;
  opacity: 1;
}

.report-site .report-container section.entrega-resultados-financieros[state="8"] #Bg_img {
  top: -20%;
  left: 0;
  width: 160%;
}

.report-site .report-container section.entrega-resultados-financieros[state="8"] #Over_img {
  bottom: 0;
  left: -40%;
  width: 150%;
}

.report-site .report-container section.entrega-resultados-financieros[state="8"] #Over_img2 {
  opacity: 1;
  width: 120%;
  top: 0;
  left: -20%;
}

.report-site .report-container section.entrega-resultados-financieros[state="9"] .state-9 {
  height: auto;
  max-height: 100vh;
  z-index: 1;
  opacity: 1;
}

.report-site .report-container section.entrega-resultados-financieros[state="9"] #Bg_img {
  top: -50%;
  left: 0;
  width: 150%;
}

.report-site .report-container section.entrega-resultados-financieros[state="9"] #Over_img {
  bottom: -20%;
  left: -50%;
  width: 150%;
}

.report-site .report-container section.entrega-resultados-financieros[state="9"] #Over_img2 {
  width: 120%;
  top: 0;
  left: -20%;
}

.report-site .report-container section.entrega-resultados-financieros[state="10"] .state-10 {
  height: auto;
  max-height: 100vh;
  z-index: 1;
  opacity: 1;
}

.report-site .report-container section.entrega-resultados-financieros[state="10"] .state-10 > * {
  top: 0;
}

.report-site .report-container section.entrega-resultados-financieros[state="10"] .state-content {
  justify-content: flex-start;
}

.report-site .report-container section.entrega-resultados-financieros[state="10"] .btn-report.next {
  display: none;
}

.report-site .report-container section.entrega-resultados-financieros[state="10"] .btn-report.home {
  display: flex;
}

.report-site .report-container section.entrega-resultados-financieros[state="10"] #Bg_img {
  top: -50%;
  left: -70%;
  width: 170%;
}

.report-site .report-container section.entrega-resultados-financieros[state="10"] #Over_img {
  bottom: -10%;
  left: 0;
  width: 100%;
}


@media (max-width: 767.98px) {
    header .main-menu-container .menu .big-menu .big-menu-item,
    header .main-menu-container .menu .big-menu > li {
        padding: 0 0.8rem !important;
    }

}
/*
@media (min-width: 1200px) {
    .slider-home--info-block {
        margin-left: 13rem;
    }
}*/

@media (max-width: 767.98px) {
    header .main-menu-container .menu .big-menu .big-menu-item.hideOnMobile {
        display: none;
    }
}

body.high_contrast .carousel-item * {
    background-color: transparent !important;
}

body.high_contrast .carousel-item .slider-home--info-block {
    background-color: #000 !important;
}

body.high_contrast .carousel-control-prev {
    background-color: transparent !important;
}

body.high_contrast .carousel-control-next {
    background-color: transparent !important;
}

body.high_contrast .carousel-control-next-icon {
    color: #fff;
}

@media (max-width: 768px) {
    .centro-cala-container-formulario-slider {
        padding: 0 20px;
        width: 100vw;
    }
}


@media (min-width: 768px) {
    .centro-cala-container-formulario-slider {
        top:22px;
        right: 15vw;
        max-width: 30vw
    }
    
}

@media (min-width: 992px) {
    .centro-cala-container-formulario-slider {
        right: 17vw;
        max-width: 25vw
    }

}

@media (max-width: 992px) {
    .carousel-control-prev {
        width: 10%
    }

    .carousel-control-next {
        width: 10%
    }
}

@media (min-width: 1200px) {
    .centro-cala-container-formulario-slider {
        right: 17vw;
        max-width: 25vw
    }
}

@media (min-width: 1400px) {
    .centro-cala-container-formulario-slider {
        right: 17vw;
        max-width: 25vw
    }
}


@media (max-width: 576px) {
    #modalBuscar .form-inline .form-group {
        flex-direction: row;
    }
}

.error-template {
    height: 100vh;
}

/*** Buscador AMSA ***/

.filterIcon {
    color: #186170;
    font-size: 25px;
}

.resultado-resumen {
    font-family: 'Aaux ProRegular';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #53565a;
    max-width: 60%;
}

.filtro-item {
    font-family: 'Aaux ProBold';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.green-text {
    color: #186170;
}

.form-check-input.filtro-check {
    height: 24px;
    width: 24px;
}

.filtro-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.form-group label {
    margin-bottom: 0rem;
}

.resultado-num-filtro {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #8f8f8f;
    background: #e6ecf6;
    border-radius: 4px;
    padding: 4px 7px;
    width: 40px;
    text-align: center;
}

.card-tag-resultado {
    font-weight: bold;
    padding: 3px 6px;
    gap: 10px;
    background: #e7ba6c;
    border-radius: 4px;
}

.form-check-input.filtro-check {
    accent-color: #186170;
}

.btn-ver-noticia {
    color: #186170;
    border-color: #186170;
}

    .btn-ver-noticia:hover {
        color: #ffff;
        background: #186170;
        border-color: #186170;
    }

.filterIcon {
    display: none;
}

@media (max-width: 992px) {
    .filterIcon {
        display: block;
    }

    .filtros-box {
        transition: opacity 0.5s ease-out;
        opacity: 0;
        height: 0;
        overflow: hidden;
    }

    .btn-ver-noticia {
        width: 100%;
    }
}

.card-resultado-busqueda {
    transition: transform 0.2s ease-out;
}

    .card-resultado-busqueda:hover {
        transform: scale(1.01)
    }

.filtros-mobile-active {
    background-color: #fff;
    border-radius: 10px 10px 0px 0px;
    position: fixed;
    z-index: 100;
    opacity: 1;
    height: auto;
}

.btn-aplicar-filtro {
    color: #ffff;
    background: #0a3a46;
    padding-left: 30px;
    padding-right: 30px;
    font-family: 'Aaux ProBold';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

    .btn-aplicar-filtro:hover {
        background: #ffff;
        color: #0a3a46;
        border-color: #0a3a46;
    }
/*** FIN Buscador AMSA ***/

/*** Titulos destacados responsivos  ***/

.section-header .header-title h3, .section-header .header-title h4 {
    font-size: 1.5rem;
    line-height: 3.5rem;
}

@media (min-width: 576px) {
    .section-header .header-title h3, .section-header .header-title h4 {
        font-size: 1.5rem;
        line-height: 3.5rem;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .section-header .header-title h3, .section-header .header-title h4 {
        font-size: 2.5rem;
        line-height: 3.5rem;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .section-header .header-title h3, .section-header .header-title h4 {
        font-size: 2.5rem;
        line-height: 3.5rem;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .section-header .header-title h3, .section-header .header-title h4 {
        font-size: 3rem;
        line-height: 3.5rem;
    }
}


/*** FIN Titulos destacados responsivos ***/

/*modificacion al carrousel*/

.slider-home--carousel-image {
    display: flex;
    justify-content: center;
    align-items: end;
}


.slider-home--info-block {
    margin-bottom: 80px;
}


@media (max-width: 767.98px) {
    .slider-home--info-block {
        margin-bottom: 20px;
    }
}

.carousel-control-prev, .carousel-control-next {
    align-items: end;
    margin-bottom: 113.85px
}

/* fin modificacion al carrousel*/