/*!
 * Aneto Theme Styles
 */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

[Bootstrap 4]

  # Component: Base

  # Component: Grid
  # Component: Panel
  # Component: Block
  # Component: Article
  # Component: Comment
  # Component: Cover

  # Component: Nav
  # Component: Navbar
  # Component: Subnav
  # Component: Breadcrumb
  # Component: Pagination
  # Component: Tab
  # Component: Thumbnav

  # Component: List
  # Component: Description list
  # Component: Table
  # Component: Form

  # Component: Button
  # Component: Icon
  # Component: Close
  # Component: Badge
  # Component: Alert
  # Component: Thumbnail
  # Component: Overlay
  # Component: Column
  # Component: Animation

  # Component: Dropdown
  # Component: Modal
  # Component: Off-canvas
  # Component: Switcher

  # Component: Text
  # Component: Utility
  # Component: Flex
  # Component: Contrast
  # Component: Print

  # Component: Sticky
  # Component: Dotnav
  # Component: Slidenav
  # Component: Slideshow


[Aneto Theme Styles]

  # Base
    ## General
    ## Blockquote
    ## Category links
    ## Offcanvas menu
    ## Custom background support
    ## WP classes for Post and Pages
    ## Alignment
    ## Infinite Scroll
    ## Accessibility

  # Sidebar
  # Topbar
  # Footer

  # Article
    ## Gallery
    ## Blog Layout
    ## Category grid
    ## Article Extras
    ## Tags
    ## Article Socials
    ## Captions

  # Pagination
  # Post navigation

  # Category Featured Posts

  # Description List
  # Table
  # Form
  # Buttons
  # Contrast

  # Mega Menu
  # Widgets
  # Search
  # Comments

  # Shortcodes
    ## APW Posts shortcode
    ## APW Post shortcode
    ## APW Slideset shortcode
    ## APW Shortcodes Base Styles

--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

:root {
  --blue: #1565C0;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #1565C0;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --blue: #21759b;
  --light-yellow: #fff9c0;
  --black: #000;
  --white: #fff;
  --gray: #808080;
  --cod-gray: #111;
  --mineshaft: #333;
  --dove-gray: #666;
  --gray-alt: #929292;
  --silver-chalice: #aaa;
  --silver: #ccc;
  --alto: #ddd;
  --gallery: #eee;
  --whitesmoke: #f1f1f1;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1320px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #1565C0;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0d417b;
  text-decoration: underline;
}

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

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

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;
  -ms-overflow-style: scrollbar;
}

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;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

[role="button"] {
  cursor: pointer;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer::before {
  content: "\2014\00A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 3px;
  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;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1320px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1300px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .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%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .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%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .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: 1320px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .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%;
  }
}

.form-control, input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="password"],
select,
textarea {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.6rem + 2px);
  padding: 0.3rem 0.375rem;
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 3px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control, input[type="text"],
  input[type="email"],
  input[type="search"],
  input[type="tel"],
  input[type="url"],
  input[type="number"],
  input[type="password"],
  select,
  textarea {
    transition: none;
  }
}

.form-control::-ms-expand, input[type="text"]::-ms-expand,
input[type="email"]::-ms-expand,
input[type="search"]::-ms-expand,
input[type="tel"]::-ms-expand,
input[type="url"]::-ms-expand,
input[type="number"]::-ms-expand,
input[type="password"]::-ms-expand,
select::-ms-expand,
textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus, input:focus[type="text"],
input:focus[type="email"],
input:focus[type="search"],
input:focus[type="tel"],
input:focus[type="url"],
input:focus[type="number"],
input:focus[type="password"],
select:focus,
textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #66a6ee;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(21, 101, 192, 0.25);
}

.form-control::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder, input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="url"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, input:disabled[type="text"],
input:disabled[type="email"],
input:disabled[type="search"],
input:disabled[type="tel"],
input:disabled[type="url"],
input:disabled[type="number"],
input:disabled[type="password"],
select:disabled,
textarea:disabled, .form-control[readonly], input[readonly][type="text"],
input[readonly][type="email"],
input[readonly][type="search"],
input[readonly][type="tel"],
input[readonly][type="url"],
input[readonly][type="number"],
input[readonly][type="password"],
select[readonly],
textarea[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type="date"].form-control, input[type="date"][type="text"],
input[type="date"][type="email"],
input[type="date"][type="search"],
input[type="date"][type="tel"],
input[type="date"][type="url"],
input[type="date"][type="number"],
input[type="date"][type="password"],
input[type="time"].form-control,
input[type="time"][type="text"],
input[type="time"][type="email"],
input[type="time"][type="search"],
input[type="time"][type="tel"],
input[type="time"][type="url"],
input[type="time"][type="number"],
input[type="time"][type="password"],
input[type="datetime-local"].form-control,
input[type="datetime-local"][type="text"],
input[type="datetime-local"][type="email"],
input[type="datetime-local"][type="search"],
input[type="datetime-local"][type="tel"],
input[type="datetime-local"][type="url"],
input[type="datetime-local"][type="number"],
input[type="datetime-local"][type="password"],
input[type="month"].form-control,
input[type="month"][type="text"],
input[type="month"][type="email"],
input[type="month"][type="search"],
input[type="month"][type="tel"],
input[type="month"][type="url"],
input[type="month"][type="number"],
input[type="month"][type="password"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring,
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

.form-control-file, input[type="file"],
.form-control-range {
  display: block;
  width: 100%;
}

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

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

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

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

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

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

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

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

textarea.form-control,
textarea {
  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,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

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

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

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

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

.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

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

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

.was-validated .form-control:valid:focus, .was-validated input:valid:focus[type="text"],
.was-validated input:valid:focus[type="email"],
.was-validated input:valid:focus[type="search"],
.was-validated input:valid:focus[type="tel"],
.was-validated input:valid:focus[type="url"],
.was-validated input:valid:focus[type="number"],
.was-validated input:valid:focus[type="password"],
.was-validated select:valid:focus,
.was-validated textarea:valid:focus, .form-control.is-valid:focus, input.is-valid:focus[type="text"],
input.is-valid:focus[type="email"],
input.is-valid:focus[type="search"],
input.is-valid:focus[type="tel"],
input.is-valid:focus[type="url"],
input.is-valid:focus[type="number"],
input.is-valid:focus[type="password"],
select.is-valid:focus,
textarea.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid,
.was-validated select:valid, select.form-control.is-valid,
select.is-valid {
  padding-right: 1.5rem !important;
  background-position: right 0.75rem center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:invalid, .was-validated input:invalid[type="text"],
.was-validated input:invalid[type="email"],
.was-validated input:invalid[type="search"],
.was-validated input:invalid[type="tel"],
.was-validated input:invalid[type="url"],
.was-validated input:invalid[type="number"],
.was-validated input:invalid[type="password"],
.was-validated select:invalid,
.was-validated textarea:invalid, .form-control.is-invalid, input.is-invalid[type="text"],
input.is-invalid[type="email"],
input.is-invalid[type="search"],
input.is-invalid[type="tel"],
input.is-invalid[type="url"],
input.is-invalid[type="number"],
input.is-invalid[type="password"],
select.is-invalid,
textarea.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.6rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.15rem) center;
  background-size: calc(0.75em + 0.3rem) calc(0.75em + 0.3rem);
}

.was-validated .form-control:invalid:focus, .was-validated input:invalid:focus[type="text"],
.was-validated input:invalid:focus[type="email"],
.was-validated input:invalid:focus[type="search"],
.was-validated input:invalid:focus[type="tel"],
.was-validated input:invalid:focus[type="url"],
.was-validated input:invalid:focus[type="number"],
.was-validated input:invalid:focus[type="password"],
.was-validated select:invalid:focus,
.was-validated textarea:invalid:focus, .form-control.is-invalid:focus, input.is-invalid:focus[type="text"],
input.is-invalid:focus[type="email"],
input.is-invalid:focus[type="search"],
input.is-invalid:focus[type="tel"],
input.is-invalid:focus[type="url"],
input.is-invalid:focus[type="number"],
input.is-invalid:focus[type="password"],
select.is-invalid:focus,
textarea.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid,
.was-validated select:invalid, select.form-control.is-invalid,
select.is-invalid {
  padding-right: 1.5rem !important;
  background-position: right 0.75rem center;
}

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 1.825rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.375rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.375rem/calc(0.75em + 0.3rem) calc(0.75em + 0.3rem) no-repeat;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control, .form-inline input[type="text"],
  .form-inline input[type="email"],
  .form-inline input[type="search"],
  .form-inline input[type="tel"],
  .form-inline input[type="url"],
  .form-inline input[type="number"],
  .form-inline input[type="password"],
  .form-inline select,
  .form-inline textarea {
    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, input[type="submit"], button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.3rem 1.3rem;
  font-size: 0.85rem;
  line-height: 1.5;
  border-radius: 3px;
  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, input[type="submit"], button {
    transition: none;
  }
}

.btn:hover, input:hover[type="submit"], button:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, input:focus[type="submit"], button:focus, .btn.focus, input.focus[type="submit"], button.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(21, 101, 192, 0.25);
}

.btn.disabled, input.disabled[type="submit"], button.disabled, .btn:disabled, input:disabled[type="submit"], button:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled), input:not(:disabled):not(.disabled)[type="submit"], button:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

.btn-primary, input[type="submit"] {
  color: #fff;
  background-color: #1565C0;
  border-color: #1565C0;
}

.btn-primary:hover, input:hover[type="submit"] {
  color: #fff;
  background-color: #11539e;
  border-color: #104d92;
}

.btn-primary:focus, input:focus[type="submit"], .btn-primary.focus, input.focus[type="submit"] {
  color: #fff;
  background-color: #11539e;
  border-color: #104d92;
  box-shadow: 0 0 0 0.2rem rgba(56, 124, 201, 0.5);
}

.btn-primary.disabled, input.disabled[type="submit"], .btn-primary:disabled, input:disabled[type="submit"] {
  color: #fff;
  background-color: #1565C0;
  border-color: #1565C0;
}

