﻿@charset "UTF-8";
/* main.scss*/
/* Миксины тест*/
/* 
 * Визуализация режима разработки
*/
.grid-show {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1100;
}

html.grid-hidden {
  height: 100%;
}

html.grid-hidden:before {
  width: 0;
}

:root {
  position: relative;
  min-height: 100vh;
}

:root::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #b8aac6, transparent 1px) 0 0/100% 1em, transparent linear-gradient(to top, #b3b3b3, transparent 1px) 0 0/100% 0.5em;
  /* aux line */
  position: absolute;
  z-index: 1110;
  pointer-events: none;
}

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #3a7bb7;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #f4285e;
  --red: #f45b69;
  --orange: #f36421;
  --yellow: #fdce02;
  --green: #51ae32;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #00356a;
  --accent: #effdd9;
  --secondary: #3286aa;
  --foreground: rgba(0, 53, 106, 0.05);
  --background: #fff;
  --primary: #00356a;
  --secondary: #3286aa;
  --success: #51ae32;
  --info: #17a2b8;
  --warning: #fdce02;
  --danger: #f45b69;
  --light: #f8f9fa;
  --dark: #343a40;
  --accent: #effdd9;
  --foreground: rgba(0, 53, 106, 0.05);
  --background: #fff;
  --breakpoint-xs: 0;
  --breakpoint-se: 360px;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1240px;
  --breakpoint-fl: 1440px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, 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: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #343a40;
  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;
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  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: #00356a;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #000f1e;
  text-decoration: none;
}

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.25rem;
}

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;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: inherit;
  color: inherit;
}

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

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

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

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

h5, .h5 {
  font-size: inherit;
}

h6, .h6 {
  font-size: inherit;
}

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

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

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

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

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

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.3rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  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: #f4285e;
  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;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}

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

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: 1240px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1280px;
  }
}

.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-se-1, .col-se-2, .col-se-3, .col-se-4, .col-se-5, .col-se-6, .col-se-7, .col-se-8, .col-se-9, .col-se-10, .col-se-11, .col-se-12, .col-se,
.col-se-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, .col-fl-1, .col-fl-2, .col-fl-3, .col-fl-4, .col-fl-5, .col-fl-6, .col-fl-7, .col-fl-8, .col-fl-9, .col-fl-10, .col-fl-11, .col-fl-12, .col-fl,
.col-fl-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: 360px) {
  .col-se {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-se-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-se-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-se-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-se-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-se-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-se-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-se-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-se-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-se-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-se-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-se-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-se-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-se-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-se-first {
    order: -1;
  }
  .order-se-last {
    order: 13;
  }
  .order-se-0 {
    order: 0;
  }
  .order-se-1 {
    order: 1;
  }
  .order-se-2 {
    order: 2;
  }
  .order-se-3 {
    order: 3;
  }
  .order-se-4 {
    order: 4;
  }
  .order-se-5 {
    order: 5;
  }
  .order-se-6 {
    order: 6;
  }
  .order-se-7 {
    order: 7;
  }
  .order-se-8 {
    order: 8;
  }
  .order-se-9 {
    order: 9;
  }
  .order-se-10 {
    order: 10;
  }
  .order-se-11 {
    order: 11;
  }
  .order-se-12 {
    order: 12;
  }
  .offset-se-0 {
    margin-left: 0;
  }
  .offset-se-1 {
    margin-left: 8.33333%;
  }
  .offset-se-2 {
    margin-left: 16.66667%;
  }
  .offset-se-3 {
    margin-left: 25%;
  }
  .offset-se-4 {
    margin-left: 33.33333%;
  }
  .offset-se-5 {
    margin-left: 41.66667%;
  }
  .offset-se-6 {
    margin-left: 50%;
  }
  .offset-se-7 {
    margin-left: 58.33333%;
  }
  .offset-se-8 {
    margin-left: 66.66667%;
  }
  .offset-se-9 {
    margin-left: 75%;
  }
  .offset-se-10 {
    margin-left: 83.33333%;
  }
  .offset-se-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: 1240px) {
  .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%;
  }
}

@media (min-width: 1440px) {
  .col-fl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-fl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-fl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-fl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-fl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-fl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-fl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-fl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-fl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-fl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-fl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-fl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-fl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-fl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-fl-first {
    order: -1;
  }
  .order-fl-last {
    order: 13;
  }
  .order-fl-0 {
    order: 0;
  }
  .order-fl-1 {
    order: 1;
  }
  .order-fl-2 {
    order: 2;
  }
  .order-fl-3 {
    order: 3;
  }
  .order-fl-4 {
    order: 4;
  }
  .order-fl-5 {
    order: 5;
  }
  .order-fl-6 {
    order: 6;
  }
  .order-fl-7 {
    order: 7;
  }
  .order-fl-8 {
    order: 8;
  }
  .order-fl-9 {
    order: 9;
  }
  .order-fl-10 {
    order: 10;
  }
  .order-fl-11 {
    order: 11;
  }
  .order-fl-12 {
    order: 12;
  }
  .offset-fl-0 {
    margin-left: 0;
  }
  .offset-fl-1 {
    margin-left: 8.33333%;
  }
  .offset-fl-2 {
    margin-left: 16.66667%;
  }
  .offset-fl-3 {
    margin-left: 25%;
  }
  .offset-fl-4 {
    margin-left: 33.33333%;
  }
  .offset-fl-5 {
    margin-left: 41.66667%;
  }
  .offset-fl-6 {
    margin-left: 50%;
  }
  .offset-fl-7 {
    margin-left: 58.33333%;
  }
  .offset-fl-8 {
    margin-left: 66.66667%;
  }
  .offset-fl-9 {
    margin-left: 75%;
  }
  .offset-fl-10 {
    margin-left: 83.33333%;
  }
  .offset-fl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #343a40;
}

.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: #343a40;
  background-color: rgba(0, 0, 0, 0.075);
}

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

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

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

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

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

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

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

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

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

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

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

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

.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: #fef1b8;
}

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

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

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

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

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

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

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

.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-accent,
.table-accent > th,
.table-accent > td {
  background-color: #fbfef4;
}

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

.table-hover .table-accent:hover {
  background-color: #f3fcdd;
}

.table-hover .table-accent:hover > td,
.table-hover .table-accent:hover > th {
  background-color: #f3fcdd;
}

.table-foreground,
.table-foreground > th,
.table-foreground > td {
  background-color: rgba(252, 253, 254, 0.734);
}

.table-foreground th,
.table-foreground td,
.table-foreground thead th,
.table-foreground tbody + tbody {
  border-color: rgba(248, 250, 251, 0.506);
}

.table-hover .table-foreground:hover {
  background-color: rgba(233, 240, 248, 0.734);
}

.table-hover .table-foreground:hover > td,
.table-hover .table-foreground:hover > th {
  background-color: rgba(233, 240, 248, 0.734);
}

.table-background,
.table-background > th,
.table-background > td {
  background-color: white;
}

.table-background th,
.table-background td,
.table-background thead th,
.table-background tbody + tbody {
  border-color: white;
}

.table-hover .table-background:hover {
  background-color: #f2f2f2;
}

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

.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: 359.98px) {
  .table-responsive-se {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-se > .table-bordered {
    border: 0;
  }
}

@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: 1239.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1439.98px) {
  .table-responsive-fl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-fl > .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(1em + 1rem + 2px);
  padding: 0.5rem 0.75rem;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.3rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  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: #0075ea;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 53, 106, 0.25);
}

.form-control::placeholder {
  color: #adb5bd;
  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.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1;
}

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1;
  color: #343a40;
  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: 1em;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1em;
  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: #51ae32;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 80%;
  line-height: 1;
  color: #fff;
  background-color: rgba(81, 174, 50, 0.9);
  border-radius: 0.3rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #51ae32;
  padding-right: calc(1em + 1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2351ae32' 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.25em + 0.25rem);
  background-size: calc(0.5em + 0.5rem) calc(0.5em + 0.5rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #51ae32;
  box-shadow: 0 0 0 0.2rem rgba(81, 174, 50, 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(1em + 1rem);
  background-position: top calc(0.25em + 0.25rem) right calc(0.25em + 0.25rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #51ae32;
  padding-right: calc((1em + 1rem) * 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='%2351ae32' 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.5em + 0.5rem) calc(0.5em + 0.5rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #51ae32;
  box-shadow: 0 0 0 0.2rem rgba(81, 174, 50, 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: #51ae32;
}

.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: #51ae32;
}

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

.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: #69cb48;
  background-color: #69cb48;
}

.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(81, 174, 50, 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: #51ae32;
}

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

.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: #51ae32;
  box-shadow: 0 0 0 0.2rem rgba(81, 174, 50, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 80%;
  line-height: 1;
  color: #fff;
  background-color: rgba(244, 91, 105, 0.9);
  border-radius: 0.3rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #f45b69;
  padding-right: calc(1em + 1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f45b69' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23f45b69' 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.25em + 0.25rem);
  background-size: calc(0.5em + 0.5rem) calc(0.5em + 0.5rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #f45b69;
  box-shadow: 0 0 0 0.2rem rgba(244, 91, 105, 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(1em + 1rem);
  background-position: top calc(0.25em + 0.25rem) right calc(0.25em + 0.25rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #f45b69;
  padding-right: calc((1em + 1rem) * 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='%23f45b69' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23f45b69' 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.5em + 0.5rem) calc(0.5em + 0.5rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #f45b69;
  box-shadow: 0 0 0 0.2rem rgba(244, 91, 105, 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: #f45b69;
}

.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: #f45b69;
}

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

.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: #f78b95;
  background-color: #f78b95;
}

.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(244, 91, 105, 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: #f45b69;
}

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

.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: #f45b69;
  box-shadow: 0 0 0 0.2rem rgba(244, 91, 105, 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: #343a40;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1em;
  line-height: 1;
  border-radius: 0.3rem;
  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: #343a40;
  text-decoration: none;
}

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

.btn.disabled, .btn:disabled {
  opacity: 0.65;
  box-shadow: none;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 53, 106, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

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

.btn-primary {
  color: #fff;
  background-color: #00356a;
  border-color: #00356a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-primary:hover {
  color: #fff;
  background-color: #002244;
  border-color: #001c37;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(38, 83, 128, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #00356a;
  border-color: #00356a;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #001c37;
  border-color: #00152a;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(38, 83, 128, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #3286aa;
  border-color: #3286aa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-secondary:hover {
  color: #fff;
  background-color: #296f8c;
  border-color: #266783;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(81, 152, 183, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #3286aa;
  border-color: #3286aa;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #266783;
  border-color: #245f79;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(81, 152, 183, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #51ae32;
  border-color: #51ae32;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-success:hover {
  color: #fff;
  background-color: #439029;
  border-color: #3f8627;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(107, 186, 81, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #51ae32;
  border-color: #51ae32;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #3f8627;
  border-color: #3a7c24;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(107, 186, 81, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

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

.btn-info:focus, .btn-info.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #343a40;
  background-color: #fdce02;
  border-color: #fdce02;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-warning:hover {
  color: #343a40;
  background-color: #d7af02;
  border-color: #caa502;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(223, 184, 11, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #343a40;
  background-color: #fdce02;
  border-color: #fdce02;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #343a40;
  background-color: #caa502;
  border-color: #be9b02;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(223, 184, 11, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #f45b69;
  border-color: #f45b69;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-danger:hover {
  color: #fff;
  background-color: #f23748;
  border-color: #f12b3d;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(246, 116, 128, 0.5);
}

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

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

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(246, 116, 128, 0.5);
}

.btn-light {
  color: #343a40;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

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

.btn-light:focus, .btn-light.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(219, 220, 222, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #343a40;
  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: #343a40;
  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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(219, 220, 222, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

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

.btn-dark:focus, .btn-dark.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-accent {
  color: #343a40;
  background-color: #effdd9;
  border-color: #effdd9;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-accent:hover {
  color: #343a40;
  background-color: #e0fbb5;
  border-color: #dbfaa9;
}

.btn-accent:focus, .btn-accent.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(211, 224, 194, 0.5);
}

.btn-accent.disabled, .btn-accent:disabled {
  color: #343a40;
  background-color: #effdd9;
  border-color: #effdd9;
}

.btn-accent:not(:disabled):not(.disabled):active, .btn-accent:not(:disabled):not(.disabled).active,
.show > .btn-accent.dropdown-toggle {
  color: #343a40;
  background-color: #dbfaa9;
  border-color: #d6fa9c;
}

.btn-accent:not(:disabled):not(.disabled):active:focus, .btn-accent:not(:disabled):not(.disabled).active:focus,
.show > .btn-accent.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(211, 224, 194, 0.5);
}

.btn-foreground {
  color: #fff;
  background-color: rgba(0, 53, 106, 0.05);
  border-color: rgba(0, 53, 106, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-foreground:hover {
  color: #fff;
  background-color: rgba(0, 34, 68, 0.05);
  border-color: rgba(0, 28, 55, 0.05);
}

.btn-foreground:focus, .btn-foreground.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(223, 229, 236, 0.5);
}

.btn-foreground.disabled, .btn-foreground:disabled {
  color: #fff;
  background-color: rgba(0, 53, 106, 0.05);
  border-color: rgba(0, 53, 106, 0.05);
}

.btn-foreground:not(:disabled):not(.disabled):active, .btn-foreground:not(:disabled):not(.disabled).active,
.show > .btn-foreground.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 28, 55, 0.05);
  border-color: rgba(0, 21, 42, 0.05);
}

.btn-foreground:not(:disabled):not(.disabled):active:focus, .btn-foreground:not(:disabled):not(.disabled).active:focus,
.show > .btn-foreground.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(223, 229, 236, 0.5);
}

.btn-background {
  color: #343a40;
  background-color: #fff;
  border-color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-background:hover {
  color: #343a40;
  background-color: #ececec;
  border-color: #e6e6e6;
}

.btn-background:focus, .btn-background.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(225, 225, 226, 0.5);
}

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

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

.btn-background:not(:disabled):not(.disabled):active:focus, .btn-background:not(:disabled):not(.disabled).active:focus,
.show > .btn-background.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(225, 225, 226, 0.5);
}

.btn-outline-primary {
  color: #00356a;
  border-color: #00356a;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #00356a;
  border-color: #00356a;
}

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

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #00356a;
  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: #00356a;
  border-color: #00356a;
}

.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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 53, 106, 0.5);
}

.btn-outline-secondary {
  color: #3286aa;
  border-color: #3286aa;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #3286aa;
  border-color: #3286aa;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 134, 170, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #3286aa;
  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: #3286aa;
  border-color: #3286aa;
}

.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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(50, 134, 170, 0.5);
}

.btn-outline-success {
  color: #51ae32;
  border-color: #51ae32;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #51ae32;
  border-color: #51ae32;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(81, 174, 50, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #51ae32;
  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: #51ae32;
  border-color: #51ae32;
}

.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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(81, 174, 50, 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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

.btn-outline-warning:hover {
  color: #343a40;
  background-color: #fdce02;
  border-color: #fdce02;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 206, 2, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #fdce02;
  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: #343a40;
  background-color: #fdce02;
  border-color: #fdce02;
}

.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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(253, 206, 2, 0.5);
}

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

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

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 91, 105, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #f45b69;
  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: #f45b69;
  border-color: #f45b69;
}

.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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(244, 91, 105, 0.5);
}

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

.btn-outline-light:hover {
  color: #343a40;
  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: #343a40;
  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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-accent {
  color: #effdd9;
  border-color: #effdd9;
}

.btn-outline-accent:hover {
  color: #343a40;
  background-color: #effdd9;
  border-color: #effdd9;
}

.btn-outline-accent:focus, .btn-outline-accent.focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 253, 217, 0.5);
}

.btn-outline-accent.disabled, .btn-outline-accent:disabled {
  color: #effdd9;
  background-color: transparent;
}

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

.btn-outline-accent:not(:disabled):not(.disabled):active:focus, .btn-outline-accent:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-accent.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(239, 253, 217, 0.5);
}

.btn-outline-foreground {
  color: rgba(0, 53, 106, 0.05);
  border-color: rgba(0, 53, 106, 0.05);
}

.btn-outline-foreground:hover {
  color: #fff;
  background-color: rgba(0, 53, 106, 0.05);
  border-color: rgba(0, 53, 106, 0.05);
}

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

.btn-outline-foreground.disabled, .btn-outline-foreground:disabled {
  color: rgba(0, 53, 106, 0.05);
  background-color: transparent;
}

.btn-outline-foreground:not(:disabled):not(.disabled):active, .btn-outline-foreground:not(:disabled):not(.disabled).active,
.show > .btn-outline-foreground.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 53, 106, 0.05);
  border-color: rgba(0, 53, 106, 0.05);
}

.btn-outline-foreground:not(:disabled):not(.disabled):active:focus, .btn-outline-foreground:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-foreground.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 53, 106, 0.5);
}

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

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

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

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

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

.btn-outline-background:not(:disabled):not(.disabled):active:focus, .btn-outline-background:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-background.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

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

.btn-link:hover {
  color: #000f1e;
  text-decoration: none;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  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: 1em;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1em;
  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: #343a40;
  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.3rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}

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

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

@media (min-width: 360px) {
  .dropdown-menu-se-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-se-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: 1240px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1440px) {
  .dropdown-menu-fl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-fl-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: #00356a;
}

.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.75rem;
  padding-left: 0.75rem;
}

.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.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

.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.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.3rem;
}

.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: 1em;
  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: 1em;
  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: 1rem;
  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: #00356a;
  background-color: #00356a;
  box-shadow: none;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 53, 106, 0.25);
}

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

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #1e8eff;
  border-color: #1e8eff;
  box-shadow: none;
}

.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: 0rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}

.custom-control-label::after {
  position: absolute;
  top: 0rem;
  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.3rem;
}

.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: #00356a;
  background-color: #00356a;
  box-shadow: none;
}

.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, 53, 106, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 53, 106, 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, 53, 106, 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(0rem + 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, 53, 106, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1em + 1rem + 2px);
  padding: 0.5rem 1.75rem 0.5rem 0.75rem;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  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.3rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  appearance: none;
}

.custom-select:focus {
  border-color: #0075ea;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 53, 106, 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: 1em;
}

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

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

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

.custom-file-input:focus ~ .custom-file-label {
  border-color: #0075ea;
  box-shadow: 0 0 0 0.2rem rgba(0, 53, 106, 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(1em + 1rem + 2px);
  padding: 0.5rem 0.75rem;
  font-weight: 400;
  line-height: 1;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.3rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}

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

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  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, 53, 106, 0.25);
}

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

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

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

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #00356a;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  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::-webkit-slider-thumb {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #1e8eff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #00356a;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  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::-moz-range-thumb {
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #1e8eff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #00356a;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  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: #1e8eff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

.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.3rem;
  border-top-right-radius: 0.3rem;
}

.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.3rem;
}

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

.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.375rem;
  padding-bottom: 0.375rem;
  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.3rem;
}

.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: 359.98px) {
  .navbar-expand-se > .container,
  .navbar-expand-se > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 360px) {
  .navbar-expand-se {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-se .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-se .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-se .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-se > .container,
  .navbar-expand-se > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-se .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-se .navbar-toggler {
    display: none;
  }
}

@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: 1239.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1240px) {
  .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;
  }
}

@media (max-width: 1439.98px) {
  .navbar-expand-fl > .container,
  .navbar-expand-fl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1440px) {
  .navbar-expand-fl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-fl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-fl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-fl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-fl > .container,
  .navbar-expand-fl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-fl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-fl .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 {
  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.3rem;
}

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

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

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

.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.3rem - 1px) calc(0.3rem - 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.3rem - 1px) calc(0.3rem - 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.3rem - 1px);
}

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

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

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

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

@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    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 {
  margin-bottom: 15px;
}

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

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

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

.accordion > .card {
  overflow: hidden;
}

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

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

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

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

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

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

.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.3rem;
}

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

.page-link:hover {
  z-index: 2;
  color: #000f1e;
  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, 53, 106, 0.25);
}

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

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

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

.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.3rem;
  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: #00356a;
}

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

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

.badge-secondary {
  color: #fff;
  background-color: #3286aa;
}

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

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(50, 134, 170, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #51ae32;
}

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

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(81, 174, 50, 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: #343a40;
  background-color: #fdce02;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #343a40;
  background-color: #caa502;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(253, 206, 2, 0.5);
}

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

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

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(244, 91, 105, 0.5);
}

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

a.badge-light:hover, a.badge-light:focus {
  color: #343a40;
  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);
}

.badge-accent {
  color: #343a40;
  background-color: #effdd9;
}

a.badge-accent:hover, a.badge-accent:focus {
  color: #343a40;
  background-color: #dbfaa9;
}

a.badge-accent:focus, a.badge-accent.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(239, 253, 217, 0.5);
}

.badge-foreground {
  color: #fff;
  background-color: rgba(0, 53, 106, 0.05);
}

a.badge-foreground:hover, a.badge-foreground:focus {
  color: #fff;
  background-color: rgba(0, 28, 55, 0.05);
}

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

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

a.badge-background:hover, a.badge-background:focus {
  color: #343a40;
  background-color: #e6e6e6;
}

a.badge-background:focus, a.badge-background.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 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.3rem;
}

.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: #001c37;
  background-color: #ccd7e1;
  border-color: #b8c6d5;
}

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

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

.alert-secondary {
  color: #1a4658;
  background-color: #d6e7ee;
  border-color: #c6dde7;
}

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

.alert-secondary .alert-link {
  color: #0e2731;
}

.alert-success {
  color: #2a5a1a;
  background-color: #dcefd6;
  border-color: #cee8c6;
}

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

.alert-success .alert-link {
  color: #18320f;
}

.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: #846b01;
  background-color: #fff5cc;
  border-color: #fef1b8;
}

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

.alert-warning .alert-link {
  color: #514201;
}

.alert-danger {
  color: #7f2f37;
  background-color: #fddee1;
  border-color: #fcd1d5;
}

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

.alert-danger .alert-link {
  color: #5a2127;
}

.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;
}

.alert-accent {
  color: #7c8471;
  background-color: #fcfff7;
  border-color: #fbfef4;
}

.alert-accent hr {
  border-top-color: #f3fcdd;
}

.alert-accent .alert-link {
  color: #626959;
}

.alert-foreground {
  color: rgba(0, 1, 3, 0.506);
  background-color: rgba(253, 254, 254, 0.81);
  border-color: rgba(252, 253, 254, 0.734);
}

.alert-foreground hr {
  border-top-color: rgba(233, 240, 248, 0.734);
}

.alert-foreground .alert-link {
  color: rgba(0, 0, 0, 0.506);
}

.alert-background {
  color: #858585;
  background-color: white;
  border-color: white;
}

.alert-background hr {
  border-top-color: #f2f2f2;
}

.alert-background .alert-link {
  color: #6c6c6c;
}

@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.3rem;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #00356a;
  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 {
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    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: #343a40;
  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.3rem;
  border-top-right-radius: 0.3rem;
}

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

.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: #00356a;
  border-color: #00356a;
}

.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.3rem;
  border-bottom-left-radius: 0.3rem;
  border-top-right-radius: 0;
}

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

@media (min-width: 360px) {
  .list-group-horizontal-se {
    flex-direction: row;
  }
  .list-group-horizontal-se .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-se .list-group-item:first-child {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-se .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
    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.3rem;
    border-bottom-left-radius: 0.3rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
    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.3rem;
    border-bottom-left-radius: 0.3rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
    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.3rem;
    border-bottom-left-radius: 0.3rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1240px) {
  .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.3rem;
    border-bottom-left-radius: 0.3rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1440px) {
  .list-group-horizontal-fl {
    flex-direction: row;
  }
  .list-group-horizontal-fl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-fl .list-group-item:first-child {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-fl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
    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: #001c37;
  background-color: #b8c6d5;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #001c37;
  background-color: #a8b9cc;
}

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

.list-group-item-secondary {
  color: #1a4658;
  background-color: #c6dde7;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #1a4658;
  background-color: #b4d2df;
}

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

.list-group-item-success {
  color: #2a5a1a;
  background-color: #cee8c6;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #2a5a1a;
  background-color: #bee1b4;
}

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

.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: #846b01;
  background-color: #fef1b8;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #846b01;
  background-color: #feec9f;
}

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

.list-group-item-danger {
  color: #7f2f37;
  background-color: #fcd1d5;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #7f2f37;
  background-color: #fab9bf;
}

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

.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;
}

.list-group-item-accent {
  color: #7c8471;
  background-color: #fbfef4;
}

.list-group-item-accent.list-group-item-action:hover, .list-group-item-accent.list-group-item-action:focus {
  color: #7c8471;
  background-color: #f3fcdd;
}

.list-group-item-accent.list-group-item-action.active {
  color: #fff;
  background-color: #7c8471;
  border-color: #7c8471;
}

.list-group-item-foreground {
  color: rgba(0, 1, 3, 0.506);
  background-color: rgba(252, 253, 254, 0.734);
}

.list-group-item-foreground.list-group-item-action:hover, .list-group-item-foreground.list-group-item-action:focus {
  color: rgba(0, 1, 3, 0.506);
  background-color: rgba(233, 240, 248, 0.734);
}

.list-group-item-foreground.list-group-item-action.active {
  color: #fff;
  background-color: rgba(0, 1, 3, 0.506);
  border-color: rgba(0, 1, 3, 0.506);
}

.list-group-item-background {
  color: #858585;
  background-color: white;
}

.list-group-item-background.list-group-item-action:hover, .list-group-item-background.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}

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

.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;
  appearance: none;
}

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

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

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

.toast.showing {
  opacity: 1;
}

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

.toast.hide {
  display: none;
}

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

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

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

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

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

.modal.fade .modal-dialog {
  transition: 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;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  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;
}

.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-content {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1240px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  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: 80%;
  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: 280px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.3rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  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;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}

.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;
  color: inherit;
  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: #343a40;
}

.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%;
  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;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

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

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

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

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

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

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

.bg-primary {
  background-color: #00356a !important;
}

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

.bg-secondary {
  background-color: #3286aa !important;
}

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

.bg-success {
  background-color: #51ae32 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #3f8627 !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: #fdce02 !important;
}

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

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #f12b3d !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-accent {
  background-color: #effdd9 !important;
}

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

.bg-foreground {
  background-color: rgba(0, 53, 106, 0.05) !important;
}

a.bg-foreground:hover, a.bg-foreground:focus,
button.bg-foreground:hover,
button.bg-foreground:focus {
  background-color: rgba(0, 28, 55, 0.05) !important;
}

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

a.bg-background:hover, a.bg-background:focus,
button.bg-background:hover,
button.bg-background:focus {
  background-color: #e6e6e6 !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: #00356a !important;
}

.border-secondary {
  border-color: #3286aa !important;
}

.border-success {
  border-color: #51ae32 !important;
}

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

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

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

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

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

.border-accent {
  border-color: #effdd9 !important;
}

.border-foreground {
  border-color: rgba(0, 53, 106, 0.05) !important;
}

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

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

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

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

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

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

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

.rounded-left {
  border-top-left-radius: 0.3rem !important;
  border-bottom-left-radius: 0.3rem !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: 360px) {
  .d-se-none {
    display: none !important;
  }
  .d-se-inline {
    display: inline !important;
  }
  .d-se-inline-block {
    display: inline-block !important;
  }
  .d-se-block {
    display: block !important;
  }
  .d-se-table {
    display: table !important;
  }
  .d-se-table-row {
    display: table-row !important;
  }
  .d-se-table-cell {
    display: table-cell !important;
  }
  .d-se-flex {
    display: flex !important;
  }
  .d-se-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: 1240px) {
  .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 (min-width: 1440px) {
  .d-fl-none {
    display: none !important;
  }
  .d-fl-inline {
    display: inline !important;
  }
  .d-fl-inline-block {
    display: inline-block !important;
  }
  .d-fl-block {
    display: block !important;
  }
  .d-fl-table {
    display: table !important;
  }
  .d-fl-table-row {
    display: table-row !important;
  }
  .d-fl-table-cell {
    display: table-cell !important;
  }
  .d-fl-flex {
    display: flex !important;
  }
  .d-fl-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: 360px) {
  .flex-se-row {
    flex-direction: row !important;
  }
  .flex-se-column {
    flex-direction: column !important;
  }
  .flex-se-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-se-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-se-wrap {
    flex-wrap: wrap !important;
  }
  .flex-se-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-se-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-se-fill {
    flex: 1 1 auto !important;
  }
  .flex-se-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-se-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-se-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-se-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-se-start {
    justify-content: flex-start !important;
  }
  .justify-content-se-end {
    justify-content: flex-end !important;
  }
  .justify-content-se-center {
    justify-content: center !important;
  }
  .justify-content-se-between {
    justify-content: space-between !important;
  }
  .justify-content-se-around {
    justify-content: space-around !important;
  }
  .align-items-se-start {
    align-items: flex-start !important;
  }
  .align-items-se-end {
    align-items: flex-end !important;
  }
  .align-items-se-center {
    align-items: center !important;
  }
  .align-items-se-baseline {
    align-items: baseline !important;
  }
  .align-items-se-stretch {
    align-items: stretch !important;
  }
  .align-content-se-start {
    align-content: flex-start !important;
  }
  .align-content-se-end {
    align-content: flex-end !important;
  }
  .align-content-se-center {
    align-content: center !important;
  }
  .align-content-se-between {
    align-content: space-between !important;
  }
  .align-content-se-around {
    align-content: space-around !important;
  }
  .align-content-se-stretch {
    align-content: stretch !important;
  }
  .align-self-se-auto {
    align-self: auto !important;
  }
  .align-self-se-start {
    align-self: flex-start !important;
  }
  .align-self-se-end {
    align-self: flex-end !important;
  }
  .align-self-se-center {
    align-self: center !important;
  }
  .align-self-se-baseline {
    align-self: baseline !important;
  }
  .align-self-se-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: 1240px) {
  .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;
  }
}

@media (min-width: 1440px) {
  .flex-fl-row {
    flex-direction: row !important;
  }
  .flex-fl-column {
    flex-direction: column !important;
  }
  .flex-fl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-fl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-fl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-fl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-fl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-fl-fill {
    flex: 1 1 auto !important;
  }
  .flex-fl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-fl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-fl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-fl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-fl-start {
    justify-content: flex-start !important;
  }
  .justify-content-fl-end {
    justify-content: flex-end !important;
  }
  .justify-content-fl-center {
    justify-content: center !important;
  }
  .justify-content-fl-between {
    justify-content: space-between !important;
  }
  .justify-content-fl-around {
    justify-content: space-around !important;
  }
  .align-items-fl-start {
    align-items: flex-start !important;
  }
  .align-items-fl-end {
    align-items: flex-end !important;
  }
  .align-items-fl-center {
    align-items: center !important;
  }
  .align-items-fl-baseline {
    align-items: baseline !important;
  }
  .align-items-fl-stretch {
    align-items: stretch !important;
  }
  .align-content-fl-start {
    align-content: flex-start !important;
  }
  .align-content-fl-end {
    align-content: flex-end !important;
  }
  .align-content-fl-center {
    align-content: center !important;
  }
  .align-content-fl-between {
    align-content: space-between !important;
  }
  .align-content-fl-around {
    align-content: space-around !important;
  }
  .align-content-fl-stretch {
    align-content: stretch !important;
  }
  .align-self-fl-auto {
    align-self: auto !important;
  }
  .align-self-fl-start {
    align-self: flex-start !important;
  }
  .align-self-fl-end {
    align-self: flex-end !important;
  }
  .align-self-fl-center {
    align-self: center !important;
  }
  .align-self-fl-baseline {
    align-self: baseline !important;
  }
  .align-self-fl-stretch {
    align-self: stretch !important;
  }
}

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

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

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