.btn-primary:not(:disabled):not(.disabled):active, input:not(:disabled):not(.disabled):active[type="submit"], .btn-primary:not(:disabled):not(.disabled).active, input:not(:disabled):not(.disabled).active[type="submit"],
.show > .btn-primary.dropdown-toggle,
.show > input.dropdown-toggle[type="submit"] {
  color: #fff;
  background-color: #104d92;
  border-color: #0f4787;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, input:not(:disabled):not(.disabled):active:focus[type="submit"], .btn-primary:not(:disabled):not(.disabled).active:focus, input:not(:disabled):not(.disabled).active:focus[type="submit"],
.show > .btn-primary.dropdown-toggle:focus,
.show > input.dropdown-toggle:focus[type="submit"] {
  box-shadow: 0 0 0 0.2rem rgba(56, 124, 201, 0.5);
}

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

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

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

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

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

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

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

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

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

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

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

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

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

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

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

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

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

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

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

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

.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

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

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

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

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

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

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

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

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

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

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

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

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

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

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

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

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

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

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

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

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

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

.btn-blue {
  color: #fff;
  background-color: #21759b;
  border-color: #21759b;
}

.btn-blue:hover {
  color: #fff;
  background-color: #1a5d7b;
  border-color: #185571;
}

.btn-blue:focus, .btn-blue.focus {
  color: #fff;
  background-color: #1a5d7b;
  border-color: #185571;
  box-shadow: 0 0 0 0.2rem rgba(66, 138, 170, 0.5);
}

.btn-blue.disabled, .btn-blue:disabled {
  color: #fff;
  background-color: #21759b;
  border-color: #21759b;
}

.btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active,
.show > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #185571;
  border-color: #164d66;
}

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

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

.btn-light-yellow:hover {
  color: #212529;
  background-color: #fff59a;
  border-color: #fff48d;
}

.btn-light-yellow:focus, .btn-light-yellow.focus {
  color: #212529;
  background-color: #fff59a;
  border-color: #fff48d;
  box-shadow: 0 0 0 0.2rem rgba(222, 217, 169, 0.5);
}

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

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

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

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

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

.btn-black:focus, .btn-black.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

.btn-black.disabled, .btn-black:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

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

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

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

.btn-white:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}

.btn-white:focus, .btn-white.focus {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-white.disabled, .btn-white:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

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

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

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

.btn-gray:hover {
  color: #fff;
  background-color: #6d6d6d;
  border-color: #676767;
}

.btn-gray:focus, .btn-gray.focus {
  color: #fff;
  background-color: #6d6d6d;
  border-color: #676767;
  box-shadow: 0 0 0 0.2rem rgba(147, 147, 147, 0.5);
}

.btn-gray.disabled, .btn-gray:disabled {
  color: #fff;
  background-color: #808080;
  border-color: #808080;
}

.btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active,
.show > .btn-gray.dropdown-toggle {
  color: #fff;
  background-color: #676767;
  border-color: #606060;
}

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

.btn-cod-gray {
  color: #fff;
  background-color: #111;
  border-color: #111;
}

.btn-cod-gray:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-cod-gray:focus, .btn-cod-gray.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(53, 53, 53, 0.5);
}

.btn-cod-gray.disabled, .btn-cod-gray:disabled {
  color: #fff;
  background-color: #111;
  border-color: #111;
}

.btn-cod-gray:not(:disabled):not(.disabled):active, .btn-cod-gray:not(:disabled):not(.disabled).active,
.show > .btn-cod-gray.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}

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

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

.btn-mineshaft:hover {
  color: #fff;
  background-color: #202020;
  border-color: #1a1a1a;
}

.btn-mineshaft:focus, .btn-mineshaft.focus {
  color: #fff;
  background-color: #202020;
  border-color: #1a1a1a;
  box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}

.btn-mineshaft.disabled, .btn-mineshaft:disabled {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.btn-mineshaft:not(:disabled):not(.disabled):active, .btn-mineshaft:not(:disabled):not(.disabled).active,
.show > .btn-mineshaft.dropdown-toggle {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #131313;
}

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

.btn-dove-gray {
  color: #fff;
  background-color: #666;
  border-color: #666;
}

.btn-dove-gray:hover {
  color: #fff;
  background-color: #535353;
  border-color: #4d4d4d;
}

.btn-dove-gray:focus, .btn-dove-gray.focus {
  color: #fff;
  background-color: #535353;
  border-color: #4d4d4d;
  box-shadow: 0 0 0 0.2rem rgba(125, 125, 125, 0.5);
}

.btn-dove-gray.disabled, .btn-dove-gray:disabled {
  color: #fff;
  background-color: #666;
  border-color: #666;
}

.btn-dove-gray:not(:disabled):not(.disabled):active, .btn-dove-gray:not(:disabled):not(.disabled).active,
.show > .btn-dove-gray.dropdown-toggle {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #464646;
}

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

.btn-gray-alt {
  color: #fff;
  background-color: #929292;
  border-color: #929292;
}

.btn-gray-alt:hover {
  color: #fff;
  background-color: #7f7f7f;
  border-color: #797979;
}

.btn-gray-alt:focus, .btn-gray-alt.focus {
  color: #fff;
  background-color: #7f7f7f;
  border-color: #797979;
  box-shadow: 0 0 0 0.2rem rgba(162, 162, 162, 0.5);
}

.btn-gray-alt.disabled, .btn-gray-alt:disabled {
  color: #fff;
  background-color: #929292;
  border-color: #929292;
}

.btn-gray-alt:not(:disabled):not(.disabled):active, .btn-gray-alt:not(:disabled):not(.disabled).active,
.show > .btn-gray-alt.dropdown-toggle {
  color: #fff;
  background-color: #797979;
  border-color: #727272;
}

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

.btn-silver-chalice {
  color: #212529;
  background-color: #aaa;
  border-color: #aaa;
}

.btn-silver-chalice:hover {
  color: #212529;
  background-color: #979797;
  border-color: #919191;
}

.btn-silver-chalice:focus, .btn-silver-chalice.focus {
  color: #212529;
  background-color: #979797;
  border-color: #919191;
  box-shadow: 0 0 0 0.2rem rgba(149, 150, 151, 0.5);
}

.btn-silver-chalice.disabled, .btn-silver-chalice:disabled {
  color: #212529;
  background-color: #aaa;
  border-color: #aaa;
}

.btn-silver-chalice:not(:disabled):not(.disabled):active, .btn-silver-chalice:not(:disabled):not(.disabled).active,
.show > .btn-silver-chalice.dropdown-toggle {
  color: #fff;
  background-color: #919191;
  border-color: #8a8a8a;
}

.btn-silver-chalice:not(:disabled):not(.disabled):active:focus, .btn-silver-chalice:not(:disabled):not(.disabled).active:focus,
.show > .btn-silver-chalice.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(149, 150, 151, 0.5);
}

.btn-silver {
  color: #212529;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-silver:hover {
  color: #212529;
  background-color: #b9b9b9;
  border-color: #b3b3b3;
}

.btn-silver:focus, .btn-silver.focus {
  color: #212529;
  background-color: #b9b9b9;
  border-color: #b3b3b3;
  box-shadow: 0 0 0 0.2rem rgba(178, 179, 180, 0.5);
}

.btn-silver.disabled, .btn-silver:disabled {
  color: #212529;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-silver:not(:disabled):not(.disabled):active, .btn-silver:not(:disabled):not(.disabled).active,
.show > .btn-silver.dropdown-toggle {
  color: #212529;
  background-color: #b3b3b3;
  border-color: #acacac;
}

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

.btn-alto {
  color: #212529;
  background-color: #ddd;
  border-color: #ddd;
}

.btn-alto:hover {
  color: #212529;
  background-color: #cacaca;
  border-color: #c4c4c4;
}

.btn-alto:focus, .btn-alto.focus {
  color: #212529;
  background-color: #cacaca;
  border-color: #c4c4c4;
  box-shadow: 0 0 0 0.2rem rgba(193, 193, 194, 0.5);
}

.btn-alto.disabled, .btn-alto:disabled {
  color: #212529;
  background-color: #ddd;
  border-color: #ddd;
}

.btn-alto:not(:disabled):not(.disabled):active, .btn-alto:not(:disabled):not(.disabled).active,
.show > .btn-alto.dropdown-toggle {
  color: #212529;
  background-color: #c4c4c4;
  border-color: #bdbdbd;
}

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

.btn-gallery {
  color: #212529;
  background-color: #eee;
  border-color: #eee;
}

.btn-gallery:hover {
  color: #212529;
  background-color: #dbdbdb;
  border-color: #d5d5d5;
}

.btn-gallery:focus, .btn-gallery.focus {
  color: #212529;
  background-color: #dbdbdb;
  border-color: #d5d5d5;
  box-shadow: 0 0 0 0.2rem rgba(207, 208, 208, 0.5);
}

.btn-gallery.disabled, .btn-gallery:disabled {
  color: #212529;
  background-color: #eee;
  border-color: #eee;
}

.btn-gallery:not(:disabled):not(.disabled):active, .btn-gallery:not(:disabled):not(.disabled).active,
.show > .btn-gallery.dropdown-toggle {
  color: #212529;
  background-color: #d5d5d5;
  border-color: #cecece;
}

.btn-gallery:not(:disabled):not(.disabled):active:focus, .btn-gallery:not(:disabled):not(.disabled).active:focus,
.show > .btn-gallery.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(207, 208, 208, 0.5);
}

.btn-whitesmoke {
  color: #212529;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}

.btn-whitesmoke:hover {
  color: #212529;
  background-color: #dedede;
  border-color: #d8d8d8;
}

.btn-whitesmoke:focus, .btn-whitesmoke.focus {
  color: #212529;
  background-color: #dedede;
  border-color: #d8d8d8;
  box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
}

.btn-whitesmoke.disabled, .btn-whitesmoke:disabled {
  color: #212529;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}

.btn-whitesmoke:not(:disabled):not(.disabled):active, .btn-whitesmoke:not(:disabled):not(.disabled).active,
.show > .btn-whitesmoke.dropdown-toggle {
  color: #212529;
  background-color: #d8d8d8;
  border-color: #d1d1d1;
}

.btn-whitesmoke:not(:disabled):not(.disabled):active:focus, .btn-whitesmoke:not(:disabled):not(.disabled).active:focus,
.show > .btn-whitesmoke.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
}

.btn-outline-primary {
  color: #1565C0;
  border-color: #1565C0;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #1565C0;
  border-color: #1565C0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-outline-blue {
  color: #21759b;
  border-color: #21759b;
}

.btn-outline-blue:hover {
  color: #fff;
  background-color: #21759b;
  border-color: #21759b;
}

.btn-outline-blue:focus, .btn-outline-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 117, 155, 0.5);
}