@media (min-width: 360px) {
  .float-se-left {
    float: left !important;
  }
  .float-se-right {
    float: right !important;
  }
  .float-se-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: 1240px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

@media (min-width: 1440px) {
  .float-fl-left {
    float: left !important;
  }
  .float-fl-right {
    float: right !important;
  }
  .float-fl-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: 360px) {
  .m-se-0 {
    margin: 0 !important;
  }
  .mt-se-0,
  .my-se-0 {
    margin-top: 0 !important;
  }
  .mr-se-0,
  .mx-se-0 {
    margin-right: 0 !important;
  }
  .mb-se-0,
  .my-se-0 {
    margin-bottom: 0 !important;
  }
  .ml-se-0,
  .mx-se-0 {
    margin-left: 0 !important;
  }
  .m-se-1 {
    margin: 0.25rem !important;
  }
  .mt-se-1,
  .my-se-1 {
    margin-top: 0.25rem !important;
  }
  .mr-se-1,
  .mx-se-1 {
    margin-right: 0.25rem !important;
  }
  .mb-se-1,
  .my-se-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-se-1,
  .mx-se-1 {
    margin-left: 0.25rem !important;
  }
  .m-se-2 {
    margin: 0.5rem !important;
  }
  .mt-se-2,
  .my-se-2 {
    margin-top: 0.5rem !important;
  }
  .mr-se-2,
  .mx-se-2 {
    margin-right: 0.5rem !important;
  }
  .mb-se-2,
  .my-se-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-se-2,
  .mx-se-2 {
    margin-left: 0.5rem !important;
  }
  .m-se-3 {
    margin: 1rem !important;
  }
  .mt-se-3,
  .my-se-3 {
    margin-top: 1rem !important;
  }
  .mr-se-3,
  .mx-se-3 {
    margin-right: 1rem !important;
  }
  .mb-se-3,
  .my-se-3 {
    margin-bottom: 1rem !important;
  }
  .ml-se-3,
  .mx-se-3 {
    margin-left: 1rem !important;
  }
  .m-se-4 {
    margin: 1.5rem !important;
  }
  .mt-se-4,
  .my-se-4 {
    margin-top: 1.5rem !important;
  }
  .mr-se-4,
  .mx-se-4 {
    margin-right: 1.5rem !important;
  }
  .mb-se-4,
  .my-se-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-se-4,
  .mx-se-4 {
    margin-left: 1.5rem !important;
  }
  .m-se-5 {
    margin: 3rem !important;
  }
  .mt-se-5,
  .my-se-5 {
    margin-top: 3rem !important;
  }
  .mr-se-5,
  .mx-se-5 {
    margin-right: 3rem !important;
  }
  .mb-se-5,
  .my-se-5 {
    margin-bottom: 3rem !important;
  }
  .ml-se-5,
  .mx-se-5 {
    margin-left: 3rem !important;
  }
  .p-se-0 {
    padding: 0 !important;
  }
  .pt-se-0,
  .py-se-0 {
    padding-top: 0 !important;
  }
  .pr-se-0,
  .px-se-0 {
    padding-right: 0 !important;
  }
  .pb-se-0,
  .py-se-0 {
    padding-bottom: 0 !important;
  }
  .pl-se-0,
  .px-se-0 {
    padding-left: 0 !important;
  }
  .p-se-1 {
    padding: 0.25rem !important;
  }
  .pt-se-1,
  .py-se-1 {
    padding-top: 0.25rem !important;
  }
  .pr-se-1,
  .px-se-1 {
    padding-right: 0.25rem !important;
  }
  .pb-se-1,
  .py-se-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-se-1,
  .px-se-1 {
    padding-left: 0.25rem !important;
  }
  .p-se-2 {
    padding: 0.5rem !important;
  }
  .pt-se-2,
  .py-se-2 {
    padding-top: 0.5rem !important;
  }
  .pr-se-2,
  .px-se-2 {
    padding-right: 0.5rem !important;
  }
  .pb-se-2,
  .py-se-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-se-2,
  .px-se-2 {
    padding-left: 0.5rem !important;
  }
  .p-se-3 {
    padding: 1rem !important;
  }
  .pt-se-3,
  .py-se-3 {
    padding-top: 1rem !important;
  }
  .pr-se-3,
  .px-se-3 {
    padding-right: 1rem !important;
  }
  .pb-se-3,
  .py-se-3 {
    padding-bottom: 1rem !important;
  }
  .pl-se-3,
  .px-se-3 {
    padding-left: 1rem !important;
  }
  .p-se-4 {
    padding: 1.5rem !important;
  }
  .pt-se-4,
  .py-se-4 {
    padding-top: 1.5rem !important;
  }
  .pr-se-4,
  .px-se-4 {
    padding-right: 1.5rem !important;
  }
  .pb-se-4,
  .py-se-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-se-4,
  .px-se-4 {
    padding-left: 1.5rem !important;
  }
  .p-se-5 {
    padding: 3rem !important;
  }
  .pt-se-5,
  .py-se-5 {
    padding-top: 3rem !important;
  }
  .pr-se-5,
  .px-se-5 {
    padding-right: 3rem !important;
  }
  .pb-se-5,
  .py-se-5 {
    padding-bottom: 3rem !important;
  }
  .pl-se-5,
  .px-se-5 {
    padding-left: 3rem !important;
  }
  .m-se-n1 {
    margin: -0.25rem !important;
  }
  .mt-se-n1,
  .my-se-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-se-n1,
  .mx-se-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-se-n1,
  .my-se-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-se-n1,
  .mx-se-n1 {
    margin-left: -0.25rem !important;
  }
  .m-se-n2 {
    margin: -0.5rem !important;
  }
  .mt-se-n2,
  .my-se-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-se-n2,
  .mx-se-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-se-n2,
  .my-se-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-se-n2,
  .mx-se-n2 {
    margin-left: -0.5rem !important;
  }
  .m-se-n3 {
    margin: -1rem !important;
  }
  .mt-se-n3,
  .my-se-n3 {
    margin-top: -1rem !important;
  }
  .mr-se-n3,
  .mx-se-n3 {
    margin-right: -1rem !important;
  }
  .mb-se-n3,
  .my-se-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-se-n3,
  .mx-se-n3 {
    margin-left: -1rem !important;
  }
  .m-se-n4 {
    margin: -1.5rem !important;
  }
  .mt-se-n4,
  .my-se-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-se-n4,
  .mx-se-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-se-n4,
  .my-se-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-se-n4,
  .mx-se-n4 {
    margin-left: -1.5rem !important;
  }
  .m-se-n5 {
    margin: -3rem !important;
  }
  .mt-se-n5,
  .my-se-n5 {
    margin-top: -3rem !important;
  }
  .mr-se-n5,
  .mx-se-n5 {
    margin-right: -3rem !important;
  }
  .mb-se-n5,
  .my-se-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-se-n5,
  .mx-se-n5 {
    margin-left: -3rem !important;
  }
  .m-se-auto {
    margin: auto !important;
  }
  .mt-se-auto,
  .my-se-auto {
    margin-top: auto !important;
  }
  .mr-se-auto,
  .mx-se-auto {
    margin-right: auto !important;
  }
  .mb-se-auto,
  .my-se-auto {
    margin-bottom: auto !important;
  }
  .ml-se-auto,
  .mx-se-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: 1240px) {
  .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;
  }
}

@media (min-width: 1440px) {
  .m-fl-0 {
    margin: 0 !important;
  }
  .mt-fl-0,
  .my-fl-0 {
    margin-top: 0 !important;
  }
  .mr-fl-0,
  .mx-fl-0 {
    margin-right: 0 !important;
  }
  .mb-fl-0,
  .my-fl-0 {
    margin-bottom: 0 !important;
  }
  .ml-fl-0,
  .mx-fl-0 {
    margin-left: 0 !important;
  }
  .m-fl-1 {
    margin: 0.25rem !important;
  }
  .mt-fl-1,
  .my-fl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-fl-1,
  .mx-fl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-fl-1,
  .my-fl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-fl-1,
  .mx-fl-1 {
    margin-left: 0.25rem !important;
  }
  .m-fl-2 {
    margin: 0.5rem !important;
  }
  .mt-fl-2,
  .my-fl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-fl-2,
  .mx-fl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-fl-2,
  .my-fl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-fl-2,
  .mx-fl-2 {
    margin-left: 0.5rem !important;
  }
  .m-fl-3 {
    margin: 1rem !important;
  }
  .mt-fl-3,
  .my-fl-3 {
    margin-top: 1rem !important;
  }
  .mr-fl-3,
  .mx-fl-3 {
    margin-right: 1rem !important;
  }
  .mb-fl-3,
  .my-fl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-fl-3,
  .mx-fl-3 {
    margin-left: 1rem !important;
  }
  .m-fl-4 {
    margin: 1.5rem !important;
  }
  .mt-fl-4,
  .my-fl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-fl-4,
  .mx-fl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-fl-4,
  .my-fl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-fl-4,
  .mx-fl-4 {
    margin-left: 1.5rem !important;
  }
  .m-fl-5 {
    margin: 3rem !important;
  }
  .mt-fl-5,
  .my-fl-5 {
    margin-top: 3rem !important;
  }
  .mr-fl-5,
  .mx-fl-5 {
    margin-right: 3rem !important;
  }
  .mb-fl-5,
  .my-fl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-fl-5,
  .mx-fl-5 {
    margin-left: 3rem !important;
  }
  .p-fl-0 {
    padding: 0 !important;
  }
  .pt-fl-0,
  .py-fl-0 {
    padding-top: 0 !important;
  }
  .pr-fl-0,
  .px-fl-0 {
    padding-right: 0 !important;
  }
  .pb-fl-0,
  .py-fl-0 {
    padding-bottom: 0 !important;
  }
  .pl-fl-0,
  .px-fl-0 {
    padding-left: 0 !important;
  }
  .p-fl-1 {
    padding: 0.25rem !important;
  }
  .pt-fl-1,
  .py-fl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-fl-1,
  .px-fl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-fl-1,
  .py-fl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-fl-1,
  .px-fl-1 {
    padding-left: 0.25rem !important;
  }
  .p-fl-2 {
    padding: 0.5rem !important;
  }
  .pt-fl-2,
  .py-fl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-fl-2,
  .px-fl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-fl-2,
  .py-fl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-fl-2,
  .px-fl-2 {
    padding-left: 0.5rem !important;
  }
  .p-fl-3 {
    padding: 1rem !important;
  }
  .pt-fl-3,
  .py-fl-3 {
    padding-top: 1rem !important;
  }
  .pr-fl-3,
  .px-fl-3 {
    padding-right: 1rem !important;
  }
  .pb-fl-3,
  .py-fl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-fl-3,
  .px-fl-3 {
    padding-left: 1rem !important;
  }
  .p-fl-4 {
    padding: 1.5rem !important;
  }
  .pt-fl-4,
  .py-fl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-fl-4,
  .px-fl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-fl-4,
  .py-fl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-fl-4,
  .px-fl-4 {
    padding-left: 1.5rem !important;
  }
  .p-fl-5 {
    padding: 3rem !important;
  }
  .pt-fl-5,
  .py-fl-5 {
    padding-top: 3rem !important;
  }
  .pr-fl-5,
  .px-fl-5 {
    padding-right: 3rem !important;
  }
  .pb-fl-5,
  .py-fl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-fl-5,
  .px-fl-5 {
    padding-left: 3rem !important;
  }
  .m-fl-n1 {
    margin: -0.25rem !important;
  }
  .mt-fl-n1,
  .my-fl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-fl-n1,
  .mx-fl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-fl-n1,
  .my-fl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-fl-n1,
  .mx-fl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-fl-n2 {
    margin: -0.5rem !important;
  }
  .mt-fl-n2,
  .my-fl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-fl-n2,
  .mx-fl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-fl-n2,
  .my-fl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-fl-n2,
  .mx-fl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-fl-n3 {
    margin: -1rem !important;
  }
  .mt-fl-n3,
  .my-fl-n3 {
    margin-top: -1rem !important;
  }
  .mr-fl-n3,
  .mx-fl-n3 {
    margin-right: -1rem !important;
  }
  .mb-fl-n3,
  .my-fl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-fl-n3,
  .mx-fl-n3 {
    margin-left: -1rem !important;
  }
  .m-fl-n4 {
    margin: -1.5rem !important;
  }
  .mt-fl-n4,
  .my-fl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-fl-n4,
  .mx-fl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-fl-n4,
  .my-fl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-fl-n4,
  .mx-fl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-fl-n5 {
    margin: -3rem !important;
  }
  .mt-fl-n5,
  .my-fl-n5 {
    margin-top: -3rem !important;
  }
  .mr-fl-n5,
  .mx-fl-n5 {
    margin-right: -3rem !important;
  }
  .mb-fl-n5,
  .my-fl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-fl-n5,
  .mx-fl-n5 {
    margin-left: -3rem !important;
  }
  .m-fl-auto {
    margin: auto !important;
  }
  .mt-fl-auto,
  .my-fl-auto {
    margin-top: auto !important;
  }
  .mr-fl-auto,
  .mx-fl-auto {
    margin-right: auto !important;
  }
  .mb-fl-auto,
  .my-fl-auto {
    margin-bottom: auto !important;
  }
  .ml-fl-auto,
  .mx-fl-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: 360px) {
  .text-se-left {
    text-align: left !important;
  }
  .text-se-right {
    text-align: right !important;
  }
  .text-se-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: 1240px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1440px) {
  .text-fl-left {
    text-align: left !important;
  }
  .text-fl-right {
    text-align: right !important;
  }
  .text-fl-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: #00356a !important;
}

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

.text-secondary {
  color: #3286aa !important;
}

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

.text-success {
  color: #51ae32 !important;
}

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

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

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

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

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

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

a.text-danger:hover, a.text-danger:focus {
  color: #ef1327 !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-accent {
  color: #effdd9 !important;
}

a.text-accent:hover, a.text-accent:focus {
  color: #d0f990 !important;
}

.text-foreground {
  color: rgba(0, 53, 106, 0.05) !important;
}

a.text-foreground:hover, a.text-foreground:focus {
  color: rgba(0, 15, 30, 0.05) !important;
}

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

a.text-background:hover, a.text-background:focus {
  color: #d9d9d9 !important;
}

.text-body {
  color: #343a40 !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;
  }
}

.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  /* Prevent artifacts in Mozilla Firefox: */
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

.blueimp-gallery > .slides > .slide > .slide-content {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
}

.blueimp-gallery {
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  display: none;
  direction: ltr;
  -ms-touch-action: none;
  touch-action: none;
}

.blueimp-gallery-carousel {
  position: relative;
  z-index: auto;
  margin: 1em auto;
  /* Set the carousel width/height ratio to 16/9: */
  padding-bottom: 56.25%;
  box-shadow: 0 0 10px #000;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.blueimp-gallery-display {
  display: block;
  opacity: 1;
}

.blueimp-gallery > .slides {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.blueimp-gallery-carousel > .slides {
  position: absolute;
}

.blueimp-gallery > .slides > .slide {
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.blueimp-gallery > .slides > .slide-loading {
  background: url("/scripts/libs/blueimp//img/loading.gif") center no-repeat;
  background-size: 64px 64px;
}

.blueimp-gallery > .slides > .slide-loading > .slide-content {
  opacity: 0;
}

.blueimp-gallery > .slides > .slide-error {
  background: url("/scripts/libs/blueimp/img/error.png") center no-repeat;
}

.blueimp-gallery > .slides > .slide-error > .slide-content {
  display: none;
}

.blueimp-gallery > .prev,
.blueimp-gallery > .next {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -23px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 2px #000;
  text-align: center;
  background: #222;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  cursor: pointer;
  display: none;
}

.blueimp-gallery > .next {
  left: auto;
  right: 15px;
}

.blueimp-gallery > .close,
.blueimp-gallery > .title {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0 40px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: 0.8;
  display: none;
}

.blueimp-gallery > .close {
  padding: 15px;
  right: 15px;
  left: auto;
  margin: -15px;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
}

.blueimp-gallery > .play-pause {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 15px;
  height: 15px;
  background: url("/scripts/libs/blueimp/img/play-pause.png") 0 0 no-repeat;
  cursor: pointer;
  opacity: 0.5;
  display: none;
}

.blueimp-gallery-playing > .play-pause {
  background-position: -15px 0;
}

.blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .close,
.blueimp-gallery-controls > .title,
.blueimp-gallery-controls > .play-pause {
  display: flex;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.blueimp-gallery-single > .prev,
.blueimp-gallery-left > .prev,
.blueimp-gallery-single > .next,
.blueimp-gallery-right > .next,
.blueimp-gallery-single > .play-pause {
  display: none;
}

.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .play-pause {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.blueimp-gallery > .prev:hover,
.blueimp-gallery > .next:hover,
.blueimp-gallery > .close:hover,
.blueimp-gallery > .title:hover,
.blueimp-gallery > .play-pause:hover {
  color: #fff;
  opacity: 1;
}

/* Replace PNGs with SVGs for capable browsers (excluding IE<9) */
body:last-child .blueimp-gallery > .slides > .slide-error {
  background-image: url("/scripts/libs/blueimp/img/error.svg");
}

body:last-child .blueimp-gallery > .play-pause {
  width: 20px;
  height: 20px;
  background-size: 40px 20px;
  background-image: url("/scripts/libs/blueimp/img/play-pause.svg");
}

body:last-child .blueimp-gallery-playing > .play-pause {
  background-position: -20px 0;
}

/* IE7 fixes */
* + html .blueimp-gallery > .slides > .slide {
  min-height: 300px;
}

* + html .blueimp-gallery > .slides > .slide > .slide-content {
  position: relative;
}

/* Indicators */
.blueimp-gallery > .indicator {
  position: absolute;
  top: auto;
  right: 15px;
  bottom: 15px;
  left: 15px;
  margin: 0 40px;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 10px;
  display: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.blueimp-gallery > .indicator > li {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 6px 3px 0 3px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid transparent;
  background: #ccc;
  background: rgba(255, 255, 255, 0.25) center no-repeat;
  border-radius: 5px;
  box-shadow: 0 0 2px #000;
  opacity: 0.5;
  cursor: pointer;
}

/* IE7 fixes */
* + html .blueimp-gallery > .indicator > li {
  display: inline;
}

.blueimp-gallery > .indicator > li:hover,
.blueimp-gallery > .indicator > .active {
  background-color: #fff;
  border-color: #fff;
  opacity: 1;
}

.blueimp-gallery > .indicator > li:after {
  opacity: 0;
  display: block;
  position: absolute;
  content: '';
  top: -5em;
  width: 75px;
  height: 75px;
  transition: transform 600ms ease-out, opacity 400ms ease-out;
  transform: translateX(-50%) translateY(0) translateZ(0px);
  pointer-events: none;
}

.blueimp-gallery > .indicator > li:hover:after {
  opacity: 1;
  border-radius: 50%;
  background: inherit;
  transform: translateX(-50%) translateY(-5px) translateZ(0px);
  background-size: cover;
}

.blueimp-gallery > .indicator > .active:after {
  display: none;
}

.blueimp-gallery-controls > .indicator {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.blueimp-gallery-single > .indicator {
  display: none;
}

/* Video */
.blueimp-gallery > .slides > .slide > .video-content > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  /* Prevent artifacts in Mozilla Firefox: */
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

.blueimp-gallery > .slides > .slide > .video-content > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.blueimp-gallery > .slides > .slide > .video-content > iframe {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.blueimp-gallery > .slides > .slide > .video-playing > iframe {
  top: 0;
}

.blueimp-gallery > .slides > .slide > .video-content > a {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -64px auto 0;
  width: 128px;
  height: 128px;
  background: url("/scripts/libs/blueimp/img/video-play.png") center no-repeat;
  opacity: 0.8;
  cursor: pointer;
}

.blueimp-gallery > .slides > .slide > .video-playing > a,
.blueimp-gallery > .slides > .slide > .video-playing > img {
  display: none;
}

.blueimp-gallery > .slides > .slide > .video-playing > video {
  display: block;
}

.blueimp-gallery > .slides > .slide > .video-loading > a {
  background: url("/scripts/libs/blueimp/img/loading.gif") center no-repeat;
  background-size: 64px 64px;
}

/* IE7 fixes */
* + html .blueimp-gallery > .slides > .slide > .video-content {
  height: 100%;
}

* + html .blueimp-gallery > .slides > .slide > .video-content > a {
  left: 50%;
  margin-left: -64px;
}

.blueimp-gallery > .slides > .slide > .video-content > a:hover {
  opacity: 1;
}

/* Replace PNGs with SVGs for capable browsers (excluding IE<9) */
body:last-child .blueimp-gallery > .slides > .slide > .video-content:not(.video-loading) > a {
  background-image: url("/scripts/libs/blueimp/img/video-play.svg");
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.slide-enter, .slide-leave-to {
  transform: scaleY(0);
}

.image-block {
  margin-bottom: 1rem;
}

.image-block a {
  border-bottom: 0;
}

.image-block a:hover {
  border-bottom: 0;
}

.image-block .image {
  max-height: 10rem;
  object-position: center;
}

@media (min-width: 768px) {
  .image-block .image {
    max-height: 18rem;
    max-width: 90%;
  }
}

.image-block .image-desc {
  margin-top: 0.25rem;
}

.image-block .image-comment {
  display: block;
}

.image-block .image-author {
  display: inline-block;
  font-size: 80%;
  color: #6c757d;
}

.image-block .image-author.has-source {
  position: relative;
  margin-right: 0.5rem;
}

.image-block .image-author.has-source:before {
  content: '/';
  position: absolute;
  right: -10px;
  top: 0;
}

.image-block .image-source {
  display: inline-block;
  font-size: 80%;
  color: #6c757d;
  transition: all 0.2s ease-in-out;
}

.image-block .image-source:hover {
  cursor: pointer;
  color: #00356a;
}

.video-block iframe {
  width: 700px;
  height: 450px;
  object-position: center;
}

.images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0.5rem;
  list-style: none;
  padding: 0px;
  max-width: 100% !important;
  padding-left: 0 !important;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .images {
    grid-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 2rem;
  }
}

@media (min-width: 1240px) {
  .images {
    grid-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 2rem;
  }
}

.images li {
  padding: 0 !important;
  margin: 0 !important;
  opacity: 0.75;
  transition: all ease 0.2s;
}

.images li:hover {
  opacity: 1;
  transform: scale(1.05);
  z-index: 2;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.images a {
  display: block;
  border-bottom: 0;
  padding: 50px;
}

.images a .image-item {
  display: inline-block;
  width: 100%;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 320px) {
  .images a {
    padding: 10px;
  }
}

@media (min-width: 767px) {
  .images a {
    padding: 50px;
  }
}

img {
  max-width: 100%;
  object-fit: cover;
}

ul, dl {
  padding-left: 1.25rem;
}

ol {
  padding-left: 1rem;
}

ol li {
  padding-left: 0.25rem;
}

iframe {
  max-width: 100%;
}

body {
  height: 100%;
  overflow-x: hidden;
  overflow-anchor: none;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

.main-grid {
  display: flex;
  flex-direction: column;
  height: 100%;
}

a {
  transition: all 0.2s ease-in-out;
}

a.notlink {
  color: inherit;
  transition: all 0.2s ease-in-out;
}

a.notlink:hover {
  color: #00356a;
}

.form label {
  font-weight: 600;
  cursor: pointer;
}

.form .required-icon {
  color: #f45b69;
}

.form .is-invalid ~ .input-error {
  color: #f45b69;
  margin-top: 0.25rem;
  display: block !important;
}

.form .is-valid ~ .input-error {
  display: none;
}

.form textarea {
  resize: none;
}

.slick-slider .slick-slide {
  outline: none;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
  z-index: 1000;
  border-radius: 50%;
  position: absolute;
  bottom: 1rem;
  font-size: 0;
  width: 35px;
  height: 35px;
  border: none;
  background: #3896be;
  outline: none;
}

.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
  background: #00356a;
}

.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  content: "<<";
  font-size: 0.5rem;
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slick-slider .slick-prev {
  left: 10%;
}

.slick-slider .slick-next {
  right: 10%;
  transform: rotate(180deg);
}

.slick-slider .slick-dots {
  list-style: none;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 1rem;
  text-align: center;
  font-size: 0;
  z-index: 999;
}

.slick-slider .slick-dots li {
  display: inline-block;
  padding: 0 0.25rem;
  outline: none;
}

.slick-slider .slick-dots li.slick-active button, .slick-slider .slick-dots li:hover button {
  background: #00356a;
}

.slick-slider .slick-dots li button {
  width: 15px;
  height: 15px;
  background: #ced4da;
  border-radius: 50%;
  border: none;
}

.map {
  display: flex;
  height: 400px;
}

.colored-list {
  padding: 0;
}

.colored-list li {
  margin-bottom: 0.5rem;
}

.colored-list li:before {
  display: none;
}

.colored-list li a {
  display: block;
  padding: 0.5rem 1rem;
  border-bottom: none;
  border: 1px solid #3286aa;
  font-weight: 500;
}

.colored-list li a:hover {
  border: 1px solid #3286aa;
  color: #fff;
  background: #3286aa;
}

.pointer-none {
  pointer-events: none;
}

blockquote {
  background: #e4f1f7;
  padding: 1rem;
  font-weight: 500;
}

#videoList.slick-slider {
  margin: 0;
  display: block;
  width: 100%;
  /*.slick-arrow {
    position: absolute;
    top: 4rem;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: $secondary;
    opacity: 0.8;
    z-index: 2;
    color: $white;
    border: none;
    transition: $transition-base;
    outline: none;
    @include media-breakpoint-up(md) {
      width: 70px;
      height: 70px;
      top: 4.75rem;
    }
    &:hover {
      opacity: 1;
    }
    &.slick-prev {
      left: 1rem;
      @include media-breakpoint-up(md) {
        left: 2rem;
      }
    }
    &.slick-next {
      right: 1rem;
      @include media-breakpoint-up(md) {
        right: 2rem;
      }
    }
  }*/
}

@media (min-width: 768px) {
  #videoList.slick-slider {
    margin: 0 -0.5rem;
  }
}

#videoList.slick-slider .slick-slide {
  margin: 0;
}

@media (min-width: 768px) {
  #videoList.slick-slider .slick-slide {
    margin: 1rem 0.5rem;
  }
}

.menu__back i {
  display: inline-block;
  background: url(/content/icons/arrow-left.svg) 0 0 no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
}

/* Remove default padding */
ul[class],
ol[class] {
  list-style: none;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select,
  textarea,
  input {
    font-size: 16px;
  }
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}

[v-cloak] > * {
  display: none;
}

[v-cloak]::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 10px solid #e9ecef;
  border-radius: 50%;
  border-top: 10px solid #00356a;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

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

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

.multiselect__option {
  display: flex;
  align-items: center;
}

.multiselect__option img {
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 0.5rem;
  object-fit: cover;
  object-position: top;
  border-radius: 50%;
}

/* Bootstrap */
.tooltip {
  font-size: 80%;
  line-height: 1.25;
  text-align: left;
}

.tooltip .tooltop-inner {
  min-width: 280px;
  text-align: left;
}

.tooltip ul, .tooltip ol {
  padding-left: 0.5rem;
  margin-bottom: 0.25rem;
  text-align: left;
}

.tooltip p {
  margin-bottom: 0.25rem;
  text-align: left;
}

.dropdown-menu {
  font-size: inherit;
}

:root {
  font-size: 23px;
}

@media (min-width: 768px) {
  :root {
    font-size: 26px;
  }
}

body {
  font-size: 14px;
  line-height: 1rem;
}

@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

h1, .h1 {
  margin-bottom: 1.25rem;
  font-size: 2.64286em;
  line-height: 1.24324em;
}

@media (min-width: 768px) {
  h1, .h1 {
    margin-bottom: 1.5rem;
    font-size: 2.625em;
    line-height: 1.2381em;
  }
}

h2, .h2 {
  margin-bottom: 1rem;
  font-size: 1.64286em;
  line-height: 1.25em;
}

@media (min-width: 768px) {
  h2, .h2 {
    margin-bottom: 1.25rem;
    font-size: 1.625em;
    line-height: 1.25em;
  }
}

h3, .h3 {
  margin-bottom: 0.75rem;
  font-size: 1.28571em;
  line-height: 1.27778em;
}

@media (min-width: 768px) {
  h3, .h3 {
    margin-bottom: 1rem;
    font-size: 1.25em;
    line-height: 1.3em;
  }
}

h4, .h4 {
  margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
  h4, .h4 {
    margin-bottom: 1rem;
  }
}

h5, .h5 {
  margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
  h5, .h5 {
    margin-bottom: 1rem;
  }
}

h6, .h6 {
  margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
  h6, .h6 {
    margin-bottom: 1rem;
  }
}

.icon:after {
  content: " ";
  width: 0.5rem;
  height: 0.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
}

.icon.icon-check:after {
  background-image: url("/Content/icons/check.svg");
}

.icon.icon-pen:after {
  background-image: url("/Content/icons/pen.svg");
}

.icon.icon-arrow-right:after {
  background-image: url("/Content/icons/arrow-right.svg");
}

.icon.icon-arrow-left-white:after {
  background-image: url("/Content/icons/arrow-left-white.svg");
}

.icon-contact {
  height: 25px;
  width: 25px;
  fill: #00356a;
}

.fa-chevron-left {
  background-image: url(/content/images/icons/chevron-left.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 15px;
  width: 15px;
  display: inline-block;
}

.fa-chevron-right {
  background-image: url(/content/images/icons/chevron-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 15px;
  width: 15px;
  display: inline-block;
}

.icon-bot {
  height: 40px;
}

*:target::before {
  content: ” “;
  display: block;
  height: 78px;
  margin-top: -78px;
}

.site-main {
  background-color: #fff;
}

.content-links {
  background-color: rgba(0, 53, 106, 0.05);
  padding: 1rem;
  margin-bottom: 1rem;
}

.content-links .content-links-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.content-links .content-links-list li {
  display: inline-block;
  padding: 0 0.5rem;
  width: 49%;
  vertical-align: top;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .content-links .content-links-list li {
    padding: 0 1rem;
    width: 30%;
  }
}

.content-links .content-links-list li:before {
  display: none;
}

.canvas-header {
  position: relative;
  padding: 1rem 0;
  background-color: rgba(0, 53, 106, 0.05);
}

@media (min-width: 768px) {
  .canvas-header {
    padding: 2rem 0;
    min-height: 350px;
  }
}

@media (min-width: 992px) {
  .canvas-header {
    padding: 2rem 0;
  }
}

.canvas-header.inverted {
  background: rgba(0, 53, 106, 0.05);
  color: #fff;
}

.canvas-header.inverted .custom-breadcrumbs .breadcrumbs-list .breadcrumbs-item .breadcrumbs-link {
  color: #fff;
}

.canvas-header .title {
  position: relative;
  z-index: 2;
  padding: 1rem 0.5rem;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

@media (min-width: 768px) {
  .canvas-header .title {
    padding: 1.5rem 2rem;
  }
}

.canvas-header .title h1 {
  display: inline-block;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  font-weight: 600;
}

.canvas-header .title .desc {
  font-weight: 500;
  font-size: 1.5em;
  line-height: normal;
}

.canvas-header .subtitle {
  position: relative;
  z-index: 2;
  margin-top: 1rem;
}

.canvas-title {
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .canvas-title {
    margin-bottom: 2rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
  }
}

article header {
  margin-bottom: 1.25rem;
}

article header .comment {
  margin-bottom: 1rem;
}

article ul {
  list-style: none;
}

article ul li {
  position: relative;
}

article ul li:before {
  content: "";
  position: absolute;
  left: -0.75rem;
  top: 0.5rem;
  transform: translateY(-3px);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #00356a;
}

article a {
  border-bottom: 1px dashed #00356a;
  transition: all 0.2s ease-in-out;
}

article a:hover {
  color: #3286aa;
  border-bottom: 1px dashed #3286aa;
}

article footer {
  margin-top: 2rem;
}

.canvas {
  background: #fff;
  padding: 1rem 0;
}

@media (min-width: 768px) {
  .canvas {
    padding: 1.5rem 0;
  }
}

.canvas.transparent {
  background-color: transparent;
}

.canvas .content {
  padding: 0.5rem 0;
}

@media (min-width: 768px) {
  .canvas .content {
    padding: 1rem 0;
  }
}

.canvas .content .content-comment {
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .canvas .content .content-comment {
    margin-bottom: 1rem;
  }
}

.canvas .content .content-meta {
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .canvas .content .content-meta {
    margin-bottom: 1rem;
  }
}

@media (min-width: 992px) {
  .canvas .content.has-sidebar {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 2rem;
  }
}

.canvas .content.has-sidebar article, .canvas .content.has-sidebar main {
  grid-column: 1 / 9;
}

.canvas .content.has-sidebar aside {
  display: none;
}

@media (min-width: 992px) {
  .canvas .content.has-sidebar aside {
    display: block;
    grid-column: 9 / 13;
  }
}

.canvas.default header .caption {
  position: relative;
}

@media (min-width: 992px) {
  .canvas.default header .caption {
    max-width: 95%;
  }
}

.canvas.darken {
  background: rgba(0, 53, 106, 0.05);
}

.canvas.darken .content {
  background: initial;
}

.canvas.mobile {
  display: block;
}

@media (min-width: 992px) {
  .canvas.mobile {
    display: none;
  }
}

.canvas.sticky {
  overflow: initial;
}

.canvas.fullwidth, .canvas.fullscreen {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-top: 0;
}

.canvas.fullwidth .content, .canvas.fullscreen .content {
  padding-top: 0;
}

.canvas.fullwidth .content.has-sidebar aside, .canvas.fullscreen .content.has-sidebar aside {
  margin-top: 22rem;
}

.canvas.fullwidth article header, .canvas.fullscreen article header {
  position: relative;
  height: 20rem;
  color: #fff;
}

.canvas.fullwidth article header .comment, .canvas.fullscreen article header .comment {
  margin-bottom: 0;
}

.canvas.fullwidth article header img, .canvas.fullscreen article header img {
  display: none;
}

.canvas.fullwidth article header .fullwidth-image, .canvas.fullscreen article header .fullwidth-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  background-color: #00356a;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 72%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.canvas.fullwidth article header .fullwidth-image.parallax, .canvas.fullscreen article header .fullwidth-image.parallax {
  background-attachment: fixed;
}

.canvas.fullwidth article header .fullwidth-image:before, .canvas.fullscreen article header .fullwidth-image:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.4);
}

.canvas.fullwidth article header .header-desc, .canvas.fullscreen article header .header-desc {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  height: 100%;
}

.canvas.fullwidth article header .btn-back, .canvas.fullscreen article header .btn-back {
  position: absolute;
  top: 5rem;
  color: #fff;
  border-bottom: 0;
  opacity: .8;
}

.canvas.fullwidth article header .btn-back:hover, .canvas.fullscreen article header .btn-back:hover {
  opacity: 1;
}

.canvas.fullwidth article header .btn-back:hover .btn-back_icon, .canvas.fullscreen article header .btn-back:hover .btn-back_icon {
  left: -1.25rem;
}

.canvas.fullwidth article header .btn-back:hover .btn-back_icon:before, .canvas.fullscreen article header .btn-back:hover .btn-back_icon:before {
  box-shadow: 3px -3px #fff inset;
}

.canvas.fullwidth article header .btn-back_icon, .canvas.fullscreen article header .btn-back_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1rem;
  width: 0.5rem;
  height: 0.5rem;
  transition: all 0.2s ease-in-out;
}

.canvas.fullwidth article header .btn-back_icon:before, .canvas.fullscreen article header .btn-back_icon:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: 2px -2px #fff inset;
  border: 0;
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}

.canvas.fullscreen {
  height: 100vh;
  padding: 0;
}

.canvas.fullscreen.person .content-wrapper {
  align-items: flex-end;
  padding-bottom: 2rem;
}

.canvas.fullscreen.person .person-info {
  position: absolute;
  bottom: 15%;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  font-weight: 700;
  font-size: 1.625em;
  line-height: 1.25em;
}

@media (min-width: 768px) {
  .canvas.fullscreen.person .person-info {
    font-size: 2.625em;
    line-height: 1.2381em;
  }
}

.canvas.fullscreen.person .person-info .first-name {
  position: absolute;
  top: -2rem;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.25rem 0.5rem;
  color: #343a40;
}

@media (min-width: 768px) {
  .canvas.fullscreen.person .person-info .first-name {
    top: -3rem;
  }
}

.canvas.fullscreen.person .person-info .last-name {
  background-color: rgba(0, 53, 106, 0.7);
  padding: 0.25rem 0.5rem;
}

.canvas.fullscreen .canvas-image {
  height: 100%;
}

.canvas.fullscreen .canvas-image img {
  width: 100%;
  height: 100%;
}

.canvas.fullscreen .content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.canvas.fullscreen .content {
  padding: 0;
  color: #fff;
}

.canvas-bg .canvas {
  background: none;
}

.show-more {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

@media (min-width: 992px) {
  .show-more {
    margin-top: 3rem;
  }
}

.rev_slider.overlayed .rs-fullvideo-cover,
.rev_slider.overlayed .slotholder:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  /* black overlay with 50% transparency */
  background: rgba(0, 0, 0, 0.5);
  z-index: 100 !important;
}

.widget-bot {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: none;
}

.widget-bot.fixed {
  display: block;
}

@media (min-width: 992px) {
  .widget-bot.fixed {
    display: none;
  }
}

.widget-bot .widget-bot-btn {
  transition: 1s;
}

.widget-bot .widget-bot-btn-hidden {
  transform: rotate(180deg);
  transition: 1s;
}

.widget-bot .bottom-menu {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
  opacity: 1;
  padding: 0.5rem 0;
  transition: 1s;
  width: 100%;
  z-index: 3;
}

.widget-bot .bottom-menu.h-0 {
  height: 0;
  opacity: 0;
  padding: 0;
  transition: 1s;
}

.widget-bot .bottom-menu-items {
  display: flex;
  justify-content: space-around;
  color: #00356a;
}

.widget-bot .bottom-menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
}

.widget-bot .bottom-menu-item .icon-bot-menu {
  height: 30px;
  width: 30px;
  fill: #00356a;
}

.widget-bot .panel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  background: #fff;
  height: 100%;
  min-height: 150px;
  display: none;
  flex-direction: column;
  align-items: center;
  margin-bottom: -40px;
  padding: 15px;
}