.btn-outline-blue.disabled, .btn-outline-blue:disabled {
  color: #21759b;
  background-color: transparent;
}

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

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

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

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

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

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

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

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

.btn-outline-black {
  color: #000;
  border-color: #000;
}

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

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

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

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

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

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

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

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

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

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

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

.btn-outline-gray {
  color: #808080;
  border-color: #808080;
}

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

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

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

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

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

.btn-outline-cod-gray {
  color: #111;
  border-color: #111;
}

.btn-outline-cod-gray:hover {
  color: #fff;
  background-color: #111;
  border-color: #111;
}

.btn-outline-cod-gray:focus, .btn-outline-cod-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(17, 17, 17, 0.5);
}

.btn-outline-cod-gray.disabled, .btn-outline-cod-gray:disabled {
  color: #111;
  background-color: transparent;
}

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

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

.btn-outline-mineshaft {
  color: #333;
  border-color: #333;
}

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

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

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

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

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

.btn-outline-dove-gray {
  color: #666;
  border-color: #666;
}

.btn-outline-dove-gray:hover {
  color: #fff;
  background-color: #666;
  border-color: #666;
}

.btn-outline-dove-gray:focus, .btn-outline-dove-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 102, 102, 0.5);
}

.btn-outline-dove-gray.disabled, .btn-outline-dove-gray:disabled {
  color: #666;
  background-color: transparent;
}

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

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

.btn-outline-gray-alt {
  color: #929292;
  border-color: #929292;
}

.btn-outline-gray-alt:hover {
  color: #fff;
  background-color: #929292;
  border-color: #929292;
}

.btn-outline-gray-alt:focus, .btn-outline-gray-alt.focus {
  box-shadow: 0 0 0 0.2rem rgba(146, 146, 146, 0.5);
}

.btn-outline-gray-alt.disabled, .btn-outline-gray-alt:disabled {
  color: #929292;
  background-color: transparent;
}

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

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

.btn-outline-silver-chalice {
  color: #aaa;
  border-color: #aaa;
}

.btn-outline-silver-chalice:hover {
  color: #212529;
  background-color: #aaa;
  border-color: #aaa;
}

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

.btn-outline-silver-chalice.disabled, .btn-outline-silver-chalice:disabled {
  color: #aaa;
  background-color: transparent;
}

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

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

.btn-outline-silver {
  color: #ccc;
  border-color: #ccc;
}

.btn-outline-silver:hover {
  color: #212529;
  background-color: #ccc;
  border-color: #ccc;
}

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

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

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

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

.btn-outline-alto {
  color: #ddd;
  border-color: #ddd;
}

.btn-outline-alto:hover {
  color: #212529;
  background-color: #ddd;
  border-color: #ddd;
}

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

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

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

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

.btn-outline-gallery {
  color: #eee;
  border-color: #eee;
}

.btn-outline-gallery:hover {
  color: #212529;
  background-color: #eee;
  border-color: #eee;
}

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

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

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

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

.btn-outline-whitesmoke {
  color: #f1f1f1;
  border-color: #f1f1f1;
}

.btn-outline-whitesmoke:hover {
  color: #212529;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}

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

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

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

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

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

.btn-link:hover {
  color: #0d417b;
  text-decoration: underline;
}

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

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

.btn-lg {
  padding: 0.6rem 2.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 3px;
}

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

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: initial;
  border-radius: 3px;
}

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

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  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: 3px;
}

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

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

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(21, 101, 192, 0.25);
}

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

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

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #1565C0;
  border-color: #1565C0;
}

.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: 3px;
  border-bottom-left-radius: 3px;
}

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

.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: 3px;
  border-bottom-left-radius: 3px;
}

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

.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: 3px;
  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, input[type="submit"] .badge, button .badge {
  position: relative;
  top: -1px;
}

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

.badge-primary {
  color: #fff;
  background-color: #1565C0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge-blue {
  color: #fff;
  background-color: #21759b;
}

a.badge-blue:hover, a.badge-blue:focus {
  color: #fff;
  background-color: #185571;
}

a.badge-blue:focus, a.badge-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(33, 117, 155, 0.5);
}

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

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

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

.badge-black {
  color: #fff;
  background-color: #000;
}

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

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

.badge-white {
  color: #212529;
  background-color: #fff;
}

a.badge-white:hover, a.badge-white:focus {
  color: #212529;
  background-color: #e6e6e6;
}

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

.badge-gray {
  color: #fff;
  background-color: #808080;
}

a.badge-gray:hover, a.badge-gray:focus {
  color: #fff;
  background-color: #676767;
}

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

.badge-cod-gray {
  color: #fff;
  background-color: #111;
}

a.badge-cod-gray:hover, a.badge-cod-gray:focus {
  color: #fff;
  background-color: black;
}

a.badge-cod-gray:focus, a.badge-cod-gray.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(17, 17, 17, 0.5);
}

.badge-mineshaft {
  color: #fff;
  background-color: #333;
}

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

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

.badge-dove-gray {
  color: #fff;
  background-color: #666;
}

a.badge-dove-gray:hover, a.badge-dove-gray:focus {
  color: #fff;
  background-color: #4d4d4d;
}

a.badge-dove-gray:focus, a.badge-dove-gray.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(102, 102, 102, 0.5);
}

.badge-gray-alt {
  color: #fff;
  background-color: #929292;
}

a.badge-gray-alt:hover, a.badge-gray-alt:focus {
  color: #fff;
  background-color: #797979;
}

a.badge-gray-alt:focus, a.badge-gray-alt.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(146, 146, 146, 0.5);
}

.badge-silver-chalice {
  color: #212529;
  background-color: #aaa;
}

a.badge-silver-chalice:hover, a.badge-silver-chalice:focus {
  color: #212529;
  background-color: #919191;
}

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

.badge-silver {
  color: #212529;
  background-color: #ccc;
}

a.badge-silver:hover, a.badge-silver:focus {
  color: #212529;
  background-color: #b3b3b3;
}

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

.badge-alto {
  color: #212529;
  background-color: #ddd;
}

a.badge-alto:hover, a.badge-alto:focus {
  color: #212529;
  background-color: #c4c4c4;
}

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

.badge-gallery {
  color: #212529;
  background-color: #eee;
}

a.badge-gallery:hover, a.badge-gallery:focus {
  color: #212529;
  background-color: #d5d5d5;
}

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

.badge-whitesmoke {
  color: #212529;
  background-color: #f1f1f1;
}

a.badge-whitesmoke:hover, a.badge-whitesmoke:focus {
  color: #212529;
  background-color: #d8d8d8;
}

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

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

.alert-heading {
  color: inherit;
}

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

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

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

.alert-primary {
  color: #0b3564;
  background-color: #d0e0f2;
  border-color: #bdd4ed;
}

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

.alert-primary .alert-link {
  color: #061d36;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alert-blue {
  color: #113d51;
  background-color: #d3e3eb;
  border-color: #c1d8e3;
}

.alert-blue hr {
  border-top-color: #afcddb;
}

.alert-blue .alert-link {
  color: #081d27;
}

.alert-light-yellow {
  color: #858164;
  background-color: #fffef2;
  border-color: #fffded;
}

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

.alert-light-yellow .alert-link {
  color: #68654e;
}

.alert-black {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8;
}

.alert-black hr {
  border-top-color: #ababab;
}

.alert-black .alert-link {
  color: black;
}

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

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

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

.alert-gray {
  color: #434343;
  background-color: #e6e6e6;
  border-color: #dbdbdb;
}

.alert-gray hr {
  border-top-color: #cecece;
}

.alert-gray .alert-link {
  color: #2a2a2a;
}

.alert-cod-gray {
  color: #090909;
  background-color: #cfcfcf;
  border-color: #bcbcbc;
}

.alert-cod-gray hr {
  border-top-color: #afafaf;
}

.alert-cod-gray .alert-link {
  color: black;
}

.alert-mineshaft {
  color: #1b1b1b;
  background-color: #d6d6d6;
  border-color: #c6c6c6;
}

.alert-mineshaft hr {
  border-top-color: #b9b9b9;
}

.alert-mineshaft .alert-link {
  color: #020202;
}

.alert-dove-gray {
  color: #353535;
  background-color: #e0e0e0;
  border-color: #d4d4d4;
}

.alert-dove-gray hr {
  border-top-color: #c7c7c7;
}

.alert-dove-gray .alert-link {
  color: #1c1c1c;
}

.alert-gray-alt {
  color: #4c4c4c;
  background-color: #e9e9e9;
  border-color: #e0e0e0;
}

.alert-gray-alt hr {
  border-top-color: lightgray;
}

.alert-gray-alt .alert-link {
  color: #333333;
}

.alert-silver-chalice {
  color: #585858;
  background-color: #eeeeee;
  border-color: #e7e7e7;
}

.alert-silver-chalice hr {
  border-top-color: #dadada;
}

.alert-silver-chalice .alert-link {
  color: #3f3f3f;
}

.alert-silver {
  color: #6a6a6a;
  background-color: whitesmoke;
  border-color: #f1f1f1;
}

.alert-silver hr {
  border-top-color: #e4e4e4;
}

.alert-silver .alert-link {
  color: #515151;
}

.alert-alto {
  color: #737373;
  background-color: #f8f8f8;
  border-color: whitesmoke;
}

.alert-alto hr {
  border-top-color: #e8e8e8;
}

.alert-alto .alert-link {
  color: #5a5a5a;
}

.alert-gallery {
  color: #7c7c7c;
  background-color: #fcfcfc;
  border-color: #fafafa;
}

.alert-gallery hr {
  border-top-color: #ededed;
}

.alert-gallery .alert-link {
  color: #636363;
}

.alert-whitesmoke {
  color: #7d7d7d;
  background-color: #fcfcfc;
  border-color: #fbfbfb;
}

.alert-whitesmoke hr {
  border-top-color: #eeeeee;
}

.alert-whitesmoke .alert-link {
  color: #646464;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 3px;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #1565C0;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

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

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

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

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

.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: #1565C0 !important;
}

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

.bg-secondary {
  background-color: #6c757d !important;
}

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

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

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

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

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

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

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

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

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

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

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-blue {
  background-color: #21759b !important;
}

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

.bg-light-yellow {
  background-color: #fff9c0 !important;
}

a.bg-light-yellow:hover, a.bg-light-yellow:focus,
button.bg-light-yellow:hover,
button.bg-light-yellow:focus {
  background-color: #fff48d !important;
}

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

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

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

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

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

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

.bg-cod-gray {
  background-color: #111 !important;
}

a.bg-cod-gray:hover, a.bg-cod-gray:focus,
button.bg-cod-gray:hover,
button.bg-cod-gray:focus {
  background-color: black !important;
}

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

a.bg-mineshaft:hover, a.bg-mineshaft:focus,
button.bg-mineshaft:hover,
button.bg-mineshaft:focus {
  background-color: #1a1a1a !important;
}

.bg-dove-gray {
  background-color: #666 !important;
}

a.bg-dove-gray:hover, a.bg-dove-gray:focus,
button.bg-dove-gray:hover,
button.bg-dove-gray:focus {
  background-color: #4d4d4d !important;
}

.bg-gray-alt {
  background-color: #929292 !important;
}

a.bg-gray-alt:hover, a.bg-gray-alt:focus,
button.bg-gray-alt:hover,
button.bg-gray-alt:focus {
  background-color: #797979 !important;
}

.bg-silver-chalice {
  background-color: #aaa !important;
}

a.bg-silver-chalice:hover, a.bg-silver-chalice:focus,
button.bg-silver-chalice:hover,
button.bg-silver-chalice:focus {
  background-color: #919191 !important;
}

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

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

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

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

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

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

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

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

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

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

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

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

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

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

.border-blue {
  border-color: #21759b !important;
}

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

.border-black {
  border-color: #000 !important;
}

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

.border-gray {
  border-color: #808080 !important;
}

.border-cod-gray {
  border-color: #111 !important;
}

.border-mineshaft {
  border-color: #333 !important;
}

.border-dove-gray {
  border-color: #666 !important;
}

.border-gray-alt {
  border-color: #929292 !important;
}

.border-silver-chalice {
  border-color: #aaa !important;
}

.border-silver {
  border-color: #ccc !important;
}

.border-alto {
  border-color: #ddd !important;
}

.border-gallery {
  border-color: #eee !important;
}

.border-whitesmoke {
  border-color: #f1f1f1 !important;
}

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

.rounded-sm {
  border-radius: 3px !important;
}

.rounded {
  border-radius: 3px !important;
}

.rounded-top {
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
}

.rounded-right {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

.rounded-left {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

.rounded-lg {
  border-radius: 3px !important;
}

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

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

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

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

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

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

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

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1320px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

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

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

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

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

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

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

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

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

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

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

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

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

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

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1320px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #1565C0 !important;
}

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

.text-secondary {
  color: #6c757d !important;
}

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

.text-success {
  color: #28a745 !important;
}

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

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

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

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

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

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

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-blue {
  color: #21759b !important;
}

a.text-blue:hover, a.text-blue:focus {
  color: #14455c !important;
}

.text-light-yellow {
  color: #fff9c0 !important;
}

a.text-light-yellow:hover, a.text-light-yellow:focus {
  color: #fff274 !important;
}

.text-black {
  color: #000 !important;
}

a.text-black:hover, a.text-black:focus {
  color: black !important;
}

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

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

.text-gray {
  color: #808080 !important;
}

a.text-gray:hover, a.text-gray:focus {
  color: #5a5a5a !important;
}

.text-cod-gray {
  color: #111 !important;
}

a.text-cod-gray:hover, a.text-cod-gray:focus {
  color: black !important;
}

.text-mineshaft {
  color: #333 !important;
}

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

.text-dove-gray {
  color: #666 !important;
}

a.text-dove-gray:hover, a.text-dove-gray:focus {
  color: #404040 !important;
}

.text-gray-alt {
  color: #929292 !important;
}

a.text-gray-alt:hover, a.text-gray-alt:focus {
  color: #6c6c6c !important;
}

.text-silver-chalice {
  color: #aaa !important;
}

a.text-silver-chalice:hover, a.text-silver-chalice:focus {
  color: #848484 !important;
}

.text-silver {
  color: #ccc !important;
}

a.text-silver:hover, a.text-silver:focus {
  color: #a6a6a6 !important;
}

.text-alto {
  color: #ddd !important;
}

a.text-alto:hover, a.text-alto:focus {
  color: #b7b7b7 !important;
}

.text-gallery {
  color: #eee !important;
}

a.text-gallery:hover, a.text-gallery:focus {
  color: #c8c8c8 !important;
}

.text-whitesmoke {
  color: #f1f1f1 !important;
}

a.text-whitesmoke:hover, a.text-whitesmoke:focus {
  color: #cbcbcb !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-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):not(input[type="submit"]):not(button) {
    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;
  }
  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;
  }
}

lite-youtube {
  background-color: #000;
  position: relative;
  display: block;
  contain: content;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  max-width: 720px;
}

/* gradient */
lite-youtube::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
  background-position: top;
  background-repeat: repeat-x;
  height: 60px;
  padding-bottom: 50px;
  width: 100%;
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}

/* responsive iframe with a 16:9 aspect ratio
    thanks https://css-tricks.com/responsive-iframes/
*/
lite-youtube::after {
  content: "";
  display: block;
  padding-bottom: calc(100% / (16 / 9));
}

lite-youtube > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}

/* play button */
lite-youtube > .lty-playbtn {
  width: 68px;
  height: 48px;
  position: absolute;
  cursor: pointer;
  transform: translate3d(-50%, -50%, 0);
  top: 50%;
  left: 50%;
  z-index: 1;
  background-color: transparent;
  /* YT's actual play button svg */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 68 48"><path fill="%23f00" fill-opacity="0.8" d="M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z"></path><path d="M 45,24 27,14 27,34" fill="%23fff"></path></svg>');
  filter: grayscale(100%);
  transition: filter 0.1s cubic-bezier(0, 0, 0.2, 1);
  border: none;
}

lite-youtube:hover > .lty-playbtn,
lite-youtube .lty-playbtn:focus {
  filter: none;
}

/* Post-click styles */
lite-youtube.lyt-activated {
  cursor: unset;
}

lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lty-playbtn {
  opacity: 0;
  pointer-events: none;
}

.lyt-visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

body,
button,
input,
select,
textarea {
  color: #444;
  line-height: 1.625;
}

body {
  font-size: 14px;
}

.entry-title,
.entry-content,
.comments-title,
.comment-content,
.widget-title,
.widget {
  word-break: keep-all;
  word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  text-transform: uppercase;
}

h1, h2, h3, .h1, .h2, .h3 {
  word-spacing: 3px;
}

p:last-child {
  margin-bottom: 0;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none;
  z-index: 100000;
  text-decoration: none;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.alignleft {
  display: inline;
  float: left;
  margin: 0 1.5rem 0 0;
}

.alignright {
  display: inline;
  float: right;
  margin: 0 0 0 1.5rem;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
  display: block;
  clear: both;
  content: "";
}

embed,
iframe,
object {
  max-width: 100%;
}

hr {
  width: auto;
  height: 1px;
  background-color: #ccc;
  border: 0;
  margin: 0 0 1.5rem 0;
}

figure {
  margin: 0;
}

/*--------------------------------------------------------------
    ## Blockquote
--------------------------------------------------------------*/
blockquote {
  padding: 30px 0;
  font-size: 24px;
  line-height: 28px;
  color: #777;
  margin: 30px 0;
  position: relative;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  border-left: none;
  clear: both;
}

blockquote p {
  z-index: 1;
}

blockquote:before {
  position: absolute;
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 16"><path fill="rgb(100,100,100)" fill-rule="evenodd" d="M6.16 3.5C3.73 5.06 2.55 6.67 2.55 9.36c.16-.05.3-.05.44-.05 1.27 0 2.5.86 2.5 2.41 0 1.61-1.03 2.61-2.5 2.61-1.9 0-2.99-1.52-2.99-4.25 0-3.8 1.75-6.53 5.02-8.42L6.16 3.5zm7 0c-2.43 1.56-3.61 3.17-3.61 5.86.16-.05.3-.05.44-.05 1.27 0 2.5.86 2.5 2.41 0 1.61-1.03 2.61-2.5 2.61-1.89 0-2.98-1.52-2.98-4.25 0-3.8 1.75-6.53 5.02-8.42l1.14 1.84h-.01z"/></svg>');
  right: 0;
  top: 10px;
  display: inline-block;
  width: 60px;
  z-index: 0;
  opacity: 0.2;
}

blockquote > p:last-of-type {
  margin-bottom: 0;
}

blockquote > p > cite {
  margin-top: 15px;
}

blockquote cite {
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  margin-top: 15px;
}

lite-youtube {
  max-width: 100%;
  margin: 20px 0;
}

lite-youtube::before {
  box-sizing: content-box;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  margin: 0;
  padding: 0;
  border: none;
}

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

.custom-logo-link {
  max-width: 100px;
}

.wp-caption {
  margin: 0 0 1.5rem 0;
  max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
  display: block;
  margin: 0 auto;
}

.wp-caption.aligncenter {
  margin: 0 auto 1.5rem auto;
}

.wp-caption.alignleft {
  margin-right: 1.5rem;
}

.wp-caption.alignright {
  margin-left: 1.5rem;
}

.wp-caption .wp-caption-text {
  margin: 1.5rem 0;
}

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

.gallery {
  margin: 0 0 1.5rem 0;
}

.gallery-item {
  width: 100%;
  height: auto;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.fluid-embed {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.fluid-embed embed,
.fluid-embed object,
.fluid-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.jetpack-video-wrapper {
  margin-left: -35px;
  max-width: calc(100% + 70px);
  width: calc(100% + 70px);
}

@media (min-width: 900px) {
  .jetpack-video-wrapper {
    margin-left: -115px;
    max-width: calc(100% + 230px);
    width: calc(100% + 230px);
  }
}

.image-as-background {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.video-as-background {
  display: block;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.svg-defs {
  display: none;
}

.not-ready {
  opacity: 0;
  transition: opacity 0.5s ease;
  visibility: hidden;
}

.ready .not-ready {
  opacity: 1;
  visibility: visible;
}

body {
  background-color: #212529;
}

.anwp-theme-main-bg {
  background-color: #343a40;
}

.anwp-theme-contrast-bg, .anwp-theme-contrast-bg * {
  color: #fff;
}

.anwp-theme-contrast-bg a {
  color: #8ca1b3;
  text-decoration: none;
}

.anwp-theme-contrast-bg a:hover {
  color: #bac7d1;
  text-decoration: none;
}

a {
  color: #20739A;
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  a {
    transition: none;
  }
}

a:hover, a:focus, a:active {
  color: #47aad9;
  text-decoration: none;
}

@media (max-width: 575.98px) {
  .anwp-site-header__inner, #content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.anwp-border-separator {
  position: relative;
}

.anwp-border-separator:before {
  position: absolute;
  background-color: #ccc;
  width: 1px;
  content: '';
  left: 0;
  height: 8px;
  top: 50%;
  margin-top: -3px;
}

.anwp-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.anwp-hover-effect {
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .anwp-hover-effect {
    transition: none;
  }
}

.anwp-hover-effect:hover {
  background-color: #F5FBFF;
}

.anwp-semi-transparent {
  opacity: 0.5;
}

.aneto-container {
  max-width: var(--maxWidth);
  margin: 0 auto;
  padding-left: var(--gap);
  padding-right: var(--gap);
}

body.aneto-not-white-bg #site-navigation {
  padding-left: 0;
  padding-right: 0;
}

body {
  overflow-x: hidden;
}

#content {
  background-color: #ffffff;
}

#main {
  grid-area: content;
}

#aneto-sidebar-a {
  grid-area: sidebar-a;
}

#aneto-sidebar-b {
  grid-area: sidebar-b;
}