.widget-bot .panel.active {
  display: flex;
  border-bottom: 1px solid #00356a63;
  border-top: 1px solid #00356a63;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 53, 106, 0.2);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 53, 106, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(0, 53, 106, 0.2);
}

.widget-bot .panel .title {
  font-size: 20px;
  font-weight: 700;
}

.widget-bot .panel .panel-items {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 30px;
}

.widget-bot .panel .panel-item {
  min-width: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.widget-bot .panel .panel-item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 0.75rem;
}

.widget-bot .panel .panel-item-img .panel-icon {
  height: 30px;
  width: 30px;
}

.widget-bot .btn-panel {
  color: #fff;
  background-color: #000;
}

#search-open {
  background-color: transparent !important;
}

.site-header {
  display: flex;
  flex-direction: column-reverse;
  flex: 0 0 auto;
  background-color: #fff;
}

@media (min-width: 992px) {
  .site-header {
    flex-direction: column;
  }
}

.site-header.fixed {
  padding-bottom: 51.6px;
}

.site-header.fixed .site-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}

.site-header.inverted {
  background-color: transparent;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.02) 100%);
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.site-header.inverted .contact-link:hover {
  background: #f44336;
  transition: 1s;
}

.site-header.inverted .contact-link .icon-color {
  fill: #3286aa;
}

@media (min-width: 992px) {
  .site-header.inverted .contact-link .icon-color {
    fill: #fff;
  }
}

.site-header.inverted .icon-color {
  fill: #3286aa;
}

@media (min-width: 992px) {
  .site-header.inverted .icon-color {
    fill: #fff;
  }
}

.site-header.inverted.fixed .site-nav {
  position: fixed;
  top: 0;
  width: 100%;
  background: #e9ecef;
}

.site-header.inverted.fixed .site-nav a {
  color: #fff;
}

.site-header.inverted.fixed .site-nav a:hover {
  color: #00356a;
}

.site-header.inverted.fixed .icon-color {
  fill: #000;
}

.site-header.inverted .site-info {
  order: 2;
}

.site-header.inverted .site-logo .logo-title {
  color: #fff;
}

.site-header.inverted a {
  color: #fff;
}

.site-header.inverted .site-nav {
  background: #e9ecef;
  box-shadow: none;
  order: 1;
}

.site-header.inverted .site-nav .menu-link {
  color: #fff;
  opacity: 0.8;
}

.site-header.inverted .site-nav .menu-link:hover, .site-header.inverted .site-nav .menu-link.active {
  background: none;
  opacity: 1;
}

.site-header.inverted .site-nav .header-search {
  background: none;
  /* color: $white; */
  outline: none;
}

.site-header.inverted .site-nav .header-search:hover {
  opacity: 1;
}

.site-header.clinic-header-1 {
  display: flex;
  align-items: stretch;
  padding: 0.25rem;
}

@media (min-width: 768px) {
  .site-header.clinic-header-1 {
    padding: 0.5rem 1rem;
  }
}

@media (min-width: 1240px) {
  .site-header.clinic-header-1 {
    padding: 0 1rem;
  }
}

.site-header.clinic-header-1.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
}

.site-header.clinic-header-1.transparent {
  background: transparent;
  box-shadow: none;
}

.site-header.clinic-header-1.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  z-index: 1030;
}

.site-header.clinic-header-1.is-sticky .site-logo .logo-icon {
  max-width: 90px;
}

@media (min-width: 576px) {
  .site-header.clinic-header-1.is-sticky .site-logo .logo-icon {
    max-width: 120px;
  }
}

.site-header.clinic-header-1.is-sticky .site-nav .main-menu .menu-link {
  padding: 0.75rem 0.5rem;
}

.site-info .site-info__wrapper {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
}

@media (min-width: 992px) {
  .site-info .site-info__wrapper {
    flex-flow: row;
    padding: 0.5rem 0;
  }
}

.site-logo {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .site-logo {
    margin-bottom: 0;
  }
}

.site-logo .logo-icon {
  display: flex;
  max-width: 60px;
  height: 100%;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 576px) {
  .site-logo .logo-icon {
    max-width: 90px;
  }
}

@media (min-width: 1240px) {
  .site-logo .logo-icon {
    padding: 0.25rem 0;
  }
}

.site-logo .logo-icon img {
  object-fit: contain;
}

.site-logo .logo-title {
  margin-left: 0.75rem;
  font-size: 0.9em;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 700;
  color: #00356a;
}

@media (min-width: 576px) {
  .site-logo .logo-title {
    font-size: 1.28571em;
    line-height: 1.27778em;
  }
}

@media (min-width: 992px) {
  .site-logo .logo-title {
    font-size: 1.625em;
    line-height: 1.25em;
  }
}

.site-logo .logo-title .logo-descr {
  text-transform: none;
  font-size: 0.8125em;
  line-height: 1.5em;
  margin-top: 0.25rem;
}

@media (min-width: 576px) {
  .site-logo .logo-title .logo-descr {
    margin-top: 0;
  }
}

.site-address {
  margin-bottom: 0.75rem;
}

@media (min-width: 992px) {
  .site-address {
    margin-bottom: 0;
  }
}

.site-address .address {
  font-weight: 500;
  margin-bottom: 0.25rem;
}

.site-address .working-time {
  font-weight: 500;
  margin-bottom: 0.25rem;
}

.site-address .scheme {
  font-weight: 500;
  text-decoration: underline;
}

.site-nav {
  background: #e9ecef;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.site-nav .navbar-nav ul {
  padding: 0.5rem;
}

.site-nav .navbar-nav > li > a {
  text-transform: uppercase;
  color: #343a40 !important;
  transition: background .2s ease-in-out;
  font-weight: 700;
}

.site-nav .navbar-nav > li:hover > a {
  color: #fff !important;
  background: #3286aa;
}

.site-nav .menu-header .dropdown-item {
  white-space: normal;
  color: #fff;
  font-size: 1.25em;
  line-height: 1.3em;
  font-weight: 700;
}

.site-nav .menu-header .dropdown-item:hover {
  color: #95c9e0;
  text-decoration: none;
  background-color: transparent;
}

.site-nav .submenu {
  padding: 0;
}

.site-nav .submenu .submenu-item {
  display: block;
  padding: 0.25rem 0;
}

.site-nav .submenu .submenu-item .submenu-link {
  color: #fff;
  font-weight: 500;
}

.site-nav .submenu .submenu-item .submenu-link:hover {
  color: #95c9e0;
}

.site-nav .submenu .submenu-item .submenu-link.selected {
  background: #fff;
  color: #3286aa;
  padding: 5px;
}

.site-nav .submenu .submenu-item .submenu-link.title {
  display: block;
  font-size: 1.25em;
  line-height: 1.3em;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.site-nav .nav-item.dropdown.full-width {
  position: static;
}

.site-nav .menu-header .dropdown-item {
  padding: 0.25rem 0.5rem;
}

.site-nav .navbar-light.bg-light {
  background-color: #e9ecef !important;
}

.site-phone {
  margin-bottom: 0.5rem;
  font-size: 1.64286em;
  line-height: 1.25em;
  font-weight: 700;
}

@media (min-width: 768px) {
  .site-phone {
    font-size: 1.625em;
    line-height: 1.25em;
    margin-bottom: 0;
  }
}

.working-hours {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

@media (min-width: 768px) {
  .working-hours {
    justify-content: flex-end;
  }
}

.working-hours .day,
.working-hours .time {
  display: flex;
  flex-flow: column nowrap;
}

.working-hours .day {
  font-weight: 500;
  margin-right: 5px;
  text-align: right;
}

.site-contacts {
  display: none;
}

@media (min-width: 1440px) {
  .site-contacts {
    display: block;
  }
}

.mail_name {
  text-decoration: underline;
  font-weight: 700;
}

.main-contacts {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 1rem;
  list-style: none;
}

.main-contacts .contact-item {
  display: flex;
}

.main-contacts .contact-link {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
  color: #fff;
  width: 45px;
  height: 45px;
  /* margin: 0 0.25rem; */
}

.main-contacts .contact-link:hover {
  background: #00356a;
  transition: 1s;
}

.dropdown-menu {
  border-radius: 0px;
  border: none;
  background: #3286aa;
  margin: 0px;
}

.dropdown-item {
  padding: 5px;
  display: block;
  color: #fff;
  font-weight: 500;
}

.dropdown-item:hover {
  color: #95c9e0;
  background-color: transparent;
}

.dropdown-item.selected {
  background: #fff;
  color: #3286aa;
  padding: 5px;
}

.nav-item.dropdown.full-width .dropdown-menu {
  width: 100%;
  overflow: auto;
  height: 90vh;
}

.menu-header .submenu-link {
  display: inline-block;
  color: #fff;
  margin-bottom: 0.5rem;
}

.widget-area_wrapper {
  padding: 1rem;
  background-color: rgba(0, 53, 106, 0.05);
}

.widget-area:not(:last-child) {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 3px dashed #e9ecef;
}

.widget-area .area-caption {
  margin-bottom: 1rem;
}

.widget-area .show-more {
  margin-top: 1.5rem;
}

aside .widget-area .person-list .item-img {
  height: 150px;
}

aside .widget-area .person-list .item-content {
  padding: 0.25rem 1rem;
}

aside .widget-area .person-list .item-comment {
  display: none;
}

.site-footer {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  background-color: whitesmoke;
}

.site-footer.inverted {
  color: #fff;
}

.site-footer.inverted .tree-navigation .tree-list .tree-item .tree-link {
  color: rgba(255, 255, 255, 0.8);
}

.site-footer.inverted .tree-navigation .tree-list .tree-item .tree-link:hover {
  color: #3286aa;
}

.site-footer.inverted .site-add-info .contacts .link {
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.site-footer.inverted .site-add-info .contacts .link:hover {
  color: #3286aa;
}

.site-footer.inverted .site-add-info .contacts .link .phone-number:before {
  content: none;
}

.site-footer .grid-container {
  display: flex;
  flex-flow: column;
  padding: 2rem 0;
}

@media (min-width: 992px) {
  .site-footer .grid-container {
    flex-flow: row;
    align-items: flex-start;
    padding: 2.75rem 0;
  }
}

.site-footer .site-logo {
  margin-bottom: 1rem;
  font-size: 0.6em;
}

@media (min-width: 1440px) {
  .site-footer .site-logo {
    font-size: initial;
  }
}

.site-footer .site-logo .logo {
  width: 90px;
  min-width: 90px;
}

@media (min-width: 992px) {
  .site-footer .site-logo .logo-descr {
    white-space: nowrap;
  }
}

.site-footer .tree-navigation {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(200px, 1fr));
  grid-row-gap: 1rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .site-footer .tree-navigation {
    grid-row-gap: 2rem;
    grid-column-gap: 1rem;
    grid-template-columns: repeat(2, minmax(200px, 1fr));
  }
}

@media (min-width: 992px) {
  .site-footer .tree-navigation {
    margin-bottom: 0 !important;
    margin-top: 0;
  }
}

.site-footer .tree-navigation .tree-column_title {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: #00356a;
  margin-bottom: 0.5rem;
  font-size: 1.28571em;
  line-height: 1.27778em;
}

@media (min-width: 768px) {
  .site-footer .tree-navigation .tree-column_title {
    font-size: 1.25em;
    line-height: 1.3em;
  }
}

.site-footer .tree-navigation .tree-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.site-footer .tree-navigation .tree-list .tree-item:not(:last-child) {
  margin-bottom: 0.5rem;
}

.site-footer .tree-navigation .tree-list .tree-item .tree-link {
  display: block;
  color: #00356a;
  transition: all 0.2s ease-in-out;
}

.site-footer .tree-navigation .tree-list .tree-item .tree-link:hover {
  color: #3286aa;
}

.site-footer .main-logo {
  margin-right: 3rem;
  margin-top: -0.75rem;
}

.site-footer .main-logo .logo {
  display: block;
}

.site-footer .main-logo .logo .img {
  max-width: 200px;
}

.site-footer .social-buttons {
  display: flex;
  align-items: center;
  padding-left: 0;
}

.site-footer .site-add-info {
  display: flex;
  flex-flow: column;
}

@media (min-width: 768px) {
  .site-footer .site-add-info {
    margin-right: 2rem;
  }
}

.site-footer .site-add-info .icon {
  display: none;
  margin-right: 0.25rem;
}

.site-footer .site-add-info .contacts-title {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: #00356a;
  margin-bottom: 0.5rem;
  font-size: 1.28571em;
  line-height: 1.27778em;
}

@media (min-width: 768px) {
  .site-footer .site-add-info .contacts-title {
    font-size: 1.25em;
    line-height: 1.3em;
  }
}

.site-footer .site-add-info .contacts {
  display: flex;
  flex-flow: column;
}

@media (min-width: 992px) {
  .site-footer .site-add-info .contacts {
    margin-bottom: 1.25rem;
  }
}

.site-footer .site-add-info .contacts .phone {
  margin-bottom: 0.75rem;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 500;
}

.site-footer .site-add-info .contacts .phone:hover .phone-number:before, .site-footer .site-add-info .contacts .phone:focus .phone-number:before {
  max-width: 100%;
}

.site-footer .site-add-info .contacts .phone:hover .phone-icon, .site-footer .site-add-info .contacts .phone:focus .phone-icon {
  animation: phone-icon 3s infinite;
}

.site-footer .site-add-info .contacts .link {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  white-space: nowrap;
  font-weight: 500;
  font-size: 1.28571em;
  line-height: 1.27778em;
}

@media (min-width: 768px) {
  .site-footer .site-add-info .contacts .link {
    font-size: 1.25em;
    line-height: 1.3em;
  }
}

.site-footer .site-add-info .contacts .link:hover {
  color: #3286aa;
}

.site-footer .site-add-info .contacts .link i {
  margin-right: 0.25rem;
}

.site-footer .site-add-info .address {
  flex-flow: column;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .site-footer .site-add-info .address {
    display: flex;
  }
}

.site-footer .site-add-info .address-item {
  position: relative;
  overflow: hidden;
}

.site-footer .site-add-info .address .location, .site-footer .site-add-info .address .metro {
  display: flex;
  align-items: baseline;
}

.site-footer .site-add-info .address .location {
  white-space: nowrap;
}

.site-footer .site-add-info .social-buttons .icon {
  display: block;
  opacity: 0.8;
  transition: all 0.2s ease-in-out;
}

.site-footer .site-add-info .social-buttons .icon:hover {
  opacity: 1;
}

.site-footer .site-add-info .clinic-cat {
  display: none;
  padding-left: 0;
}

@media (min-width: 768px) {
  .site-footer .site-add-info .clinic-cat {
    display: block;
  }
}

.site-bottom {
  background-color: #00356a;
  font-size: 80%;
  line-height: .75rem;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 2;
}

.site-bottom .grid-container {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding: 0.5rem;
}

@media (min-width: 768px) {
  .site-bottom .grid-container {
    flex-flow: row;
  }
}

.site-bottom .grid-container .copyrights {
  text-align: center;
}

.site-bottom .grid-container .developers {
  text-align: center;
}

.site-bottom .grid-container .developers .medmarketing .logo-link {
  display: inline-block;
  font-weight: 400;
  background: url(/content/images/medmarketing_inv.svg) no-repeat 0 40%;
  padding-left: 18px;
  background-size: 15px 15px;
}

.site-bottom .grid-container .developers .medmarketing .logo-link .part1 {
  color: #dee2e6;
}

.site-bottom .grid-container .developers .medmarketing .logo-link .part2 {
  color: #fff;
}

.footer-bot {
  background: #dee2e6;
  font-weight: 500;
  padding: 1rem 0;
}

.footer-bot .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer-bot .container .footer-bot-link {
  text-decoration: underline;
}

.footer-bot .container .footer-bot-link:hover {
  text-decoration: none;
}

.footer-bot .medmarketing {
  width: 100%;
  font-size: 0.8em;
  text-align: right;
  margin: 1rem 0px;
}

.footer-bot .medmarketing p {
  margin: 0;
}

.footer-bot .medmarketing a {
  text-decoration: none;
}

.footer-bot .medmarketing a:not(.logo-link):hover {
  text-decoration: underline;
}

.footer-bot .medmarketing a.logo-link {
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: normal;
  background: url(/content/images/logo-med.svg) no-repeat left center;
  padding-left: 18px;
  background-size: 15px 15px;
}

.footer-bot .medmarketing .logo-link .part1 {
  color: #028090;
}

.footer-bot .medmarketing .logo-link .part2 {
  color: #f45b69;
}

.userarea-sidebar {
  position: fixed;
  left: -500px;
  width: 250px;
  height: 100%;
  top: 0;
  min-width: 300px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: all 0.2s ease-in-out;
  z-index: 1050;
}

@media (min-width: 992px) {
  .userarea-sidebar {
    width: 300px;
    left: 0;
  }
}

.userarea-sidebar.is-show {
  left: 0;
}

.userarea-sidebar .sidebar-title {
  padding: 1rem 1.5rem;
  font-size: 0.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
}

.userarea-sidebar .sidebar-title:after {
  content: none;
}

.userarea-sidebar .sidebar-title .sidebar-title__link {
  display: block;
  padding: 0;
  transition: all 0.2s ease-in-out;
  color: #fff;
}

.userarea-sidebar .sidebar-title .sidebar-title__link:hover {
  cursor: pointer;
}

.userarea-sidebar .sidebar-title .sidebar-title__link .icon {
  min-width: 1.25rem;
}

.userarea-sidebar .sidebar-menu {
  padding-left: 0;
  list-style: none;
}

.userarea-sidebar .sidebar-menu__item {
  display: flex;
  align-items: center;
}

.userarea-sidebar .sidebar-menu__item .icon {
  min-width: 1rem;
  margin-right: 0.25rem;
}

.userarea-sidebar .sidebar-menu__link {
  display: block;
  padding: 0.25rem 1.5rem;
  transition: all 0.2s ease-in-out;
  color: #fff;
  width: 100%;
}

.userarea-sidebar .sidebar-menu__link.active, .userarea-sidebar .sidebar-menu__link:hover {
  background-color: rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.overlay.fade {
  opacity: 0;
}

.overlay.show {
  opacity: 0.5;
}

.userarea-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(3rem + 1px);
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  padding: 0.25rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 1010;
  background-color: #fff;
}

@media (min-width: 992px) {
  .userarea-header {
    padding-left: 330px;
  }
}

@media (min-width: 992px) {
  .userarea-menu {
    display: none;
  }
}

.userarea-menu .burger {
  display: flex;
  align-items: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-right: 1rem;
}

.userarea-menu .burger span, .userarea-menu .burger span:before, .userarea-menu .burger span:after {
  height: 3px;
  width: 30px;
  background: #343a40;
  display: block;
  content: '';
}

.userarea-menu .burger span:before {
  position: absolute;
  top: -10px;
}

.userarea-menu .burger span:after {
  position: absolute;
  bottom: -10px;
}

.userarea-menu .burger span, .userarea-menu .burger span:before, .userarea-menu .burger span:after {
  transition: all 400ms ease-in-out;
}

.userarea-menu .burger.active span {
  background-color: transparent;
}

.userarea-menu .burger.active span:before, .userarea-menu .burger.active span:after {
  top: 0px;
}

.userarea-menu .burger.active span:before {
  transform: rotate(45deg);
}

.userarea-menu .burger.active span:after {
  transform: rotate(-45deg);
}

.userarea-menu .burger-menu {
  background: none;
  cursor: pointer;
  border: 0;
  margin-right: 1rem;
}

.userarea-menu .burger-menu:hover .burger-menu_icon {
  background-color: #00356a;
}

.userarea-menu .burger-menu:hover .burger-menu_icon:before, .userarea-menu .burger-menu:hover .burger-menu_icon:after {
  background-color: #00356a;
}

.userarea-menu .burger-menu_icon {
  position: relative;
  display: inline-block;
  width: 1rem;
  height: 2px;
  background-color: #495057;
  vertical-align: 5px;
  transition: all 0.2s ease-in-out;
  font-size: 0;
}

.userarea-menu .burger-menu_icon:before, .userarea-menu .burger-menu_icon:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 1rem;
  height: 2px;
  display: inline-block;
  background-color: #495057;
  transition: all 0.2s ease-in-out;
}

.userarea-menu .burger-menu_icon:before {
  top: -10px;
}

.userarea-menu .burger-menu_icon:after {
  bottom: -10px;
}

.userarea-logo {
  display: flex;
  position: relative;
  max-height: 2.5rem;
  padding-right: 0.75rem;
  width: 130px;
}

@media (min-width: 768px) {
  .userarea-logo {
    width: 150px;
  }
}

.userarea-logo a {
  display: block;
}

.userarea-logo a img {
  width: 100%;
}

.userarea-logo .logo-rscs {
  width: 130px;
}

@media (min-width: 768px) {
  .userarea-logo .logo-rscs {
    width: 180px;
  }
}

.userarea-logo .logo-school {
  width: 35px;
}

@media (min-width: 768px) {
  .userarea-logo .logo-school {
    width: 50px;
  }
}

.userarea-title {
  display: none;
  font-size: 0.75rem;
  line-height: 1.25rem;
  width: 100%;
  margin-top: 0.5rem;
  color: #00356a;
}

@media (min-width: 576px) {
  .userarea-title {
    display: block;
    width: auto;
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .userarea-title {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 600;
  }
}

.userarea-actions {
  display: none;
}

@media (min-width: 768px) {
  .userarea-actions {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
}

.userarea-actions .user-avatar {
  display: none;
}

@media (min-width: 768px) {
  .userarea-actions .user-avatar {
    display: block;
  }
}

.userarea-actions .user-info {
  margin-left: 0.5rem;
  font-weight: 500;
  font-size: 0.75rem;
}

.userarea-actions .user-info a {
  color: #343a40;
}

.test1 {
  font-size: 1px;
}

.userarea.page-authentication {
  margin-top: 0;
  min-height: 100vh;
}

.userarea.page-authentication .userarea-header {
  position: relative;
  border: 0;
  background: transparent;
  z-index: 2;
}

.userarea.page-authentication .userarea-header .userarea-logo:before {
  content: none;
}

.userarea.page-authentication .userarea-logo {
  display: none;
}

.userarea.page-authentication .userarea-main {
  margin-top: 0;
  min-height: 100%;
  background: transparent;
}

.userarea.page-authentication .userarea-content {
  width: 100%;
  padding: 0.5rem;
  position: relative;
  z-index: 2;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .userarea.page-authentication .userarea-content {
    width: 50%;
    margin: 0 auto;
    padding: 1rem;
  }
}

@media (min-width: 1240px) {
  .userarea.page-authentication .userarea-content {
    width: 40%;
  }
}

.userarea.page-authentication .login-wrapper .login-header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.userarea.page-authentication .login-wrapper .login-header h1 {
  margin-bottom: 0.5rem;
}

.userarea.page-authentication .login-wrapper .form-section:not(:last-child) {
  margin-bottom: 1rem;
}

.userarea.page-authentication .login-wrapper .form-section .form-item {
  max-width: 100%;
}

.userarea.page-authentication .login-wrapper .form-section .form-item:not(:last-child) {
  margin-bottom: 1rem;
}

.userarea.page-authentication .login-wrapper .form-section .forgot {
  font-weight: 500;
}

.userarea.page-authentication .login-wrapper .form-row {
  display: block;
}

@media (min-width: 992px) {
  .userarea.page-authentication .login-wrapper .form-row {
    display: flex;
  }
}

.userarea.page-authentication .login-wrapper .form-btn {
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .userarea.page-authentication .login-wrapper .form-btn {
    margin-bottom: 0;
  }
}

.userarea.page-authentication .login-wrapper .form-btn .btn {
  width: 100%;
  justify-content: center;
}

@media (min-width: 768px) {
  .userarea.page-authentication .login-wrapper .agreement {
    width: 359px;
  }
}

.userarea.page-authentication .register-wrapper .form-section {
  margin-bottom: 0;
}

.userarea.page-authentication .register-wrapper .form-section .form-row {
  margin-bottom: 2.5rem;
}

@media (min-width: 992px) {
  .userarea.page-authentication .register-wrapper .form-section .form-row {
    margin-bottom: 0;
  }
}

.userarea.page-authentication.register .userarea-content {
  width: 100% !important;
}

.userarea-main {
  display: flex;
  margin-top: 60px;
  min-height: calc(100vh - 60px);
  background-color: rgba(0, 53, 106, 0.01);
}

@media (min-width: 768px) {
  .userarea-main {
    margin-top: 79px;
    min-height: calc(100vh - 79px);
  }
}

.userarea-content {
  width: 100%;
  padding: 1rem;
  padding-top: 3rem;
}

@media (min-width: 992px) {
  .userarea-content {
    margin-left: 300px;
    padding: 3rem;
  }
}

.userarea-content .userarea-content__wrapper {
  padding: 0.75rem;
  background: #fff;
  border-radius: 0.3rem;
}

@media (min-width: 768px) {
  .userarea-content .userarea-content__wrapper {
    padding: 1rem;
  }
}

@media (min-width: 1240px) {
  .userarea-content .userarea-content__wrapper {
    padding: 2rem;
  }
}

.userarea-content .userarea-content__wrapper .user-avatar {
  width: 200px;
  height: 200px;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .userarea-content .userarea-content__wrapper .user-avatar {
    margin-bottom: 0;
  }
}

.userarea-content .userarea-content__wrapper .user-avatar img {
  width: 100%;
  height: 100%;
  object-position: 0 0;
  border-radius: 50%;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.userarea-content .userarea-content__wrapper .user-avatar img.no-image {
  object-position: 0 25px;
}

.userarea-content .user-info__wrapper .user-field {
  margin-bottom: 0.75rem;
}

.userarea-content .user-info__wrapper .user-field__title {
  font-weight: 300;
  margin-bottom: 0.25rem;
}

.userarea-content .user-info__wrapper .user-field__content {
  font-size: 0.75rem;
}

.userarea .form-section {
  display: flex;
  flex-flow: column;
}

.userarea .form-section:not(:last-child) {
  margin-bottom: 2rem;
}

.userarea .form-section h2 {
  margin-bottom: 1rem;
}

.userarea .form-section .form-item {
  max-width: 100%;
}

@media (min-width: 992px) {
  .userarea .form-section .form-item {
    max-width: 50%;
  }
}

.userarea .form-section .form-item:not(:last-child) {
  margin-bottom: 1.5rem;
}

.userarea .form-section .custom-checkbox {
  margin-top: 0.5rem;
  cursor: pointer;
}

.userarea .page-title {
  margin-top: -3rem;
  margin-bottom: 2rem;
  padding: 0.75rem;
  color: #fff;
  background: #3286aa;
  border-radius: 0.3rem;
}

.userarea .page-title h1,
.userarea .page-title p {
  margin-bottom: 0;
}

.userarea .object-list .item {
  background-color: #fff;
}

.userarea .order-list {
  display: grid;
  grid-gap: 1rem;
}

@media (min-width: 992px) {
  .userarea .order-list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
  }
}

.userarea .order-list .order-item {
  background-color: #fff;
  padding: 1rem;
  border: 1px solid #dee2e6;
  border-radius: 0.3rem;
}

.userarea .order-list .order-item .order-number {
  font-weight: 600;
}

.userarea .order-list .order-row:not(:last-child) {
  margin-bottom: 0.5rem;
}

.userarea .order-details .details-item:not(:last-child) {
  margin-bottom: 0.75rem;
}

.userarea .order-details .details-item_title {
  margin-bottom: 0.25rem;
}

.userarea .order-details .details-item_desc {
  font-size: 0.75rem;
  font-weight: 500;
}

.userarea .user-card-modal .close {
  padding: 0.5rem;
}

.userarea .user-card {
  width: 340px;
  padding: 1rem;
  margin: 0 auto;
  text-align: center;
}

.userarea .user-card .card-name {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 1rem;
  text-align: center;
}

.userarea .lp-price-panel:not(:last-child) {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .userarea .lp-price-panel:not(:last-child) {
    margin-bottom: 0;
  }
}

.userarea .lp-price-panel hr {
  width: 100%;
}

.userarea .lp-price-panel .sub-panel {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 1rem 0.5rem;
  border: 1px solid #dee2e6;
  border-radius: 0.3rem;
}

.userarea .lp-price-panel .lp-price-header {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-align: center;
}

.userarea .lp-price-panel .lp-price-header span {
  display: block;
  font-weight: 400;
  font-size: 0.75rem;
}

.userarea .lp-price-panel .lp-price {
  font-weight: 600;
  font-size: 1rem;
  color: #f45b69;
}

.userarea .lp-price-panel .lp-price-comment {
  margin-bottom: 0.5rem;
}

.userarea .order-btn-panel {
  display: flex;
  justify-content: space-between;
}

#socialLoginList {
  display: flex;
  align-items: center;
  justify-content: center;
}

#socialLoginList .social-btn {
  cursor: pointer;
  background: transparent;
  border: 0;
}

#socialLoginList .social-btn:not(:last-child) {
  margin-right: 0.5rem;
}

.fb-icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(/content/images/icons/social/fb.svg) center/contain no-repeat;
}

.vk-icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(/content/images/icons/social/vk.svg) center/contain no-repeat;
}

.mail-icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(/content/images/icons/social/mail.svg) center/contain no-repeat;
}

.v-select {
  position: relative;
  font-family: inherit;
}

.v-select,
.v-select * {
  box-sizing: border-box;
}

@-webkit-keyframes vSelectSpinner {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}

@keyframes vSelectSpinner {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}

.vs__fade-enter-active,
.vs__fade-leave-active {
  pointer-events: none;
  transition: opacity 0.15s cubic-bezier(1, 0.5, 0.8, 1);
}

.vs__fade-enter,
.vs__fade-leave-to {
  opacity: 0;
}

.vs--disabled .vs__clear,
.vs--disabled .vs__dropdown-toggle,
.vs--disabled .vs__open-indicator,
.vs--disabled .vs__search,
.vs--disabled .vs__selected {
  cursor: not-allowed;
  background-color: #f8f8f8;
}

.v-select[dir="rtl"] .vs__actions {
  padding: 0 3px 0 6px;
}

.v-select[dir="rtl"] .vs__clear {
  margin-left: 6px;
  margin-right: 0;
}

.v-select[dir="rtl"] .vs__deselect {
  margin-left: 0;
  margin-right: 2px;
}

.v-select[dir="rtl"] .vs__dropdown-menu {
  text-align: right;
}

.vs__dropdown-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  padding: 0 0 4px;
  background: none;
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-radius: 4px;
  white-space: normal;
}

.vs__selected-options {
  display: flex;
  flex-basis: 100%;
  flex-grow: 1;
  flex-wrap: wrap;
  padding: 0 2px;
  position: relative;
}

.vs__actions {
  display: flex;
  align-items: center;
  padding: 4px 6px 0 3px;
}

.vs--searchable .vs__dropdown-toggle {
  cursor: text;
}

.vs--unsearchable .vs__dropdown-toggle {
  cursor: pointer;
}

.vs--open .vs__dropdown-toggle {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.vs__open-indicator {
  fill: rgba(60, 60, 60, 0.5);
  transform: scale(1);
  transition: transform 0.15s cubic-bezier(1, -0.115, 0.975, 0.855);
  transition-timing-function: cubic-bezier(1, -0.115, 0.975, 0.855);
}

.vs--open .vs__open-indicator {
  transform: rotate(180deg) scale(1);
}

.vs--loading .vs__open-indicator {
  opacity: 0;
}

.vs__clear {
  fill: rgba(60, 60, 60, 0.5);
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  margin-right: 8px;
}

.vs__dropdown-menu {
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 1000;
  padding: 5px 0;
  margin: 0;
  width: 100%;
  max-height: 350px;
  min-width: 160px;
  overflow-y: auto;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-top-style: none;
  border-radius: 0 0 4px 4px;
  text-align: left;
  list-style: none;
  background: #fff;
}

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

.vs__dropdown-option {
  line-height: 1.42857143;
  display: block;
  padding: 3px 20px;
  clear: both;
  color: #333;
  white-space: nowrap;
}

.vs__dropdown-option:hover {
  cursor: pointer;
}

.vs__dropdown-option--highlight {
  background: #5897fb;
  color: #fff;
}

.vs__dropdown-option--disabled {
  background: inherit;
  color: rgba(60, 60, 60, 0.5);
}

.vs__dropdown-option--disabled:hover {
  cursor: inherit;
}

.vs__selected {
  display: flex;
  align-items: center;
  background-color: #f0f0f0;
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-radius: 4px;
  color: #333;
  line-height: 1.4;
  margin: 4px 2px 0;
  padding: 0 0.25em;
  z-index: 0;
}

.vs__deselect {
  display: inline-flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 4px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  fill: rgba(60, 60, 60, 0.5);
  text-shadow: 0 1px 0 #fff;
}

.vs--single .vs__selected {
  background-color: transparent;
  border-color: transparent;
}

.vs--single.vs--open .vs__selected {
  position: absolute;
  opacity: 0.4;
}

.vs--single.vs--searching .vs__selected {
  display: none;
}

.vs__search::-webkit-search-cancel-button {
  display: none;
}

.vs__search::-ms-clear,
.vs__search::-webkit-search-decoration,
.vs__search::-webkit-search-results-button,
.vs__search::-webkit-search-results-decoration {
  display: none;
}

.vs__search,
.vs__search:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.4;
  font-size: 1em;
  border: 1px solid transparent;
  border-left: none;
  outline: none;
  margin: 4px 0 0;
  padding: 0 7px;
  background: none;
  box-shadow: none;
  width: 0;
  max-width: 100%;
  flex-grow: 1;
  z-index: 1;
}

.vs__search::-webkit-input-placeholder {
  color: inherit;
}

.vs__search::-moz-placeholder {
  color: inherit;
}

.vs__search:-ms-input-placeholder {
  color: inherit;
}

.vs__search::-ms-input-placeholder {
  color: inherit;
}

.vs__search::placeholder {
  color: inherit;
}

.vs--unsearchable .vs__search {
  opacity: 1;
}

.vs--unsearchable:not(.vs--disabled) .vs__search:hover {
  cursor: pointer;
}

.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search {
  opacity: 0.2;
}

.vs__spinner {
  align-self: center;
  opacity: 0;
  font-size: 5px;
  text-indent: -9999em;
  overflow: hidden;
  border: 0.9em solid rgba(100, 100, 100, 0.1);
  border-left-color: rgba(60, 60, 60, 0.45);
  transform: translateZ(0);
  -webkit-animation: vSelectSpinner 1.1s linear infinite;
  animation: vSelectSpinner 1.1s linear infinite;
  transition: opacity 0.1s;
}

.vs__spinner,
.vs__spinner:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

.vs--loading .vs__spinner {
  opacity: 1;
}

/* ----------------RATING---------------- */
.default-fill-icon {
  background-image: url("https://onkourologi.ru/Content/icons/star-gold.svg");
}