#primary {
  display: grid;
  -moz-column-gap: var(--gap);
       column-gap: var(--gap);
  row-gap: var(--gap);
  grid-template-areas: 'content';
  grid-template-columns: minmax(0, 1fr);
}

body.aneto-sidebar-layout-content-a #primary {
  grid-template-areas: 'content sidebar-a';
  grid-template-columns: minmax(0, 3fr) minmax(0, var(--sidebarAWidth));
}

@media (max-width: 799px) {
  body.aneto-sidebar-layout-content-a #primary {
    grid-template-areas: 'content' 'sidebar-a';
    grid-template-columns: minmax(0, 1fr);
  }
}

body.aneto-sidebar-layout-a-content #primary {
  grid-template-areas: 'sidebar-a content';
  grid-template-columns: minmax(0, var(--sidebarAWidth)) minmax(0, 3fr);
}

@media (max-width: 799px) {
  body.aneto-sidebar-layout-a-content #primary {
    grid-template-areas: 'content' 'sidebar-a';
    grid-template-columns: minmax(0, 1fr);
  }
}

body.aneto-sidebar-layout-a-content-b #primary {
  grid-template-areas: 'sidebar-a content sidebar-b';
  grid-template-columns: minmax(0, var(--sidebarAWidth)) minmax(0, 2fr) minmax(0, var(--sidebarBWidth));
}

@media (max-width: 1199.98px) {
  body.aneto-sidebar-layout-a-content-b #primary {
    grid-template-areas: 'sidebar-a content' 'sidebar-b content';
    grid-template-columns: minmax(0, var(--sidebarAWidth)) minmax(0, 2fr);
    grid-template-rows: auto 1fr;
  }
}

@media (max-width: 799px) {
  body.aneto-sidebar-layout-a-content-b #primary {
    grid-template-areas: 'content content' 'sidebar-a sidebar-b';
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: auto;
  }
}

@media (max-width: 599px) {
  body.aneto-sidebar-layout-a-content-b #primary {
    grid-template-areas: 'content' 'sidebar-a' 'sidebar-b';
    grid-template-columns: minmax(0, 1fr);
  }
}

body.aneto-sidebar-layout-a-b-content #primary {
  grid-template-areas: 'sidebar-a sidebar-b content';
  grid-template-columns: minmax(0, var(--sidebarAWidth)) minmax(0, var(--sidebarBWidth)) minmax(0, 2fr);
}

@media (max-width: 1199.98px) {
  body.aneto-sidebar-layout-a-b-content #primary {
    grid-template-areas: 'sidebar-a content' 'sidebar-b content';
    grid-template-columns: minmax(0, var(--sidebarAWidth)) minmax(0, 2fr);
    grid-template-rows: auto 1fr;
  }
}

@media (max-width: 799px) {
  body.aneto-sidebar-layout-a-b-content #primary {
    grid-template-areas: 'content content' 'sidebar-a sidebar-b';
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: auto;
  }
}

@media (max-width: 599px) {
  body.aneto-sidebar-layout-a-b-content #primary {
    grid-template-areas: 'content' 'sidebar-a' 'sidebar-b';
    grid-template-columns: minmax(0, 1fr);
  }
}

body.aneto-sidebar-layout-content-a-b #primary {
  grid-template-areas: 'content sidebar-a sidebar-b';
  grid-template-columns: minmax(0, 2fr) minmax(0, var(--sidebarAWidth)) minmax(0, var(--sidebarBWidth));
}

@media (max-width: 1199.98px) {
  body.aneto-sidebar-layout-content-a-b #primary {
    grid-template-areas: 'content sidebar-a' 'content sidebar-b';
    grid-template-columns: minmax(0, 2fr) minmax(0, var(--sidebarAWidth));
    grid-template-rows: auto 1fr;
  }
}

@media (max-width: 799px) {
  body.aneto-sidebar-layout-content-a-b #primary {
    grid-template-areas: 'content content' 'sidebar-a sidebar-b';
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: auto;
  }
}

@media (max-width: 599px) {
  body.aneto-sidebar-layout-content-a-b #primary {
    grid-template-areas: 'content' 'sidebar-a' 'sidebar-b';
    grid-template-columns: minmax(0, 1fr);
  }
}

body:not(.ready):not(.single-anwp_block) .anwp-site-header--blocks, body:not(.ready):not(.single-anwp_block)
.anwp-site-footer--blocks {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}

.anwp-widget-area--sticky {
  margin-bottom: 30px;
}

.anwp-site-header__custom-code {
  max-width: 100%;
}

.anwp-site-header__branding {
  margin-right: 20px;
}

.anwp-site-header__title, .anwp-site-header__title a {
  color: #343a40;
}

.anwp-site-header__logo img {
  max-height: 100px;
  width: auto;
}

.anwp-site-header__logo + .anwp-site-header__title {
  margin-top: 10px;
}

.anwp-site-header__top-bar {
  font-size: 13px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.anwp-site-header__top-bar > .float-left + .float-left {
  margin-left: 20px !important;
}

.anwp-site-header__top-bar > .float-right + .float-right {
  margin-left: 20px !important;
}

.anwp-site-header__top-bar a.aneto-social-link {
  padding: 2px 4px;
  border: 1px solid #777;
  line-height: 1;
}

.anwp-site-header__top-bar a.aneto-social-link + a.aneto-social-link {
  margin-left: 4px;
}

.anwp-site-header__top-bar a.aneto-social-link > .aneto-icon {
  fill: #d8d8d8;
}

.anwp-site-header__top-bar a.aneto-social-link > .aneto-icon:hover {
  fill: #bac7d1;
}

.anwp-site-header__top-bar .anwp-top-menu li:nth-child(n+2):before {
  margin-right: 10px;
  margin-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  content: "";
  display: inline-block;
  height: 10px;
  vertical-align: middle;
}

.anwp-site-header__top-bar .anwp-top-menu li a {
  color: #fff;
}

.anwp-site-header__top-bar .anwp-top-menu li a:hover {
  color: #bac7d1;
}

.anwp-site-header__top-bar #anwp-header-top-bar-login {
  color: #8ca1b3;
}

.anwp-site-header__top-bar #anwp-header-top-bar-login:hover {
  color: #bac7d1;
}

.anwp-site-header__top-bar #anwp-header-top-bar-login .aneto-icon {
  fill: #8ca1b3;
}

.anwp-site-footer__widget-area .anwp-footer-widget-title {
  border-bottom: 1px solid #808080;
  padding-bottom: 5px;
}

.anwp-site-footer__widget-area ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.anwp-site-footer__widget-area ul li {
  line-height: 1.4;
  position: relative;
  padding-left: 15px;
}

.anwp-site-footer__widget-area ul li:before {
  content: '>';
  position: absolute;
  left: 0;
  margin-right: 10px;
  color: #555;
  font-size: 0.8rem;
  line-height: inherit;
}

.anwp-site-footer__bottom-bar > .float-left {
  margin-right: 24px;
}

.anwp-site-footer__bottom-bar > .float-right {
  margin-left: 24px;
}

.anwp-site-footer__bottom-bar a.aneto-social-link + a.aneto-social-link {
  margin-left: 8px;
}

.anwp-site-footer__bottom-bar a.aneto-social-link > .aneto-icon {
  fill: #fff;
}

.anwp-site-footer__bottom-bar a.aneto-social-link > .aneto-icon:hover {
  fill: #bac7d1;
}

.anwp-site-footer__bottom-bar .anwp-footer-menu li:nth-child(n+2):before {
  margin-right: 10px;
  margin-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  content: "";
  display: inline-block;
  height: 10px;
  vertical-align: middle;
}

.btn, input[type="submit"], button {
  cursor: pointer;
}

.btn-lg {
  word-spacing: 2px;
}

.btn-primary:focus, input:focus[type="submit"], input[type="submit"]:focus {
  color: #fff;
}

@media (max-width: 575.98px) {
  .comments-area .anwp-border-separator:before {
    width: 0;
    margin-top: 0;
    display: none;
  }
}

.comment-list {
  margin: 0;
}

.comment-list .media-body {
  max-width: 100%;
}

.comment-list .comment__wrapper {
  background-color: #fdfdfd;
}

.comment-list .comment__wrapper.depth-2 {
  margin-left: 30px;
}

.comment-list .comment__wrapper.depth-3 {
  margin-left: 60px;
}

.comment-list .comment__wrapper.depth-4 {
  margin-left: 90px;
}

.comment-list .comment__wrapper.depth-5, .comment-list .comment__wrapper.depth-6, .comment-list .comment__wrapper.depth-7, .comment-list .comment__wrapper.depth-8, .comment-list .comment__wrapper.depth-9 {
  margin-left: 120px;
}

.comment-list .even:not(.bypostauthor) > .comment-body {
  background-color: #eee;
}

.comment-list .comment-content {
  font-size: 0.9rem;
  line-height: 1.3;
}

.comment-list .comment-content p {
  margin-bottom: 0.3rem;
}

@media (max-width: 575.98px) {
  .comment-list .comment-metadata {
    line-height: 1.2;
    margin: 5px 0;
  }
}

.comment-list .avatar {
  border-radius: 8px;
}

.comment-list .bypostauthor {
  border-left: 4px solid #343a40 !important;
}

.comment-list .comment-respond {
  background-color: #fff;
  padding: 1.5rem 0;
}

@media (min-width: 300px) {
  .comment-list .comment-respond {
    padding-left: 36px;
    padding-right: 36px;
  }
}

.comment-list .comment-respond .comment-reply-title a {
  display: inline-block;
  text-transform: lowercase;
}

.comment-list .comment-respond .comment-reply-title a::before {
  content: '(';
}

.comment-list .comment-respond .comment-reply-title a::after {
  content: ')';
}

.comment-list .comment-respond .form-submit {
  margin: 0;
}

.comment-list .comment-respond .form-submit input[type='submit'] {
  margin-top: 5px;
}

.site-content {
  padding-top: 30px;
}

.anwp-tags-hidden-tippy + .anwp-tags-hidden-wrapper {
  display: none;
}

.swiper-wrapper {
  display: flex;
}

article + article {
  margin-top: 50px;
}

.post-thumbnail-main > img, img.anwp-gallery-single-post-image {
  width: 100%;
}

.post-thumbnail-main, .post-video-wrapper, .post-gallery-wrapper {
  margin-bottom: 30px;
}

.post-thumbnail-main:empty {
  display: none !important;
}

.post-gallery-wrapper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: .4;
  border: 1px solid #fff;
}

.entry-title, .entry-title a {
  color: #3f4c52;
}

.entry-title:hover, .entry-title a:hover {
  color: #465c63;
}

.entry-header + .post-thumbnail, .entry-header + .post-video-wrapper, .entry-header + .post-gallery-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.sticky,
.comments-link {
  display: block;
}

.hentry + .hentry {
  border-top: 1px solid #ddd;
  margin-top: 48px;
  padding-top: 42px;
}

.entry-meta {
  font-size: 14px;
  color: #808080;
}

.entry-meta .anwp-icon {
  stroke: #808080;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-links {
  clear: both;
  margin: 0 0 1.5rem 0;
}

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

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

.anwp-video-post-image-wrapper, .anwp-gallery-post-image-wrapper {
  position: relative;
  display: block;
}

.anwp-video-post-image-wrapper .anwp-extras-post-format-icon, .anwp-gallery-post-image-wrapper .anwp-extras-post-format-icon {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  top: 10px;
  right: 10px;
  left: auto;
  padding: 6px;
  z-index: 1;
}

.anwp-video-post-image-wrapper img.anwp-video-post-image {
  width: 100%;
}

.anwp-gallery-post-image-wrapper img.anwp-gallery-post-image {
  width: 100%;
}

label {
  font-size: 0.8rem;
  color: #444;
  text-transform: uppercase;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

.aneto-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  stroke-width: 0;
  stroke: none;
  fill: #595959;
}

.aneto-icon--trans {
  fill: transparent;
}

.aneto-icon--s24 {
  width: 24px;
  height: 24px;
}

.aneto-icon--s36 {
  width: 36px;
  height: 36px;
}

.aneto-icon--s22 {
  width: 22px;
  height: 22px;
}

.aneto-icon--s18 {
  width: 18px;
  height: 18px;
}

.aneto-icon--s14 {
  width: 14px;
  height: 14px;
}

.aneto-icon--s12 {
  width: 12px;
  height: 12px;
}

.aneto-icon--s8 {
  width: 8px;
  height: 8px;
}

.aneto-icon--primary {
  fill: #1565C0;
}

.aneto-icon--white {
  fill: #fff;
}

.aneto-icon--danger {
  fill: #dc3545;
}

.aneto-icon--success {
  fill: #28a745;
}

.aneto-icon.text-secondary {
  fill: #6c757d;
  opacity: 0.5;
}

.btn.btn-sm .aneto-icon, input.btn-sm[type="submit"] .aneto-icon, button.btn-sm .aneto-icon {
  position: relative;
  top: 3px;
}

.btn:hover .aneto-icon--hover-white, input:hover[type="submit"] .aneto-icon--hover-white, button:hover .aneto-icon--hover-white,
.btn:hover .aneto-icon--danger,
input:hover[type="submit"] .aneto-icon--danger,
button:hover .aneto-icon--danger,
.btn:hover .aneto-icon--success,
input:hover[type="submit"] .aneto-icon--success,
button:hover .aneto-icon--success {
  fill: #fff;
}

.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.menu .menu-item-has-children .menu-item-has-children .caret-down {
  transform: rotate(-90deg) translateX(2px);
}

.menu > li > a {
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .menu > li > a {
    transition: none;
  }
}

.anwp-widget.widget .menu > li > a {
  color: inherit !important;
}

.anwp-dropdown-toggle-link::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;
  position: relative;
  bottom: 0;
  left: 0;
  transition: transform .2s ease-in-out;
}

.aneto-hover-intent:hover .anwp-dropdown-toggle-link::after,
.anwp-dropdown-mega-tippy-outer--active .anwp-dropdown-toggle-link::after {
  transform: rotate(180deg);
}

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

#primary-menu {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}

#primary-menu::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

.aneto-menu-grab {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}

.anwp-dropdown-toggle-link-2,
.anwp-dropdown-toggle-link-3,
.anwp-dropdown-toggle-link-4 {
  position: relative;
}

.anwp-dropdown-toggle-link-2::after,
.anwp-dropdown-toggle-link-3::after,
.anwp-dropdown-toggle-link-4::after {
  display: inline-block;
  position: absolute;
  content: "";
  right: 5px;
  top: 50%;
  margin-top: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #a7a7a7;
}

.anwp-dropdown-toggle-link-2:empty::after,
.anwp-dropdown-toggle-link-3:empty::after,
.anwp-dropdown-toggle-link-4:empty::after {
  margin-left: 0;
}

#site-navigation ~ div[data-tippy-root] > .tippy-box div.tippy-content {
  padding: 0;
}

#site-navigation ~ div[data-tippy-root] > .tippy-box ul.anwp-dropdown-tippy {
  margin-bottom: 0;
}

#site-navigation-bar {
  z-index: 5;
  border-top: 4px solid #1565C0;
}

#site-navigation-bar .tippy-box {
  font-size: inherit;
}

body.admin-bar #site-navigation-bar:not(.anwp-disable-sticky) {
  top: 32px !important;
}

@media screen and (max-width: 782px) {
  body.admin-bar #site-navigation-bar:not(.anwp-disable-sticky) {
    top: 46px !important;
  }
}

@media screen and (max-width: 600px) {
  body.admin-bar #site-navigation-bar:not(.anwp-disable-sticky) {
    top: 0 !important;
  }
}

.main-navigation {
  max-height: 54px;
}

.main-navigation ul.menu > li {
  border-right: 1px solid #999;
  transition: all 0.2s ease-in-out;
  position: relative;
}

.aneto-full-width-bg .main-navigation ul.menu > li:first-child {
  border-left: 1px solid #999;
}

.aneto-hide-menu-borders .main-navigation ul.menu > li,
.aneto-hide-menu-borders .main-navigation ul.menu > li:first-child {
  border-right: none;
  border-left: none;
}

@media (prefers-reduced-motion: reduce) {
  .main-navigation ul.menu > li {
    transition: none;
  }
}

.main-navigation ul.menu > li > a {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  word-spacing: 3px;
  height: 50px;
  max-height: 50px;
  text-align: center;
  overflow: hidden !important;
  padding: 0 20px;
  z-index: 1;
  position: relative;
}

.main-navigation ul.menu > li:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  content: "";
  background-color: #1565C0;
  z-index: 0;
  opacity: 0.4;
  transition: height .2s ease-in-out;
}

.main-navigation ul.menu > li.aneto-hover-intent:hover:after, .main-navigation ul.menu > li.anwp-dropdown-mega-tippy-outer--active:after {
  height: 100%;
}

.main-navigation ul.menu > li.current_page_item, .main-navigation ul.menu > li.current-menu-item {
  background-color: #1565C0;
}

ul.anwp-dropdown-tippy .current_page_item > a, ul.anwp-dropdown-tippy .current-menu-item > a {
  color: #3D4B5C;
  background-color: rgba(80, 80, 80, 0.1);
}

ul.anwp-dropdown-tippy .current_page_item > a.dropdown-item:hover, ul.anwp-dropdown-tippy .current_page_item > a.dropdown-item:focus, ul.anwp-dropdown-tippy .current_page_item > a.dropdown-item:active, ul.anwp-dropdown-tippy .current-menu-item > a.dropdown-item:hover, ul.anwp-dropdown-tippy .current-menu-item > a.dropdown-item:focus, ul.anwp-dropdown-tippy .current-menu-item > a.dropdown-item:active {
  background-color: rgba(80, 80, 80, 0.1);
}