.default-empty-icon {
  background-image: url("https://onkourologi.ru/Content/icons/star-gray.svg");
}

.cms-rating__group {
  position: relative;
  width: fit-content;
  z-index: 10;
  background-size: 1.25rem;
  background-repeat: repeat-x;
}

.cms-rating-appraisall {
  position: absolute;
  z-index: -1;
  width: 50%;
  height: 100%;
  background-size: 1.25rem;
  background-repeat: repeat-x;
  top: 0px;
  left: 0px;
}

.cms-rating__star {
  position: relative;
  cursor: pointer;
  font-size: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  width: 1.25rem;
  z-index: 100;
  height: 1.25rem;
  background-size: 1.25rem auto;
  background-repeat: repeat-x;
}

.cms-rating__star:focus {
  outline: none;
}

.rating-total {
  white-space: nowrap;
}

@media screen and (max-width: 576px) {
  .fit {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .sm-column {
    flex-direction: column;
  }
}

/* ----------------RATING---------------- */
/* ----------------APPRAISAL ------------ */
.cms-appraisal {
  width: fit-content;
}

.cms-appraisal i {
  cursor: pointer;
}

.cms-dislike-icon {
  transform: rotateY(-180deg) rotateX(-180deg);
}

/* ----------------APPRAISAL ------------ */
/* ----------------PRICE_LIST------------ */
.dropdown-toggle:after {
  transition: 0.3s;
}

.cms-caret-active:after {
  transform: rotate(180deg);
}

/* ----------------PRICE_LIST------------ */
/* ----------------SEARCH_FORM------------ */
/* ul {
  list-style: none;
} */
.coincidence {
  color: brown;
}

/* ----------------SEARCH_FORM------------ */
/* ----------------MODAL_DIALOG----------- */
.cms-nav {
  position: relative;
}

.cms-nav-icon {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cms-nav-icon:before, .cms-nav-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  height: 100%;
  width: 0.5rem;
  background-color: #fff;
}

.cms-nav-icon:before {
  right: 100%;
}

.cms-nav-icon:after {
  left: 100%;
}

.cms-nav:after {
  position: absolute;
  content: "";
  top: 17.5px;
  left: 50%;
  width: 50%;
  height: 2px;
  background-color: #ddd;
  z-index: 0;
  transform: translate(-50%, -50%);
}

.cms-nav .cms-nav-icon,
.cms-nav .cms-nav-caption {
  background-color: #fff;
  z-index: 1;
}

.modal-body {
  padding: .5rem 1rem !important;
}

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

/* ----------------MODAL_DIALOG----------- */
/* ----------------SELECT_EDITOR----------- */
.cms-select-img {
  max-width: 50px;
  max-height: 50px;
  object-fit: cover;
  object-position: top;
  border-radius: 50%;
}

/* ----------------SELECT_EDITOR----------- */
/*-----------------QUESTION_LIST-----------*/
.cms-question .card,
.cms-answer .card {
  border: none;
  border-radius: 0px;
}

.cms-question .card {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.cms-question .user-img {
  min-width: 1.75rem;
  min-height: 1.75rem;
  width: 1.75rem;
  height: 1.75rem;
}

.cms-question .answer-block {
  padding-left: 5rem;
}

@media screen and (max-width: 567px) {
  .cms-question .answer-block {
    padding-left: 0.5rem;
  }
}

.cms-answer .card {
  background-color: #edf9ff;
}

.cms-answer .answer-header {
  border-bottom: 1px dashed #dee2e6;
}

.cms-answer .author-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.cms-answer .description .text-secondary {
  font-size: 80%;
}

/*-----------------QUESTION_LIST-----------*/
/* ----------------MOB-MENU--------------- */
.phone-btn {
  padding: 0.5rem;
}

.burger-btn {
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
  margin-right: 0.25rem;
}

.cms-mob-menu {
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 1100;
  transform: translateX(-100%);
  transition: 0.4s;
}

.cms-mob-menu.active {
  transform: translateX(0%);
}

.cms-mob-menu .pointer {
  cursor: pointer;
}

.cms-mob-menu .menu-body {
  padding: 0.5rem 1rem;
  width: 100%;
  height: 100%;
}

.cms-mob-menu .mobMenu__item {
  cursor: pointer;
}

.cms-mob-menu .more-icon:after,
.cms-mob-menu .to-back-icon:after {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.cms-mob-menu .loading-block {
  width: 100%;
  height: 100%;
}

.cms-mob-menu .mobNav {
  margin: auto 0px 0px 0px;
  display: flex;
  transition: none;
  overflow-x: scroll;
}

.cms-mob-menu .mobNav::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

.cms-mob-menu .mobNav::-webkit-scrollbar-thumb {
  background: #transparent;
}

.cms-mob-menu .mobNav .mobNav-item {
  display: flex;
  white-space: nowrap;
  align-items: center;
  cursor: pointer;
}

.cms-mob-menu .mobNav .mobNav-item:nth-child(n+2):before {
  content: " ";
  width: 20px;
  height: 20px;
  margin-left: 0.25rem;
  margin-right: 0.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  background-image: url("/Content/icons/arrow-right.svg");
}

.cms-mob-menu .animate-outToRight .mobMenu__item {
  -webkit-animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes outToRight {
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes outToRight {
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.cms-mob-menu .animate-outToLeft .mobMenu__item,
.cms-mob-menu .animate-outToLeft .prev-menu__title {
  -webkit-animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes outToLeft {
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes outToLeft {
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.cms-mob-menu .animate-inFromLeft .mobMenu__item {
  -webkit-animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes inFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes inFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.cms-mob-menu .animate-inFromRight .mobMenu__item {
  -webkit-animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes inFromRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes inFromRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/*-----------------FILE-UPLOADER-----------*/
svg {
  cursor: pointer;
}

.loaded-files__header {
  display: flex;
  align-items: center;
  border-top: 1px solid #dee2e6;
  justify-content: space-between;
}

.loaded-files__title {
  font-weight: bold;
  padding: 12px;
}

.loaded-files__body .loaded-file:last-child {
  border-bottom: 1px solid #dee2e6;
}

.loaded-file {
  padding: 8px 12px;
  border-top: 1px solid #dee2e6;
}

.loaded-file__inner {
  display: flex;
  flex-flow: wrap;
}

.loaded-file__content {
  width: 85%;
  display: flex;
  align-items: center;
}

.loaded-file__preview {
  width: 50px;
  height: 50px;
  margin-right: 1rem;
}

.loaded-file__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.loaded-file__info {
  width: 100%;
}

.loaded-file__title {
  word-break: break-all;
  max-height: 50px;
  overflow: hidden;
}

.loaded-file__actions {
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.browse {
  cursor: pointer;
}

.drop_zone {
  height: 100px;
  border: 1px dashed lightgray;
  display: flex;
  align-items: center;
  justify-content: center;
}

.drop_zone.is-invalid {
  border-color: #dc3545;
}

.drag-enter {
  border: 1px solid lightgray;
}

/*-----------------FILE-UPLOADER-----------*/
/* Reset */
.modal-content .cms-rating__group {
  height: 1.25rem;
}

.modal-content .cms-rating__group input {
  background-color: transparent !important;
}

.modal-content .cms-rating__group .cms-rating-appraisall {
  z-index: 1;
}

.search-icon {
  display: inline-block;
  height: 15px;
  width: 15px;
}

.price-items table tr .price-toggle {
  position: relative;
  cursor: pointer;
  text-align: right;
}

.price-items table tr .price-toggle:after {
  position: absolute;
  top: 50%;
  right: 65px;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  transition: 0.3s;
}

.price-items table tr .price-toggle-active:after {
  transform: rotate(180deg);
}

.price-items table td:first-child {
  text-align: left !important;
  position: relative;
}

.price-items table td.comment {
  display: none;
}

.price-items table td.price {
  text-align: right !important;
  font-size: 16px;
  color: #000;
  white-space: nowrap;
}

.price-items table td.dropdown-toggle:after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.price-items table tr:nth-of-type(odd) {
  background-color: rgba(203, 199, 199, 0.07) !important;
}

.price-items table tr:first-child {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

.price-items table tr .sticky-header:nth-child(2n) {
  display: none;
}

.price-items table tr:hover {
  background-color: transparent;
}

/* -----RATING-DOCTOR----- */
.rating-wrap {
  border: 1px solid #ccc;
  background: #fff;
}

.rating-wrap .form-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
}

.rating-wrap .form-group .form-label {
  display: none;
}

.rating-wrap .fit {
  flex-direction: column;
}

.rating-wrap p {
  width: 100%;
}

/* -----RATING-DOCTOR----- */
.content-authors {
  margin-bottom: 1rem;
  font-weight: 600;
}

.content-authors .authors-header {
  margin-bottom: 0.25rem;
}

.author-list {
  margin-bottom: 1rem;
  padding-left: 0;
}

.author-list .author-item {
  display: flex;
  margin-bottom: 0.5rem;
}

.author-list .author-item:before {
  content: none;
}

.author-list .author-item:last-child {
  margin-bottom: 0;
}

.author-list .author-item .author-img {
  margin-right: 0.5rem;
}

.author-list .author-item .author-img .image {
  width: 1.75rem;
  min-width: 1.75rem;
  height: 1.75rem;
  object-fit: cover;
  object-position: 0 0px;
  border-radius: 50%;
}

.author-list .author-item .author-header {
  position: relative;
  /*color: $primary;
      cursor: pointer;
      &:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 1px;
        background-color: transparentize($secondary, .7);
        transition: $transition-base;
      }
      &:hover {
        .author-name {
          
        }
        &:before {
          width: 100%;
        }
      }*/
}

.author-list .author-item .author-header .author-name {
  text-decoration: none;
  border-bottom: 0;
}

.author-list .author-item .author-header .author-name:hover {
  color: #3286aa;
}

.author-list .author-item .author-header .author-comment {
  font-weight: 400;
}

.custom-breadcrumbs.v1 {
  position: relative;
  display: flex;
  /*@include media-breakpoint-up(lg) {
    margin-bottom: 0.5rem;
  }*/
}

.custom-breadcrumbs.v1 .breadcrumbs-list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.custom-breadcrumbs.v1 .breadcrumbs-list .breadcrumbs-item {
  position: relative;
  padding-left: 0;
}

.custom-breadcrumbs.v1 .breadcrumbs-list .breadcrumbs-item:not(:last-child) {
  margin-right: 1rem;
}

.custom-breadcrumbs.v1 .breadcrumbs-list .breadcrumbs-item:not(:last-child):before {
  content: '/';
  position: absolute;
  top: 0;
  right: -0.6rem;
}

.custom-breadcrumbs.v1 .breadcrumbs-list .breadcrumbs-item.active .breadcrumbs-link {
  color: #6c757d;
  font-weight: 500;
}

.custom-breadcrumbs.v1 .breadcrumbs-list .breadcrumbs-item:not(.active):hover .breadcrumbs-link {
  color: #3286aa;
}

.custom-breadcrumbs.v1 .breadcrumbs-list .breadcrumbs-item .breadcrumbs-link {
  color: #343a40;
  transition: all 0.2s ease-in-out;
  font-weight: 600;
}

.btn-to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transform: scale(0);
  background-color: rgba(50, 134, 170, 0.5);
  border: 0;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  outline: 0;
  z-index: 2;
  color: #fff;
}

.btn-to-top.show {
  transform: scale(1);
}

.btn-to-top:hover {
  background-color: #3286aa;
}

.btn-to-top img {
  max-width: 70%;
}

/*!
 * Button visually impaired v2.0
 */
html body .bvi-panel {
  font-family: Arial !important;
  padding: 10px 10px;
  color: black;
  top: 0;
  left: 0;
  right: 0;
  letter-spacing: 0;
  position: relative;
  text-shadow: none;
  line-height: normal;
  border: 0;
  margin-bottom: .3rem;
  background-color: #f7f7f7;
  border-color: black;
  moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.23);
  webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.23);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.23);
  z-index: 999999 !important;
}

@media (max-width: 575.98px) {
  html body .bvi-panel {
    padding: 10px 0 10px 0;
  }
  html body .bvi-panel .bvi-panel-toggler {
    display: block;
    text-align: center;
  }
  html body .bvi-panel .bvi-panel-container {
    overflow: auto;
    width: auto;
    height: 145px;
    border-top: 1px solid #bcbcbc;
    -webkit-box-shadow: inset 0 5px 15px 0 #d6d6d6;
    -moz-box-shadow: inset 0 5px 15px 0 #d6d6d6;
    box-shadow: inset 0 5px 15px 0 #d6d6d6;
  }
  html body .bvi-panel .bvi-panel-container, html body .bvi-panel #bvi-panel-close, html body .bvi-panel #bvi-panel-hide {
    display: none;
    margin-top: 10px;
    border-top: 1px solid #dfdfdf;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  html body .bvi-panel {
    padding: 10px 0 10px 0;
  }
  html body .bvi-panel .bvi-panel-toggler {
    display: block;
    text-align: center;
  }
  html body .bvi-panel .bvi-panel-container {
    overflow: auto;
    width: auto;
    height: 145px;
    border-top: 1px solid #bcbcbc;
    -webkit-box-shadow: inset 0 5px 15px 0 #d6d6d6;
    -moz-box-shadow: inset 0 5px 15px 0 #d6d6d6;
    box-shadow: inset 0 5px 15px 0 #d6d6d6;
  }
  html body .bvi-panel .bvi-panel-container, html body .bvi-panel #bvi-panel-close, html body .bvi-panel #bvi-panel-hide {
    display: none;
    text-align: right;
    margin-top: 10px;
    border-top: 1px solid #dfdfdf;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  html body .bvi-panel {
    padding: 10px 0 10px 0;
  }
  html body .bvi-panel .bvi-panel-toggler {
    display: block;
    text-align: right;
  }
  html body .bvi-panel .bvi-panel-container, html body .bvi-panel #bvi-panel-close, html body .bvi-panel #bvi-panel-hide {
    display: none;
    text-align: right;
    margin-top: 10px;
    border-top: 1px solid #dfdfdf;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  html body .bvi-panel .bvi-panel-toggler {
    display: none;
  }
}

@media (min-width: 1200px) {
  html body .bvi-panel .bvi-panel-toggler {
    display: none;
  }
}

@media (max-width: 575.98px) {
  html body .bvi-panel * {
    font-size: 12px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  html body .bvi-panel * {
    font-size: 14px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  html body .bvi-panel * {
    font-size: 14px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  html body .bvi-panel * {
    font-size: 16px !important;
  }
}

@media (min-width: 1200px) {
  html body .bvi-panel * {
    font-size: 16px !important;
  }
}

html body .bvi-panel a {
  color: #2a2a2a;
  background-color: transparent;
  outline: 0;
  text-decoration: underline;
}

html body .bvi-panel a:hover {
  color: black;
  outline: 0;
  background-color: transparent;
  text-decoration: underline;
}

html body .bvi-panel a:focus {
  color: black;
  outline: 0;
  background-color: transparent;
  text-decoration: underline;
}

html body .bvi-panel a.bvi-link-copy {
  text-decoration: underline;
  color: black;
  outline: 0;
}

html body .bvi-panel a.bvi-link-copy.active {
  color: black;
  outline: 0;
  text-decoration: none;
}

html body .bvi-panel a.bvi-link-copy:hover {
  color: black;
  outline: 0;
  text-decoration: none;
}

html body .bvi-panel a.bvi-link-copy:focus {
  color: black;
  outline: 0;
  text-decoration: none;
}

html body .bvi-panel a.bvi-link {
  text-decoration: none;
  color: black;
  background-color: transparent;
  text-align: center;
  -webkit-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
  cursor: pointer;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  font-weight: bold;
  line-height: 36px;
  padding: 0 10px;
  vertical-align: middle;
  border: 1px solid #b2b2b2;
}

@media (max-width: 575.98px) {
  html body .bvi-panel a.bvi-link {
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  html body .bvi-panel a.bvi-link {
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  html body .bvi-panel a.bvi-link {
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  html body .bvi-panel a.bvi-link {
    height: 34px;
    line-height: 34px;
    padding: 0 9px;
  }
}

html body .bvi-panel a.bvi-link.active {
  color: inherit;
  outline: 0;
  background-color: #dbdbdb;
  text-decoration: none;
}

html body .bvi-panel a.bvi-link:hover {
  color: black;
  outline: 0;
  background-color: #dbdbdb;
  text-decoration: none;
}

html body .bvi-panel a.bvi-link:focus {
  color: black;
  outline: 0;
  background-color: #dbdbdb;
  text-decoration: none;
}

html body .bvi-panel a.bvi-link.bvi-link-white {
  background-color: white;
  color: black;
  text-decoration: none;
}

html body .bvi-panel a.bvi-link.bvi-link-white:hover {
  background-color: white;
  color: black;
  text-decoration: none;
}

html body .bvi-panel a.bvi-link.bvi-link-black {
  background-color: black;
  color: white;
  text-decoration: none;
}

html body .bvi-panel a.bvi-link.bvi-link-black:hover {
  background-color: black;
  color: white;
  text-decoration: none;
}

html body .bvi-panel a.bvi-link.bvi-link-blue {
  background-color: #9dd1ff;
  color: #063462;
  text-decoration: none;
}

html body .bvi-panel a.bvi-link.bvi-link-blue:hover {
  background-color: #9dd1ff;
  color: #063462;
  text-decoration: none;
}

html body .bvi-panel a.bvi-link.bvi-link-brown {
  background-color: #f7f3d6;
  color: #4d4b43;
  text-decoration: none;
}

html body .bvi-panel a.bvi-link.bvi-link-brown:hover {
  background-color: #f7f3d6;
  color: #4d4b43;
  text-decoration: none;
}

html body .bvi-panel a.bvi-link.bvi-link-green {
  background-color: #3b2716;
  color: #a9e44d;
  text-decoration: none;
}

html body .bvi-panel a.bvi-link.bvi-link-green:hover {
  background-color: #3b2716;
  color: #a9e44d;
  text-decoration: none;
}

html body .bvi-panel .bvi-title {
  text-shadow: none;
  text-decoration: none;
  background-color: transparent;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: middle;
  margin: 10px 0 15px 0;
}

html body .bvi-panel .bvi-text-center {
  text-align: center;
}

html body .bvi-panel .bvi-text-left {
  text-align: left;
}

html body .bvi-panel .bvi-text-right {
  text-align: right;
}

html body .bvi-panel .bvi-setting-menu {
  margin-top: 10px;
  border-top: 1px solid #dfdfdf;
  display: none;
}

html body .bvi-panel .bvi-images {
  margin-top: 10px;
  width: 16px;
  height: 16px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
}

@media (max-width: 575.98px) {
  html body .bvi-panel .bvi-images {
    margin-top: 6px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  html body .bvi-panel .bvi-images {
    margin-top: 6px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  html body .bvi-panel .bvi-images {
    margin-top: 7px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  html body .bvi-panel .bvi-images {
    margin-top: 9px;
  }
}

html body .bvi-panel .bvi-images.bvi-images-eye-slash {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAA0ElEQVQYGbXBMSuEARgA4Oe77zocXTdISBYMXKFMJvkBkoVF6iw33n8wmXVXymi0SUnZzQaJTNcNd9MNBsnwuq9uOVaexx8rKJuwqGXKDzm7noUQwqcRQya9aXu3ruBWOMSMooFlbXMubdnwJXTlsKZrWl9ZWwk9JS0hbGMeC3rGeVCRedQRwpNE6kRmT4MzRzL7QggVVK3INNTIe7WJxI1wh1F1mZp7ib6iF8cSF8Is8ihoupEaSJ3qCOdILan7UJUYci2U0HRlx5hfVh34F999xzhj5hTP0AAAAABJRU5ErkJggg==");
}

html body .bvi-panel .bvi-images.bvi-images-arrow {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAVFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAU4H24AAAAG3RSTlMAAQIDBgkMExQiRmJoaXN0dX6Aj5GbwcPR4vHLNuV5AAAAWElEQVQYV23NNxKAMAADQQEm52y4//+TwuSxuttGkn/J2n97g+nXb3H9yNWXPO0k3oAOmC0wSgXQCqiNBYyihUYCahlLKSnIdILC9H528JoPqg8M7Ln8OwBv7gmtk0G77wAAAABJRU5ErkJggg==");
}

html body .bvi-panel .bvi-images.bvi-images-volume-on {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAA0ElEQVQYGZ3BPyvEcQAH4Od3F+5O/tXXdCVZFWXCWzARgzIZrgxewM1WqzfBYjZI6bJYpS6jLJdJ5o8upY6UPI//mdOz4IcJt5o+LXvSMaLhURSM6agb17PlS8OjiILKiTs1k9612NPV1RcRBasqpw5w7JCIiIgouHRk2gBtt0RERETBlAGiruWNiIiIKNhwpSYqs555FRERUVQezFtzjnVn1DU07ImIYmjGizaurfiyI6Kg6c0mdt0YsS2KoTHs6xv3zaLKUNO9C02/qlnyVx8tHEkl/4bN1wAAAABJRU5ErkJggg==");
}

html body .bvi-panel .bvi-images.bvi-images-volume-on {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAA0ElEQVQYGZ3BPyvEcQAH4Od3F+5O/tXXdCVZFWXCWzARgzIZrgxewM1WqzfBYjZI6bJYpS6jLJdJ5o8upY6UPI//mdOz4IcJt5o+LXvSMaLhURSM6agb17PlS8OjiILKiTs1k9612NPV1RcRBasqpw5w7JCIiIgouHRk2gBtt0RERETBlAGiruWNiIiIKNhwpSYqs555FRERUVQezFtzjnVn1DU07ImIYmjGizaurfiyI6Kg6c0mdt0YsS2KoTHs6xv3zaLKUNO9C02/qlnyVx8tHEkl/4bN1wAAAABJRU5ErkJggg==");
}

html body .bvi-panel .bvi-images.bvi-images-volume-off {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAP1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACzJYIvAAAAFHRSTlMAAQIcHh8rLjx8hpKUlZi6vsXz/c3U9VgAAABHSURBVBhXrci3AYAwDADBtwFjcpD2n5WGIKnmyoNXGgestOjuYlYfk37R1FpXNXHq7Qn9IY4Y5Jx7sQFQJARFQlBk80HbARfdYAcpeUBcogAAAABJRU5ErkJggg==");
}

html body .bvi-panel .bvi-images.bvi-images-adjust {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAqFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAs30iGAAAAN3RSTlMAAQIDBAUHCQsMExQVFh4fJSsuLztGS1FYYWJkZnh7f4KIiYyRmKWmqMHO1dna3Ovt7/P3+fv9mqZ1DQAAAIJJREFUGBlNwVUCglAURdEtGNgd2N2BGGf+M5PL48O1MI31Q7pMAxx/K+c7wHhnvSaVvMycxE7nMqBUD5qKAxJKRR5LhRg5ba6qY+SEvFXCyJlxVw0jZ8JKI4ycLi1FRRJKxT4cdCoCSvWB/E3PYZCT2WAKR2XGZDr7jxQtqvwp+Dg/vREcKt7EoBcAAAAASUVORK5CYII=");
}

html body .bvi-panel .bvi-images.bvi-images-off {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAARVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADc6ur3AAAAFnRSTlMAAQIFBgcSGRowMVhZW128wMHDxfX3KcFjjgAAAGpJREFUGBlVwQkSgzAMA0CJUpKYuzX6/1ObeoAJuwhMpSTiwslV+UiEftNpfaHirttKALMaI0BXw4mshwSTZEMwSQUmyYZgkgqyHhJ4qOEEFjUmAN1Ht42o3l+d9h6hWw5VPhMXZrNM/P0AZ7gN/s4xaEgAAAAASUVORK5CYII=");
}

html body .bvi-panel .bvi-images.bvi-images-on {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD6T+iNAAAAH3RSTlMAAQIDBycwOUJKS0xPUW1whZGVmJ2erbfT2uDk6Pv9OeeoXAAAAGJJREFUGFdlzkcCgDAIBVGMvSb27r//LTUxFnRW8NhA9E3N46uppU2wOwgiXCSHBfD07F8g0euxRGKB9N2pAGQWKBBODRgxEKNrzI7BQIq7E57dQv4UHbC6n08LsNTxAYt+7bh0DPt8j/8TAAAAAElFTkSuQmCC");
}

html body .bvi-panel .bvi-images.bvi-images-minus-square-o {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAHlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC3KG9qAAAACXRSTlMAODs8dnfx8vPK0lEjAAAAJElEQVR4AWOgD2BkYUUCLIwM7JwogI2BA1WAnYGZFQUw0cehAOJeAaqtH8h4AAAAAElFTkSuQmCC);
}

html body .bvi-panel.bvi-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999999;
}

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

@media (min-width: 576px) {
  html body .bvi-panel .bvi-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  html body .bvi-panel .bvi-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  html body .bvi-panel .bvi-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  html body .bvi-panel .bvi-container {
    max-width: 1140px;
  }
}

html body .bvi-panel .bvi-container-fluid, html body .bvi-panel .bvi-container-xl, html body .bvi-panel .bvi-container-lg, html body .bvi-panel .bvi-container-md, html body .bvi-panel .bvi-container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  html body .bvi-panel .bvi-container-sm, html body .bvi-panel .bvi-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  html body .bvi-panel .bvi-container-md, html body .bvi-panel .bvi-container-sm, html body .bvi-panel .bvi-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  html body .bvi-panel .bvi-container-lg, html body .bvi-panel .bvi-container-md, html body .bvi-panel .bvi-container-sm, html body .bvi-panel .bvi-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  html body .bvi-panel .bvi-container-xl, html body .bvi-panel .bvi-container-lg, html body .bvi-panel .bvi-container-md, html body .bvi-panel .bvi-container-sm, html body .bvi-panel .bvi-container {
    max-width: 1140px;
  }
}

html body .bvi-panel .bvi-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

html body .bvi-panel .bvi-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

html body .bvi-panel .bvi-col-xl, html body .bvi-panel .bvi-col-xl-auto, html body .bvi-panel .bvi-col-xl-12, html body .bvi-panel .bvi-col-xl-11, html body .bvi-panel .bvi-col-xl-10, html body .bvi-panel .bvi-col-xl-9, html body .bvi-panel .bvi-col-xl-8, html body .bvi-panel .bvi-col-xl-7, html body .bvi-panel .bvi-col-xl-6, html body .bvi-panel .bvi-col-xl-5, html body .bvi-panel .bvi-col-xl-4, html body .bvi-panel .bvi-col-xl-3, html body .bvi-panel .bvi-col-xl-2, html body .bvi-panel .bvi-col-xl-1, html body .bvi-panel .bvi-col-lg, html body .bvi-panel .bvi-col-lg-auto, html body .bvi-panel .bvi-col-lg-12, html body .bvi-panel .bvi-col-lg-11, html body .bvi-panel .bvi-col-lg-10, html body .bvi-panel .bvi-col-lg-9, html body .bvi-panel .bvi-col-lg-8, html body .bvi-panel .bvi-col-lg-7, html body .bvi-panel .bvi-col-lg-6, html body .bvi-panel .bvi-col-lg-5, html body .bvi-panel .bvi-col-lg-4, html body .bvi-panel .bvi-col-lg-3, html body .bvi-panel .bvi-col-lg-2, html body .bvi-panel .bvi-col-lg-1, html body .bvi-panel .bvi-col-md, html body .bvi-panel .bvi-col-md-auto, html body .bvi-panel .bvi-col-md-12, html body .bvi-panel .bvi-col-md-11, html body .bvi-panel .bvi-col-md-10, html body .bvi-panel .bvi-col-md-9, html body .bvi-panel .bvi-col-md-8, html body .bvi-panel .bvi-col-md-7, html body .bvi-panel .bvi-col-md-6, html body .bvi-panel .bvi-col-md-5, html body .bvi-panel .bvi-col-md-4, html body .bvi-panel .bvi-col-md-3, html body .bvi-panel .bvi-col-md-2, html body .bvi-panel .bvi-col-md-1, html body .bvi-panel .bvi-col-sm, html body .bvi-panel .bvi-col-sm-auto, html body .bvi-panel .bvi-col-sm-12, html body .bvi-panel .bvi-col-sm-11, html body .bvi-panel .bvi-col-sm-10, html body .bvi-panel .bvi-col-sm-9, html body .bvi-panel .bvi-col-sm-8, html body .bvi-panel .bvi-col-sm-7, html body .bvi-panel .bvi-col-sm-6, html body .bvi-panel .bvi-col-sm-5, html body .bvi-panel .bvi-col-sm-4, html body .bvi-panel .bvi-col-sm-3, html body .bvi-panel .bvi-col-sm-2, html body .bvi-panel .bvi-col-sm-1, html body .bvi-panel .bvi-col, html body .bvi-panel .bvi-col-auto, html body .bvi-panel .bvi-col-12, html body .bvi-panel .bvi-col-11, html body .bvi-panel .bvi-col-10, html body .bvi-panel .bvi-col-9, html body .bvi-panel .bvi-col-8, html body .bvi-panel .bvi-col-7, html body .bvi-panel .bvi-col-6, html body .bvi-panel .bvi-col-5, html body .bvi-panel .bvi-col-4, html body .bvi-panel .bvi-col-3, html body .bvi-panel .bvi-col-2, html body .bvi-panel .bvi-col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

html body .bvi-panel .row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

html body .bvi-panel .row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

html body .bvi-panel .row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

html body .bvi-panel .row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

html body .bvi-panel .row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

html body .bvi-panel .row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

html body .bvi-panel .bvi-col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

html body .bvi-panel .bvi-col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

html body .bvi-panel .bvi-col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

html body .bvi-panel .bvi-col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

html body .bvi-panel .bvi-col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

html body .bvi-panel .bvi-col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

html body .bvi-panel .bvi-col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

html body .bvi-panel .bvi-col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

html body .bvi-panel .bvi-col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

html body .bvi-panel .bvi-col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

html body .bvi-panel .bvi-col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

html body .bvi-panel .bvi-col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

html body .bvi-panel .bvi-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

html body .bvi-panel .bvi-order-first {
  order: -1;
}

html body .bvi-panel .bvi-order-last {
  order: 13;
}

html body .bvi-panel .bvi-order-0 {
  order: 0;
}

html body .bvi-panel .bvi-order-1 {
  order: 1;
}

html body .bvi-panel .bvi-order-2 {
  order: 2;
}

html body .bvi-panel .bvi-order-3 {
  order: 3;
}

html body .bvi-panel .bvi-order-4 {
  order: 4;
}

html body .bvi-panel .bvi-order-5 {
  order: 5;
}

html body .bvi-panel .bvi-order-6 {
  order: 6;
}

html body .bvi-panel .bvi-order-7 {
  order: 7;
}

html body .bvi-panel .bvi-order-8 {
  order: 8;
}

html body .bvi-panel .bvi-order-9 {
  order: 9;
}

html body .bvi-panel .bvi-order-10 {
  order: 10;
}

html body .bvi-panel .bvi-order-11 {
  order: 11;
}

html body .bvi-panel .bvi-order-12 {
  order: 12;
}

html body .bvi-panel .bvi-offset-1 {
  margin-left: 8.3333333333%;
}

html body .bvi-panel .bvi-offset-2 {
  margin-left: 16.6666666667%;
}

html body .bvi-panel .bvi-offset-3 {
  margin-left: 25%;
}

html body .bvi-panel .bvi-offset-4 {
  margin-left: 33.3333333333%;
}

html body .bvi-panel .bvi-offset-5 {
  margin-left: 41.6666666667%;
}

html body .bvi-panel .bvi-offset-6 {
  margin-left: 50%;
}

html body .bvi-panel .bvi-offset-7 {
  margin-left: 58.3333333333%;
}

html body .bvi-panel .bvi-offset-8 {
  margin-left: 66.6666666667%;
}

html body .bvi-panel .bvi-offset-9 {
  margin-left: 75%;
}

html body .bvi-panel .bvi-offset-10 {
  margin-left: 83.3333333333%;
}

html body .bvi-panel .bvi-offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  html body .bvi-panel .bvi-col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .bvi-panel .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  html body .bvi-panel .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body .bvi-panel .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  html body .bvi-panel .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  html body .bvi-panel .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  html body .bvi-panel .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  html body .bvi-panel .bvi-col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  html body .bvi-panel .bvi-col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  html body .bvi-panel .bvi-col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  html body .bvi-panel .bvi-col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  html body .bvi-panel .bvi-col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  html body .bvi-panel .bvi-col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  html body .bvi-panel .bvi-col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body .bvi-panel .bvi-col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  html body .bvi-panel .bvi-col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  html body .bvi-panel .bvi-col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  html body .bvi-panel .bvi-col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  html body .bvi-panel .bvi-col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  html body .bvi-panel .bvi-col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  html body .bvi-panel .bvi-order-sm-first {
    order: -1;
  }
  html body .bvi-panel .bvi-order-sm-last {
    order: 13;
  }
  html body .bvi-panel .bvi-order-sm-0 {
    order: 0;
  }
  html body .bvi-panel .bvi-order-sm-1 {
    order: 1;
  }
  html body .bvi-panel .bvi-order-sm-2 {
    order: 2;
  }
  html body .bvi-panel .bvi-order-sm-3 {
    order: 3;
  }
  html body .bvi-panel .bvi-order-sm-4 {
    order: 4;
  }
  html body .bvi-panel .bvi-order-sm-5 {
    order: 5;
  }
  html body .bvi-panel .bvi-order-sm-6 {
    order: 6;
  }
  html body .bvi-panel .bvi-order-sm-7 {
    order: 7;
  }
  html body .bvi-panel .bvi-order-sm-8 {
    order: 8;
  }
  html body .bvi-panel .bvi-order-sm-9 {
    order: 9;
  }
  html body .bvi-panel .bvi-order-sm-10 {
    order: 10;
  }
  html body .bvi-panel .bvi-order-sm-11 {
    order: 11;
  }
  html body .bvi-panel .bvi-order-sm-12 {
    order: 12;
  }
  html body .bvi-panel .bvi-offset-sm-0 {
    margin-left: 0;
  }
  html body .bvi-panel .bvi-offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  html body .bvi-panel .bvi-offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  html body .bvi-panel .bvi-offset-sm-3 {
    margin-left: 25%;
  }
  html body .bvi-panel .bvi-offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  html body .bvi-panel .bvi-offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  html body .bvi-panel .bvi-offset-sm-6 {
    margin-left: 50%;
  }
  html body .bvi-panel .bvi-offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  html body .bvi-panel .bvi-offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  html body .bvi-panel .bvi-offset-sm-9 {
    margin-left: 75%;
  }
  html body .bvi-panel .bvi-offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  html body .bvi-panel .bvi-offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  html body .bvi-panel .bvi-col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .bvi-panel .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  html body .bvi-panel .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body .bvi-panel .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  html body .bvi-panel .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  html body .bvi-panel .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  html body .bvi-panel .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  html body .bvi-panel .bvi-col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  html body .bvi-panel .bvi-col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  html body .bvi-panel .bvi-col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  html body .bvi-panel .bvi-col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  html body .bvi-panel .bvi-col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  html body .bvi-panel .bvi-col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  html body .bvi-panel .bvi-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body .bvi-panel .bvi-col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  html body .bvi-panel .bvi-col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  html body .bvi-panel .bvi-col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  html body .bvi-panel .bvi-col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  html body .bvi-panel .bvi-col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  html body .bvi-panel .bvi-col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  html body .bvi-panel .bvi-order-md-first {
    order: -1;
  }
  html body .bvi-panel .bvi-order-md-last {
    order: 13;
  }
  html body .bvi-panel .bvi-order-md-0 {
    order: 0;
  }
  html body .bvi-panel .bvi-order-md-1 {
    order: 1;
  }
  html body .bvi-panel .bvi-order-md-2 {
    order: 2;
  }
  html body .bvi-panel .bvi-order-md-3 {
    order: 3;
  }
  html body .bvi-panel .bvi-order-md-4 {
    order: 4;
  }
  html body .bvi-panel .bvi-order-md-5 {
    order: 5;
  }
  html body .bvi-panel .bvi-order-md-6 {
    order: 6;
  }
  html body .bvi-panel .bvi-order-md-7 {
    order: 7;
  }
  html body .bvi-panel .bvi-order-md-8 {
    order: 8;
  }
  html body .bvi-panel .bvi-order-md-9 {
    order: 9;
  }
  html body .bvi-panel .bvi-order-md-10 {
    order: 10;
  }
  html body .bvi-panel .bvi-order-md-11 {
    order: 11;
  }
  html body .bvi-panel .bvi-order-md-12 {
    order: 12;
  }
  html body .bvi-panel .bvi-offset-md-0 {
    margin-left: 0;
  }
  html body .bvi-panel .bvi-offset-md-1 {
    margin-left: 8.3333333333%;
  }
  html body .bvi-panel .bvi-offset-md-2 {
    margin-left: 16.6666666667%;
  }
  html body .bvi-panel .bvi-offset-md-3 {
    margin-left: 25%;
  }
  html body .bvi-panel .bvi-offset-md-4 {
    margin-left: 33.3333333333%;
  }
  html body .bvi-panel .bvi-offset-md-5 {
    margin-left: 41.6666666667%;
  }
  html body .bvi-panel .bvi-offset-md-6 {
    margin-left: 50%;
  }
  html body .bvi-panel .bvi-offset-md-7 {
    margin-left: 58.3333333333%;
  }
  html body .bvi-panel .bvi-offset-md-8 {
    margin-left: 66.6666666667%;
  }
  html body .bvi-panel .bvi-offset-md-9 {
    margin-left: 75%;
  }
  html body .bvi-panel .bvi-offset-md-10 {
    margin-left: 83.3333333333%;
  }
  html body .bvi-panel .bvi-offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  html body .bvi-panel .bvi-col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .bvi-panel .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  html body .bvi-panel .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body .bvi-panel .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  html body .bvi-panel .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  html body .bvi-panel .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  html body .bvi-panel .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  html body .bvi-panel .bvi-col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  html body .bvi-panel .bvi-col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  html body .bvi-panel .bvi-col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  html body .bvi-panel .bvi-col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  html body .bvi-panel .bvi-col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  html body .bvi-panel .bvi-col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  html body .bvi-panel .bvi-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body .bvi-panel .bvi-col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  html body .bvi-panel .bvi-col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  html body .bvi-panel .bvi-col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  html body .bvi-panel .bvi-col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  html body .bvi-panel .bvi-col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  html body .bvi-panel .bvi-col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  html body .bvi-panel .bvi-order-lg-first {
    order: -1;
  }
  html body .bvi-panel .bvi-order-lg-last {
    order: 13;
  }
  html body .bvi-panel .bvi-order-lg-0 {
    order: 0;
  }
  html body .bvi-panel .bvi-order-lg-1 {
    order: 1;
  }
  html body .bvi-panel .bvi-order-lg-2 {
    order: 2;
  }
  html body .bvi-panel .bvi-order-lg-3 {
    order: 3;
  }
  html body .bvi-panel .bvi-order-lg-4 {
    order: 4;
  }
  html body .bvi-panel .bvi-order-lg-5 {
    order: 5;
  }
  html body .bvi-panel .bvi-order-lg-6 {
    order: 6;
  }
  html body .bvi-panel .bvi-order-lg-7 {
    order: 7;
  }
  html body .bvi-panel .bvi-order-lg-8 {
    order: 8;
  }
  html body .bvi-panel .bvi-order-lg-9 {
    order: 9;
  }
  html body .bvi-panel .bvi-order-lg-10 {
    order: 10;
  }
  html body .bvi-panel .bvi-order-lg-11 {
    order: 11;
  }
  html body .bvi-panel .bvi-order-lg-12 {
    order: 12;
  }
  html body .bvi-panel .bvi-offset-lg-0 {
    margin-left: 0;
  }
  html body .bvi-panel .bvi-offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  html body .bvi-panel .bvi-offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  html body .bvi-panel .bvi-offset-lg-3 {
    margin-left: 25%;
  }
  html body .bvi-panel .bvi-offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  html body .bvi-panel .bvi-offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  html body .bvi-panel .bvi-offset-lg-6 {
    margin-left: 50%;
  }
  html body .bvi-panel .bvi-offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  html body .bvi-panel .bvi-offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  html body .bvi-panel .bvi-offset-lg-9 {
    margin-left: 75%;
  }
  html body .bvi-panel .bvi-offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  html body .bvi-panel .bvi-offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  html body .bvi-panel .bvi-col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .bvi-panel .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  html body .bvi-panel .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body .bvi-panel .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  html body .bvi-panel .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  html body .bvi-panel .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  html body .bvi-panel .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  html body .bvi-panel .bvi-col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  html body .bvi-panel .bvi-col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  html body .bvi-panel .bvi-col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  html body .bvi-panel .bvi-col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  html body .bvi-panel .bvi-col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  html body .bvi-panel .bvi-col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  html body .bvi-panel .bvi-col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body .bvi-panel .bvi-col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  html body .bvi-panel .bvi-col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  html body .bvi-panel .bvi-col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  html body .bvi-panel .bvi-col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  html body .bvi-panel .bvi-col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  html body .bvi-panel .bvi-col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  html body .bvi-panel .bvi-order-xl-first {
    order: -1;
  }
  html body .bvi-panel .bvi-order-xl-last {
    order: 13;
  }
  html body .bvi-panel .bvi-order-xl-0 {
    order: 0;
  }
  html body .bvi-panel .bvi-order-xl-1 {
    order: 1;
  }
  html body .bvi-panel .bvi-order-xl-2 {
    order: 2;
  }
  html body .bvi-panel .bvi-order-xl-3 {
    order: 3;
  }
  html body .bvi-panel .bvi-order-xl-4 {
    order: 4;
  }
  html body .bvi-panel .bvi-order-xl-5 {
    order: 5;
  }
  html body .bvi-panel .bvi-order-xl-6 {
    order: 6;
  }
  html body .bvi-panel .bvi-order-xl-7 {
    order: 7;
  }
  html body .bvi-panel .bvi-order-xl-8 {
    order: 8;
  }
  html body .bvi-panel .bvi-order-xl-9 {
    order: 9;
  }
  html body .bvi-panel .bvi-order-xl-10 {
    order: 10;
  }
  html body .bvi-panel .bvi-order-xl-11 {
    order: 11;
  }
  html body .bvi-panel .bvi-order-xl-12 {
    order: 12;
  }
  html body .bvi-panel .bvi-offset-xl-0 {
    margin-left: 0;
  }
  html body .bvi-panel .bvi-offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  html body .bvi-panel .bvi-offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  html body .bvi-panel .bvi-offset-xl-3 {
    margin-left: 25%;
  }
  html body .bvi-panel .bvi-offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  html body .bvi-panel .bvi-offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  html body .bvi-panel .bvi-offset-xl-6 {
    margin-left: 50%;
  }
  html body .bvi-panel .bvi-offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  html body .bvi-panel .bvi-offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  html body .bvi-panel .bvi-offset-xl-9 {
    margin-left: 75%;
  }
  html body .bvi-panel .bvi-offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  html body .bvi-panel .bvi-offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

html body .bvi-body[data-bvi-theme=white] {
  background-color: #fff !important;
  fill: #000 !important;
}

html body .bvi-body[data-bvi-theme=white] * {
  background-color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: #000 !important;
  color: #000 !important;
  fill: #000 !important;
}

html body .bvi-body[data-bvi-theme=white] * .bvi-background-image {
  background-color: transparent !important;
}

html body .bvi-body[data-bvi-theme=white] * a {
  text-decoration: underline !important;
  outline: 0 !important;
}

html body .bvi-body[data-bvi-theme=white] * a.bvi-link {
  color: #000 !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=white] * a.bvi-link.disabled {
  color: rgba(0, 0, 0, 0.5) !important;
  border: 1px solid rgba(0, 0, 0, 0.5) !important;
  pointer-events: none;
  cursor: no-drop;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=white] * a.bvi-link.disabled:focus {
  color: rgba(0, 0, 0, 0.5) !important;
  border: 1px solid rgba(0, 0, 0, 0.5) !important;
  text-underline: none !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=white] * a.bvi-link:hover {
  color: #fff !important;
  background-color: #000 !important;
  text-underline: none !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=white] * a.bvi-link:focus {
  color: #000 !important;
  background-color: #fff !important;
  text-underline: none !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=white] * :checked, html body .bvi-body[data-bvi-theme=white] * :default, html body .bvi-body[data-bvi-theme=white] * :disabled, html body .bvi-body[data-bvi-theme=white] * :empty, html body .bvi-body[data-bvi-theme=white] * :enabled, html body .bvi-body[data-bvi-theme=white] * :first-child, html body .bvi-body[data-bvi-theme=white] * :first-of-type, html body .bvi-body[data-bvi-theme=white] * :focus, html body .bvi-body[data-bvi-theme=white] * :indeterminate, html body .bvi-body[data-bvi-theme=white] * :hover, html body .bvi-body[data-bvi-theme=white] * :last-child, html body .bvi-body[data-bvi-theme=white] * :last-of-type, html body .bvi-body[data-bvi-theme=white] * :link, html body .bvi-body[data-bvi-theme=white] * :nth-last-child, html body .bvi-body[data-bvi-theme=white] * :nth-last-of-type, html body .bvi-body[data-bvi-theme=white] * :nth-of-type, html body .bvi-body[data-bvi-theme=white] * :only-child, html body .bvi-body[data-bvi-theme=white] * :only-of-type, html body .bvi-body[data-bvi-theme=white] * :optional, html body .bvi-body[data-bvi-theme=white] * :read-write, html body .bvi-body[data-bvi-theme=white] * :required, html body .bvi-body[data-bvi-theme=white] * :root, html body .bvi-body[data-bvi-theme=white] * :target, html body .bvi-body[data-bvi-theme=white] * :valid, html body .bvi-body[data-bvi-theme=white] * :visited, html body .bvi-body[data-bvi-theme=white] * :first-child:first-letter, html body .bvi-body[data-bvi-theme=white] * :default {
  background-color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: #000 !important;
  color: #000 !important;
  fill: #000 !important;
}

html body .bvi-body[data-bvi-theme=white] *:after {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}

html body .bvi-body[data-bvi-theme=white] *:before {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}

html body .bvi-body[data-bvi-theme=white] *::selection {
  background-color: #000 !important;
  color: #fff !important;
}

html body .bvi-body[data-bvi-theme=white] * a {
  outline: 0 !important;
  color: #000 !important;
  background-color: transparent !important;
  text-decoration: underline !important;
}

html body .bvi-body[data-bvi-theme=white] * a.active {
  color: #000 !important;
  background-color: #fff !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=white] * a:hover {
  color: #fff !important;
  background-color: #000 !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=white] * a:hover:after {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}

html body .bvi-body[data-bvi-theme=white] * a:hover:before {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}

html body .bvi-body[data-bvi-theme=white] * a:hover * {
  color: #fff !important;
  background-color: #000 !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=white] * a:hover *:after {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}

html body .bvi-body[data-bvi-theme=white] * a:hover *:before {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}

html body .bvi-body[data-bvi-theme=white] * button, html body .bvi-body[data-bvi-theme=white] * input[type=submit], html body .bvi-body[data-bvi-theme=white] * input[type=button], html body .bvi-body[data-bvi-theme=white] * button[type=submit], html body .bvi-body[data-bvi-theme=white] * button[type=button] {
  color: #fff !important;
  background-color: #000 !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=white] * button:hover.active, html body .bvi-body[data-bvi-theme=white] * input[type=button]:hover.active, html body .bvi-body[data-bvi-theme=white] * input[type=submit]:hover.active, html body .bvi-body[data-bvi-theme=white] * button[type=submit]:hover.active, html body .bvi-body[data-bvi-theme=white] * button[type=button]:hover.active {
  color: #fff !important;
  background-color: #000 !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=white] * button:hover:hover, html body .bvi-body[data-bvi-theme=white] * input[type=button]:hover:hover, html body .bvi-body[data-bvi-theme=white] * input[type=submit]:hover:hover, html body .bvi-body[data-bvi-theme=white] * button[type=submit]:hover:hover, html body .bvi-body[data-bvi-theme=white] * button[type=button]:hover:hover {
  color: #fff !important;
  background-color: #000 !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=white] * button:hover:hover *, html body .bvi-body[data-bvi-theme=white] * input[type=button]:hover:hover *, html body .bvi-body[data-bvi-theme=white] * input[type=submit]:hover:hover *, html body .bvi-body[data-bvi-theme=white] * button[type=submit]:hover:hover *, html body .bvi-body[data-bvi-theme=white] * button[type=button]:hover:hover * {
  color: #fff !important;
  background-color: #000 !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=black] {
  background-color: #000 !important;
  fill: #fff !important;
}

html body .bvi-body[data-bvi-theme=black] * {
  background-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: #fff !important;
  color: #fff !important;
  fill: #fff !important;
}

html body .bvi-body[data-bvi-theme=black] * .bvi-background-image {
  background-color: transparent !important;
}

html body .bvi-body[data-bvi-theme=black] * a {
  text-decoration: underline !important;
  outline: 0 !important;
}

html body .bvi-body[data-bvi-theme=black] * a.bvi-link {
  color: #fff !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=black] * a.bvi-link.disabled {
  color: rgba(255, 255, 255, 0.5) !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  pointer-events: none;
  cursor: no-drop;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=black] * a.bvi-link.disabled:focus {
  color: rgba(255, 255, 255, 0.5) !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  text-underline: none !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=black] * a.bvi-link:hover {
  color: #000 !important;
  background-color: #fff !important;
  text-underline: none !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=black] * a.bvi-link:focus {
  color: #fff !important;
  background-color: #000 !important;
  text-underline: none !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=black] * :checked, html body .bvi-body[data-bvi-theme=black] * :default, html body .bvi-body[data-bvi-theme=black] * :disabled, html body .bvi-body[data-bvi-theme=black] * :empty, html body .bvi-body[data-bvi-theme=black] * :enabled, html body .bvi-body[data-bvi-theme=black] * :first-child, html body .bvi-body[data-bvi-theme=black] * :first-of-type, html body .bvi-body[data-bvi-theme=black] * :focus, html body .bvi-body[data-bvi-theme=black] * :indeterminate, html body .bvi-body[data-bvi-theme=black] * :hover, html body .bvi-body[data-bvi-theme=black] * :last-child, html body .bvi-body[data-bvi-theme=black] * :last-of-type, html body .bvi-body[data-bvi-theme=black] * :link, html body .bvi-body[data-bvi-theme=black] * :nth-last-child, html body .bvi-body[data-bvi-theme=black] * :nth-last-of-type, html body .bvi-body[data-bvi-theme=black] * :nth-of-type, html body .bvi-body[data-bvi-theme=black] * :only-child, html body .bvi-body[data-bvi-theme=black] * :only-of-type, html body .bvi-body[data-bvi-theme=black] * :optional, html body .bvi-body[data-bvi-theme=black] * :read-write, html body .bvi-body[data-bvi-theme=black] * :required, html body .bvi-body[data-bvi-theme=black] * :root, html body .bvi-body[data-bvi-theme=black] * :target, html body .bvi-body[data-bvi-theme=black] * :valid, html body .bvi-body[data-bvi-theme=black] * :visited, html body .bvi-body[data-bvi-theme=black] * :first-child:first-letter, html body .bvi-body[data-bvi-theme=black] * :default {
  background-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: #fff !important;
  color: #fff !important;
  fill: #fff !important;
}

html body .bvi-body[data-bvi-theme=black] *:after {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}

html body .bvi-body[data-bvi-theme=black] *:before {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}

html body .bvi-body[data-bvi-theme=black] *::selection {
  background-color: #fff !important;
  color: #000 !important;
}

html body .bvi-body[data-bvi-theme=black] * a {
  outline: 0 !important;
  color: #fff !important;
  background-color: transparent !important;
  text-decoration: underline !important;
}

html body .bvi-body[data-bvi-theme=black] * a.active {
  color: #fff !important;
  background-color: #000 !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=black] * a:hover {
  color: #000 !important;
  background-color: #fff !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=black] * a:hover:after {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}

html body .bvi-body[data-bvi-theme=black] * a:hover:before {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}

html body .bvi-body[data-bvi-theme=black] * a:hover * {
  color: #000 !important;
  background-color: #fff !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=black] * a:hover *:after {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}

html body .bvi-body[data-bvi-theme=black] * a:hover *:before {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}

html body .bvi-body[data-bvi-theme=black] * button, html body .bvi-body[data-bvi-theme=black] * input[type=submit], html body .bvi-body[data-bvi-theme=black] * input[type=button], html body .bvi-body[data-bvi-theme=black] * button[type=submit], html body .bvi-body[data-bvi-theme=black] * button[type=button] {
  color: #000 !important;
  background-color: #fff !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=black] * button:hover.active, html body .bvi-body[data-bvi-theme=black] * input[type=button]:hover.active, html body .bvi-body[data-bvi-theme=black] * input[type=submit]:hover.active, html body .bvi-body[data-bvi-theme=black] * button[type=submit]:hover.active, html body .bvi-body[data-bvi-theme=black] * button[type=button]:hover.active {
  color: #000 !important;
  background-color: #fff !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=black] * button:hover:hover, html body .bvi-body[data-bvi-theme=black] * input[type=button]:hover:hover, html body .bvi-body[data-bvi-theme=black] * input[type=submit]:hover:hover, html body .bvi-body[data-bvi-theme=black] * button[type=submit]:hover:hover, html body .bvi-body[data-bvi-theme=black] * button[type=button]:hover:hover {
  color: #000 !important;
  background-color: #fff !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=black] * button:hover:hover *, html body .bvi-body[data-bvi-theme=black] * input[type=button]:hover:hover *, html body .bvi-body[data-bvi-theme=black] * input[type=submit]:hover:hover *, html body .bvi-body[data-bvi-theme=black] * button[type=submit]:hover:hover *, html body .bvi-body[data-bvi-theme=black] * button[type=button]:hover:hover * {
  color: #000 !important;
  background-color: #fff !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=blue] {
  background-color: #9dd1ff !important;
  fill: #063462 !important;
}

html body .bvi-body[data-bvi-theme=blue] * {
  background-color: #9dd1ff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: #063462 !important;
  color: #063462 !important;
  fill: #063462 !important;
}

html body .bvi-body[data-bvi-theme=blue] * .bvi-background-image {
  background-color: transparent !important;
}

html body .bvi-body[data-bvi-theme=blue] * a {
  text-decoration: underline !important;
  outline: 0 !important;
}

html body .bvi-body[data-bvi-theme=blue] * a.bvi-link {
  color: #063462 !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=blue] * a.bvi-link.disabled {
  color: rgba(6, 52, 98, 0.5) !important;
  border: 1px solid rgba(6, 52, 98, 0.5) !important;
  pointer-events: none;
  cursor: no-drop;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=blue] * a.bvi-link.disabled:focus {
  color: rgba(6, 52, 98, 0.5) !important;
  border: 1px solid rgba(6, 52, 98, 0.5) !important;
  text-underline: none !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=blue] * a.bvi-link:hover {
  color: #9dd1ff !important;
  background-color: #063462 !important;
  text-underline: none !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=blue] * a.bvi-link:focus {
  color: #063462 !important;
  background-color: #9dd1ff !important;
  text-underline: none !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=blue] * :checked, html body .bvi-body[data-bvi-theme=blue] * :default, html body .bvi-body[data-bvi-theme=blue] * :disabled, html body .bvi-body[data-bvi-theme=blue] * :empty, html body .bvi-body[data-bvi-theme=blue] * :enabled, html body .bvi-body[data-bvi-theme=blue] * :first-child, html body .bvi-body[data-bvi-theme=blue] * :first-of-type, html body .bvi-body[data-bvi-theme=blue] * :focus, html body .bvi-body[data-bvi-theme=blue] * :indeterminate, html body .bvi-body[data-bvi-theme=blue] * :hover, html body .bvi-body[data-bvi-theme=blue] * :last-child, html body .bvi-body[data-bvi-theme=blue] * :last-of-type, html body .bvi-body[data-bvi-theme=blue] * :link, html body .bvi-body[data-bvi-theme=blue] * :nth-last-child, html body .bvi-body[data-bvi-theme=blue] * :nth-last-of-type, html body .bvi-body[data-bvi-theme=blue] * :nth-of-type, html body .bvi-body[data-bvi-theme=blue] * :only-child, html body .bvi-body[data-bvi-theme=blue] * :only-of-type, html body .bvi-body[data-bvi-theme=blue] * :optional, html body .bvi-body[data-bvi-theme=blue] * :read-write, html body .bvi-body[data-bvi-theme=blue] * :required, html body .bvi-body[data-bvi-theme=blue] * :root, html body .bvi-body[data-bvi-theme=blue] * :target, html body .bvi-body[data-bvi-theme=blue] * :valid, html body .bvi-body[data-bvi-theme=blue] * :visited, html body .bvi-body[data-bvi-theme=blue] * :first-child:first-letter, html body .bvi-body[data-bvi-theme=blue] * :default {
  background-color: #9dd1ff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: #063462 !important;
  color: #063462 !important;
  fill: #063462 !important;
}

html body .bvi-body[data-bvi-theme=blue] *:after {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #063462 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}

html body .bvi-body[data-bvi-theme=blue] *:before {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #063462 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}

html body .bvi-body[data-bvi-theme=blue] *::selection {
  background-color: #063462 !important;
  color: #9dd1ff !important;
}

html body .bvi-body[data-bvi-theme=blue] * a {
  outline: 0 !important;
  color: #063462 !important;
  background-color: transparent !important;
  text-decoration: underline !important;
}

html body .bvi-body[data-bvi-theme=blue] * a.active {
  color: #063462 !important;
  background-color: #9dd1ff !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=blue] * a:hover {
  color: #9dd1ff !important;
  background-color: #063462 !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=blue] * a:hover:after {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #9dd1ff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}

html body .bvi-body[data-bvi-theme=blue] * a:hover:before {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #9dd1ff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}

html body .bvi-body[data-bvi-theme=blue] * a:hover * {
  color: #9dd1ff !important;
  background-color: #063462 !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=blue] * a:hover *:after {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #9dd1ff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}

html body .bvi-body[data-bvi-theme=blue] * a:hover *:before {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #9dd1ff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}

html body .bvi-body[data-bvi-theme=blue] * button, html body .bvi-body[data-bvi-theme=blue] * input[type=submit], html body .bvi-body[data-bvi-theme=blue] * input[type=button], html body .bvi-body[data-bvi-theme=blue] * button[type=submit], html body .bvi-body[data-bvi-theme=blue] * button[type=button] {
  color: #9dd1ff !important;
  background-color: #063462 !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=blue] * button:hover.active, html body .bvi-body[data-bvi-theme=blue] * input[type=button]:hover.active, html body .bvi-body[data-bvi-theme=blue] * input[type=submit]:hover.active, html body .bvi-body[data-bvi-theme=blue] * button[type=submit]:hover.active, html body .bvi-body[data-bvi-theme=blue] * button[type=button]:hover.active {
  color: #9dd1ff !important;
  background-color: #063462 !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=blue] * button:hover:hover, html body .bvi-body[data-bvi-theme=blue] * input[type=button]:hover:hover, html body .bvi-body[data-bvi-theme=blue] * input[type=submit]:hover:hover, html body .bvi-body[data-bvi-theme=blue] * button[type=submit]:hover:hover, html body .bvi-body[data-bvi-theme=blue] * button[type=button]:hover:hover {
  color: #9dd1ff !important;
  background-color: #063462 !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=blue] * button:hover:hover *, html body .bvi-body[data-bvi-theme=blue] * input[type=button]:hover:hover *, html body .bvi-body[data-bvi-theme=blue] * input[type=submit]:hover:hover *, html body .bvi-body[data-bvi-theme=blue] * button[type=submit]:hover:hover *, html body .bvi-body[data-bvi-theme=blue] * button[type=button]:hover:hover * {
  color: #9dd1ff !important;
  background-color: #063462 !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=brown] {
  background-color: #f7f3d6 !important;
  fill: #4d4b43 !important;
}

html body .bvi-body[data-bvi-theme=brown] * {
  background-color: #f7f3d6 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: #4d4b43 !important;
  color: #4d4b43 !important;
  fill: #4d4b43 !important;
}

html body .bvi-body[data-bvi-theme=brown] * .bvi-background-image {
  background-color: transparent !important;
}

html body .bvi-body[data-bvi-theme=brown] * a {
  text-decoration: underline !important;
  outline: 0 !important;
}

html body .bvi-body[data-bvi-theme=brown] * a.bvi-link {
  color: #4d4b43 !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=brown] * a.bvi-link.disabled {
  color: rgba(77, 75, 67, 0.5) !important;
  border: 1px solid rgba(77, 75, 67, 0.5) !important;
  pointer-events: none;
  cursor: no-drop;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=brown] * a.bvi-link.disabled:focus {
  color: rgba(77, 75, 67, 0.5) !important;
  border: 1px solid rgba(77, 75, 67, 0.5) !important;
  text-underline: none !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=brown] * a.bvi-link:hover {
  color: #f7f3d6 !important;
  background-color: #4d4b43 !important;
  text-underline: none !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=brown] * a.bvi-link:focus {
  color: #4d4b43 !important;
  background-color: #f7f3d6 !important;
  text-underline: none !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=brown] * :checked, html body .bvi-body[data-bvi-theme=brown] * :default, html body .bvi-body[data-bvi-theme=brown] * :disabled, html body .bvi-body[data-bvi-theme=brown] * :empty, html body .bvi-body[data-bvi-theme=brown] * :enabled, html body .bvi-body[data-bvi-theme=brown] * :first-child, html body .bvi-body[data-bvi-theme=brown] * :first-of-type, html body .bvi-body[data-bvi-theme=brown] * :focus, html body .bvi-body[data-bvi-theme=brown] * :indeterminate, html body .bvi-body[data-bvi-theme=brown] * :hover, html body .bvi-body[data-bvi-theme=brown] * :last-child, html body .bvi-body[data-bvi-theme=brown] * :last-of-type, html body .bvi-body[data-bvi-theme=brown] * :link, html body .bvi-body[data-bvi-theme=brown] * :nth-last-child, html body .bvi-body[data-bvi-theme=brown] * :nth-last-of-type, html body .bvi-body[data-bvi-theme=brown] * :nth-of-type, html body .bvi-body[data-bvi-theme=brown] * :only-child, html body .bvi-body[data-bvi-theme=brown] * :only-of-type, html body .bvi-body[data-bvi-theme=brown] * :optional, html body .bvi-body[data-bvi-theme=brown] * :read-write, html body .bvi-body[data-bvi-theme=brown] * :required, html body .bvi-body[data-bvi-theme=brown] * :root, html body .bvi-body[data-bvi-theme=brown] * :target, html body .bvi-body[data-bvi-theme=brown] * :valid, html body .bvi-body[data-bvi-theme=brown] * :visited, html body .bvi-body[data-bvi-theme=brown] * :first-child:first-letter, html body .bvi-body[data-bvi-theme=brown] * :default {
  background-color: #f7f3d6 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: #4d4b43 !important;
  color: #4d4b43 !important;
  fill: #4d4b43 !important;
}

html body .bvi-body[data-bvi-theme=brown] *:after {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #4d4b43 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}

html body .bvi-body[data-bvi-theme=brown] *:before {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #4d4b43 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}

html body .bvi-body[data-bvi-theme=brown] *::selection {
  background-color: #4d4b43 !important;
  color: #f7f3d6 !important;
}

html body .bvi-body[data-bvi-theme=brown] * a {
  outline: 0 !important;
  color: #4d4b43 !important;
  background-color: transparent !important;
  text-decoration: underline !important;
}

html body .bvi-body[data-bvi-theme=brown] * a.active {
  color: #4d4b43 !important;
  background-color: #f7f3d6 !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=brown] * a:hover {
  color: #f7f3d6 !important;
  background-color: #4d4b43 !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=brown] * a:hover:after {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #f7f3d6 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}

html body .bvi-body[data-bvi-theme=brown] * a:hover:before {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #f7f3d6 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}

html body .bvi-body[data-bvi-theme=brown] * a:hover * {
  color: #f7f3d6 !important;
  background-color: #4d4b43 !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=brown] * a:hover *:after {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #f7f3d6 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}

html body .bvi-body[data-bvi-theme=brown] * a:hover *:before {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #f7f3d6 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}

html body .bvi-body[data-bvi-theme=brown] * button, html body .bvi-body[data-bvi-theme=brown] * input[type=submit], html body .bvi-body[data-bvi-theme=brown] * input[type=button], html body .bvi-body[data-bvi-theme=brown] * button[type=submit], html body .bvi-body[data-bvi-theme=brown] * button[type=button] {
  color: #f7f3d6 !important;
  background-color: #4d4b43 !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=brown] * button:hover.active, html body .bvi-body[data-bvi-theme=brown] * input[type=button]:hover.active, html body .bvi-body[data-bvi-theme=brown] * input[type=submit]:hover.active, html body .bvi-body[data-bvi-theme=brown] * button[type=submit]:hover.active, html body .bvi-body[data-bvi-theme=brown] * button[type=button]:hover.active {
  color: #f7f3d6 !important;
  background-color: #4d4b43 !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=brown] * button:hover:hover, html body .bvi-body[data-bvi-theme=brown] * input[type=button]:hover:hover, html body .bvi-body[data-bvi-theme=brown] * input[type=submit]:hover:hover, html body .bvi-body[data-bvi-theme=brown] * button[type=submit]:hover:hover, html body .bvi-body[data-bvi-theme=brown] * button[type=button]:hover:hover {
  color: #f7f3d6 !important;
  background-color: #4d4b43 !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=brown] * button:hover:hover *, html body .bvi-body[data-bvi-theme=brown] * input[type=button]:hover:hover *, html body .bvi-body[data-bvi-theme=brown] * input[type=submit]:hover:hover *, html body .bvi-body[data-bvi-theme=brown] * button[type=submit]:hover:hover *, html body .bvi-body[data-bvi-theme=brown] * button[type=button]:hover:hover * {
  color: #f7f3d6 !important;
  background-color: #4d4b43 !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=green] {
  background-color: #3b2716 !important;
  fill: #a9e44d !important;
}

html body .bvi-body[data-bvi-theme=green] * {
  background-color: #3b2716 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: #a9e44d !important;
  color: #a9e44d !important;
  fill: #a9e44d !important;
}

html body .bvi-body[data-bvi-theme=green] * .bvi-background-image {
  background-color: transparent !important;
}

html body .bvi-body[data-bvi-theme=green] * a {
  text-decoration: underline !important;
  outline: 0 !important;
}

html body .bvi-body[data-bvi-theme=green] * a.bvi-link {
  color: #a9e44d !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=green] * a.bvi-link.disabled {
  color: rgba(169, 228, 77, 0.5) !important;
  border: 1px solid rgba(169, 228, 77, 0.5) !important;
  pointer-events: none;
  cursor: no-drop;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=green] * a.bvi-link.disabled:focus {
  color: rgba(169, 228, 77, 0.5) !important;
  border: 1px solid rgba(169, 228, 77, 0.5) !important;
  text-underline: none !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=green] * a.bvi-link:hover {
  color: #3b2716 !important;
  background-color: #a9e44d !important;
  text-underline: none !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=green] * a.bvi-link:focus {
  color: #a9e44d !important;
  background-color: #3b2716 !important;
  text-underline: none !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=green] * :checked, html body .bvi-body[data-bvi-theme=green] * :default, html body .bvi-body[data-bvi-theme=green] * :disabled, html body .bvi-body[data-bvi-theme=green] * :empty, html body .bvi-body[data-bvi-theme=green] * :enabled, html body .bvi-body[data-bvi-theme=green] * :first-child, html body .bvi-body[data-bvi-theme=green] * :first-of-type, html body .bvi-body[data-bvi-theme=green] * :focus, html body .bvi-body[data-bvi-theme=green] * :indeterminate, html body .bvi-body[data-bvi-theme=green] * :hover, html body .bvi-body[data-bvi-theme=green] * :last-child, html body .bvi-body[data-bvi-theme=green] * :last-of-type, html body .bvi-body[data-bvi-theme=green] * :link, html body .bvi-body[data-bvi-theme=green] * :nth-last-child, html body .bvi-body[data-bvi-theme=green] * :nth-last-of-type, html body .bvi-body[data-bvi-theme=green] * :nth-of-type, html body .bvi-body[data-bvi-theme=green] * :only-child, html body .bvi-body[data-bvi-theme=green] * :only-of-type, html body .bvi-body[data-bvi-theme=green] * :optional, html body .bvi-body[data-bvi-theme=green] * :read-write, html body .bvi-body[data-bvi-theme=green] * :required, html body .bvi-body[data-bvi-theme=green] * :root, html body .bvi-body[data-bvi-theme=green] * :target, html body .bvi-body[data-bvi-theme=green] * :valid, html body .bvi-body[data-bvi-theme=green] * :visited, html body .bvi-body[data-bvi-theme=green] * :first-child:first-letter, html body .bvi-body[data-bvi-theme=green] * :default {
  background-color: #3b2716 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: #a9e44d !important;
  color: #a9e44d !important;
  fill: #a9e44d !important;
}

html body .bvi-body[data-bvi-theme=green] *:after {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #a9e44d !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}

html body .bvi-body[data-bvi-theme=green] *:before {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #a9e44d !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}

html body .bvi-body[data-bvi-theme=green] *::selection {
  background-color: #a9e44d !important;
  color: #3b2716 !important;
}

html body .bvi-body[data-bvi-theme=green] * a {
  outline: 0 !important;
  color: #a9e44d !important;
  background-color: transparent !important;
  text-decoration: underline !important;
}

html body .bvi-body[data-bvi-theme=green] * a.active {
  color: #a9e44d !important;
  background-color: #3b2716 !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=green] * a:hover {
  color: #3b2716 !important;
  background-color: #a9e44d !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=green] * a:hover:after {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #3b2716 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}

html body .bvi-body[data-bvi-theme=green] * a:hover:before {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #3b2716 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}

html body .bvi-body[data-bvi-theme=green] * a:hover * {
  color: #3b2716 !important;
  background-color: #a9e44d !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=green] * a:hover *:after {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #3b2716 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}

html body .bvi-body[data-bvi-theme=green] * a:hover *:before {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #3b2716 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}

html body .bvi-body[data-bvi-theme=green] * button, html body .bvi-body[data-bvi-theme=green] * input[type=submit], html body .bvi-body[data-bvi-theme=green] * input[type=button], html body .bvi-body[data-bvi-theme=green] * button[type=submit], html body .bvi-body[data-bvi-theme=green] * button[type=button] {
  color: #3b2716 !important;
  background-color: #a9e44d !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=green] * button:hover.active, html body .bvi-body[data-bvi-theme=green] * input[type=button]:hover.active, html body .bvi-body[data-bvi-theme=green] * input[type=submit]:hover.active, html body .bvi-body[data-bvi-theme=green] * button[type=submit]:hover.active, html body .bvi-body[data-bvi-theme=green] * button[type=button]:hover.active {
  color: #3b2716 !important;
  background-color: #a9e44d !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=green] * button:hover:hover, html body .bvi-body[data-bvi-theme=green] * input[type=button]:hover:hover, html body .bvi-body[data-bvi-theme=green] * input[type=submit]:hover:hover, html body .bvi-body[data-bvi-theme=green] * button[type=submit]:hover:hover, html body .bvi-body[data-bvi-theme=green] * button[type=button]:hover:hover {
  color: #3b2716 !important;
  background-color: #a9e44d !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-theme=green] * button:hover:hover *, html body .bvi-body[data-bvi-theme=green] * input[type=button]:hover:hover *, html body .bvi-body[data-bvi-theme=green] * input[type=submit]:hover:hover *, html body .bvi-body[data-bvi-theme=green] * button[type=submit]:hover:hover *, html body .bvi-body[data-bvi-theme=green] * button[type=button]:hover:hover * {
  color: #3b2716 !important;
  background-color: #a9e44d !important;
  text-decoration: none !important;
}

html body .bvi-body[data-bvi-size="40"] * {
  font-size: 40px !important;
}

html body .bvi-body[data-bvi-size="40"] * h1, html body .bvi-body[data-bvi-size="40"] * h1 * {
  font-size: 47px !important;
}

html body .bvi-body[data-bvi-size="40"] * h2, html body .bvi-body[data-bvi-size="40"] * h2 * {
  font-size: 46px !important;
}

html body .bvi-body[data-bvi-size="40"] * h3, html body .bvi-body[data-bvi-size="40"] * h3 * {
  font-size: 45px !important;
}

html body .bvi-body[data-bvi-size="40"] * h4, html body .bvi-body[data-bvi-size="40"] * h4 * {
  font-size: 44px !important;
}

html body .bvi-body[data-bvi-size="40"] * h5, html body .bvi-body[data-bvi-size="40"] * h5 * {
  font-size: 43px !important;
}

html body .bvi-body[data-bvi-size="40"] * h6, html body .bvi-body[data-bvi-size="40"] * h6 * {
  font-size: 42px !important;
}

html body .bvi-body[data-bvi-size="39"] * {
  font-size: 39px !important;
}

html body .bvi-body[data-bvi-size="39"] * h1, html body .bvi-body[data-bvi-size="39"] * h1 * {
  font-size: 46px !important;
}

html body .bvi-body[data-bvi-size="39"] * h2, html body .bvi-body[data-bvi-size="39"] * h2 * {
  font-size: 45px !important;
}

html body .bvi-body[data-bvi-size="39"] * h3, html body .bvi-body[data-bvi-size="39"] * h3 * {
  font-size: 44px !important;
}

html body .bvi-body[data-bvi-size="39"] * h4, html body .bvi-body[data-bvi-size="39"] * h4 * {
  font-size: 43px !important;
}

html body .bvi-body[data-bvi-size="39"] * h5, html body .bvi-body[data-bvi-size="39"] * h5 * {
  font-size: 42px !important;
}

html body .bvi-body[data-bvi-size="39"] * h6, html body .bvi-body[data-bvi-size="39"] * h6 * {
  font-size: 41px !important;
}

html body .bvi-body[data-bvi-size="38"] * {
  font-size: 38px !important;
}

html body .bvi-body[data-bvi-size="38"] * h1, html body .bvi-body[data-bvi-size="38"] * h1 * {
  font-size: 45px !important;
}

html body .bvi-body[data-bvi-size="38"] * h2, html body .bvi-body[data-bvi-size="38"] * h2 * {
  font-size: 44px !important;
}

html body .bvi-body[data-bvi-size="38"] * h3, html body .bvi-body[data-bvi-size="38"] * h3 * {
  font-size: 43px !important;
}

html body .bvi-body[data-bvi-size="38"] * h4, html body .bvi-body[data-bvi-size="38"] * h4 * {
  font-size: 42px !important;
}

html body .bvi-body[data-bvi-size="38"] * h5, html body .bvi-body[data-bvi-size="38"] * h5 * {
  font-size: 41px !important;
}

html body .bvi-body[data-bvi-size="38"] * h6, html body .bvi-body[data-bvi-size="38"] * h6 * {
  font-size: 40px !important;
}

html body .bvi-body[data-bvi-size="37"] * {
  font-size: 37px !important;
}

html body .bvi-body[data-bvi-size="37"] * h1, html body .bvi-body[data-bvi-size="37"] * h1 * {
  font-size: 44px !important;
}

html body .bvi-body[data-bvi-size="37"] * h2, html body .bvi-body[data-bvi-size="37"] * h2 * {
  font-size: 43px !important;
}

html body .bvi-body[data-bvi-size="37"] * h3, html body .bvi-body[data-bvi-size="37"] * h3 * {
  font-size: 42px !important;
}

html body .bvi-body[data-bvi-size="37"] * h4, html body .bvi-body[data-bvi-size="37"] * h4 * {
  font-size: 41px !important;
}

html body .bvi-body[data-bvi-size="37"] * h5, html body .bvi-body[data-bvi-size="37"] * h5 * {
  font-size: 40px !important;
}

html body .bvi-body[data-bvi-size="37"] * h6, html body .bvi-body[data-bvi-size="37"] * h6 * {
  font-size: 39px !important;
}

html body .bvi-body[data-bvi-size="36"] * {
  font-size: 36px !important;
}

html body .bvi-body[data-bvi-size="36"] * h1, html body .bvi-body[data-bvi-size="36"] * h1 * {
  font-size: 43px !important;
}

html body .bvi-body[data-bvi-size="36"] * h2, html body .bvi-body[data-bvi-size="36"] * h2 * {
  font-size: 42px !important;
}

html body .bvi-body[data-bvi-size="36"] * h3, html body .bvi-body[data-bvi-size="36"] * h3 * {
  font-size: 41px !important;
}

html body .bvi-body[data-bvi-size="36"] * h4, html body .bvi-body[data-bvi-size="36"] * h4 * {
  font-size: 40px !important;
}

html body .bvi-body[data-bvi-size="36"] * h5, html body .bvi-body[data-bvi-size="36"] * h5 * {
  font-size: 39px !important;
}

html body .bvi-body[data-bvi-size="36"] * h6, html body .bvi-body[data-bvi-size="36"] * h6 * {
  font-size: 38px !important;
}

html body .bvi-body[data-bvi-size="35"] * {
  font-size: 35px !important;
}

html body .bvi-body[data-bvi-size="35"] * h1, html body .bvi-body[data-bvi-size="35"] * h1 * {
  font-size: 42px !important;
}

html body .bvi-body[data-bvi-size="35"] * h2, html body .bvi-body[data-bvi-size="35"] * h2 * {
  font-size: 41px !important;
}

html body .bvi-body[data-bvi-size="35"] * h3, html body .bvi-body[data-bvi-size="35"] * h3 * {
  font-size: 40px !important;
}

html body .bvi-body[data-bvi-size="35"] * h4, html body .bvi-body[data-bvi-size="35"] * h4 * {
  font-size: 39px !important;
}

html body .bvi-body[data-bvi-size="35"] * h5, html body .bvi-body[data-bvi-size="35"] * h5 * {
  font-size: 38px !important;
}

html body .bvi-body[data-bvi-size="35"] * h6, html body .bvi-body[data-bvi-size="35"] * h6 * {
  font-size: 37px !important;
}

html body .bvi-body[data-bvi-size="34"] * {
  font-size: 34px !important;
}

html body .bvi-body[data-bvi-size="34"] * h1, html body .bvi-body[data-bvi-size="34"] * h1 * {
  font-size: 41px !important;
}

html body .bvi-body[data-bvi-size="34"] * h2, html body .bvi-body[data-bvi-size="34"] * h2 * {
  font-size: 40px !important;
}

html body .bvi-body[data-bvi-size="34"] * h3, html body .bvi-body[data-bvi-size="34"] * h3 * {
  font-size: 39px !important;
}

html body .bvi-body[data-bvi-size="34"] * h4, html body .bvi-body[data-bvi-size="34"] * h4 * {
  font-size: 38px !important;
}

html body .bvi-body[data-bvi-size="34"] * h5, html body .bvi-body[data-bvi-size="34"] * h5 * {
  font-size: 37px !important;
}

html body .bvi-body[data-bvi-size="34"] * h6, html body .bvi-body[data-bvi-size="34"] * h6 * {
  font-size: 36px !important;
}

html body .bvi-body[data-bvi-size="33"] * {
  font-size: 33px !important;
}

html body .bvi-body[data-bvi-size="33"] * h1, html body .bvi-body[data-bvi-size="33"] * h1 * {
  font-size: 40px !important;
}

html body .bvi-body[data-bvi-size="33"] * h2, html body .bvi-body[data-bvi-size="33"] * h2 * {
  font-size: 39px !important;
}

html body .bvi-body[data-bvi-size="33"] * h3, html body .bvi-body[data-bvi-size="33"] * h3 * {
  font-size: 38px !important;
}

html body .bvi-body[data-bvi-size="33"] * h4, html body .bvi-body[data-bvi-size="33"] * h4 * {
  font-size: 37px !important;
}

html body .bvi-body[data-bvi-size="33"] * h5, html body .bvi-body[data-bvi-size="33"] * h5 * {
  font-size: 36px !important;
}

html body .bvi-body[data-bvi-size="33"] * h6, html body .bvi-body[data-bvi-size="33"] * h6 * {
  font-size: 35px !important;
}

html body .bvi-body[data-bvi-size="32"] * {
  font-size: 32px !important;
}

html body .bvi-body[data-bvi-size="32"] * h1, html body .bvi-body[data-bvi-size="32"] * h1 * {
  font-size: 39px !important;
}

html body .bvi-body[data-bvi-size="32"] * h2, html body .bvi-body[data-bvi-size="32"] * h2 * {
  font-size: 38px !important;
}

html body .bvi-body[data-bvi-size="32"] * h3, html body .bvi-body[data-bvi-size="32"] * h3 * {
  font-size: 37px !important;
}

html body .bvi-body[data-bvi-size="32"] * h4, html body .bvi-body[data-bvi-size="32"] * h4 * {
  font-size: 36px !important;
}

html body .bvi-body[data-bvi-size="32"] * h5, html body .bvi-body[data-bvi-size="32"] * h5 * {
  font-size: 35px !important;
}

html body .bvi-body[data-bvi-size="32"] * h6, html body .bvi-body[data-bvi-size="32"] * h6 * {
  font-size: 34px !important;
}

html body .bvi-body[data-bvi-size="31"] * {
  font-size: 31px !important;
}

html body .bvi-body[data-bvi-size="31"] * h1, html body .bvi-body[data-bvi-size="31"] * h1 * {
  font-size: 38px !important;
}

html body .bvi-body[data-bvi-size="31"] * h2, html body .bvi-body[data-bvi-size="31"] * h2 * {
  font-size: 37px !important;
}

html body .bvi-body[data-bvi-size="31"] * h3, html body .bvi-body[data-bvi-size="31"] * h3 * {
  font-size: 36px !important;
}

html body .bvi-body[data-bvi-size="31"] * h4, html body .bvi-body[data-bvi-size="31"] * h4 * {
  font-size: 35px !important;
}

html body .bvi-body[data-bvi-size="31"] * h5, html body .bvi-body[data-bvi-size="31"] * h5 * {
  font-size: 34px !important;
}

html body .bvi-body[data-bvi-size="31"] * h6, html body .bvi-body[data-bvi-size="31"] * h6 * {
  font-size: 33px !important;
}

html body .bvi-body[data-bvi-size="30"] * {
  font-size: 30px !important;
}

html body .bvi-body[data-bvi-size="30"] * h1, html body .bvi-body[data-bvi-size="30"] * h1 * {
  font-size: 37px !important;
}

html body .bvi-body[data-bvi-size="30"] * h2, html body .bvi-body[data-bvi-size="30"] * h2 * {
  font-size: 36px !important;
}

html body .bvi-body[data-bvi-size="30"] * h3, html body .bvi-body[data-bvi-size="30"] * h3 * {
  font-size: 35px !important;
}

html body .bvi-body[data-bvi-size="30"] * h4, html body .bvi-body[data-bvi-size="30"] * h4 * {
  font-size: 34px !important;
}

html body .bvi-body[data-bvi-size="30"] * h5, html body .bvi-body[data-bvi-size="30"] * h5 * {
  font-size: 33px !important;
}

html body .bvi-body[data-bvi-size="30"] * h6, html body .bvi-body[data-bvi-size="30"] * h6 * {
  font-size: 32px !important;
}

html body .bvi-body[data-bvi-size="29"] * {
  font-size: 29px !important;
}

html body .bvi-body[data-bvi-size="29"] * h1, html body .bvi-body[data-bvi-size="29"] * h1 * {
  font-size: 36px !important;
}

html body .bvi-body[data-bvi-size="29"] * h2, html body .bvi-body[data-bvi-size="29"] * h2 * {
  font-size: 35px !important;
}

html body .bvi-body[data-bvi-size="29"] * h3, html body .bvi-body[data-bvi-size="29"] * h3 * {
  font-size: 34px !important;
}

html body .bvi-body[data-bvi-size="29"] * h4, html body .bvi-body[data-bvi-size="29"] * h4 * {
  font-size: 33px !important;
}

html body .bvi-body[data-bvi-size="29"] * h5, html body .bvi-body[data-bvi-size="29"] * h5 * {
  font-size: 32px !important;
}

html body .bvi-body[data-bvi-size="29"] * h6, html body .bvi-body[data-bvi-size="29"] * h6 * {
  font-size: 31px !important;
}

html body .bvi-body[data-bvi-size="28"] * {
  font-size: 28px !important;
}

html body .bvi-body[data-bvi-size="28"] * h1, html body .bvi-body[data-bvi-size="28"] * h1 * {
  font-size: 35px !important;
}

html body .bvi-body[data-bvi-size="28"] * h2, html body .bvi-body[data-bvi-size="28"] * h2 * {
  font-size: 34px !important;
}

html body .bvi-body[data-bvi-size="28"] * h3, html body .bvi-body[data-bvi-size="28"] * h3 * {
  font-size: 33px !important;
}

html body .bvi-body[data-bvi-size="28"] * h4, html body .bvi-body[data-bvi-size="28"] * h4 * {
  font-size: 32px !important;
}

html body .bvi-body[data-bvi-size="28"] * h5, html body .bvi-body[data-bvi-size="28"] * h5 * {
  font-size: 31px !important;
}

html body .bvi-body[data-bvi-size="28"] * h6, html body .bvi-body[data-bvi-size="28"] * h6 * {
  font-size: 30px !important;
}

html body .bvi-body[data-bvi-size="27"] * {
  font-size: 27px !important;
}

html body .bvi-body[data-bvi-size="27"] * h1, html body .bvi-body[data-bvi-size="27"] * h1 * {
  font-size: 34px !important;
}

html body .bvi-body[data-bvi-size="27"] * h2, html body .bvi-body[data-bvi-size="27"] * h2 * {
  font-size: 33px !important;
}

html body .bvi-body[data-bvi-size="27"] * h3, html body .bvi-body[data-bvi-size="27"] * h3 * {
  font-size: 32px !important;
}

html body .bvi-body[data-bvi-size="27"] * h4, html body .bvi-body[data-bvi-size="27"] * h4 * {
  font-size: 31px !important;
}

html body .bvi-body[data-bvi-size="27"] * h5, html body .bvi-body[data-bvi-size="27"] * h5 * {
  font-size: 30px !important;
}

html body .bvi-body[data-bvi-size="27"] * h6, html body .bvi-body[data-bvi-size="27"] * h6 * {
  font-size: 29px !important;
}

html body .bvi-body[data-bvi-size="26"] * {
  font-size: 26px !important;
}

html body .bvi-body[data-bvi-size="26"] * h1, html body .bvi-body[data-bvi-size="26"] * h1 * {
  font-size: 33px !important;
}

html body .bvi-body[data-bvi-size="26"] * h2, html body .bvi-body[data-bvi-size="26"] * h2 * {
  font-size: 32px !important;
}

html body .bvi-body[data-bvi-size="26"] * h3, html body .bvi-body[data-bvi-size="26"] * h3 * {
  font-size: 31px !important;
}

html body .bvi-body[data-bvi-size="26"] * h4, html body .bvi-body[data-bvi-size="26"] * h4 * {
  font-size: 30px !important;
}

html body .bvi-body[data-bvi-size="26"] * h5, html body .bvi-body[data-bvi-size="26"] * h5 * {
  font-size: 29px !important;
}

html body .bvi-body[data-bvi-size="26"] * h6, html body .bvi-body[data-bvi-size="26"] * h6 * {
  font-size: 28px !important;
}

html body .bvi-body[data-bvi-size="25"] * {
  font-size: 25px !important;
}

html body .bvi-body[data-bvi-size="25"] * h1, html body .bvi-body[data-bvi-size="25"] * h1 * {
  font-size: 32px !important;
}

html body .bvi-body[data-bvi-size="25"] * h2, html body .bvi-body[data-bvi-size="25"] * h2 * {
  font-size: 31px !important;
}

html body .bvi-body[data-bvi-size="25"] * h3, html body .bvi-body[data-bvi-size="25"] * h3 * {
  font-size: 30px !important;
}

html body .bvi-body[data-bvi-size="25"] * h4, html body .bvi-body[data-bvi-size="25"] * h4 * {
  font-size: 29px !important;
}

html body .bvi-body[data-bvi-size="25"] * h5, html body .bvi-body[data-bvi-size="25"] * h5 * {
  font-size: 28px !important;
}

html body .bvi-body[data-bvi-size="25"] * h6, html body .bvi-body[data-bvi-size="25"] * h6 * {
  font-size: 27px !important;
}

html body .bvi-body[data-bvi-size="24"] * {
  font-size: 24px !important;
}

html body .bvi-body[data-bvi-size="24"] * h1, html body .bvi-body[data-bvi-size="24"] * h1 * {
  font-size: 31px !important;
}

html body .bvi-body[data-bvi-size="24"] * h2, html body .bvi-body[data-bvi-size="24"] * h2 * {
  font-size: 30px !important;
}

html body .bvi-body[data-bvi-size="24"] * h3, html body .bvi-body[data-bvi-size="24"] * h3 * {
  font-size: 29px !important;
}

html body .bvi-body[data-bvi-size="24"] * h4, html body .bvi-body[data-bvi-size="24"] * h4 * {
  font-size: 28px !important;
}

html body .bvi-body[data-bvi-size="24"] * h5, html body .bvi-body[data-bvi-size="24"] * h5 * {
  font-size: 27px !important;
}

html body .bvi-body[data-bvi-size="24"] * h6, html body .bvi-body[data-bvi-size="24"] * h6 * {
  font-size: 26px !important;
}

html body .bvi-body[data-bvi-size="23"] * {
  font-size: 23px !important;
}

html body .bvi-body[data-bvi-size="23"] * h1, html body .bvi-body[data-bvi-size="23"] * h1 * {
  font-size: 30px !important;
}

html body .bvi-body[data-bvi-size="23"] * h2, html body .bvi-body[data-bvi-size="23"] * h2 * {
  font-size: 29px !important;
}

html body .bvi-body[data-bvi-size="23"] * h3, html body .bvi-body[data-bvi-size="23"] * h3 * {
  font-size: 28px !important;
}

html body .bvi-body[data-bvi-size="23"] * h4, html body .bvi-body[data-bvi-size="23"] * h4 * {
  font-size: 27px !important;
}

html body .bvi-body[data-bvi-size="23"] * h5, html body .bvi-body[data-bvi-size="23"] * h5 * {
  font-size: 26px !important;
}

html body .bvi-body[data-bvi-size="23"] * h6, html body .bvi-body[data-bvi-size="23"] * h6 * {
  font-size: 25px !important;
}

html body .bvi-body[data-bvi-size="22"] * {
  font-size: 22px !important;
}

html body .bvi-body[data-bvi-size="22"] * h1, html body .bvi-body[data-bvi-size="22"] * h1 * {
  font-size: 29px !important;
}

html body .bvi-body[data-bvi-size="22"] * h2, html body .bvi-body[data-bvi-size="22"] * h2 * {
  font-size: 28px !important;
}

html body .bvi-body[data-bvi-size="22"] * h3, html body .bvi-body[data-bvi-size="22"] * h3 * {
  font-size: 27px !important;
}

html body .bvi-body[data-bvi-size="22"] * h4, html body .bvi-body[data-bvi-size="22"] * h4 * {
  font-size: 26px !important;
}

html body .bvi-body[data-bvi-size="22"] * h5, html body .bvi-body[data-bvi-size="22"] * h5 * {
  font-size: 25px !important;
}

html body .bvi-body[data-bvi-size="22"] * h6, html body .bvi-body[data-bvi-size="22"] * h6 * {
  font-size: 24px !important;
}

html body .bvi-body[data-bvi-size="21"] * {
  font-size: 21px !important;
}

html body .bvi-body[data-bvi-size="21"] * h1, html body .bvi-body[data-bvi-size="21"] * h1 * {
  font-size: 28px !important;
}

html body .bvi-body[data-bvi-size="21"] * h2, html body .bvi-body[data-bvi-size="21"] * h2 * {
  font-size: 27px !important;
}

html body .bvi-body[data-bvi-size="21"] * h3, html body .bvi-body[data-bvi-size="21"] * h3 * {
  font-size: 26px !important;
}

html body .bvi-body[data-bvi-size="21"] * h4, html body .bvi-body[data-bvi-size="21"] * h4 * {
  font-size: 25px !important;
}

html body .bvi-body[data-bvi-size="21"] * h5, html body .bvi-body[data-bvi-size="21"] * h5 * {
  font-size: 24px !important;
}

html body .bvi-body[data-bvi-size="21"] * h6, html body .bvi-body[data-bvi-size="21"] * h6 * {
  font-size: 23px !important;
}

html body .bvi-body[data-bvi-size="20"] * {
  font-size: 20px !important;
}

html body .bvi-body[data-bvi-size="20"] * h1, html body .bvi-body[data-bvi-size="20"] * h1 * {
  font-size: 27px !important;
}

html body .bvi-body[data-bvi-size="20"] * h2, html body .bvi-body[data-bvi-size="20"] * h2 * {
  font-size: 26px !important;
}

html body .bvi-body[data-bvi-size="20"] * h3, html body .bvi-body[data-bvi-size="20"] * h3 * {
  font-size: 25px !important;
}

html body .bvi-body[data-bvi-size="20"] * h4, html body .bvi-body[data-bvi-size="20"] * h4 * {
  font-size: 24px !important;
}

html body .bvi-body[data-bvi-size="20"] * h5, html body .bvi-body[data-bvi-size="20"] * h5 * {
  font-size: 23px !important;
}

html body .bvi-body[data-bvi-size="20"] * h6, html body .bvi-body[data-bvi-size="20"] * h6 * {
  font-size: 22px !important;
}

html body .bvi-body[data-bvi-size="19"] * {
  font-size: 19px !important;
}

html body .bvi-body[data-bvi-size="19"] * h1, html body .bvi-body[data-bvi-size="19"] * h1 * {
  font-size: 26px !important;
}

html body .bvi-body[data-bvi-size="19"] * h2, html body .bvi-body[data-bvi-size="19"] * h2 * {
  font-size: 25px !important;
}

html body .bvi-body[data-bvi-size="19"] * h3, html body .bvi-body[data-bvi-size="19"] * h3 * {
  font-size: 24px !important;
}

html body .bvi-body[data-bvi-size="19"] * h4, html body .bvi-body[data-bvi-size="19"] * h4 * {
  font-size: 23px !important;
}

html body .bvi-body[data-bvi-size="19"] * h5, html body .bvi-body[data-bvi-size="19"] * h5 * {
  font-size: 22px !important;
}

html body .bvi-body[data-bvi-size="19"] * h6, html body .bvi-body[data-bvi-size="19"] * h6 * {
  font-size: 21px !important;
}

html body .bvi-body[data-bvi-size="18"] * {
  font-size: 18px !important;
}

html body .bvi-body[data-bvi-size="18"] * h1, html body .bvi-body[data-bvi-size="18"] * h1 * {
  font-size: 25px !important;
}

html body .bvi-body[data-bvi-size="18"] * h2, html body .bvi-body[data-bvi-size="18"] * h2 * {
  font-size: 24px !important;
}

html body .bvi-body[data-bvi-size="18"] * h3, html body .bvi-body[data-bvi-size="18"] * h3 * {
  font-size: 23px !important;
}

html body .bvi-body[data-bvi-size="18"] * h4, html body .bvi-body[data-bvi-size="18"] * h4 * {
  font-size: 22px !important;
}

html body .bvi-body[data-bvi-size="18"] * h5, html body .bvi-body[data-bvi-size="18"] * h5 * {
  font-size: 21px !important;
}

html body .bvi-body[data-bvi-size="18"] * h6, html body .bvi-body[data-bvi-size="18"] * h6 * {
  font-size: 20px !important;
}

html body .bvi-body[data-bvi-size="17"] * {
  font-size: 17px !important;
}

html body .bvi-body[data-bvi-size="17"] * h1, html body .bvi-body[data-bvi-size="17"] * h1 * {
  font-size: 24px !important;
}

html body .bvi-body[data-bvi-size="17"] * h2, html body .bvi-body[data-bvi-size="17"] * h2 * {
  font-size: 23px !important;
}

html body .bvi-body[data-bvi-size="17"] * h3, html body .bvi-body[data-bvi-size="17"] * h3 * {
  font-size: 22px !important;
}

html body .bvi-body[data-bvi-size="17"] * h4, html body .bvi-body[data-bvi-size="17"] * h4 * {
  font-size: 21px !important;
}

html body .bvi-body[data-bvi-size="17"] * h5, html body .bvi-body[data-bvi-size="17"] * h5 * {
  font-size: 20px !important;
}

html body .bvi-body[data-bvi-size="17"] * h6, html body .bvi-body[data-bvi-size="17"] * h6 * {
  font-size: 19px !important;
}

html body .bvi-body[data-bvi-size="16"] * {
  font-size: 16px !important;
}

html body .bvi-body[data-bvi-size="16"] * h1, html body .bvi-body[data-bvi-size="16"] * h1 * {
  font-size: 23px !important;
}

html body .bvi-body[data-bvi-size="16"] * h2, html body .bvi-body[data-bvi-size="16"] * h2 * {
  font-size: 22px !important;
}

html body .bvi-body[data-bvi-size="16"] * h3, html body .bvi-body[data-bvi-size="16"] * h3 * {
  font-size: 21px !important;
}

html body .bvi-body[data-bvi-size="16"] * h4, html body .bvi-body[data-bvi-size="16"] * h4 * {
  font-size: 20px !important;
}

html body .bvi-body[data-bvi-size="16"] * h5, html body .bvi-body[data-bvi-size="16"] * h5 * {
  font-size: 19px !important;
}

html body .bvi-body[data-bvi-size="16"] * h6, html body .bvi-body[data-bvi-size="16"] * h6 * {
  font-size: 18px !important;
}

html body .bvi-body[data-bvi-size="15"] * {
  font-size: 15px !important;
}

html body .bvi-body[data-bvi-size="15"] * h1, html body .bvi-body[data-bvi-size="15"] * h1 * {
  font-size: 22px !important;
}

html body .bvi-body[data-bvi-size="15"] * h2, html body .bvi-body[data-bvi-size="15"] * h2 * {
  font-size: 21px !important;
}

html body .bvi-body[data-bvi-size="15"] * h3, html body .bvi-body[data-bvi-size="15"] * h3 * {
  font-size: 20px !important;
}

html body .bvi-body[data-bvi-size="15"] * h4, html body .bvi-body[data-bvi-size="15"] * h4 * {
  font-size: 19px !important;
}

html body .bvi-body[data-bvi-size="15"] * h5, html body .bvi-body[data-bvi-size="15"] * h5 * {
  font-size: 18px !important;
}

html body .bvi-body[data-bvi-size="15"] * h6, html body .bvi-body[data-bvi-size="15"] * h6 * {
  font-size: 17px !important;
}

html body .bvi-body[data-bvi-size="14"] * {
  font-size: 14px !important;
}

html body .bvi-body[data-bvi-size="14"] * h1, html body .bvi-body[data-bvi-size="14"] * h1 * {
  font-size: 21px !important;
}

html body .bvi-body[data-bvi-size="14"] * h2, html body .bvi-body[data-bvi-size="14"] * h2 * {
  font-size: 20px !important;
}

html body .bvi-body[data-bvi-size="14"] * h3, html body .bvi-body[data-bvi-size="14"] * h3 * {
  font-size: 19px !important;
}

html body .bvi-body[data-bvi-size="14"] * h4, html body .bvi-body[data-bvi-size="14"] * h4 * {
  font-size: 18px !important;
}

html body .bvi-body[data-bvi-size="14"] * h5, html body .bvi-body[data-bvi-size="14"] * h5 * {
  font-size: 17px !important;
}

html body .bvi-body[data-bvi-size="14"] * h6, html body .bvi-body[data-bvi-size="14"] * h6 * {
  font-size: 16px !important;
}

html body .bvi-body[data-bvi-size="13"] * {
  font-size: 13px !important;
}

html body .bvi-body[data-bvi-size="13"] * h1, html body .bvi-body[data-bvi-size="13"] * h1 * {
  font-size: 20px !important;
}

html body .bvi-body[data-bvi-size="13"] * h2, html body .bvi-body[data-bvi-size="13"] * h2 * {
  font-size: 19px !important;
}

html body .bvi-body[data-bvi-size="13"] * h3, html body .bvi-body[data-bvi-size="13"] * h3 * {
  font-size: 18px !important;
}

html body .bvi-body[data-bvi-size="13"] * h4, html body .bvi-body[data-bvi-size="13"] * h4 * {
  font-size: 17px !important;
}

html body .bvi-body[data-bvi-size="13"] * h5, html body .bvi-body[data-bvi-size="13"] * h5 * {
  font-size: 16px !important;
}

html body .bvi-body[data-bvi-size="13"] * h6, html body .bvi-body[data-bvi-size="13"] * h6 * {
  font-size: 15px !important;
}

html body .bvi-body[data-bvi-size="12"] * {
  font-size: 12px !important;
}

html body .bvi-body[data-bvi-size="12"] * h1, html body .bvi-body[data-bvi-size="12"] * h1 * {
  font-size: 19px !important;
}

html body .bvi-body[data-bvi-size="12"] * h2, html body .bvi-body[data-bvi-size="12"] * h2 * {
  font-size: 18px !important;
}

html body .bvi-body[data-bvi-size="12"] * h3, html body .bvi-body[data-bvi-size="12"] * h3 * {
  font-size: 17px !important;
}

html body .bvi-body[data-bvi-size="12"] * h4, html body .bvi-body[data-bvi-size="12"] * h4 * {
  font-size: 16px !important;
}

html body .bvi-body[data-bvi-size="12"] * h5, html body .bvi-body[data-bvi-size="12"] * h5 * {
  font-size: 15px !important;
}

html body .bvi-body[data-bvi-size="12"] * h6, html body .bvi-body[data-bvi-size="12"] * h6 * {
  font-size: 14px !important;
}

html body .bvi-body[data-bvi-size="11"] * {
  font-size: 11px !important;
}

html body .bvi-body[data-bvi-size="11"] * h1, html body .bvi-body[data-bvi-size="11"] * h1 * {
  font-size: 18px !important;
}

html body .bvi-body[data-bvi-size="11"] * h2, html body .bvi-body[data-bvi-size="11"] * h2 * {
  font-size: 17px !important;
}

html body .bvi-body[data-bvi-size="11"] * h3, html body .bvi-body[data-bvi-size="11"] * h3 * {
  font-size: 16px !important;
}

html body .bvi-body[data-bvi-size="11"] * h4, html body .bvi-body[data-bvi-size="11"] * h4 * {
  font-size: 15px !important;
}

html body .bvi-body[data-bvi-size="11"] * h5, html body .bvi-body[data-bvi-size="11"] * h5 * {
  font-size: 14px !important;
}

html body .bvi-body[data-bvi-size="11"] * h6, html body .bvi-body[data-bvi-size="11"] * h6 * {
  font-size: 13px !important;
}

html body .bvi-body[data-bvi-size="10"] * {
  font-size: 10px !important;
}

html body .bvi-body[data-bvi-size="10"] * h1, html body .bvi-body[data-bvi-size="10"] * h1 * {
  font-size: 17px !important;
}

html body .bvi-body[data-bvi-size="10"] * h2, html body .bvi-body[data-bvi-size="10"] * h2 * {
  font-size: 16px !important;
}

html body .bvi-body[data-bvi-size="10"] * h3, html body .bvi-body[data-bvi-size="10"] * h3 * {
  font-size: 15px !important;
}

html body .bvi-body[data-bvi-size="10"] * h4, html body .bvi-body[data-bvi-size="10"] * h4 * {
  font-size: 14px !important;
}

html body .bvi-body[data-bvi-size="10"] * h5, html body .bvi-body[data-bvi-size="10"] * h5 * {
  font-size: 13px !important;
}

html body .bvi-body[data-bvi-size="10"] * h6, html body .bvi-body[data-bvi-size="10"] * h6 * {
  font-size: 12px !important;
}

html body .bvi-body[data-bvi-size="9"] * {
  font-size: 9px !important;
}

html body .bvi-body[data-bvi-size="9"] * h1, html body .bvi-body[data-bvi-size="9"] * h1 * {
  font-size: 16px !important;
}

html body .bvi-body[data-bvi-size="9"] * h2, html body .bvi-body[data-bvi-size="9"] * h2 * {
  font-size: 15px !important;
}

html body .bvi-body[data-bvi-size="9"] * h3, html body .bvi-body[data-bvi-size="9"] * h3 * {
  font-size: 14px !important;
}

html body .bvi-body[data-bvi-size="9"] * h4, html body .bvi-body[data-bvi-size="9"] * h4 * {
  font-size: 13px !important;
}

html body .bvi-body[data-bvi-size="9"] * h5, html body .bvi-body[data-bvi-size="9"] * h5 * {
  font-size: 12px !important;
}

html body .bvi-body[data-bvi-size="9"] * h6, html body .bvi-body[data-bvi-size="9"] * h6 * {
  font-size: 11px !important;
}

html body .bvi-body[data-bvi-size="8"] * {
  font-size: 8px !important;
}

html body .bvi-body[data-bvi-size="8"] * h1, html body .bvi-body[data-bvi-size="8"] * h1 * {
  font-size: 15px !important;
}

html body .bvi-body[data-bvi-size="8"] * h2, html body .bvi-body[data-bvi-size="8"] * h2 * {
  font-size: 14px !important;
}

html body .bvi-body[data-bvi-size="8"] * h3, html body .bvi-body[data-bvi-size="8"] * h3 * {
  font-size: 13px !important;
}

html body .bvi-body[data-bvi-size="8"] * h4, html body .bvi-body[data-bvi-size="8"] * h4 * {
  font-size: 12px !important;
}

html body .bvi-body[data-bvi-size="8"] * h5, html body .bvi-body[data-bvi-size="8"] * h5 * {
  font-size: 11px !important;
}

html body .bvi-body[data-bvi-size="8"] * h6, html body .bvi-body[data-bvi-size="8"] * h6 * {
  font-size: 10px !important;
}

html body .bvi-body[data-bvi-size="7"] * {
  font-size: 7px !important;
}

html body .bvi-body[data-bvi-size="7"] * h1, html body .bvi-body[data-bvi-size="7"] * h1 * {
  font-size: 14px !important;
}

html body .bvi-body[data-bvi-size="7"] * h2, html body .bvi-body[data-bvi-size="7"] * h2 * {
  font-size: 13px !important;
}

html body .bvi-body[data-bvi-size="7"] * h3, html body .bvi-body[data-bvi-size="7"] * h3 * {
  font-size: 12px !important;
}

html body .bvi-body[data-bvi-size="7"] * h4, html body .bvi-body[data-bvi-size="7"] * h4 * {
  font-size: 11px !important;
}

html body .bvi-body[data-bvi-size="7"] * h5, html body .bvi-body[data-bvi-size="7"] * h5 * {
  font-size: 10px !important;
}

html body .bvi-body[data-bvi-size="7"] * h6, html body .bvi-body[data-bvi-size="7"] * h6 * {
  font-size: 9px !important;
}

html body .bvi-body[data-bvi-size="6"] * {
  font-size: 6px !important;
}

html body .bvi-body[data-bvi-size="6"] * h1, html body .bvi-body[data-bvi-size="6"] * h1 * {
  font-size: 13px !important;
}

html body .bvi-body[data-bvi-size="6"] * h2, html body .bvi-body[data-bvi-size="6"] * h2 * {
  font-size: 12px !important;
}

html body .bvi-body[data-bvi-size="6"] * h3, html body .bvi-body[data-bvi-size="6"] * h3 * {
  font-size: 11px !important;
}

html body .bvi-body[data-bvi-size="6"] * h4, html body .bvi-body[data-bvi-size="6"] * h4 * {
  font-size: 10px !important;
}

html body .bvi-body[data-bvi-size="6"] * h5, html body .bvi-body[data-bvi-size="6"] * h5 * {
  font-size: 9px !important;
}

html body .bvi-body[data-bvi-size="6"] * h6, html body .bvi-body[data-bvi-size="6"] * h6 * {
  font-size: 8px !important;
}

html body .bvi-body[data-bvi-size="5"] * {
  font-size: 5px !important;
}

html body .bvi-body[data-bvi-size="5"] * h1, html body .bvi-body[data-bvi-size="5"] * h1 * {
  font-size: 12px !important;
}

html body .bvi-body[data-bvi-size="5"] * h2, html body .bvi-body[data-bvi-size="5"] * h2 * {
  font-size: 11px !important;
}

html body .bvi-body[data-bvi-size="5"] * h3, html body .bvi-body[data-bvi-size="5"] * h3 * {
  font-size: 10px !important;
}

html body .bvi-body[data-bvi-size="5"] * h4, html body .bvi-body[data-bvi-size="5"] * h4 * {
  font-size: 9px !important;
}

html body .bvi-body[data-bvi-size="5"] * h5, html body .bvi-body[data-bvi-size="5"] * h5 * {
  font-size: 8px !important;
}

html body .bvi-body[data-bvi-size="5"] * h6, html body .bvi-body[data-bvi-size="5"] * h6 * {
  font-size: 7px !important;
}

html body .bvi-body[data-bvi-size="4"] * {
  font-size: 4px !important;
}

html body .bvi-body[data-bvi-size="4"] * h1, html body .bvi-body[data-bvi-size="4"] * h1 * {
  font-size: 11px !important;
}

html body .bvi-body[data-bvi-size="4"] * h2, html body .bvi-body[data-bvi-size="4"] * h2 * {
  font-size: 10px !important;
}

html body .bvi-body[data-bvi-size="4"] * h3, html body .bvi-body[data-bvi-size="4"] * h3 * {
  font-size: 9px !important;
}

html body .bvi-body[data-bvi-size="4"] * h4, html body .bvi-body[data-bvi-size="4"] * h4 * {
  font-size: 8px !important;
}

html body .bvi-body[data-bvi-size="4"] * h5, html body .bvi-body[data-bvi-size="4"] * h5 * {
  font-size: 7px !important;
}

html body .bvi-body[data-bvi-size="4"] * h6, html body .bvi-body[data-bvi-size="4"] * h6 * {
  font-size: 6px !important;
}

html body .bvi-body[data-bvi-size="3"] * {
  font-size: 3px !important;
}

html body .bvi-body[data-bvi-size="3"] * h1, html body .bvi-body[data-bvi-size="3"] * h1 * {
  font-size: 10px !important;
}

html body .bvi-body[data-bvi-size="3"] * h2, html body .bvi-body[data-bvi-size="3"] * h2 * {
  font-size: 9px !important;
}

html body .bvi-body[data-bvi-size="3"] * h3, html body .bvi-body[data-bvi-size="3"] * h3 * {
  font-size: 8px !important;
}

html body .bvi-body[data-bvi-size="3"] * h4, html body .bvi-body[data-bvi-size="3"] * h4 * {
  font-size: 7px !important;
}

html body .bvi-body[data-bvi-size="3"] * h5, html body .bvi-body[data-bvi-size="3"] * h5 * {
  font-size: 6px !important;
}

html body .bvi-body[data-bvi-size="3"] * h6, html body .bvi-body[data-bvi-size="3"] * h6 * {
  font-size: 5px !important;
}

html body .bvi-body[data-bvi-size="2"] * {
  font-size: 2px !important;
}

html body .bvi-body[data-bvi-size="2"] * h1, html body .bvi-body[data-bvi-size="2"] * h1 * {
  font-size: 9px !important;
}

html body .bvi-body[data-bvi-size="2"] * h2, html body .bvi-body[data-bvi-size="2"] * h2 * {
  font-size: 8px !important;
}

html body .bvi-body[data-bvi-size="2"] * h3, html body .bvi-body[data-bvi-size="2"] * h3 * {
  font-size: 7px !important;
}

html body .bvi-body[data-bvi-size="2"] * h4, html body .bvi-body[data-bvi-size="2"] * h4 * {
  font-size: 6px !important;
}

html body .bvi-body[data-bvi-size="2"] * h5, html body .bvi-body[data-bvi-size="2"] * h5 * {
  font-size: 5px !important;
}

html body .bvi-body[data-bvi-size="2"] * h6, html body .bvi-body[data-bvi-size="2"] * h6 * {
  font-size: 4px !important;
}

html body .bvi-body[data-bvi-size="1"] * {
  font-size: 1px !important;
}

html body .bvi-body[data-bvi-size="1"] * h1, html body .bvi-body[data-bvi-size="1"] * h1 * {
  font-size: 8px !important;
}

html body .bvi-body[data-bvi-size="1"] * h2, html body .bvi-body[data-bvi-size="1"] * h2 * {
  font-size: 7px !important;
}

html body .bvi-body[data-bvi-size="1"] * h3, html body .bvi-body[data-bvi-size="1"] * h3 * {
  font-size: 6px !important;
}

html body .bvi-body[data-bvi-size="1"] * h4, html body .bvi-body[data-bvi-size="1"] * h4 * {
  font-size: 5px !important;
}

html body .bvi-body[data-bvi-size="1"] * h5, html body .bvi-body[data-bvi-size="1"] * h5 * {
  font-size: 4px !important;
}

html body .bvi-body[data-bvi-size="1"] * h6, html body .bvi-body[data-bvi-size="1"] * h6 * {
  font-size: 3px !important;
}

html body .bvi-body .bvi-tts .bvi-tts-link {
  display: inline-block;
  border: 1px dashed transparent;
  border-bottom: 0;
  padding: 10px;
}

html body .bvi-body .bvi-tts .bvi-tts-text {
  border: 1px dashed transparent;
  padding: 10px;
}

html body .bvi-body a {
  text-decoration: none;
}

html body .bvi-body a.bvi-link {
  text-decoration: none;
  color: black;
  background-color: transparent;
  text-align: center;
  -webkit-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
  cursor: pointer;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  font-weight: bold;
  line-height: 36px;
  padding: 0 10px;
  vertical-align: middle;
  border: 1px solid #b2b2b2;
  margin: 2px;
}

@media (max-width: 575.98px) {
  html body .bvi-body a.bvi-link {
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  html body .bvi-body a.bvi-link {
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  html body .bvi-body a.bvi-link {
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  html body .bvi-body a.bvi-link {
    height: 34px;
    line-height: 34px;
    padding: 0 9px;
  }
}

html body .bvi-body a.bvi-link.active {
  color: inherit;
  outline: 0;
  background-color: #dbdbdb;
  text-decoration: none;
}

html body .bvi-body a.bvi-link:hover {
  color: black;
  outline: 0;
  background-color: #dbdbdb;
  text-decoration: none;
}

html body .bvi-body a.bvi-link:focus {
  color: black;
  outline: 0;
  background-color: #dbdbdb;
  text-decoration: none;
}

html body .bvi-body[data-bvi-images=true] .bvi-background-image.bvi-img, html body .bvi-body[data-bvi-images=true] img.bvi-img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

html body .bvi-body[data-bvi-images=true] .bvi-background-image {
  background-color: transparent !important;
}

html body .bvi-body[data-bvi-images=false] .bvi-background-image {
  background-image: none !important;
  border: 0 !important;
}

html body .bvi-body[data-bvi-images=false] div.bvi-img {
  vertical-align: middle;
  border: 2px dashed;
  box-sizing: border-box;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
  word-wrap: break-word;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

html body .bvi-body[data-bvi-images=grayscale] .bvi-background-image, html body .bvi-body[data-bvi-images=grayscale] img.bvi-img {
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(1);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
  filter: grayscale(1);
}

html body .bvi-body[data-bvi-line-height=normal] *:not(.bvi-link) {
  line-height: 1.5 !important;
}

html body .bvi-body[data-bvi-line-height=average] *:not(.bvi-link) {
  line-height: 2 !important;
}

html body .bvi-body[data-bvi-line-height=big] *:not(.bvi-link) {
  line-height: 2.5 !important;
}

html body .bvi-body[data-bvi-letter-spacing=normal] *:not(.bvi-link) {
  letter-spacing: 0 !important;
}

html body .bvi-body[data-bvi-letter-spacing=average] *:not(.bvi-link) {
  letter-spacing: 2px !important;
}

html body .bvi-body[data-bvi-letter-spacing=big] *:not(.bvi-link) {
  letter-spacing: 4px !important;
}

html body .bvi-body[data-bvi-font-family=arial] *:not(i):not(span) {
  font-family: Arial,sans-serif !important;
}

html body .bvi-body[data-bvi-font-family=times] *:not(i):not(span) {
  font-family: "Times New roman" !important;
}

html body .bvi-body[data-bvi-flash-iframe=true] .wp-audio-shortcode, html body .bvi-body[data-bvi-flash-iframe=true] iframe, html body .bvi-body[data-bvi-flash-iframe=true] video, html body .bvi-body[data-bvi-flash-iframe=true] ymaps, html body .bvi-body[data-bvi-flash-iframe=true] figure {
  display: block !important;
}

html body .bvi-body[data-bvi-flash-iframe=false] .wp-audio-shortcode, html body .bvi-body[data-bvi-flash-iframe=false] iframe, html body .bvi-body[data-bvi-flash-iframe=false] video, html body .bvi-body[data-bvi-flash-iframe=false] ymaps, html body .bvi-body[data-bvi-flash-iframe=false] figure {
  display: none !important;
}

html body .bvi-body .bvi-hide {
  display: none;
}

html body .bvi-body .bvi-show {
  display: block;
}

html body .bvi-hide {
  display: block;
}

html body .bvi-show {
  display: none;
}

html body #bvi-panel-show.bvi-link {
  text-decoration: none;
  color: black;
  background-color: white;
  text-align: center;
  -webkit-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
  cursor: pointer;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  font-weight: bold;
  line-height: 36px;
  padding: 0 10px;
  vertical-align: middle;
  border: 1px solid #b2b2b2;
}

html body #bvi-panel-show.bvi-link.bvi-link-top {
  position: fixed !important;
  top: 2.5rem !important;
  right: 1.5rem !important;
  z-index: 999999 !important;
}

html body #bvi-panel-show .bvi-images {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  vertical-align: middle;
}

html body #bvi-panel-show .bvi-images.bvi-images-eye {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAABMlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC88vZ+AAAAZXRSTlMAAQIDBAcICQsMDg8QEhMVFhcYGRweHyAjJCUmKCk1Nzg5Ojs8PUFGSUpMTVBRV1hZXmFiZmxvcXR1d3h5fn+AhYaJi4yOmJqbnaOlpqitvL7Iys7P0dfZ2tze4OTm6fHz9ff7/S2JgwQAAAFESURBVBgZ3cGJWhJhAIbRbyiYygGUFjY3LFuUMtTIfdcWl6g0DQRk/N/7vwX/wXEeKG9Az9Gdk8iXpqZK+YRulZpvEmrOp/SvzCF9DjPq9WCNrk9PnOeEVmOKpOpQN1zmJD0jYOpQTypU9DEzI/BaDxeaXBv+aPAL6soazjNaoaHYMTeW9bSJeSHL6/AnLh2zordEfkuJUy48yflFw5XkM6tNIh1JboOfjuYwg7L+0lr0iZzJGjLMqkVZgW/0+aLAe1o6YluBl/SZUGCHIyUNr2Q55/RoOLImMUmpjMnJytEjKysPZVkb+AVZ44aQGZVV9NlQ1x68kTVUo+tHWtY7+KrQAnx3ZaWnq9XptCx3H5YUGWtjqo8UefzZcFFSj/gWUPtQ8FzXK8zUgN24+g2sdoj4657+5xQrByft9slBpRjTPXMFyfd8QTOpicwAAAAASUVORK5CYII=");
  width: 32px;
  height: 32px;
}

html body a.bvi-link-widget, html body a.bvi-link-shortcode {
  -webkit-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
  cursor: pointer;
  border-radius: 2px;
  display: inline-block;
  padding: 5px 10px;
  vertical-align: middle;
  text-decoration: none;
}

html body a.bvi-link-widget .bvi-svg-eye, html body a.bvi-link-shortcode .bvi-svg-eye {
  display: inline-block;
  overflow: visible;
  width: 1.125em;
  height: 1em;
  font-size: 2em;
  vertical-align: middle;
}

.bvi-open {
  color: #fff;
  padding: 0.5rem;
  margin-left: auto;
  display: flex;
  align-items: center;
}

.bvi-open svg {
  fill: #343a40;
  width: 17px;
  height: 17px;
}

.bvi-panel-close {
  display: block;
  padding: 15px 0;
}

.object-list {
  display: grid;
}

.object-list.grid {
  grid-template-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
}

@media (min-width: 992px) {
  .object-list.grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}

@media (min-width: 576px) {
  .object-list.grid.column-2 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 576px) {
  .object-list.grid.column-3 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1440px) {
  .object-list.grid.column-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 576px) {
  .object-list.grid.column-4 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 992px) {
  .object-list.grid.column-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 1240px) {
  .object-list.grid.column-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.object-list.list {
  grid-template-columns: 100%;
  grid-row-gap: 1rem;
}

@media (min-width: 992px) {
  .object-list.list {
    grid-row-gap: 2rem;
  }
}

.object-list.list.column-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

@media (min-width: 1440px) {
  .object-list.list.column-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }
}

.object-list.list .item {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: all 0.2s ease-in-out;
  border-radius: 0.3rem;
}

.object-list.list .item:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.object-list.list .item .item-content {
  padding: 0.75rem;
}

@media (min-width: 576px) {
  .object-list.list .item .item-content {
    padding: 1rem;
  }
}

.object-list .item {
  display: flex;
  flex-flow: column;
}

.object-list .item .item-img,
.object-list .item .item-icon {
  position: relative;
  height: 10rem;
  cursor: pointer;
  overflow: hidden;
}

.object-list .item .item-img:hover[data-access-denied]:before,
.object-list .item .item-icon:hover[data-access-denied]:before {
  opacity: 0.2;
}

.object-list .item .item-img:hover:before,
.object-list .item .item-icon:hover:before {
  opacity: 1;
}

.object-list .item .item-img:hover .item-more,
.object-list .item .item-icon:hover .item-more {
  opacity: 1;
}

.object-list .item .item-img:hover .item-access,
.object-list .item .item-icon:hover .item-access {
  left: 0;
  opacity: 1;
}

.object-list .item .item-img:before,
.object-list .item .item-icon:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.object-list .item .item-img.no-img,
.object-list .item .item-icon.no-img {
  background-color: rgba(0, 53, 106, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
}

.object-list .item .item-img.no-img .no-image-icon,
.object-list .item .item-icon.no-img .no-image-icon {
  --fa-primary-opacity: 0.1;
  --fa-secondary-opacity: 0.05;
  font-size: 3rem;
}

@media (min-width: 768px) {
  .object-list .item .item-img.no-img .no-image-icon,
  .object-list .item .item-icon.no-img .no-image-icon {
    font-size: 5rem;
  }
}

.object-list .item .item-img[data-access-denied="True"]:before,
.object-list .item .item-icon[data-access-denied="True"]:before {
  background-color: #000;
  opacity: 0.1;
}

.object-list .item .item-img[data-access-denied="True"] .access-icon,
.object-list .item .item-icon[data-access-denied="True"] .access-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.object-list .item .item-img[data-access-denied="True"] .access-icon .icon,
.object-list .item .item-icon[data-access-denied="True"] .access-icon .icon {
  width: 2rem;
  height: 2rem;
  fill: #6c757d;
}

.object-list .item .item-img img, .object-list .item .item-img picture,
.object-list .item .item-icon img,
.object-list .item .item-icon picture {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
  will-change: transform;
  object-fit: cover;
  animation-duration: 0.5s;
}

.object-list .item .item-img .lazy,
.object-list .item .item-icon .lazy {
  background-color: rgba(0, 53, 106, 0.05);
  filter: blur(5px);
}

.object-list .item .item-img .lazy img,
.object-list .item .item-icon .lazy img {
  opacity: 0.5;
}

.object-list .item .item-icon img {
  object-fit: contain;
  padding: 1rem;
}

.object-list .item .item-icon:before {
  content: none;
}

.object-list .item .item-icon:hover img {
  transform: initial;
}

.object-list .item .item-content {
  display: flex;
  flex-flow: column;
  flex: 1;
}

.object-list .item .item-more {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 2rem;
  left: 2rem;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  opacity: 0;
  text-align: center;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.object-list .item .item-more .more-icon {
  margin-left: 0.25rem;
}

.object-list .item .item-duration {
  position: absolute;
  right: 0;
  bottom: 1rem;
  padding: 0.125rem 0.5rem;
  color: #fff;
  background-color: #3286aa;
  transition: all 0.2s ease-in-out;
  z-index: 1;
  border-radius: 0.3rem 0 0 0.3rem;
}

.object-list .item .item-access {
  position: absolute;
  top: 1rem;
  left: -100%;
  padding: 0.125rem 0.5rem;
  background-color: #f45b69;
  color: #fff;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  z-index: 1;
  border-radius: 0 0.3rem 0.3rem 0;
}

.object-list .item .item-city {
  margin-bottom: 0.5rem;
}

.object-list .item .item-city .city-name {
  display: inline-flex;
  padding: 0 0.5rem;
  background: #00356a;
  color: #fff;
  border-radius: 0.3rem;
}

@media (min-width: 768px) {
  .object-list .item .item-city .city-name {
    padding: 0.25rem 0.5rem;
  }
}

.object-list .item .item-city .city-name.city-name.r1, .object-list .item .item-city .city-name.city-name.r2, .object-list .item .item-city .city-name.city-name.r4, .object-list .item .item-city .city-name.city-name.r7 {
  background-color: #3286aa;
}

.object-list .item .item-city .city-name.city-name.r3, .object-list .item .item-city .city-name.city-name.r5, .object-list .item .item-city .city-name.city-name.r6 {
  background-color: #00356a;
}

.object-list .item .item-city .city-name.city-name.r8, .object-list .item .item-city .city-name.city-name.r9, .object-list .item .item-city .city-name.city-name.r0 {
  background-color: #f45b69;
}

.object-list .item .item-category {
  margin-bottom: 0.5rem;
}

.object-list .item .item-category .category-name {
  background: #51ae32;
  color: #fff;
  padding: 0.25rem 0.5rem;
  display: inline-flex;
  border-radius: 0.3rem;
}

@media (min-width: 768px) {
  .object-list .item .item-category .category-name {
    padding: 0.25rem 0.5rem;
  }
}

.object-list .item .item-caption {
  font-weight: 600;
  color: #343a40;
  font-size: 1.28571em;
  line-height: 1.27778em;
}

@media (min-width: 768px) {
  .object-list .item .item-caption {
    font-size: 1.25em;
    line-height: 1.3em;
  }
}

.object-list .item .item-caption:hover {
  color: #3286aa;
}

.object-list .item .item-meta {
  display: flex;
  color: #6c757d;
  margin-bottom: 0.25rem;
}

@media (min-width: 992px) {
  .object-list .item .item-meta {
    margin-bottom: 0.5rem;
  }
}

.object-list .item .item-meta .publication-date {
  font-size: 0.8125em;
  line-height: 1.5em;
}

.object-list .item .item-meta .publication-date .publication-date__day {
  margin-right: 4px;
}

.object-list .item .item-meta .publication-date .publication-date__month {
  margin-right: 4px;
}

.object-list .item .item-meta .event-date {
  display: flex;
  align-items: baseline;
}

.object-list .item .item-meta .event-date .event-date__day {
  margin-right: 4px;
  color: #f45b69;
  font-weight: 600;
  font-size: 1.625em;
  line-height: 1.25em;
}

@media (min-width: 768px) {
  .object-list .item .item-meta .event-date .event-date__day {
    font-size: 1.625em;
    line-height: 1.25em;
  }
}

.object-list .item .item-meta .event-date .event-date__month {
  margin-right: 4px;
}

.object-list .item .item-author {
  position: relative;
  margin-right: 1rem;
}

.object-list .item .item-author:before {
  content: '';
  position: absolute;
  top: 50%;
  right: -14px;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #6c757d;
}

.object-list .item .item-comment {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 3rem;
  overflow: hidden;
  margin-top: 0.25rem;
  font-weight: 300;
}

@media (min-width: 576px) {
  .object-list .item .item-comment {
    margin-top: 0.5rem;
  }
}

.object-list .item .item-advantages {
  margin-top: 0.25rem;
}

.object-list .item .item-advantages .advantage {
  display: flex;
  align-items: baseline;
}

.object-list .item .item-advantages .advantage .advantage-icon {
  --fa-primary-color: #da5050;
  --fa-secondary-color: #da5050;
  margin-right: 0.25rem;
}

.object-list .item .item-advantages .advantage .advantage-caption {
  font-weight: 500;
}

.object-list .item .item-stat {
  display: flex;
  margin-top: 0.25rem;
  padding-top: 0.5rem;
  border-top: 1px solid #e9ecef;
}

.object-list .item .item-stat .stat-data {
  display: flex;
  align-items: baseline;
}

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

.object-list .item .item-stat .stat-data .data-icon {
  --fa-primary-color: #27348b;
  --fa-secondary-color: #27348b;
  margin-right: 0.25rem;
}

.object-list .item .item-stat .stat-data .data-count {
  font-weight: 500;
}

.object-list .item .item-info .info {
  display: flex;
  align-items: baseline;
}

.object-list .item .item-info .info .info-icon {
  --fa-primary-color: #da5050;
  --fa-secondary-color: #da5050;
  margin-right: 0.25rem;
}

.object-list .item .item-info .info .info-caption {
  font-weight: 500;
}

.object-list .item .item-footer {
  margin-top: auto;
}

.object-list .item .item-logo {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.5rem;
}

.object-list .item .item-btn {
  margin-top: 0.5rem;
}

.object-list.image-top .item {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: all 0.2s ease-in-out;
  border-radius: 0.3rem;
}

.object-list.image-top .item:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.object-list.image-top .item .item-img,
.object-list.image-top .item .item-icon {
  border-radius: 0.3rem;
  border-radius: 0.3rem 0.3rem 0 0;
}

.object-list.image-top .item .item-content {
  padding: 0.75rem 0 0 0;
  padding: 0.75rem;
}

@media (min-width: 576px) {
  .object-list.image-top .item .item-content {
    padding: 1rem 0 0 0;
  }
}

@media (min-width: 576px) {
  .object-list.image-top .item .item-content {
    padding: 1rem;
  }
}

.object-list.image-left, .object-list.image-right {
  grid-row-gap: 1rem;
}

@media (min-width: 992px) {
  .object-list.image-left, .object-list.image-right {
    grid-row-gap: 2rem;
  }
}

.object-list.image-left.column-2, .object-list.image-right.column-2 {
  grid-template-columns: 1fr;
}

@media (min-width: 576px) {
  .object-list.image-left.column-2, .object-list.image-right.column-2 {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1240px) {
  .object-list.image-left.column-2, .object-list.image-right.column-2 {
    grid-template-columns: 1fr 1fr;
  }
}

.object-list.image-left .item, .object-list.image-right .item {
  display: flex;
  flex-flow: row;
}

@media (min-width: 576px) {
  .object-list.image-left .item, .object-list.image-right .item {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    transition: all 0.2s ease-in-out;
    border-radius: 0.3rem;
  }
  .object-list.image-left .item:hover, .object-list.image-right .item:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
}

.object-list.image-left .item .item-img, .object-list.image-right .item .item-img {
  flex: 1;
  margin-bottom: 0;
  height: 4rem;
}

@media (min-width: 576px) {
  .object-list.image-left .item .item-img, .object-list.image-right .item .item-img {
    height: 10rem;
  }
}

.object-list.image-left .item .item-content, .object-list.image-right .item .item-content {
  flex: 2;
}

@media (min-width: 576px) {
  .object-list.image-left .item .item-content, .object-list.image-right .item .item-content {
    flex: 1;
  }
}

.object-list.image-left .item .item-img,
.object-list.image-left .item .item-icon {
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .object-list.image-left .item .item-img,
  .object-list.image-left .item .item-icon {
    border-radius: 0.3rem 0 0 0.3rem;
  }
}

.object-list.image-left .item .item-content {
  flex: 2;
  padding: 0 0 0 0.75rem;
}

@media (min-width: 576px) {
  .object-list.image-left .item .item-content {
    flex: 1;
    padding: 1rem 0 1rem 1rem;
  }
}

@media (min-width: 576px) {
  .object-list.image-left .item .item-content {
    padding: 1rem;
  }
}

.object-list.image-right .item {
  flex-flow: row-reverse;
}

.object-list.image-right .item .item-img,
.object-list.image-right .item .item-icon {
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .object-list.image-right .item .item-img,
  .object-list.image-right .item .item-icon {
    border-radius: 0 0.3rem 0.3rem 0;
  }
}

.object-list.image-right .item .item-content {
  padding: 0 0.75rem 0 0rem;
}

@media (min-width: 576px) {
  .object-list.image-right .item .item-content {
    padding: 1rem 1rem 1rem 0;
  }
}

@media (min-width: 576px) {
  .object-list.image-right .item .item-content {
    padding: 1rem;
  }
}

.object-list.image-bg {
  grid-row-gap: 1rem;
}

@media (min-width: 992px) {
  .object-list.image-bg {
    grid-row-gap: 2rem;
  }
}

.object-list.image-bg .item {
  position: relative;
  height: 10rem;
  border: 0;
  transition: all 0.2s ease-in-out;
  border-radius: 0.3rem;
}

.object-list.image-bg .item:hover {
  cursor: pointer;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.object-list.image-bg .item:hover .item-img:before {
  background-color: rgba(0, 0, 0, 0.6);
}

.object-list.image-bg .item:hover .item-content a {
  opacity: 1;
}

.object-list.image-bg .item:hover .item-meta {
  opacity: 1;
}

.object-list.image-bg .item-img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 0.3rem;
}

.object-list.image-bg .item-img:before {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: initial;
}

.object-list.image-bg .item-content {
  position: relative;
  z-index: 2;
  align-items: center;
  color: #fff;
  padding: 1rem;
}

.object-list.image-bg .item-caption {
  padding: 0;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 3rem;
  overflow: hidden;
}

@media (min-width: 576px) {
  .object-list.image-bg .item-caption {
    opacity: 0.8;
  }
}

.object-list.image-bg .item-caption:hover {
  color: #fff;
}

.object-list.image-bg .item-comment {
  text-align: center;
  padding: 0;
  margin-top: 0.5rem;
}

.object-list.image-bg .item-meta {
  color: #fff;
  margin-bottom: 0.5rem;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 576px) {
  .object-list.image-bg .item-meta {
    opacity: 0.8;
  }
}

.object-list.widget {
  grid-template-columns: 100%;
  grid-row-gap: 1rem;
}

.object-list.widget .item {
  display: flex;
  flex-flow: row;
}

.object-list.widget .item .item-img {
  width: 100px;
  height: 80px;
  margin-right: 0.5rem;
  border-radius: 0.2rem;
}

.object-list.widget .item .item-img.no-img {
  background-color: rgba(0, 40, 81, 0.05);
}

.object-list.widget .item .item-img.no-img .no-image-icon {
  font-size: 2rem;
}

.object-list.widget .item .item-img.no-img .no-image-icon:before {
  color: #343a40;
}

.object-list.widget .item .item-meta {
  flex-flow: column;
  margin-bottom: 0.25rem;
}

.object-list.widget .item .item-category {
  margin-bottom: 0.25rem;
}

.object-list.widget .item .item-category .category-name {
  padding: 0 0.5rem;
  font-size: 80%;
}

.object-list.widget .item .item-city {
  margin-bottom: 0.25rem;
}

.object-list.widget .item .item-city .city-name {
  padding: 0 0.5rem;
  font-size: 80%;
}

.object-list.widget .item .item-author:before {
  content: none;
}

.object-list.widget .item .item-date {
  font-size: 80%;
  margin-bottom: 0;
}

.object-list.widget .item .item-date .event-date .day {
  font-size: initial;
}

.object-list.widget .item .item-caption {
  margin-bottom: 0;
  padding-bottom: 5px;
  font-size: inherit;
  font-weight: 600;
}

.object-list.widget .item .item-comment {
  margin-top: 0.25rem;
}

.object-list.widget .item .item-more {
  top: 50%;
  transform: translateY(-50%);
  left: inherit;
  right: inherit;
  width: 100%;
  font-size: 80%;
  will-change: transform;
}

.object-list.widget .item .item-more .icon {
  display: none;
}

.object-list.widget .item .item-duration {
  left: inherit;
  right: inherit;
  width: 100%;
  font-size: 80%;
}

.object-list.widget .item .item-duration .icon {
  width: 0.5rem;
}

.object-header {
  margin-bottom: 1.25rem;
}

.object-header h2, .object-header .h2 {
  margin-bottom: 0;
}

.object-header .object-description {
  margin-top: 0.25rem;
  color: #6c757d;
}

.person-list {
  display: grid;
}

.person-list.grid {
  grid-template-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

@media (min-width: 992px) {
  .person-list.grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}

@media (min-width: 1440px) {
  .person-list.grid.column-2 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1240px) {
  .person-list.grid.column-3 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1440px) {
  .person-list.grid.column-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 768px) {
  .person-list.grid.column-4 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 992px) {
  .person-list.grid.column-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 1240px) {
  .person-list.grid.column-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.person-list .item {
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.person-list .item:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.person-list .item-img {
  position: relative;
  cursor: pointer;
}

.person-list .item-img img, .person-list .item-img picture {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
  will-change: transform;
  object-fit: cover;
  animation-duration: 0.5s;
}

.person-list .item-img.no-img.male {
  background: url("/scripts/cms/assets/img/no-image-doctor-male.svg") bottom center/auto 95% no-repeat;
}

.person-list .item-img.no-img.female {
  background: url("/scripts/cms/assets/img/no-image-doctor-female.svg") bottom center/auto 95% no-repeat;
}

.person-list .item-content {
  display: flex;
  flex-flow: column;
  padding: 0.5rem 0.75rem;
  max-height: 12em;
}

.person-list .item-caption {
  display: block;
  margin-bottom: 0.25rem;
  font-weight: 700;
  color: #343a40;
}

@media (min-width: 768px) {
  .person-list .item-caption {
    font-size: 1.25em;
    line-height: 1.3em;
    margin-bottom: 0.5rem;
  }
}

.person-list .item-caption:hover {
  color: #000f1e;
}

.person-list .item-comment {
  display: none;
  color: #6c757d;
}

@media (min-width: 576px) {
  .person-list .item-comment {
    display: block;
  }
}

.person-list .item-profession {
  margin-bottom: 0.25rem;
  color: #6c757d;
}

.person-list .item-experience {
  display: flex;
  margin-bottom: 0.25rem;
  font-weight: 700;
  color: #6c757d;
}

.person-list .item-experience .experience-num {
  margin-left: 0.25rem;
}

.person-list .item-degree {
  font-weight: 500;
  margin-bottom: 0.25rem;
  color: #f45b69;
}

.person-list .item-job {
  color: #6c757d;
}

.person-list .item-button {
  margin-top: auto;
  align-self: flex-end;
}

.person-list.image-left .item, .person-list.image-right .item {
  display: flex;
}

.person-list.image-left .item .item-img, .person-list.image-right .item .item-img {
  width: 8rem;
  height: 12rem;
}

@media (min-width: 576px) {
  .person-list.image-left .item .item-img, .person-list.image-right .item .item-img {
    width: 8rem;
    height: 12rem;
  }
}

.person-list.image-left .item .item-content, .person-list.image-right .item .item-content {
  flex: 1;
}

.person-list.image-top .item .item-img {
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
}

.person-list.image-top .item .item-img:before {
  content: '';
  position: absolute;
  left: 0;
  top: 20%;
  background-color: #f8f9fa;
  width: 100%;
  height: 100%;
}

.person-list.image-top .item .item-img.no-img:before {
  content: none;
}

.person-list.widget {
  display: grid;
  grid-row-gap: 1rem;
  list-style: none;
}

.person-list.widget .item {
  display: flex;
  background-color: transparent;
}

.person-list.widget .item:hover {
  box-shadow: none;
}

.person-list.widget .item-img {
  width: 100px;
  min-width: 100px;
  height: 100px;
  min-height: 100px;
  margin-right: 0.5rem;
}

.person-list.widget .item-job {
  display: none;
}

.person-list.widget .item-caption {
  margin-bottom: 0.25rem;
  font-size: inherit;
}

.person-list.widget .item-profession {
  margin-bottom: 0.25rem;
}

.person-list.widget .item-experience {
  display: none;
}

.person-list.widget .item-degree {
  color: #00356a;
  font-weight: 400;
  line-height: 0.75rem;
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}

.price-list {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .price-list {
    margin-bottom: 2rem;
  }
}

.price-list .list-table {
  width: auto;
  flex: 1;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .price-list .list-table {
    grid-template-columns: minmax(150px, 1fr) minmax(150px, max-content);
  }
}

@media (min-width: 768px) {
  .price-list .list-table.with-code {
    grid-template-columns: minmax(50px, max-content) minmax(150px, 1fr) minmax(150px, max-content);
  }
}

@supports (display: grid) {
  .price-list .list-table {
    display: grid;
  }
}

@supports (display: contents) {
  .price-list .list-table thead,
  .price-list .list-table tbody,
  .price-list .list-table tr {
    display: contents;
  }
}

@media (max-width: 991.98px) {
  .price-list .list-table thead {
    display: none;
  }
}

.price-list .list-table th,
.price-list .list-table td {
  padding: 0.25rem;
}

@media (min-width: 768px) {
  .price-list .list-table th,
  .price-list .list-table td {
    padding: 0.5rem 0.75rem;
    border-bottom: 1px solid #e9ecef;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (min-width: 768px) {
  .price-list .list-table th:last-child,
  .price-list .list-table td:last-child {
    text-align: right;
  }
}

.price-list .list-table th {
  background: rgba(0, 53, 106, 0.05);
  text-align: left;
  font-weight: 600;
}

.price-list .list-item {
  transition: all 0.2s ease-in-out;
}

.price-list .list-item:hover {
  background-color: #f8f9fa;
}

.price-list .list-item .list-item-code {
  display: none;
}

@media (min-width: 768px) {
  .price-list .list-item .list-item-code {
    display: block;
  }
}

.price-list .list-item .list-item-service {
  padding: 0.5rem 0.25rem 0.125rem 0.25rem;
}

@media (min-width: 768px) {
  .price-list .list-item .list-item-service {
    padding: 0.5rem 0.75rem;
  }
}

.price-list .list-item .list-item-price {
  color: #3286aa;
  font-weight: 600;
  border-bottom: 1px solid #e9ecef;
  padding: 0.125rem 0.25rem 0.5rem 0.25rem;
}

@media (min-width: 768px) {
  .price-list .list-item .list-item-price {
    padding: 0.5rem 0.75rem;
  }
}

.price-list .list-item .list-item-price .title-price,
.price-list .list-item .list-item-price .currency-symbol,
.price-list .list-item .list-item-price .old-price {
  color: #6c757d;
  font-weight: 400;
}

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

@media (min-width: 768px) {
  .price-list .list-item .list-item-price .title-price {
    display: none;
  }
}

.price-list .list-item .list-item-price .old-price {
  text-decoration: line-through;
}

.price-list .list-title {
  position: sticky;
  top: 1rem;
  padding: 0.5rem 0.25rem;
  background-color: rgba(255, 255, 255, 0.9);
  color: #3286aa;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  font-size: 1.28571em;
  line-height: 1.27778em;
}

@media (min-width: 768px) {
  .price-list .list-title {
    padding: 1rem 0.5rem;
    font-size: 1.625em;
    line-height: 1.25em;
  }
}

.price-list .list-title:hover {
  color: #21576f;
}

.price-list .list-title a {
  color: #3286aa;
}

.price-list .list-title a:hover {
  color: #21576f;
}

.price-list .list-title h2 {
  color: #3286aa;
  margin-bottom: 0;
}

.price-list .list-comment {
  padding: 1rem 0.75rem;
}

.price-list abbr {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  background: #3286aa;
  color: #fff;
  font-size: 80%;
  text-decoration: none;
  border-radius: 50%;
  font-weight: 600;
}

.review-list, .question-list {
  padding-left: 0;
}

.review-list .item, .question-list .item {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e9ecef;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  padding: 1.25rem;
  background: #fff;
}

.review-list .item:last-child, .question-list .item:last-child {
  margin-bottom: 0;
}

.review-list .item-header, .question-list .item-header {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

@media (min-width: 360px) {
  .review-list .item-header, .question-list .item-header {
    flex-flow: row;
  }
}

.review-list .item-header .item-author, .question-list .item-header .item-author {
  display: flex;
  padding-right: 0.125rem;
}

.review-list .item-header .item-author .author-img, .question-list .item-header .item-author .author-img {
  min-width: 1.75rem;
  min-height: 1.75rem;
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 0.5rem;
  border-radius: 50%;
}

.review-list .item-header .item-author .author-name, .question-list .item-header .item-author .author-name {
  font-weight: 700;
}

.review-list .item-header .item-author .author-location, .question-list .item-header .item-author .author-location {
  font-size: 80%;
}

.review-list .item-info, .question-list .item-info {
  display: flex;
  flex-flow: column;
  /* .item-date {
      margin-right: 0.5rem;
    } */
}

@media (min-width: 360px) {
  .review-list .item-info, .question-list .item-info {
    flex-flow: column-reverse;
    align-items: center;
  }
}

.review-list .item-info .item-rating, .question-list .item-info .item-rating {
  color: #3286aa;
  text-align: center;
}

.review-list .item-info .item-rating .item-rating-stars, .question-list .item-info .item-rating .item-rating-stars {
  background-image: url(/content/icons/star-gray.svg);
  width: 100px;
  height: 20px;
  background-position: left top;
  position: relative;
}

.review-list .item-info .item-rating .item-rating-stars .item-rating-value, .question-list .item-info .item-rating .item-rating-stars .item-rating-value {
  background-image: url(/content/icons/starhd2.svg);
  position: absolute;
  height: 20px;
}

.review-list .item-caption, .question-list .item-caption {
  display: block;
  margin-bottom: 0.25rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .review-list .item-caption, .question-list .item-caption {
    margin-bottom: 0.5rem;
  }
}

.review-list .item-answer, .question-list .item-answer {
  padding: 0.5rem;
  margin-top: 0.75rem;
  background-color: #effdd9;
}

@media (min-width: 768px) {
  .review-list .item-answer, .question-list .item-answer {
    padding: 1rem;
    margin-top: 1rem;
  }
}

.review-list .item-answer .item-answer__title, .question-list .item-answer .item-answer__title {
  font-weight: 700;
  margin-bottom: 0.25rem;
}

@media (min-width: 768px) {
  .review-list .item-answer .item-answer__title, .question-list .item-answer .item-answer__title {
    margin-bottom: 0.5rem;
  }
}

.review-list .item-footer, .question-list .item-footer {
  margin-top: 0.5rem;
}

@media (min-width: 768px) {
  .review-list .item-footer, .question-list .item-footer {
    margin-top: 1rem;
  }
}

.review-list .person-title, .question-list .person-title {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.review-list .persons, .question-list .persons {
  display: grid;
  grid-gap: 0.5rem;
}

@media (min-width: 576px) {
  .review-list .persons, .question-list .persons {
    grid-template-columns: minmax(350px, max-content);
  }
}

.review-list .person, .question-list .person {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  background-color: #f8f9fa;
  padding: 0.5rem;
}

.review-list .person .person-img, .question-list .person .person-img {
  min-width: 1.75rem;
  min-height: 1.75rem;
  width: 1.75rem;
  height: 1.75rem;
  align-self: flex-start;
  margin-right: 0.5rem;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  border-radius: 50%;
}

.review-list .person .person-name, .question-list .person .person-name {
  display: inline-block;
  font-weight: 700;
  color: #343a40;
}

.review-list .person .person-name:hover, .question-list .person .person-name:hover {
  color: #3286aa;
}

.review-list .person .person-comment, .question-list .person .person-comment {
  font-size: 80%;
}

/* Стили для тёмного фона */
.bg-darken .item {
  background: rgba(0, 53, 106, 0.05);
}

.question-list .item-content .item-content__more {
  font-weight: 600;
}

.question-list .item-content .item-content__more:hover {
  color: #3286aa;
}

.question-list .person {
  padding: 0;
  background-color: transparent;
  margin-bottom: 0.5rem;
}

.question-list .person .person-name {
  border-bottom: none;
}

.question-list .item-answer {
  margin-left: 2rem;
  background-color: #edf9ff;
}

.question-list .item-answer .answer-header .answer-header__title {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.question-list .answer {
  position: relative;
  color: #343a40;
  padding: 1rem;
  margin-top: .5rem;
  background-color: #edf9ff;
}

@media (min-width: 768px) {
  .question-list .answer {
    margin-top: 1rem;
    margin-left: 3rem;
  }
}

.question-list .answer:before {
  content: none;
  position: absolute;
  left: -2.5rem;
  top: .25rem;
  width: 1.75rem;
  height: 1.75rem;
  background: url(/content/images/icons/down-right-arrow.svg) 0 0 no-repeat;
  background-size: contain;
}

.question-list .answer-header {
  margin-bottom: .5rem;
  border-bottom: 1px dashed #dee2e6;
}

.question-list .answer-content textarea {
  font-size: 1em;
  line-height: 1.5;
}

.question-list .answer-footer {
  padding: 10px 0px;
}

.question-list .author {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.question-list .author-image {
  width: 50px;
  height: 50px;
  margin-right: .5rem;
  background-size: cover;
  border-radius: 50%;
  background-position-y: 10%;
}

.question-list .author-name {
  font-weight: 500;
}

.question-list .author-from {
  font-size: 80%;
  font-weight: 300;
}

.question-list .author-description {
  font-size: .9em;
}

.images-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

@media (min-width: 992px) {
  .images-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}

@media (min-width: 576px) {
  .images-list.column-2 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 576px) {
  .images-list.column-3 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1440px) {
  .images-list.column-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 576px) {
  .images-list.column-4 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 992px) {
  .images-list.column-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 1240px) {
  .images-list.column-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.images-list .item {
  overflow: hidden;
}

.images-list .item.portrait {
  grid-row: span 2;
}

.images-list .item.portrait a {
  height: auto;
  height: 21rem;
}

.images-list .item a {
  position: relative;
  display: block;
  width: 100%;
  height: 10rem;
  color: #fff;
}

.images-list .item a:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  z-index: 2;
  will-change: transform;
}

.images-list .item a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}

.images-list .item a:hover:before, .images-list .item a:hover:after {
  opacity: 1;
}

.images-list .item img {
  width: 100%;
  height: 100%;
}

.wiki-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 1rem;
  grid-columns-gap: 1rem;
}

@media (min-width: 768px) {
  .wiki-list {
    grid-row-gap: 2rem;
    grid-columns-gap: 2rem;
  }
}

.wiki-list .wiki-title {
  margin-bottom: 0.75rem;
  font-weight: 700;
  font-size: 1.28571em;
  line-height: 1.27778em;
}

@media (min-width: 768px) {
  .wiki-list .wiki-title {
    font-size: 1.25em;
    line-height: 1.3em;
  }
}

.wiki-list .wiki-set {
  padding-left: 1rem;
  margin-bottom: 0;
}

.wiki-list .wiki-set li {
  position: relative;
}

.wiki-list .wiki-set li:before {
  content: "";
  position: absolute;
  left: -0.75rem;
  top: 0.5rem;
  transform: translateY(-3px);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #343a40;
}

.wiki-list .wiki-set li a {
  color: #6c757d;
  font-weight: 500;
}

.wiki-list .wiki-set li a:hover {
  color: #3286aa;
}

.faq-list {
  display: flex;
  flex-wrap: wrap;
}

.faq__item {
  width: 100%;
  background: #fff;
}

.faq__question {
  display: flex;
  position: relative;
  align-items: center;
  cursor: pointer;
  border-bottom: none;
}

.faq__question:hover {
  border-bottom: none;
}

.faq__question .fas {
  display: block;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
}

.faq__question[aria-expanded='true'] .fas {
  transform: rotate(180deg) translateY(50%);
}

.faq__question-number {
  font-weight: bold;
  height: 100%;
  min-width: 85px;
  font-size: 1.5em;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
  display: none;
}

@media (min-width: 576px) {
  .faq__question-number {
    display: flex;
  }
}

.faq__question-text {
  padding: 1rem 3rem 1rem 1rem;
  border-left: 1px solid #e9ecef;
  display: flex;
  align-items: center;
  transition: all 0.2s ease-in-out;
}

.faq__answer {
  border-top: 1px solid #e9ecef;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.faq__answer-content {
  padding: 1.25rem;
}

.header-search {
  position: relative;
  min-width: 50px;
  height: 51.6px;
  padding: 0.5rem;
  margin-left: 0;
  cursor: pointer;
  float: right;
  font-weight: 600;
  color: #343a40;
  background: none;
  border: none;
  transition: all 0.2s ease-in-out;
}

.header-search:hover {
  /* color: $white; */
  background: #3286aa;
}

.header-search .fa-search {
  width: 17px;
  height: 17px;
}

.search-modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.97);
  z-index: 1050;
}

.search-modal.show {
  display: flex;
}

.search-modal .content {
  padding: 1rem 0;
}

.search-modal #Data {
  position: relative;
}

.search-modal .v-input__slot {
  margin-bottom: 0;
}

.search-modal .component-search {
  position: relative;
  margin-bottom: 1rem;
}

.search-modal .component-search .search-close {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.25rem;
  width: 1.5rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.search-modal .component-search .search-close:hover {
  cursor: pointer;
}

.search-modal .search-list {
  width: 100%;
  max-height: 500px;
  overflow-y: auto;
  padding-bottom: 1rem;
  padding-left: 0;
}

@media (min-width: 1200px) {
  .search-modal .search-list {
    max-height: 500px;
  }
}

.search-modal .search-list .search-list-item {
  padding: .5rem 0;
}

.search-modal .search-list .search-list-item_category {
  background-color: rgba(0, 53, 106, 0.7);
  color: #fff;
  padding: .25rem;
  font-size: .5rem;
  border-radius: .25rem;
}

.search-modal .search-list .search-list-item_link {
  display: block;
  color: #00356a;
  transition: all .3s;
  margin-top: .25rem;
  font-size: .75rem;
}

.search-modal .search-list .search-list-item_link:hover {
  color: #00356a;
}

.search-modal .search-pagination {
  margin-top: 1rem;
}

body.overflow {
  overflow-y: hidden;
}

.searchresults-items .coincidence {
  color: #f45b69;
}

.search-modal .close-search {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 30px !important;
  box-shadow: none;
  background: transparent;
}

@media (min-width: 576px) {
  .search-modal .close-search {
    top: 20px;
    right: 20px;
  }
}

.search-modal .clear-search {
  background: transparent;
  box-shadow: none;
}

.search-input {
  padding-right: 46px !important;
  border-radius: 0;
}

.component-search .input-group-append {
  position: absolute;
  right: 0;
  z-index: 3;
  height: 100%;
}

.prev .arrow-left {
  height: 25px;
  width: 25px;
}

.next .arrow-right {
  height: 25px;
  width: 25px;
}

.article-content .article-content__nav .article-content__anchor {
  display: block;
  margin-bottom: 0.25rem;
  color: #00356a;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.article-content .article-content__nav .article-content__anchor:hover {
  color: #000f1e;
}

.article-content__title {
  font-weight: 600;
  font-size: 1.64286em;
  line-height: 1.25em;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .article-content__title {
    font-size: 1.625em;
    line-height: 1.25em;
  }
}

.multi-carousel {
  /*
    code by Iatek LLC 2018 - CC 2.0 License - Attribution required
    code customized by Azmind.com
*/
  /* MD */
  /* LG */
}

@media (min-width: 768px) and (max-width: 991px) {
  .multi-carousel {
    /* Show 4th slide on md if col-md-4*/
  }
  .multi-carousel .carousel-inner .active.col-md-4.carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -33.3333%;
    /*change this with javascript in the future*/
    z-index: -1;
    display: block;
    visibility: visible;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .multi-carousel {
    /* Show 3rd slide on sm if col-sm-6*/
  }
  .multi-carousel .carousel-inner .active.col-sm-6.carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -50%;
    /*change this with javascript in the future*/
    z-index: -1;
    display: block;
    visibility: visible;
  }
}

@media (min-width: 576px) {
  .multi-carousel {
    /* show 2 items */
    /* left or forward direction */
    /* farthest right hidden item must be also positioned for animations */
    /* right or prev direction */
  }
  .multi-carousel .carousel-item {
    margin-right: 0;
  }
  .multi-carousel .carousel-inner .active + .carousel-item {
    display: block;
  }
  .multi-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .multi-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item {
    transition: none;
  }
  .multi-carousel .carousel-inner .carousel-item-next {
    position: relative;
    transform: translate3d(0, 0, 0);
  }
  .multi-carousel .active.carousel-item-left + .carousel-item-next.carousel-item-left,
  .multi-carousel .carousel-item-next.carousel-item-left + .carousel-item,
  .multi-carousel .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  .multi-carousel .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    visibility: visible;
  }
  .multi-carousel .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
  .multi-carousel .carousel-item-prev.carousel-item-right + .carousel-item,
  .multi-carousel .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}

@media (min-width: 768px) {
  .multi-carousel {
    /* show 3rd of 3 item slide */
    /* left or forward direction */
    /* right or prev direction */
  }
  .multi-carousel .carousel-inner .active + .carousel-item + .carousel-item {
    display: block;
  }
  .multi-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
    transition: none;
  }
  .multi-carousel .carousel-inner .carousel-item-next {
    position: relative;
    transform: translate3d(0, 0, 0);
  }
  .multi-carousel .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  .multi-carousel .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}

@media (min-width: 991px) {
  .multi-carousel {
    /* show 4th item */
    /* Show 5th slide on lg if col-lg-3 */
    /* left or forward direction */
    /* right or prev direction //t - previous slide direction last item animation fix */
  }
  .multi-carousel .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
    display: block;
  }
  .multi-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
    transition: none;
  }
  .multi-carousel .carousel-inner .active.col-lg-3.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -25%;
    /*change this with javascript in the future*/
    z-index: 0;
    display: block;
    visibility: visible;
  }
  .multi-carousel .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  .multi-carousel .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}

.multi-carousel .carousel-control-prev-icon,
.multi-carousel .carousel-control-next-icon {
  background-image: none;
  position: absolute;
}

.multi-carousel .carousel-control-prev-icon {
  left: 15px;
}

.multi-carousel .carousel-control-next-icon {
  right: 15px;
}

.multi-carousel .icon-chevron {
  fill: #9c9a9a;
  height: 20px;
  width: 20px;
}

.multi-carousel .carousel .carousel-item {
  height: auto;
}

.advantage-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .advantage-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 992px) {
  .advantage-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.advantage-list .advantage-list__item {
  padding: 0;
  margin-bottom: 0;
  text-align: center;
  background: transparent;
}

.advantage-list .advantage-list__item:before {
  display: none;
}

.advantage-list .advantage-list__item img {
  width: 3rem;
  margin-bottom: 1rem;
}

.advantage-list .advantage-list__item .fas {
  width: 50px;
  min-width: 50px;
  display: block;
  height: 50px;
  margin: 0 auto 0.5rem auto;
  background-size: contain;
}

.advantage-list .advantage-list__item .fas.fa-adv-1 {
  background-image: url(/content/icons/mikroskop.svg);
}

.advantage-list .advantage-list__item .fas.fa-adv-2 {
  background-image: url(/content/icons/skalp.svg);
}

.advantage-list .advantage-list__item .fas.fa-adv-3 {
  background-image: url(/content/icons/mrt.svg);
}

.advantage-list .advantage-list__item .fas.fa-adv-4 {
  background-image: url(/content/icons/serdce.svg);
}

.advantage-list .advantage-list__item .fas.fa-adv-5 {
  background-image: url(/content/icons/med.svg);
}

.advantage-list .advantage-list__item .fas.fa-adv-6 {
  background-image: url(/content/icons/doctor.svg);
}

.advantage-list .advantage-list__item p {
  margin-bottom: 0;
}

.table-wrap .price {
  white-space: nowrap;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  margin-left: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li > a:hover,
.pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination .active a {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* Новая версия */
.carousel .carousel-item {
  height: 60vh;
}

@media (min-width: 576px) {
  .carousel .carousel-item {
    height: 75vh;
  }
}

.carousel .carousel-item .carousel-content__wrap {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel .carousel-item .container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel .carousel-item .container .main-slider__item-content {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  line-height: normal;
}

@media (min-width: 576px) {
  .carousel .carousel-item .container .main-slider__item-content {
    padding: 2rem 1rem;
    background: rgba(0, 0, 0, 0.5);
  }
}

.carousel .carousel-item .container .main-slider__item-content .main-slider__item-title {
  font-weight: 700;
  font-size: 1.5em;
}

@media (min-width: 576px) {
  .carousel .carousel-item .container .main-slider__item-content .main-slider__item-title {
    font-size: 4em;
  }
}

.carousel .carousel-item .container .main-slider__item-content .main-slider__item-subtitle {
  font-weight: 500;
  font-size: 1em;
  margin-bottom: 0.5rem;
}

@media (min-width: 576px) {
  .carousel .carousel-item .container .main-slider__item-content .main-slider__item-subtitle {
    font-size: 2em;
  }
}

.carousel .carousel-item .container .main-slider__item-content .main-slider__item-desc {
  font-weight: 600;
  font-size: 1.5em;
  margin-bottom: 1rem;
  display: none;
}

@media (min-width: 576px) {
  .carousel .carousel-item .container .main-slider__item-content .main-slider__item-desc {
    display: block;
  }
}

.carousel .carousel-item .container .main-slider__item-content .btn {
  font-weight: 700;
  border-radius: 0.3rem;
}

/* Tabs */
.nav-tabs {
  border-bottom: 1px solid #00356a;
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin-bottom: 1rem;
}

.nav-tabs .nav-item .nav-link {
  padding: 0.5rem 1rem;
  font-weight: 700;
  color: #00356a;
  border-radius: 0.2rem 0.2rem 0 0;
  display: block;
  border: none;
}

.nav-tabs .nav-item .nav-link.active {
  background: #00356a !important;
  color: #fff;
}

.arrow-color .carousel-control-prev-icon {
  background-image: url(/content/icons/chevron-left.svg);
}

.arrow-color .carousel-control-next-icon {
  background-image: url(/content/icons/chevron-right.svg);
}

.advantage h2 {
  text-align: center;
}

.advantage__items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
  /* padding-bottom: 3rem; */
}

.advantage__items .slick-dots {
  display: block;
}

@media (min-width: 1240px) {
  .advantage__items .slick-dots {
    display: none;
  }
}

.advantage__items .advantage__item {
  width: 25%;
  padding: 0.25rem 1rem;
}

.advantage__items .advantage__item-title {
  color: #3286aa;
  font-size: 2.5em;
  font-weight: 700;
}

.advantage__items .advantage__item-text {
  margin-top: 1rem;
  padding-top: 1rem;
  position: relative;
}

.advantage__items .advantage__item-text:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 3px;
  background: #bdddeb;
}

.how-work__item {
  width: 25%;
  text-align: center;
  position: relative;
  padding: 0.5rem 0;
}

.how-work__item .next-line {
  content: "";
  position: absolute;
  top: 1.25rem;
  left: 75%;
  width: 50%;
  height: 3px;
  background: #00356a;
  display: none;
}

@media (min-width: 768px) {
  .how-work__item .next-line {
    display: block;
  }
}

.how-work__item .next-line:before {
  content: "";
  font-size: 0.75rem;
  font-weight: 700;
  color: #00356a;
  position: absolute;
  top: -12px;
  right: -5px;
}

.how-work__item:last-child:before {
  display: none;
}

.how-work__item-num {
  background: #00356a;
  box-shadow: 0 0 0 0.25rem #fff, 0 0 0 0.3rem #00356a;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  color: #fff;
  font-size: 2em;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem auto;
}

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

.how-work__items {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .how-work__items {
    padding-bottom: 0;
  }
}

.how-work__items .slick-list {
  min-width: 100%;
}

.how-work__items .slick-dots {
  display: block;
}

@media (min-width: 768px) {
  .how-work__items .slick-dots {
    display: none;
  }
}

.tabs-menu {
  border-bottom: 1px solid #00356a;
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.tabs-menu li a {
  padding: 0.5rem 1rem;
  font-weight: 700;
  color: #00356a;
  border-radius: 0.2rem 0.2rem 0 0;
  display: block;
}

.tabs-menu li a.active {
  background: #00356a;
  color: #fff;
}

.tabs .tab {
  display: none;
}

.tabs .tab.active {
  display: block;
}

.main-callback {
  background: url(/content/images/call.jpg) 50% 50%/cover no-repeat;
  color: #fff;
  padding: 2rem 1rem;
  text-align: center;
}

.main-callback .title {
  font-size: 1.625em;
  line-height: 1.25em;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.main-callback .phone {
  font-size: 1.25em;
  line-height: 1.3em;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .main-callback .phone {
    font-size: 2.625em;
    line-height: 1.2381em;
  }
}

.main-callback .btn-call span {
  margin-right: 0.5rem;
  font-weight: 600;
}

.main-callback .btn-call .btn {
  font-weight: 600;
}

.main-question {
  background: url(/content/images/question.jpg) 50% 50%/cover no-repeat;
  color: #fff;
  padding: 2rem 1rem;
  text-align: center;
}

.main-question .title {
  font-size: 1.625em;
  line-height: 1.25em;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.main-question .desc {
  margin-bottom: 0.5rem;
}

.main-question .desc br {
  display: none;
}

@media (min-width: 768px) {
  .main-question .desc br {
    display: initial;
  }
}

.main-question .btn {
  font-weight: 600;
}

.rev_slider {
  height: 100vh;
  background-color: black;
}

.slider-wrap {
  background: #e4f1f7;
}

.slider-wrap .slider-header {
  text-align: center;
  margin-bottom: 1.25rem;
}

.slider-wrap .slider-header h2,
.slider-wrap .slider-header .h2 {
  margin-bottom: 0;
  font-weight: 700;
}

.slider-wrap .slider-header .slider-description {
  margin-top: 0.25rem;
  font-weight: 700;
}

.slider-wrap .images-slider {
  padding-bottom: 4rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  height: 0;
}

.slider-wrap .images-slider.slick-initialized {
  visibility: visible;
  opacity: 1;
  height: auto;
}

.slider-wrap .images-slider__item {
  position: relative;
}

@media (min-width: 768px) {
  .slider-wrap .images-slider__item {
    margin: 0 5rem;
  }
}

.slider-wrap .images-slider__item img {
  width: 100%;
}

.slider-wrap .images-slider__item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

@media (min-width: 768px) {
  .slider-wrap .images-slider__item-content {
    padding: 1rem 2rem;
  }
}

.slider-wrap .images-slider__item-content .images-slider__item-title {
  font-size: 1.25em;
  line-height: 1.3em;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.slider-wrap .images-slider__item-content .images-slider__item-desc {
  font-weight: 500;
}

.sub-title {
  font-size: 1.625em;
  font-weight: bold;
  margin-bottom: 15px !important;
}

li.item-hidden {
  display: none !important;
}

.doctor-resume {
  display: grid;
  grid-template-columns: 100%;
  grid-column-gap: 1rem;
}

@media (min-width: 768px) {
  .doctor-resume {
    grid-template-columns: 250px 1fr;
  }
}

@media (min-width: 992px) {
  .doctor-resume {
    grid-template-columns: 300px 1fr;
    grid-column-gap: 2rem;
  }
}

.doctor-resume .doctor-info {
  grid-row-start: 2;
}

@media (min-width: 768px) {
  .doctor-resume .doctor-info {
    grid-row-start: 1;
    grid-column-start: 2;
  }
}

.doctor-resume .doctor-stats {
  display: flex;
  flex-flow: column;
  margin: 0.5rem 0;
  background-color: #fff;
  padding: 0.75rem;
}

.doctor-resume .doctor-stats .info .info-item {
  font-weight: 400;
  width: 50%;
  cursor: pointer;
}

.doctor-resume .doctor-stats .info .info-item a {
  border-bottom: 0;
  color: #343a40;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
}

.doctor-resume .doctor-stats .info .info-item a:hover {
  color: #00356a;
}

.doctor-resume .doctor-stats .info .info-item b {
  color: #3286aa;
  font-weight: 600;
  border-bottom: 1px dashed #00356a;
}

.doctor-resume .doctor-img {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .doctor-resume .doctor-img {
    margin-bottom: 0;
    position: sticky;
    top: 70px;
  }
}

.doctor-resume .doctor-img .no-img.female {
  background: rgba(0, 53, 106, 0.1) url(/scripts/cms/assets/img/no-image-doctor-female.svg) 50% 100% no-repeat;
  background-size: 140% 85%;
  padding-top: 150%;
}

.doctor-resume .doctor-img .no-img.male {
  background: rgba(0, 53, 106, 0.1) url(/scripts/cms/assets/img/no-image-doctor-male.svg) 50% 100% no-repeat;
  background-size: 140% 85%;
  padding-top: 150%;
}

.doctor-resume .doctor-img a {
  display: block;
  border-bottom: none;
}

.doctor-resume #pd_widget_column {
  width: 352px;
  max-width: 100%;
}

.doctor-resume .doctor-info .name {
  margin-bottom: 0.5rem;
}

.doctor-resume .doctor-info h1, .doctor-resume .doctor-info h2, .doctor-resume .doctor-info h3 {
  margin-top: 1rem !important;
  line-height: 1.3 !important;
}

.doctor-resume .doctor-info h1 .first-name, .doctor-resume .doctor-info h2 .first-name, .doctor-resume .doctor-info h3 .first-name {
  display: block;
  font-weight: 400;
}

.doctor-resume .doctor-info h1 .last-name, .doctor-resume .doctor-info h2 .last-name, .doctor-resume .doctor-info h3 .last-name {
  font-weight: 400;
}

.doctor-resume .doctor-info h1 {
  margin-bottom: 0;
}

.doctor-resume .doctor-info .profession {
  margin-bottom: 0.25rem;
}

.doctor-resume .doctor-info .experience {
  margin-bottom: 0.25rem;
}

.doctor-resume .doctor-info .experience-num {
  font-weight: 500;
}

.doctor-resume .doctor-info .degree {
  display: inline-block;
  font-weight: 500;
  color: #f45b69;
  margin-bottom: 0.25rem;
}

.doctor-resume .doctor-info .comment {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  margin-bottom: 1.5rem;
  border-top: 1px solid #dee2e6;
}

.doctor-resume .doctor-info .reception {
  display: flex;
  flex-flow: column;
  grid-template-columns: 1fr;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .doctor-resume .doctor-info .reception {
    grid-template-columns: 1fr 1fr;
  }
}

.doctor-resume .doctor-info .reception h2 {
  margin: 0.25rem 0;
  font-size: 1.4em !important;
}

@media (min-width: 768px) {
  .doctor-resume .doctor-info .reception h2 {
    margin-top: 0 !important;
  }
}

.doctor-resume .doctor-info .reception-circs .visit-terms {
  line-height: 34px;
}

.doctor-resume .doctor-info .reception-uniq {
  font-weight: 500;
}

.doctor-resume .doctor-info .reception-cost {
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .doctor-resume .doctor-info .reception-cost {
    padding-bottom: 0 !important;
    padding-right: 0.5rem;
  }
}

.doctor-resume .doctor-info .reception-cost .reception-name {
  font-weight: 500;
  min-width: 160px;
  display: inline-block;
}

.doctor-resume .doctor-info .reception-cost .price {
  font-size: 1.3em;
  color: #f45b69;
  font-weight: 500;
}

.doctor-resume .doctor-info .reception-cost .price.second {
  color: #3286aa;
}

.doctor-resume .doctor-info .reception-cost .price.promo {
  color: #3286aa;
}

.doctor-resume .doctor-info .reception-cost .old-price {
  font-size: 1.2em;
  color: #6c757d;
  text-decoration: line-through;
}

.doctor-resume .doctor-info .reception-cost .promo-notice {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.6em;
  font-weight: 400;
  margin-top: -2px;
}

.doctor-resume .doctor-info .reception-cost .promo-notice .branch {
  padding-left: 5px;
}

.doctor-resume .doctor-info .actions {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.doctor-resume .doctor-info .btn-red {
  color: #fff;
  background-color: #f45b69;
  transition: all 0.2s ease-in-out;
  margin-right: 0.5rem;
}

.doctor-resume .doctor-info .btn-red:hover {
  background-color: #f12b3d;
}

.doctor-resume .doctor-info .clinicbranch-caption {
  margin-bottom: 0.25rem;
}

.doctor-resume .doctor-info .clinicbranch-caption a {
  border-bottom: 0;
}

.certificate-list {
  padding: 0px;
}

.certificate-list .certificate-item {
  position: relative;
}

.certificate-list .certificate-item:before {
  content: none;
}

.certificate-list .certificate-item .certificate-icon {
  position: absolute;
  left: -1rem;
  top: 5px;
}

.certificate-list .certificate-item .certificate-icon .item-description {
  font-size: 0.6rem;
  opacity: 0.7;
}

.certificate-list .certificate-item .item-caption {
  display: flex;
  flex-wrap: wrap;
}

.certificate-list .certificate-item .item-caption img {
  width: 20px;
  margin-right: .25rem;
}

.certificate-list .certificate-item .cert-image {
  margin-left: .25rem;
  border-bottom: none;
}

.profile-fb a {
  display: flex;
  align-items: center;
  border-bottom: none;
}

.profile-fb a:hover {
  border-bottom: none;
}

.profile-fb a .fab {
  width: 40px;
  height: 40px;
  background-color: #4267b2;
  border-radius: 50%;
  padding: .3rem;
  margin-right: .25rem;
  background-size: 30%;
}

.sitemap,
.sitemap ul {
  list-style: none;
  position: relative;
}

.sitemap:before,
.sitemap ul:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #eee;
}

.sitemap li,
.sitemap ul li {
  position: relative;
  line-height: 30px;
}

.sitemap li:before,
.sitemap ul li:before {
  content: '';
  position: absolute;
  top: 12px;
  left: -1.25rem;
  width: 20px;
  height: 3px;
  background: #eee;
}

.sitemap > li {
  font-size: 18px;
}

.sitemap > li > ul > li {
  font-size: 16px;
}