ul.anwp-dropdown-tippy .dropdown-item:active {
  background-color: rgba(80, 80, 80, 0.1);
  color: #343a40;
}

.dropdown-item:hover, .dropdown-item:focus, .anwp-dropdown-tippy-2--active, .anwp-dropdown-tippy-3--active, .anwp-dropdown-tippy-4--active {
  background-color: rgba(80, 80, 80, 0.1) !important;
}

.anwp-dropdown-simple + div[data-tippy-root] > div.tippy-box,
.anwp-dropdown-simple-2 + div[data-tippy-root] > div.tippy-box,
.anwp-dropdown-simple-3 + div[data-tippy-root] > div.tippy-box,
.anwp-dropdown-simple-4 + div[data-tippy-root] > div.tippy-box {
  border: 1px solid #dbdbdb;
  border-radius: 0 !important;
}

.anwp-dropdown-simple + div[data-tippy-root] > div.tippy-box div.tippy-content,
.anwp-dropdown-simple-2 + div[data-tippy-root] > div.tippy-box div.tippy-content,
.anwp-dropdown-simple-3 + div[data-tippy-root] > div.tippy-box div.tippy-content,
.anwp-dropdown-simple-4 + div[data-tippy-root] > div.tippy-box div.tippy-content {
  padding: 0;
}

ul.anwp-dropdown-tippy {
  list-style: none;
  padding: 0;
  width: 230px;
  max-width: 230px;
}

ul.anwp-dropdown-tippy li {
  background-color: #fff;
}

ul.anwp-dropdown-tippy li:nth-child(n+2) {
  border-top: 1px solid #dbdbdb;
}

ul.anwp-dropdown-tippy li a {
  font-size: 14px;
  line-height: 1.2;
  padding: 12px 16px;
  display: block;
  color: #343a40;
}

.anwp-dropdown-toggle-link + .anwp-dropdown-tippy,
.anwp-dropdown-toggle-link-2 + .anwp-dropdown-tippy,
.anwp-dropdown-toggle-link + .anwp-mega-menu-builder {
  display: none;
}

#primary-menu ~ div[data-tippy-root] {
  width: 100% !important;
  right: 0 !important;
  transform: translate(0px, 50px) !important;
}

#primary-menu ~ div[data-tippy-root] > div.tippy-box {
  border: 1px solid #dbdbdb;
  border-radius: 0;
}

#primary-menu ~ div[data-tippy-root] > div.tippy-box div.tippy-content {
  padding: 0;
}

.anwp-mega-menu-builder {
  background-color: #fff;
}

.anwp-sticky-menu {
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
}

.navbar-search {
  border-left: 1px solid #999;
}

.navbar-search #anwp-navbar-search {
  width: 56px;
  box-sizing: border-box;
}

.navbar-search #anwp-navbar-search + #anwp-navbar-search-form {
  display: none !important;
}

.aneto-hide-menu-borders .navbar-search {
  border-left: none;
}

.navbar-search .aneto-icon {
  fill: #9a9da0;
  margin-top: 4px;
}

.navbar-search .tippy-box {
  border-radius: 0;
  width: 400px;
  border: 1px solid #dbdbdb !important;
  background-clip: initial !important;
}

@media (max-width: 500px) {
  .navbar-search .tippy-box {
    width: 300px;
  }
}

.navbar-toggler-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
  top: 10px !important;
  left: 13px;
  position: absolute;
}

body .hc-offcanvas-nav {
  z-index: 999999;
}

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

button.navbar-toggler {
  width: 56px;
  height: 50px;
  border-left: 1px solid #999;
}

.aneto-full-width-bg button.navbar-toggler {
  border-right: 1px solid #999;
}

.aneto-hide-menu-borders button.navbar-toggler {
  border-right: none;
  border-left: none;
}

.hc-offcanvas-nav li.nav-close span:before, .hc-offcanvas-nav li.nav-close span:after {
  box-sizing: content-box;
}

.offcanvas-custom-content {
  background-color: #52636b !important;
}

.hc-offcanvas-nav .offcanvas-custom-content .nav-item {
  border-bottom: none;
}

.hc-offcanvas-nav .offcanvas-custom-content .nav-container, .hc-offcanvas-nav .offcanvas-custom-content .nav-wrapper, .hc-offcanvas-nav .offcanvas-custom-content ul {
  background: none;
}

.hc-offcanvas-nav .offcanvas-custom-content ul li a {
  padding: 8px 0;
  font-size: 14px;
  background: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #323c41;
}

.offcanvas-custom-content section.widget + section.widget {
  margin-top: 30px;
}

.hc-offcanvas-nav:not(.touch-device) .offcanvas-custom-content .offcanvas-widget-area ul li a:hover {
  background-color: #5e6a75;
}

.offcanvas-custom-content h4.widget-title {
  font-size: 1.2rem;
}

.custom-logo-alt {
  max-width: 170px;
}

/*--------------------------------------------------------------
    # Category page navigation
--------------------------------------------------------------*/
nav.navigation > .nav-links {
  padding: 0;
  list-style: none;
  text-align: center;
  margin-top: 1rem;
  width: 100%;
}

nav.navigation > .nav-links:before, nav.navigation > .nav-links:after {
  content: "";
  display: table;
}

nav.navigation > .nav-links > .nav-links:after {
  clear: both;
}

nav.navigation > .nav-links > * {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}

nav.navigation > .nav-links > *:nth-child(n+2) {
  margin-left: 5px;
}

nav.navigation > .nav-links > a, nav.navigation > .nav-links > span {
  display: inline-block;
  min-width: 16px;
  padding: 3px 5px;
  line-height: 20px;
  text-decoration: none;
  box-sizing: content-box;
  text-align: center;
}

nav.navigation > .nav-links > a {
  background: #fff;
  color: #3f4c52;
  border: 1px solid #465c63;
}

nav.navigation > .nav-links > a:hover,
nav.navigation > .nav-links > a:focus {
  background-color: #F5FBFF;
  color: #020303;
  outline: none;
  border-color: rgba(49, 54, 58, 0.7);
}

nav.navigation > .nav-links > a:active {
  background-color: #F5FBFF;
  color: #020303;
}

nav.navigation > .nav-links > span.current,
nav.navigation > div.post-nav-link > span {
  background: #eee;
  color: #777;
  border: 1px solid #465c63;
}

/*--------------------------------------------------------------
    # Pagination
--------------------------------------------------------------*/
.site-main .comment-navigation, .site-main
.posts-navigation {
  margin: 0 0 1.5rem 0;
  overflow: hidden;
}

.posts-navigation {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

.posts-navigation__previous {
  border-right: 1px solid #dee2e6;
}

.posts-navigation__previous .posts-navigation__thumbnail {
  margin-right: 14px;
}

.posts-navigation__next .posts-navigation__thumbnail {
  margin-left: 14px;
}

.posts-navigation__label {
  text-transform: uppercase;
  font-weight: 600;
  background-color: #f5f5f5;
  padding: 0 5px;
  font-size: 0.7rem;
  margin-bottom: 10px;
  display: block;
}

.posts-navigation__title {
  color: #444;
  font-size: .85rem;
  line-height: 1.2;
  word-spacing: 2px;
  font-weight: 700;
  letter-spacing: .5px;
  overflow: hidden;
}

.posts-navigation__thumbnail {
  overflow: hidden;
  min-height: 70px;
  min-width: 70px;
}

.posts-navigation__thumbnail-bg {
  overflow: hidden;
  height: 70px;
  width: 70px;
}

@media (max-width: 575.98px) {
  .posts-navigation__previous {
    border-bottom: 1px solid #dee2e6;
    border-right: none;
  }
  .posts-navigation__next {
    padding-top: 0.25rem;
  }
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}

.club__link, a.club__link {
  color: #1e444d;
}

.bg-dark.competition__matchweek, .bg-dark.match__block-header, .bg-dark.competition__stage-title {
  background-color: #e9ecef !important;
  color: #343a40 !important;
  font-size: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-bottom: none !important;
  border-top: 4px solid #6c757d !important;
  text-transform: uppercase;
}

table.player-list tr.bg-light {
  background-color: #e9ecef !important;
}

.squad.squad--blocks .bg-dark {
  background-color: #e9ecef !important;
  color: #343a40 !important;
  font-size: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-top: 4px solid #6c757d !important;
  text-transform: uppercase;
}

table.standing-table thead.thead-light {
  background-color: #e9ecef !important;
}

.anwpfl-slick-prev, .anwpfl-slick-next {
  border-radius: 0;
}

.anwp-site-footer #elementor #elementor-add-new-section, .anwp-site-header #elementor #elementor-add-new-section, .anwp-elementor-middle #elementor #elementor-add-new-section, .anwp-elementor-menu #elementor #elementor-add-new-section {
  max-width: none;
  margin: 0;
}

.anwp-site-footer #elementor #elementor-add-new-section .elementor-add-section-inner, .anwp-site-header #elementor #elementor-add-new-section .elementor-add-section-inner, .anwp-elementor-middle #elementor #elementor-add-new-section .elementor-add-section-inner, .anwp-elementor-menu #elementor #elementor-add-new-section .elementor-add-section-inner {
  margin: 0;
}

.block-header {
  font-size: 16px;
  letter-spacing: 0.5px;
  word-spacing: 3px;
  margin-bottom: 15px;
  color: #fff;
  padding: 0.5rem 1rem;
  border-top: 4px solid #1565C0;
}

.block-header i {
  position: relative;
  top: -1px;
  margin-right: 2px;
}

.anwp-b-wrap .flatpickr-calendar {
  width: auto;
}

.anwp-b-wrap .flatpickr-calendar .dayContainer {
  width: auto;
  min-width: 100%;
  max-width: 100%;
}

.anwp-b-wrap .flatpickr-calendar .flatpickr-days {
  width: auto;
}

.anwp-b-wrap .flatpickr-calendar .flatpickr-day {
  max-width: initial;
  height: 39px;
  line-height: 39px;
}

.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row, .woocommerce form .form-row {
  display: block;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  max-width: unset;
}

.author-block__avatar {
  min-width: 100px;
}

.author-block__description p:last-child {
  margin-bottom: 0;
}

.author-block__social a {
  margin-bottom: 3px;
  margin-right: 1px;
  border: 1px solid #ccc;
  padding: 3px 8px;
  line-height: 12px;
  display: inline-block;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .author-block__social a {
    transition: none;
  }
}

.author-block__social a:hover {
  border-color: #888;
}

.author-block .aneto-icon {
  width: 12px;
  height: 12px;
}

.author-block + article {
  margin-top: 1.5rem;
}

.category__wrapper {
  display: inline-block;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  border-radius: 2px;
  white-space: nowrap;
  border: 1px solid;
  padding: 2px 8px;
  font-size: 10px;
}

.category__wrapper a {
  color: inherit;
}

.anwp-share-post-action {
  margin-left: 1px;
  padding: 4px 12px;
  line-height: 1;
  display: inline-block;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .anwp-share-post-action {
    transition: none;
  }
}

.anwp-share-post-action:hover {
  opacity: 0.8;
}

.anwp-share-post-action .aneto-icon {
  width: 16px;
  height: 16px;
  fill: #fff;
}

.anwp-share-post-action--facebook {
  background-color: #4267b2;
}

.anwp-share-post-action--twitter {
  background-color: #1DA1F2;
}

.anwp-share-post-action--reddit {
  background-color: #FF4500;
}

.anwp-share-post-action--whatsapp {
  background-color: #25D366;
}

.anwp-share-post-action--vk {
  background-color: #4680C2;
}

.anwp-share-post-action--telegram {
  background-color: #2CA5E0;
}

.taxonomy-header {
  position: relative;
  border: 1px solid;
}

.taxonomy-header__bg {
  position: absolute;
  z-index: 0;
  opacity: 0.1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.post-blog--grid:hover {
  border-color: #9c9c9c !important;
}

.post-blog--modern.hentry + .hentry {
  border-top: none;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 0;
}

.taxonomy-header + .post-blog--modern {
  margin-top: 30px;
}

.post-blog--modern .post-blog__thumbnail-hover-img {
  height: 250px;
  min-height: 100px;
}

.post-blog__thumbnail-hover {
  overflow: hidden;
}

.post-blog__thumbnail-hover .post-blog__thumbnail-hover-bg {
  transition: all 0.4s ease-in-out 0s;
}

.post-blog__thumbnail-hover .post-blog__thumbnail-hover-img {
  transition: all 0.4s ease-in-out 0s;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.post-blog__thumbnail-hover:hover .post-blog__thumbnail-hover-bg {
  background: rgba(0, 0, 0, 0.4);
  transition: background-color 0.4s ease-in-out 0s;
}

.post-blog__thumbnail-hover:hover .post-blog__thumbnail-hover-img {
  transform: scale(1.1);
  transition: all 0.4s ease-in-out 0s;
}

.meta-block__item-separator {
  border-left: 1px solid #ddd;
  content: "";
  height: 10px;
  vertical-align: middle;
  margin-left: 10px;
  padding-left: 10px;
}

.aneto-post-thumbnail-caption {
  bottom: 0;
  left: 0;
  background-color: rgba(64, 64, 64, 0.6);
  color: #fff;
  padding: 0 5px;
  font-size: 12px;
}

.aneto-posts-widget .post-teaser + .post-teaser {
  margin-top: 15px;
}

.post-teaser__thumbnail {
  overflow: hidden;
}

.post-teaser__thumbnail .anwp-extras-post-format-icon {
  top: 30px;
}

.post-teaser__thumbnail-bg {
  transition: all 0.4s ease-in-out 0s;
}

.post-teaser__thumbnail-img {
  transition: all 0.4s ease-in-out 0s;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 180px;
}

.post-teaser:hover .post-teaser__thumbnail-bg {
  background: rgba(0, 0, 0, 0.4);
  transition: background-color 0.4s ease-in-out 0s;
}

.post-teaser:hover .post-teaser__thumbnail-img {
  transform: scale(1.1);
  transition: all 0.4s ease-in-out 0s;
}

.post-teaser__top-meta {
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.post-teaser__top-meta > span {
  padding: 2px 6px;
  background-color: rgba(39, 52, 58, 0.8);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}

.post-teaser__bottom-meta {
  font-size: 11px;
  color: #f5f5f5;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.post-teaser__category-wrapper {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}

.post-teaser__title {
  color: #fff;
  font-size: 1rem;
  line-height: 1.25rem;
  word-spacing: 1px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 400;
  transform: translate3d(0, 0, 0);
}

.post-teaser--layout-a .post-teaser__muted_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 30%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.5+50,0.7+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
  /* IE6-9 */
}

.post-teaser--layout-a .post-teaser__bottom-meta:before {
  position: absolute;
  content: '';
  width: 40px;
  border-top: #fff 1px solid;
  top: -4px;
}

.post-teaser--layout-b .post-teaser__muted_bg {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAABpJREFUCJljZGBg8GVgYDBmYmBgMGZgYDgLAAg2AYRjQjgZAAAAAElFTkSuQmCC");
}

.post-teaser--layout-b .post-teaser__bottom-meta:before {
  position: absolute;
  content: '';
  width: 40px;
  border-top: #fff 1px solid;
  top: -4px;
}

.post-teaser--layout-c .post-teaser__thumbnail-img {
  height: 150px;
}

.post-teaser--layout-c .post-teaser__bottom-meta {
  color: #444;
  text-shadow: none;
}

.post-teaser--layout-d .post-teaser__top-meta {
  min-height: 20px;
}

.post-teaser--layout-d .post-teaser__bottom-block {
  background-color: rgba(34, 34, 34, 0.6);
  width: 75%;
}

.post-teaser--layout-d .post-teaser__bottom-meta {
  top: 4px;
}

.post-teaser--layout-d .post-teaser__bottom-meta + .post-teaser__title {
  margin-bottom: -5px;
  margin-top: 3px;
}

.post-teaser--layout-d .post-teaser__title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 2.6rem;
  line-height: 1.3rem;
}

.post-teaser--layout-e .post-teaser__thumbnail-img {
  height: 80px;
  width: 80px;
}

.post-teaser--layout-e .post-teaser__thumbnail {
  min-width: 80px;
  max-height: 80px;
}

.post-teaser--layout-e .post-teaser__top-meta > span {
  padding: 0;
  background: none;
  color: #444;
}

.post-teaser--layout-e .post-teaser__title {
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 2rem;
  line-height: 1rem;
  font-size: 0.9rem;
  margin-top: 10px;
}

.post-teaser--layout-e .post-teaser__bottom-meta {
  font-size: 11px;
  color: #444;
  text-shadow: none;
}

.post-teaser--layout-e .post-teaser__category-wrapper {
  font-size: 10px;
  line-height: 12px;
}

.post-teaser--layout-e .post-teaser__thumbnail .anwp-extras-post-format-icon {
  top: 23px;
  right: 23px;
}

.post-teaser--layout-e:hover .post-teaser__content {
  background-color: #eaf5ff;
}

.post-teaser--layout-f .post-teaser__thumbnail-img {
  height: 120px;
  width: 120px;
}

.post-teaser--layout-f .post-teaser__thumbnail {
  min-width: 120px;
  max-height: 120px;
}

.post-teaser--layout-f .post-teaser__top-meta > span {
  padding: 0;
  background: none;
  color: #444;
}

.post-teaser--layout-f .post-teaser__title {
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 3rem;
  line-height: 1rem;
  font-size: 0.9rem;
}

.post-teaser--layout-f .post-teaser__bottom-meta {
  font-size: 11px;
  color: #444;
  text-shadow: none;
}

.post-teaser--layout-f .post-teaser__category-wrapper {
  font-size: 10px;
  line-height: 12px;
}

.post-teaser--layout-f .post-teaser__thumbnail .anwp-extras-post-format-icon {
  top: 5px;
  right: 5px;
}

.post-teaser--layout-f:hover .post-teaser__content {
  background-color: #eaf5ff;
}

.anwp-sticky-title {
  width: 100% !important;
  max-width: var(--maxWidth);
  margin-right: auto;
  margin-left: auto;
  padding: 15px var(--gap);
  display: flex !important;
  align-items: center !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 3;
  transition-property: transform, visibility, opacity;
}

body:not(.aneto-full-width-bg) .anwp-sticky-title {
  background-color: #fff;
  border-bottom: 2px solid #cccccc;
  box-shadow: 0 4px 14px -2px rgba(0, 8, 16, 0.08);
  padding-left: 20px;
  padding-right: 20px;
}

.aneto-full-width-bg .anwp-sticky-title:after {
  position: absolute;
  content: '';
  width: 200vw;
  background-color: #fff;
  border-bottom: 2px solid #cccccc;
  box-shadow: 0 4px 14px -2px rgba(0, 8, 16, 0.08);
  z-index: -1;
  top: 0;
  bottom: 0;
  left: -50%;
}

.anwp-sticky-title > .entry-meta, .anwp-sticky-title .category__list {
  display: none !important;
}

.anwp-sticky-title .entry-header__top-meta {
  margin: 0 0 0 auto !important;
}

.anwp-sticky-title .entry-title {
  font-size: 1.4rem;
  margin: 0 30px 0 0 !important;
}

.anwp-widget {
  margin-bottom: 35px;
}

.anwp-widget select {
  max-width: 100%;
}

.anwp-widget .anwp-widget-title {
  font-size: 16px;
  letter-spacing: 0.5px;
  word-spacing: 3px;
  margin-bottom: 15px;
  color: #fff;
  padding: 0.5rem 1rem;
  font-weight: 400;
  border-top: 4px solid #1565C0;
}

.anwp-widget:not(.anwp-footer-widget) ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.anwp-widget:not(.anwp-footer-widget) ul li {
  font-size: 14px;
  line-height: 1.2;
}

.anwp-widget:not(.anwp-footer-widget) ul li + li {
  border-top: 1px solid #eee;
  padding-top: 7px;
  margin-top: 7px;
}
