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

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

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

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

a > code {
  color: inherit;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

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

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

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

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.btn:hover {
  color: #212529;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fade {
  transition: opacity 0.15s linear;
}

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

.fade:not(.show) {
  opacity: 0;
}

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

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

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

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-expand {
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accordion > .card {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

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

.alert-heading {
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.toast.showing {
  opacity: 1;
}

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

.toast.hide {
  display: none;
}

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

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

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

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

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

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

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

.modal.show .modal-dialog {
  transform: none;
}

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

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

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

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

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

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

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

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

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

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

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

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

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

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

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

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

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

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

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

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

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
      flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
      flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
      flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
      justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
      justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
      justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
      justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
      align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
      align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
      align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
      align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
      align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary,
time,
main {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
  padding: 10px 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 0px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 1em;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
  width: 100%;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: none;
  margin: 0 0 1em;
  padding: 0;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

button,
input[type=submit],
input[type=text],
input[type=search],
input[type=button],
input[type=number] {
  -webkit-appearance: none;
  border-radius: 0;
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  -moz-appearance: none;
  -webkit-appearance: none;
          appearance: none;
  box-sizing: content-box;
  -webkit-border-radius: 0;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Requires: normalize.css */
/* Global Reset & Standards */
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
  float: left;
  width: 100%;
  margin: 0;
}

body {
  background: #f9f9f9;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #000;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  width: 100%;
  min-height: 100%;
  float: left;
  margin: 0;
  overflow-x: hidden;
  /*
  @include background-image(linear-gradient(left, $bg-dark1 164px, $bg-light1 164px));
  .no-cssgradients & {
    background: $bg-light1 url(img/bg_body.gif) left top repeat-y;
  }
  */
}

/* Links ---------------------- */
a {
  color: #da291c;
  text-decoration: none;
  line-height: inherit;
  outline: 0;
}

a:hover {
  color: #61BC36;
  text-decoration: underline;
}

a:focus {
  outline: 0;
}

main a:visited {
  color: #801810;
}

p a, p a:visited {
  line-height: inherit;
}

.btn, .btn:visited {
  display: block;
  color: #fff;
  background-color: #da291c;
  line-height: 3em;
  padding: 0 1em;
  white-space: nowrap;
  border-radius: 0;
}

.btn:hover, .btn:visited:hover {
  background-color: #131e20;
}

h1 {
  font-weight: bold;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 35px;
  font-size: 3.5rem;
  margin: 0 0 0.3em;
  line-height: 1.15;
}

h2 {
  font-weight: bold;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  margin: 0 0 0.3em;
}

h3 {
  font-weight: bold;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  margin: 0 0 0.3em;
}

h3.big {
  font-size: 35px;
  font-size: 3.5rem;
}

h4 {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 0.3em;
}

/* Paragraph ------------------ */
p {
  margin: 0 0 1em;
}

/* Misc ---------------------- */
.left {
  float: left;
}

.right {
  float: right;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.hide-soft {
  display: none;
}

.hide-override {
  display: none !important;
}

#googlemap img, object, embed {
  max-width: none;
}

#map_canvas embed {
  max-width: none;
}

#map_canvas img {
  max-width: none;
}

#map_canvas object {
  max-width: none;
}

/* Reset for strange margins by default on <figure> elements */
figure {
  margin: 0 0 1em;
}

article figure {
  margin: 0;
}

aside {
  margin: 0;
}

.btn {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 0.7em;
}

.btn:hover, .btn:focus {
  color: #fff;
}

form {
  margin: 0 0 1em;
  padding: 0;
  position: relative;
}

form.noborder {
  border: none;
}

form p {
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
}

form br {
  clear: both;
}

form .loader {
  display: none;
  text-align: center;
  margin-bottom: 10px;
}

form #mapid {
  width: 100%;
}

form .mapinfo {
  position: relative;
}

form .mapinfo-screen {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  text-align: center;
  z-index: 10;
}

form .mapinfo-loader {
  position: absolute;
  top: calc(50% - 16px);
  left: calc(50% - 16px);
}

form fieldset {
  padding: 0 20px 20px;
  position: relative;
  margin: 0;
  overflow: hidden;
}

form fieldset legend {
  background-color: #efefef;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  width: 100%;
  width: -o-calc(100% + 40px);
  width: calc(100% + 40px);
  max-width: initial;
  padding: 10px;
  margin: -20px -20px 20px;
  color: #231f20;
}

form fieldset fieldset {
  padding: 0 10px;
  margin: 20px 0;
}

form fieldset fieldset:after {
  display: none;
}

form fieldset fieldset legend {
  margin: 0 -20px 20px;
}

form fieldset:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  margin-top: 20px;
  overflow: hidden;
}

form fieldset.toggle > legend {
  position: relative;
  cursor: pointer;
}

form fieldset.toggle > legend:after {
  content: "\f106";
  position: absolute;
  right: 10px;
  top: 15px;
  color: #000;
  margin: 0;
}

form fieldset.toggle > legend.closed:after {
  content: "\f107";
}

form fieldset.toggle > div {
  padding: 0 10px;
}

form label {
  width: 39%;
  margin: 0 0.5% 1em 0;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}

form label.mpMultipleLabel {
  width: 100%;
}

form label small {
  line-height: 1.4em;
  display: block;
  font-weight: 300;
  font-family: arial, helvetica, sans-serif;
  color: #666;
}

form input[type=search],
form input[type=text],
form input[type=tel],
form input[type=email],
form input[type=tel],
form input[type=number],
form input[type=password],
form textarea {
  width: 60%;
}

form input[type=search].medium,
form input[type=text].medium,
form input[type=tel].medium,
form input[type=email].medium,
form input[type=tel].medium,
form input[type=number].medium,
form input[type=password].medium,
form textarea.medium {
  width: 30%;
}

form input[type=search].medium.checked,
form input[type=text].medium.checked,
form input[type=tel].medium.checked,
form input[type=email].medium.checked,
form input[type=tel].medium.checked,
form input[type=number].medium.checked,
form input[type=password].medium.checked,
form textarea.medium.checked {
  width: 30%;
}

form input[type=search].small,
form input[type=text].small,
form input[type=tel].small,
form input[type=email].small,
form input[type=tel].small,
form input[type=number].small,
form input[type=password].small,
form textarea.small {
  width: 15%;
}

form input[type=search].small.checked,
form input[type=text].small.checked,
form input[type=tel].small.checked,
form input[type=email].small.checked,
form input[type=tel].small.checked,
form input[type=number].small.checked,
form input[type=password].small.checked,
form textarea.small.checked {
  width: 15%;
}

form input[type=search].checked,
form input[type=text].checked,
form input[type=tel].checked,
form input[type=email].checked,
form input[type=tel].checked,
form input[type=number].checked,
form input[type=password].checked,
form textarea.checked {
  width: 56%;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

form textarea.checked {
  border-right: 1px solid #d9d9d9;
}

form select {
  background-color: #fff;
  width: 60%;
}

form select.medium {
  width: 40%;
}

form select.medium.checked {
  width: 40%;
}

form select.small {
  width: 20%;
}

form select.small.checked {
  width: 20%;
}

form select.checked {
  width: 56%;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

form textarea {
  width: 60%;
  height: 10em;
  margin: 0 0 1em;
  padding: 10px;
}

form input.error,
form select.error,
form textarea.error {
  border-color: #e4382c;
  margin-bottom: 0.3em;
}

form input.error + span.error.ok,
form select.error + span.error.ok,
form textarea.error + span.error.ok {
  margin: 0 0 0.7em 40%;
  color: #da291c;
  float: left;
  position: relative;
  top: -0.7em;
  display: inline-block;
  width: 60%;
  background-color: transparent;
  text-align: left;
  padding: 0;
}

form input.error + span.error.ok:before,
form select.error + span.error.ok:before,
form textarea.error + span.error.ok:before {
  content: "\f071";
  font-size: 16px;
  font-size: 1.6rem;
}

form span.error {
  margin: 0 0 0.7em 40%;
  color: #da291c;
  float: left;
  position: relative;
  top: -0.7em;
  display: inline-block;
  width: 60%;
  font-size: 16px;
  font-size: 1.6rem;
}

form span.error:before {
  content: "\f071";
  font-size: 20px;
  font-size: 2rem;
}

form span.error.ok {
  margin: 0;
  color: #fff;
  position: static;
  width: 4%;
}

form span.error.ok:before {
  content: "\f00c";
  font-size: 16px;
  font-size: 1.6rem;
}

form textarea + span.error {
  top: 0;
}

form #Signalement-error {
  top: 0;
}

form #Noplace-error {
  top: 10px;
  margin-left: 60%;
}

.panelValidation .panel-heading span.error {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.panelValidation .panel-heading span.error.fa.ok {
  margin-top: 0;
}

.panelValidation span.error {
  width: 100%;
  margin: 0;
  float: none;
  display: inline-block;
  top: 0px;
  margin-bottom: 2rem;
}

.col-lg-6 .panelValidation span.error {
  margin-left: 39.5%;
}

.panelValidation span.error.ok {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 2.4em;
  padding-top: 3px;
}

h2 span.error {
  float: right;
  margin: 0;
  position: static;
  width: auto;
}

h2 span.error.ok {
  width: auto;
  border-radius: 5px;
  padding-left: 11px;
}

#animal-search {
  border-top: 4px solid #da291c;
}

#animal-search legend, #animal-search .search-code, #animal-search .advanced {
  background-color: #efefef;
}

span.required {
  font-size: 20px;
  font-size: 2rem;
  color: #da291c;
  line-height: 1;
  font-weight: bold;
}

label.required:after {
  content: " *";
  font-size: 20px;
  font-size: 2rem;
  color: #da291c;
  line-height: 1;
  font-weight: bold;
}

*::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #231f20;
  font-style: italic;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

*:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #231f20;
  font-style: italic;
  font-size: 14px;
  font-size: 1.4rem;
}

*::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #231f20;
  font-style: italic;
  font-size: 14px;
  font-size: 1.4rem;
}

*:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #231f20;
  font-style: italic;
  font-size: 14px;
  font-size: 1.4rem;
}

input[type="range"] {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  width: 100%;
  height: 10px;
  margin: 0;
  border: none;
  padding: 1px 2px;
  border-radius: 5px;
  background: #61BC36;
  box-shadow: inset 0 1px 0 0 #0d0e0f, inset 0 -1px 0 0 #3a3d42;
  -webkit-box-shadow: inset 0 1px 0 0 #0d0e0f, inset 0 -1px 0 0 #3a3d42;
  outline: none;
  /* no focus outline */
}

input[type="range"]::-moz-range-track {
  border: inherit;
  background: transparent;
}

input[type="range"]::-ms-track {
  border: inherit;
  color: transparent;
  /* don't drawn vertical reference line */
  background: transparent;
}

input[type="range"]::-ms-fill-lower,
input[type="range"]::-ms-fill-upper {
  background: transparent;
}

/* thumb */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 50%;
  /* android <= 2.2 */
  /* older mobile safari and android > 2.2 */
  background-image: linear-gradient(to bottom, #da291c 0, #c32519 100%);
  /* W3C */
}

input[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #da291c 0, #c32519 100%);
  /* W3C */
}

input[type="range"]::-ms-thumb {
  width: 40px;
  height: 18px;
  border-radius: 12px;
  border: 0;
  background-image: linear-gradient(to bottom, #da291c 0, #c32519 100%);
  /* W3C */
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration,
input[type=search]::-moz-search-decoration,
input[type=search]::-moz-search-cancel-button,
input[type=search]::-moz-search-results-button,
input[type=search]::-moz-search-results-decoration {
  display: none;
}

label {
  width: 49%;
  margin: 0 0.5% 1em 0;
  float: left;
  font-weight: normal;
}

label .fa {
  font-size: 20px;
  font-size: 2rem;
  color: #61BC36;
}

label[for=radius] {
  width: 100%;
}

textarea:focus,
select:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus {
  box-shadow: rgba(0, 0, 0, 0.075) 0 1px 1px 0 inset, rgba(218, 41, 28, 0.6) 0 0 8px;
  border: 1px solid #da291c;
  outline: none;
}

input[type=search],
input[type=text],
input[type=tel],
input[type=email],
input[type=date],
input[type=number],
input[type=password],
textarea {
  border: 1px solid #d9d9d9;
  /* @include single-box-shadow(rgba(0,0,0,0.075),0,1px,1px,0,inset); */
  padding: 0 10px;
  float: left;
  font-size: 15px;
  font-size: 1.5rem;
  height: 33px;
  line-height: 1.5rem;
}

select {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  margin: 0 0 1em;
  padding: 0 10px;
  float: left;
  height: 33px;
  line-height: 33px;
  font-size: 15px;
  font-size: 1.5rem;
}

select.custom {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #231f20 url(/css/img/selectArrow.png) no-repeat right 10px center;
  color: #fff;
}

div.radio,
div.checkbox,
div.inputgroup {
  float: left;
  width: 100%;
}

div.radio label,
div.checkbox label,
div.inputgroup label {
  width: auto !important;
  line-height: 1;
  cursor: pointer;
}

div.radio input,
div.checkbox input,
div.inputgroup input {
  float: left;
  vertical-align: middle;
  width: auto;
  margin-right: 5px;
  margin-bottom: 0;
}

div.radio input[type=checkbox], div.radio input[type=radio],
div.checkbox input[type=checkbox],
div.checkbox input[type=radio],
div.inputgroup input[type=checkbox],
div.inputgroup input[type=radio] {
  margin-top: 0.1em;
  left: 20px;
  cursor: pointer;
}

div.radio input.datepicker,
div.checkbox input.datepicker,
div.inputgroup input.datepicker {
  width: 120px;
  margin: 0 2% 0 0;
}

div.radio .fa.ok.fa-check,
div.checkbox .fa.ok.fa-check,
div.inputgroup .fa.ok.fa-check {
  margin-right: 2%;
}

label + div.radio, label +
div.checkbox, label +
div.inputgroup {
  width: 60%;
  margin-bottom: 1em;
}

div.radio select,
div.checkbox select,
div.inputgroup select {
  width: auto;
}

.input-group-addon, .input-group-btn {
  width: auto;
  float: left;
  line-height: 1.4;
  height: 33px;
}

input[type=submit],
fieldset > button,
fieldset > div > button {
  float: right;
  background-color: #da291c;
  color: #fff;
  padding: 0 0.7em;
  border: none;
  margin: 0 -3px 1em 0;
  line-height: 3em;
}

input[type=submit]:hover,
fieldset > button:hover,
fieldset > div > button:hover {
  background-color: #231f20;
}

.mce-tinymce {
  width: 60% !important;
}

.mce-tinymce.mce-container {
  margin: 0 0 1em;
  float: left;
  width: 60% !important;
}

span.ok {
  background-color: #61BC36;
  color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  line-height: 31px;
  height: 33px;
  padding: 0 5px;
  display: inline-block;
  width: 4%;
  text-align: center;
  float: left;
}

input[type=checkbox] + span.ok,
input[type=checkbox] + span.ok {
  /*color: $altsec;
        background-color: transparent;
        width: auto;
        height: auto;
        line-height: 1;
        padding: 0;*/
  display: none;
}

.inputgroup span.ok {
  width: 25px;
}

span.ok:before {
  font-size: 16px;
  font-size: 1.6rem;
}

.fileinput-button {
  background-color: #61BC36;
  color: white;
  cursor: pointer;
  display: inline-block;
  margin: 0 0 1em;
  overflow: hidden;
  padding: 6px 12px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.fileinput-button input {
  cursor: pointer;
  direction: ltr;
  font-size: 200px;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fileinput-button:hover {
  background-color: #da291c;
}

.fileinput-button.disabled {
  background-color: lightgray;
}

.fileinput-button.disabled:hover {
  background-color: lightgray;
}

.addon {
  display: table;
}

.addon .input-group-addon {
  font-size: 13px;
  font-size: 1.3rem;
  border-radius: 0;
  float: none;
}

.selectables .addon {
  width: 100%;
}

.selectables .addon .input-group-addon {
  font-size: 18px;
  font-size: 1.8rem;
}

.selectables .addon .input-group-addon + input {
  height: 40px;
}

fieldset.selectables {
  padding: 0;
}

fieldset.selectables label {
  width: 100%;
}

fieldset.selectables a.btn {
  background-color: #fff;
  color: #000;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  border: 1px solid #d9d9d9;
}

fieldset.selectables a.btn.activated {
  background-color: #61BC36;
  color: #fff;
  border-color: transparent;
}

fieldset.selectables.donateAmountBox {
  display: none;
}

fieldset.selectables.donateAmountBox.activated {
  display: block;
}

fieldset.selectables .selectable .suboptions {
  display: none;
  clear: both;
  padding: 0 0 10px;
}

fieldset.selectables .selectable .suboptions .subitem {
  border-top: 1px solid #d9d9d9;
  overflow: hidden;
  position: relative;
  padding: 10px;
}

fieldset.selectables .selectable .suboptions .subitem img {
  float: left;
  margin: 0 1em 0 0;
}

fieldset.selectables .selectable .suboptions .subitem label {
  width: auto;
  line-height: 40px;
  margin: 0;
}

fieldset.selectables .selectable .suboptions .subitem.subactive {
  background-color: #d9d9d9;
}

fieldset.selectables .selectable.activated .suboptions {
  display: block;
}

fieldset.selectables.donateMethod .selectable {
  background-color: #fff;
  margin: 0 0 0.5em;
  padding: 0 0 0.5em;
  border-bottom: 1px solid #d9d9d9;
  font-weight: bold;
  clear: both;
  overflow: hidden;
}

fieldset.selectables.donateMethod .selectable > img {
  float: left;
  margin: 0 1em 0 0;
}

fieldset.selectables.donateMethod .selectable > span {
  display: block;
  float: left;
  line-height: 3;
  font-size: 18px;
  font-size: 1.8rem;
}

fieldset.selectables.donateMethod .selectable .dropdown {
  float: right;
  line-height: 3;
  cursor: pointer;
}

fieldset.selectables.donateMethod .selectable .dropdown .caret {
  border-width: 10px;
}

#donatieFormulier .row .row {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 15px !important;
}

#donatieFormulier fieldset:after {
  display: none;
}

#donatieFormulier fieldset.donatePeriodiciteit {
  margin: 0 0 1em;
}

#donatieFormulier .checkbox label {
  font-size: 0.8em;
  font-weight: normal;
}

#donatieFormulier input[type=submit] {
  background-color: #61BC36;
}

#donatieFormulier input[type=submit]:hover {
  background-color: #231f20;
}

.errorList {
  margin: 20px 0 0;
}

.errorList span.error {
  width: auto;
  margin: 0 0 1em;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../../fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../../fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../../fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../../fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa:before, form fieldset.toggle > legend:after, form input.error + span.error.ok:before,
form select.error + span.error.ok:before,
form textarea.error + span.error.ok:before, form span.error:before, .mainsearch label:before, .mainsearch input[type=submit], .blocktip h3:before, .widgetZijkant.blocktip h3:before, .blocktip.toggleable a.expand:after, .blocktip.toggleable a.expand:visited:after, .widgetZijkant.blocktip.toggleable a.expand:after, .widgetZijkant.blocktip.toggleable a.expand:visited:after, .aanmeldform .lostfound > li .tip:after,
.aanmeldkeuze .lostfound > li .tip:after, .formnav ol li:after, .formstepnav a:before, .formstepnav a:after, .formstepnav a:visited:before, .formstepnav a:visited:after, #areaholder .panel h4:after, form#animal-search .submit:before, #results .btn:after, .resultsList li > div .added:after, main ul.arrows li:before, .togglelist > li > h3:before, fieldset.searchagain input[type=submit] {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0.3em 0 0;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: 'amivedi';
  src: url("../fonts/amivedi.eot");
}

@font-face {
  font-family: 'amivedi';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAANAIAAAwBQRkZUTXIEsmQAAAskAAAAHEdERUYAOwAGAAALBAAAACBPUy8yNY5STwAAAVgAAABWY21hcOZF0DsAAAHUAAABZmdhc3D//wADAAAK/AAAAAhnbHlmOgDiEwAAA1wAAAV4aGVhZAbiUJcAAADcAAAANmhoZWEEJgIFAAABFAAAACRobXR4BrIBPQAAAbAAAAAkbG9jYQsKCXwAAAM8AAAAHm1heHAAUwBuAAABOAAAACBuYW1lJxOrdAAACNQAAAGGcG9zdHnINn8AAApcAAAAoAABAAAAAQAApJtlLl8PPPUACwIAAAAAANLjh8oAAAAA0uOHygAAAAwB/QH6AAAACAACAAAAAAAAAAEAAAH6AAAALgIAAAAAAAH9AAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAOAGsAAwAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAAAAAAAAEAAAAAAAAAAAAAAAUGZFZABA5gDmEAHg/+AALgH6//QAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAAAAEAIcAOQAMAEkACQAXAF0AFQBEAAAAAwAAAAMAAAAcAAEAAAAAAGAAAwABAAAAHAAEAEQAAAAIAAgAAgAAAADmCeYQ//8AAAAA5gDmEP//AAAAABnzAAEAAAAGAAAAAAAGAAkACgAMAAsADQAIAAcABQAEAAABBgAAAQAAAAAAAAABAgAAAAIAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkAEIAXIBtAHSAe4CFAI4AmYCmgK8AAAAAwAAAFcB/AGoADoARgBqAAA3PgEzMh4BMzczMhUUBg8BBiMiBxU2MzI3NjU0IyI1Nz4COwE+AhcWBgcOAwcGJyYjIgYPASc2NyIGFRQWMzI2NTQmByM1IiYjIgczByMVMwcjFjMyNwcGIyImJyM3MzcjNzM2MzIXWQwtFxEYDQEWfxsJBQR3DQoNDg1HMB8aFAoKFxkFGwQNHwISXhkCKRoiCCNBOhAMJQwMMVCwIC4uICEuLgYJAQgCEggoBSQhBRwBFQgOAQoMDhMBCAUDAQgFBAkeCgvXDx4GCQMfBgoBAgQFBgcEAxUhAQgHEQ4CBAgFEW8OARoREQEFDgoSCAlRI90vICEuLiEgLzsIAxMJCAkXBg0DFA4ICQkdAwAAAgAEAFgB/QGpADsAVAAAJS4BIyIOASMnIyIVFBYfARYzMhYzFSYjIicmNTQzMjUuAisBLgIHBhYXHgIXFjc2MzIWHwE3FC4BJyYGDwEuBAcGFB4BHwE+BSYnAaULLRgRFw0BFn4cCQQFdg0GEQEODUosHxoTAhslBxsEDR4CEVwZBDYrCic9OBEMJAwMMSgsjw8eCwsCBRAPFAgUGiEODQMJGhUVCQgO1w4fBggCHwYJAgEEBQYGBAMVIQECFRYCBQgGEW0PAiIZAQQNChEJCFEBEhjRCAkKCQIFCwcBBg4oJCEKCQIHFRUcGhsKAAAAAwCHABABmAH6ADkAPQBBAAAlJwcnDwE/ARc3Ji8BJiMnDwE/AQcvARcHNT8CJzcHFwcjJwcfAgcnFwcfAQc3BzM/ARczNxc/ASc3Fw8BPwEXAYkJDRUGLwINERETAQUFAQsJFAUZFRUQByMPEwsKAxkCEQgJHhwKARIkIzcjEC4cARsQQhcXExUcEsovCTgBDDAI1DQkK0AJNxEIESQBAgIcIhFWLwsCECkHFQFFAwQTEBwWKR4pAxQELpUMBlVNF2s/DEqBJwVRkAgzC2gtCikAAAABADkAJAHSAdUAJwAAEzcfAg8BFxUHJzcvARcVByc/AScPAR8BBy8BNycHHwEHLwE/AS8BblODXhEsAUwvHB5OGTQtGwIVNhIoEw4EOhIwEVkHDwgrEgpXFx4BoTQOWztTEmowDhkVdQJkGyYPIRJlFzEeCRgTMFIVThgPFAwuHE0cPQABAAwAHgHxAWoADwAAExcVMzczFzM/ARc3LwEPAQxPLTFuATYXIyQ1PwoYPQEAHcVkZIAlHx91MjsvAAABAEkAGQG7AZAADQAAExczJx8BNw8BIy8BByNJRKgJKic+Uy0cA3wYHAGQfW0uChlv2YkBhQAAAAEACQAiAeEBCAAWAAA/ARczPwEzFzM1LwE/AjUnIw8ECaUNFggQiysWDhALHyAlIxAbiz+TSA81PhBOEA07PScKDxEtJgFHGQAAAAABABcAIgHxAd8AEwAANzUHNyU3FzM3HwEHIycPASMnDwFIMUsBIA0WERQMGyQwGBIcJhiOGyK+IogvakhIYiSMOgfehw94AAABAF0ADAGiAd8AGwAAJTM1PwE1LwEjLwEHHwIVBycPAR8BNx8CPwEBXxoXEi0WMBk4Gxs4B3kVIhAJEhYIGnsDIwz+CBMTFSFFLBBCMh0dXRICHhgKBG4YASgCAAEAFQAmAeEBKQAhAAA3Iyc+BDIeAh8CNjMyFh8BDwIfAQcjLwEHFwcjUiwRAwwpLUZKPyccBgUIBw8HFggHBUhDARQBLwqwAw4CMFMZCBlBMikbJiYODQcVDQcHFAgrGQsJKwQbBw0AAQBEABEBtAHtABEAADcnIyc3FzM/AS8BNwcXBwMPAeYLH3h1JSxBBQoUbAcdJEw9CxFfonSdVR81EEs+HQj+8AdiAAAAAAwAlgABAAAAAAABAAcAEAABAAAAAAACAAcAKAABAAAAAAADACMAeAABAAAAAAAEAAcArAABAAAAAAAFAAsAzAABAAAAAAAGAAcA6AADAAEECQABAA4AAAADAAEECQACAA4AGAADAAEECQADAEYAMAADAAEECQAEAA4AnAADAAEECQAFABYAtAADAAEECQAGAA4A2ABhAG0AaQB2AGUAZABpAABhbWl2ZWRpAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAGEAbQBpAHYAZQBkAGkAIAA6ACAAMQAyAC0AMgAtADIAMAAxADYAAEZvbnRGb3JnZSAyLjAgOiBhbWl2ZWRpIDogMTItMi0yMDE2AABhAG0AaQB2AGUAZABpAABhbWl2ZWRpAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABhAG0AaQB2AGUAZABpAABhbWl2ZWRpAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAADgAAAAEAAgECAQMBBAEFAQYBBwEIAQkBCgELAQwIZG9uYXRldXIMdnJpandpbGxpZ2VyBGFsbGUJYmlqem9uZGVyBGhvbmQDa2F0Emljb24ta2xlaW5yb29mZGllcghrbGVpbnZlZQlrbmFhZ2RpZXIHcmVwdGllbAV2b2dlbAAAAAH//wACAAEAAAAOAAAAGAAAAAAAAgABAAMADQABAAQAAAACAAAAAAABAAAAAMw9os8AAAAA0uOHygAAAADS44fK) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAgIAAsAAAAACgQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAABMgAAAUZwFuAaEZGVE0AAAXQAAAAGgAAABxyBLJkR0RFRgAABewAAAAdAAAAIAA5AARPUy8yAAAGDAAAAEoAAABgNbBScGNtYXAAAAZYAAAATgAAAWbmOc8saGVhZAAABqgAAAAtAAAANgblUJdoaGVhAAAG2AAAABwAAAAkBCkCA2htdHgAAAb0AAAAHAAAABwErgE9bWF4cAAABxAAAAAGAAAABgAMUABuYW1lAAAHGAAAAN0AAAGGJxOrdHBvc3QAAAf4AAAAEAAAACAAAwABeJw9kX9sUlcUx++jfUod4o/55sxqmWbR+IdZlkwTdXEuLi7b1KidbrXaFgsttAiVAOVHCy1QCu88oMCjQAFphUJrQrHa1No6s2lmnMtmXF22ZtHsD2O2JcZkbl6Su8S9mm3nj3PuuTnn3O/nXApVViKKosTy02qTUqFGlAhR6L3yJlF5c0X51UpOQoGkAiSVNcvQutrVzwH+P0iWsrFytBygq9H9FdUIraxGf66qRuJqetVqtHxxTBVi0Dq0EW1CW9AutBftR7XoM9SIWhQ6rdygNOpNenVbp1qjUbcq9XKNRnlK3WbVaRVKvUrw7XKDulmn3dquUaq1ep2uRaFW6l8kJqWyXSuXty5e6JUdBrVSY9K1KjX/MvyHghDVT3kpH8VSQHGUnwpQQWqACiHJojgRek6NivaIEqLrot8rZBVHKiIVdysp6UPczjgdu1QA4qs7aYCZYoE7C6OeMU+h71rfcGAkcOfKcHw49uxpx2hvpNkq1AH0sDaui6s96WNZ4NkY5IAzQzd0dnp7WAe71WsHsb3bDbLQ0gE/H+AhDvil4GJneiCR8KX0MvIyGL202++MK6AV1G29DjHehZXM5YnWpkaVqrFJNXF5eqI0LcsfYvxnhUI35wYT2B0eq7gfPM4IsE4veFwRoDlL3JaBMES4sF/MxWm31+11CWLcITYlLsAA3wYQKQmxGeggz0fjEISAL8iKXUul5R0CfdSxoAJOfFygbyh21JjhjEfn0fbVeUx+Y+CDWVOsM7bhj9HRKH/RIiDklyS5Gw0cy4GT7QE9sC/AM95BdpD9zRsHcTzRtwjex7mCvWAHsuwFuCWYGAokczK8GkZ8dIiLxiehBMX2qF1MZLiJuVtH1r8JgpHqR3evjWUuNC8mk5fGOsXS8nqsYobMlp06j+mimTAGMPzwocO2vwO4ZzrDlZ9sv6hC9PWYCm8pnUwH2UxvQDc1Ps6fikBqxFfIJb3maD/d4zXv62LBNBF2TyVtw77hQf0Jz7ZMii8Knx7tEIBY3rfoz7YKeq1Wa8Ru9X0yy4e+GW6Kl2iy7x4DR28MOq/R9WQncyfhmqrvpaVYVN7GOD8eP3hO9/buXl365LQjkukacmcfLqRM9TvS9V+Z6WC2mzePX7qaPvflJpPF15bvmpmE/KdPcr4FUnXaRBf0swmYe/cvLn35gfXm1kdkbYKWxjDP4J/h1mz2ZrTuNqk6pmk9r2oxkDVHgX1CRHB8cwMArqOl98pvMBN/LylAFq/DK9kAWV+AGXz6Aa44oFdE5Vd4QpF3gJby80wkhjfnbn+PZVx+MjkzARes0NXeq1H0HEweStjBRhuhaYHIwGZzHTCC/QtaOl9kLkEeS/DGoSx5bRIKWJ8OZw/PQQm/3lFyPO7cawXjPG3fQKZO7CHVV4vCRp7GmO5Zlc/bTFZwZ7IuLDL2W6LObHK86B+24OW/wph7jK79vOPbfPJGY27fHIy0zZjAbDEbXEDCtPT+AybQMAf+eHc4kMfv90ebZoHjOwfZ3HfT85GBDA26vK3LbYIaV5iGE/gVspas3U0OQ01KLzxvTTEjMPj4VvhHnCtFtGPhrwnak7FFj3k0H21vhBb8FqkiYhpLyPbzwlrK/BpgQpJl/wDeLV9XeJxjYGBgZACCM7aLzoPoS4/bT8FoAFWRCIgAAHicY2BkYGDgA2IJBhBgYmAEQm4gZgHzGAAEwwA+AAAAeJxjYGZiYJzAwMrAwejDmMbAwOAOpb8ySDK0MDAwMbByMsCBAILJEJDmmsLg8IzhmQDjg/8PGPQYf/3/AhRmhCtQAEJGAC/eDZ4AAHicY2BgYGaAYBkGRgYQSADyGMF8FgYXIM0BhEwgiWeczwT+/wezGGAsyY9gtWxgnSwM7EC1XAycDNxAEVagOUB9jEA5iMEjFwAAFBUKFQAAeJxjYGRgYABiv85ryfH8Nl8ZuJkYQODS4/ZTSDQPEwPjLyDNwQCWBgA/MgreAAAAeJxjYGRgYPzFwMCgx8QAAkCSkQEVMAEAI/YBMgIAAAACAAAAAAAAhwA5AAwASQAJABcAXQAVAEQAAFAAAAwAAHicdY4/asMwFIc/J05KaSmdSkdBli4xsocOOYAP0CG7IcIYEhuUP/QknXKEjD1GDpAj9Bj9KX1Lh0gIffr4vfcEPPJFRloZdzwbj8RvxmNmfBrn8ifjCQ+cjafyP0pm+b3M07Uq8Uj8ajymxhvn8kfjCS98G0/lLzRs6DgQWOmm2XSHsBJ8yLTsWSsR9Qztft0IagZ6dtc7KhFwVBSa5ljo/O/350ol5na8Xu9qM/S7eohtcFXh3cLZXFFZzbV9qdCtvy1lIlu59JfUP81nGeK2G3pXFv5m7S+52jkpAAAAeJxjYGZABowMaAAAAI4ABQ==) format("woff");
  font-weight: normal;
  font-style: normal;
}

.icon_amivedi:before, .list-animals li a:visited:before,
.list-animals li a:before, .defaultImage:before {
  font-family: 'amivedi';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon_amivedi {
  line-height: 1;
}

.icon_amivedi.large {
  font-size: 170px;
  font-size: 17rem;
}

.icon_amivedi.medium {
  font-size: 130px;
  font-size: 13rem;
}

.bijzonderedieren:before {
  content: "" !important;
}

.kleineroofdieren:before {
  content: "" !important;
}

.kleinvee:before {
  content: "" !important;
}

.reptiel:before {
  content: "" !important;
}

.knaagdierhaasachtige:before {
  content: "" !important;
}

.vogel:before {
  content: "" !important;
}

.kat:before {
  content: "" !important;
}

.hond:before {
  content: "" !important;
}

.alle:before {
  content: "" !important;
}

.vrijwilliger:not(.infoboxRow):before {
  content: "" !important;
}

.donateur:before {
  content: "" !important;
}

/*
 * CSS TOGGLE SWITCHES
 * Unlicense
 *
 * Ionuț Colceriu - ghinda.net
 * https://github.com/ghinda/css-toggle-switch
 *
 */
/* Toggle Switches
 */
/* Shared
 */
/* Checkbox
 */
/* Radio Switch
 */
/* Hide by default
 */
.switch-toggle a,
.switch-light span span {
  display: none;
}

/* We can't test for a specific feature,
 * so we only target browsers with support for media queries.
 */
@media only screen {
  /* Checkbox switch
	 */
  .switch-light {
    display: block;
    height: 30px;
    /* Outline the toggles when the inputs are focused
	 */
    position: relative;
    overflow: visible;
    padding: 0;
    margin-left: 100px;
    /* Position the label over all the elements, except the slide-button (<a>)
	 * Clicking anywhere on the label will change the switch-state
	 */
    /* Don't hide the input from screen-readers and keyboard access
	 */
  }
  .switch-light a {
    display: block;
    transition: all 0.3s ease-out;
  }
  .switch-light label,
  .switch-light > span {
    line-height: 30px;
    vertical-align: middle;
  }
  .switch-light input:focus ~ a,
  .switch-light input:focus + label {
    outline: 1px dotted #888;
  }
  .switch-light label {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
  }
  .switch-light input {
    position: absolute;
    opacity: 0;
    z-index: 5;
  }
  .switch-light input:checked ~ a {
    right: 0%;
  }
  .switch-light > span {
    position: absolute;
    left: -100px;
    width: 100%;
    margin: 0;
    padding-right: 100px;
    text-align: left;
  }
  .switch-light > span span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: block;
    width: 50%;
    margin-left: 100px;
    text-align: center;
  }
  .switch-light > span span:last-child {
    left: 50%;
  }
  .switch-light a {
    position: absolute;
    right: 50%;
    top: 0;
    z-index: 4;
    display: block;
    width: 50%;
    height: 100%;
    padding: 0;
  }
  /* Radio switch
	 */
  .switch-toggle {
    display: block;
    height: 30px;
    /* Outline the toggles when the inputs are focused
	 */
    position: relative;
    /* For callout panels in foundation
	 */
    padding: 0 !important;
    /* Generate styles for the multiple states */
  }
  .switch-toggle a {
    display: block;
    transition: all 0.3s ease-out;
  }
  .switch-toggle label,
  .switch-toggle > span {
    line-height: 30px;
    vertical-align: middle;
  }
  .switch-toggle input:focus ~ a,
  .switch-toggle input:focus + label {
    outline: 1px dotted #888;
  }
  .switch-toggle input {
    position: absolute;
    opacity: 0;
  }
  .switch-toggle input + label {
    position: relative;
    z-index: 2;
    float: left;
    width: 50%;
    height: 100%;
    margin: 0;
    text-align: center;
    cursor: pointer;
  }
  .switch-toggle a {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 1;
    width: 50%;
    height: 100%;
  }
  .switch-toggle input:last-of-type:checked ~ a {
    left: 50%;
  }
  .switch-toggle.switch-3 label,
  .switch-toggle.switch-3 a {
    width: 33.3333333333%;
  }
  .switch-toggle.switch-3 input:checked:nth-of-type(2) ~ a {
    left: 33.3333333333%;
  }
  .switch-toggle.switch-3 input:checked:last-of-type ~ a {
    left: 66.6666666667%;
  }
  .switch-toggle.switch-4 label,
  .switch-toggle.switch-4 a {
    width: 25%;
  }
  .switch-toggle.switch-4 input:checked:nth-of-type(2) ~ a {
    left: 25%;
  }
  .switch-toggle.switch-4 input:checked:nth-of-type(3) ~ a {
    left: 50%;
  }
  .switch-toggle.switch-4 input:checked:last-of-type ~ a {
    left: 75%;
  }
  .switch-toggle.switch-5 label,
  .switch-toggle.switch-5 a {
    width: 20%;
  }
  .switch-toggle.switch-5 input:checked:nth-of-type(2) ~ a {
    left: 20%;
  }
  .switch-toggle.switch-5 input:checked:nth-of-type(3) ~ a {
    left: 40%;
  }
  .switch-toggle.switch-5 input:checked:nth-of-type(4) ~ a {
    left: 60%;
  }
  .switch-toggle.switch-5 input:checked:last-of-type ~ a {
    left: 80%;
  }
  /* Standalone Themes */
  /* Candy Theme
	 * Based on the "Sort Switches / Toggles (PSD)" by Ormal Clarck
	 * http://www.premiumpixels.com/freebies/sort-switches-toggles-psd/
	 */
  .switch-candy {
    background-color: #2d3035;
    color: #fff;
    text-align: center;
  }
  .switch-candy label {
    color: #fff;
    transition: color 0.2s ease-out;
  }
  .switch-candy a {
    background-color: #da291c;
    /*
			@include background-image(
				linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0))
			);
			box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2),
				inset 0 1px 1px rgba(255, 255, 255, 0.45);
            */
  }
  .switch-candy > span {
    color: #333;
    text-shadow: none;
  }
  .switch-candy span {
    color: #fff;
  }
  .switch-candy.switch-candy-blue a {
    background-color: #38a3d4;
  }
  .switch-candy.switch-candy-yellow a {
    background-color: #f5e560;
  }
  /* Android Theme
	 */
  .switch-android {
    background-color: #464747;
    border-radius: 1px;
    color: #fff;
    box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 0;
    /* Selected ON switch-light
		 */
  }
  .switch-android label {
    color: #fff;
  }
  .switch-android > span span {
    opacity: 0;
    transition: all 0.1s;
  }
  .switch-android > span span:first-of-type {
    opacity: 1;
  }
  .switch-android a {
    background-color: #666;
    border-radius: 1px;
    box-shadow: inset rgba(255, 255, 255, 0.2) 0 1px 0, inset rgba(0, 0, 0, 0.3) 0 -1px 0;
  }
  .switch-android.switch-light input:checked ~ a {
    background-color: #0E88B1;
  }
  .switch-android.switch-light input:checked ~ span span:first-of-type {
    opacity: 0;
  }
  .switch-android.switch-light input:checked ~ span span:last-of-type {
    opacity: 1;
  }
  .switch-android.switch-toggle,
  .switch-android > span span {
    font-size: 85%;
    text-transform: uppercase;
  }
  /* iOS Theme
	 */
  .switch-ios.switch-light {
    color: #878686;
  }
  .switch-ios.switch-light a {
    left: 0;
    width: 30px;
    background-color: #fff;
    border: 1px solid #d3d3d3;
    border-radius: 100%;
    transition: all 0.3s ease-out;
    box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.025), 0 1px 4px rgba(0, 0, 0, 0.15), 0 4px 4px rgba(0, 0, 0, 0.1);
  }
  .switch-ios.switch-light > span span {
    width: 100%;
    left: 0;
    opacity: 0;
  }
  .switch-ios.switch-light > span span:first-of-type {
    opacity: 1;
    padding-left: 30px;
  }
  .switch-ios.switch-light > span span:last-of-type {
    padding-right: 30px;
  }
  .switch-ios.switch-light > span:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 100px;
    top: 0;
    background-color: #fafafa;
    border: 1px solid #d3d3d3;
    border-radius: 30px;
    transition: all 0.5s ease-out;
    box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 0;
  }
  .switch-ios.switch-light input:checked ~ a {
    left: 100%;
    margin-left: -30px;
  }
  .switch-ios.switch-light input:checked ~ span:before {
    border-color: #53d76a;
    box-shadow: inset 0 0 0 30px #53d76a;
  }
  .switch-ios.switch-light input:checked ~ span span:first-of-type {
    opacity: 0;
  }
  .switch-ios.switch-light input:checked ~ span span:last-of-type {
    opacity: 1;
    color: #fff;
  }
  .switch-ios.switch-toggle {
    background-color: #fafafa;
    border: 1px solid #d3d3d3;
    border-radius: 30px;
    box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 0;
  }
  .switch-ios.switch-toggle a {
    background-color: #53d76a;
    border-radius: 25px;
    transition: all 0.3s ease-out;
  }
  .switch-ios.switch-toggle label {
    color: #878686;
  }
  .switch-ios input:checked + label {
    color: #3a3a3a;
  }
}

/* Bugfix for older Webkit, including mobile Webkit. Adapted from
 * http://css-tricks.com/webkit-sibling-bug/
 */
@media only screen and (-webkit-max-device-pixel-ratio: 2) and (max-device-width: 1280px) {
  .switch-light,
  .switch-toggle {
    -webkit-animation: webkitSiblingBugfix infinite 1s;
  }
}

[class*="block-grid-"] {
  display: block;
  margin: -15px;
  padding: 0;
  clear: both;
}

.block-grid-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block-grid-flex .bgwhite {
  height: 100%;
}

.block-grid-item {
  display: inline;
  margin: 0;
  padding: 15px;
  height: auto;
  float: left;
  list-style: none;
}

.block-grid-xs-1 > .block-grid-item {
  width: 100%;
}

.block-grid-xs-1 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-1 > .block-grid-item:nth-of-type(1n+1) {
  clear: both;
}

.block-grid-xs-2 > .block-grid-item {
  width: 50%;
}

.block-grid-xs-2 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-2 > .block-grid-item:nth-of-type(2n+1) {
  clear: both;
}

.block-grid-xs-3 > .block-grid-item {
  width: 33.3333333333%;
}

.block-grid-xs-3 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-3 > .block-grid-item:nth-of-type(3n+1) {
  clear: both;
}

.block-grid-xs-4 > .block-grid-item {
  width: 25%;
}

.block-grid-xs-4 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-4 > .block-grid-item:nth-of-type(4n+1) {
  clear: both;
}

.block-grid-xs-5 > .block-grid-item {
  width: 20%;
}

.block-grid-xs-5 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-5 > .block-grid-item:nth-of-type(5n+1) {
  clear: both;
}

.block-grid-xs-6 > .block-grid-item {
  width: 16.6666666667%;
}

.block-grid-xs-6 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-6 > .block-grid-item:nth-of-type(6n+1) {
  clear: both;
}

.block-grid-xs-7 > .block-grid-item {
  width: 14.2857142857%;
}

.block-grid-xs-7 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-7 > .block-grid-item:nth-of-type(7n+1) {
  clear: both;
}

.block-grid-xs-8 > .block-grid-item {
  width: 12.5%;
}

.block-grid-xs-8 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-8 > .block-grid-item:nth-of-type(8n+1) {
  clear: both;
}

.block-grid-xs-9 > .block-grid-item {
  width: 11.1111111111%;
}

.block-grid-xs-9 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-9 > .block-grid-item:nth-of-type(9n+1) {
  clear: both;
}

.block-grid-xs-10 > .block-grid-item {
  width: 10%;
}

.block-grid-xs-10 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-10 > .block-grid-item:nth-of-type(10n+1) {
  clear: both;
}

.block-grid-xs-11 > .block-grid-item {
  width: 9.0909090909%;
}

.block-grid-xs-11 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-11 > .block-grid-item:nth-of-type(11n+1) {
  clear: both;
}

.block-grid-xs-12 > .block-grid-item {
  width: 8.3333333333%;
}

.block-grid-xs-12 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-12 > .block-grid-item:nth-of-type(12n+1) {
  clear: both;
}

@media (min-width: 768px) {
  .block-grid-sm-1 > .block-grid-item {
    width: 100%;
  }
  .block-grid-sm-1 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-1 > .block-grid-item:nth-of-type(1n+1) {
    clear: both;
  }
  .block-grid-sm-2 > .block-grid-item {
    width: 50%;
  }
  .block-grid-sm-2 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-2 > .block-grid-item:nth-of-type(2n+1) {
    clear: both;
  }
  .block-grid-sm-3 > .block-grid-item {
    width: 33.3333333333%;
  }
  .block-grid-sm-3 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-3 > .block-grid-item:nth-of-type(3n+1) {
    clear: both;
  }
  .block-grid-sm-4 > .block-grid-item {
    width: 25%;
  }
  .block-grid-sm-4 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-4 > .block-grid-item:nth-of-type(4n+1) {
    clear: both;
  }
  .block-grid-sm-5 > .block-grid-item {
    width: 20%;
  }
  .block-grid-sm-5 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-5 > .block-grid-item:nth-of-type(5n+1) {
    clear: both;
  }
  .block-grid-sm-6 > .block-grid-item {
    width: 16.6666666667%;
  }
  .block-grid-sm-6 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-6 > .block-grid-item:nth-of-type(6n+1) {
    clear: both;
  }
  .block-grid-sm-7 > .block-grid-item {
    width: 14.2857142857%;
  }
  .block-grid-sm-7 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-7 > .block-grid-item:nth-of-type(7n+1) {
    clear: both;
  }
  .block-grid-sm-8 > .block-grid-item {
    width: 12.5%;
  }
  .block-grid-sm-8 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-8 > .block-grid-item:nth-of-type(8n+1) {
    clear: both;
  }
  .block-grid-sm-9 > .block-grid-item {
    width: 11.1111111111%;
  }
  .block-grid-sm-9 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-9 > .block-grid-item:nth-of-type(9n+1) {
    clear: both;
  }
  .block-grid-sm-10 > .block-grid-item {
    width: 10%;
  }
  .block-grid-sm-10 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-10 > .block-grid-item:nth-of-type(10n+1) {
    clear: both;
  }
  .block-grid-sm-11 > .block-grid-item {
    width: 9.0909090909%;
  }
  .block-grid-sm-11 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-11 > .block-grid-item:nth-of-type(11n+1) {
    clear: both;
  }
  .block-grid-sm-12 > .block-grid-item {
    width: 8.3333333333%;
  }
  .block-grid-sm-12 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-12 > .block-grid-item:nth-of-type(12n+1) {
    clear: both;
  }
}

@media (min-width: 992px) {
  .block-grid-md-1 > .block-grid-item {
    width: 100%;
  }
  .block-grid-md-1 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-1 > .block-grid-item:nth-of-type(1n+1) {
    clear: both;
  }
  .block-grid-md-2 > .block-grid-item {
    width: 50%;
  }
  .block-grid-md-2 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-2 > .block-grid-item:nth-of-type(2n+1) {
    clear: both;
  }
  .block-grid-md-3 > .block-grid-item {
    width: 33.3333333333%;
  }
  .block-grid-md-3 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-3 > .block-grid-item:nth-of-type(3n+1) {
    clear: both;
  }
  .block-grid-md-4 > .block-grid-item {
    width: 25%;
  }
  .block-grid-md-4 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-4 > .block-grid-item:nth-of-type(4n+1) {
    clear: both;
  }
  .block-grid-md-5 > .block-grid-item {
    width: 20%;
  }
  .block-grid-md-5 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-5 > .block-grid-item:nth-of-type(5n+1) {
    clear: both;
  }
  .block-grid-md-6 > .block-grid-item {
    width: 16.6666666667%;
  }
  .block-grid-md-6 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-6 > .block-grid-item:nth-of-type(6n+1) {
    clear: both;
  }
  .block-grid-md-7 > .block-grid-item {
    width: 14.2857142857%;
  }
  .block-grid-md-7 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-7 > .block-grid-item:nth-of-type(7n+1) {
    clear: both;
  }
  .block-grid-md-8 > .block-grid-item {
    width: 12.5%;
  }
  .block-grid-md-8 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-8 > .block-grid-item:nth-of-type(8n+1) {
    clear: both;
  }
  .block-grid-md-9 > .block-grid-item {
    width: 11.1111111111%;
  }
  .block-grid-md-9 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-9 > .block-grid-item:nth-of-type(9n+1) {
    clear: both;
  }
  .block-grid-md-10 > .block-grid-item {
    width: 10%;
  }
  .block-grid-md-10 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-10 > .block-grid-item:nth-of-type(10n+1) {
    clear: both;
  }
  .block-grid-md-11 > .block-grid-item {
    width: 9.0909090909%;
  }
  .block-grid-md-11 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-11 > .block-grid-item:nth-of-type(11n+1) {
    clear: both;
  }
  .block-grid-md-12 > .block-grid-item {
    width: 8.3333333333%;
  }
  .block-grid-md-12 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-12 > .block-grid-item:nth-of-type(12n+1) {
    clear: both;
  }
}

@media (min-width: 1200px) {
  .block-grid-lg-1 > .block-grid-item {
    width: 100%;
  }
  .block-grid-lg-1 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-1 > .block-grid-item:nth-of-type(1n+1) {
    clear: both;
  }
  .block-grid-lg-2 > .block-grid-item {
    width: 50%;
  }
  .block-grid-lg-2 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-2 > .block-grid-item:nth-of-type(2n+1) {
    clear: both;
  }
  .block-grid-lg-3 > .block-grid-item {
    width: 33.3333333333%;
  }
  .block-grid-lg-3 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-3 > .block-grid-item:nth-of-type(3n+1) {
    clear: both;
  }
  .block-grid-lg-4 > .block-grid-item {
    width: 25%;
  }
  .block-grid-lg-4 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-4 > .block-grid-item:nth-of-type(4n+1) {
    clear: both;
  }
  .block-grid-lg-5 > .block-grid-item {
    width: 20%;
  }
  .block-grid-lg-5 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-5 > .block-grid-item:nth-of-type(5n+1) {
    clear: both;
  }
  .block-grid-lg-6 > .block-grid-item {
    width: 16.6666666667%;
  }
  .block-grid-lg-6 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-6 > .block-grid-item:nth-of-type(6n+1) {
    clear: both;
  }
  .block-grid-lg-7 > .block-grid-item {
    width: 14.2857142857%;
  }
  .block-grid-lg-7 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-7 > .block-grid-item:nth-of-type(7n+1) {
    clear: both;
  }
  .block-grid-lg-8 > .block-grid-item {
    width: 12.5%;
  }
  .block-grid-lg-8 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-8 > .block-grid-item:nth-of-type(8n+1) {
    clear: both;
  }
  .block-grid-lg-9 > .block-grid-item {
    width: 11.1111111111%;
  }
  .block-grid-lg-9 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-9 > .block-grid-item:nth-of-type(9n+1) {
    clear: both;
  }
  .block-grid-lg-10 > .block-grid-item {
    width: 10%;
  }
  .block-grid-lg-10 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-10 > .block-grid-item:nth-of-type(10n+1) {
    clear: both;
  }
  .block-grid-lg-11 > .block-grid-item {
    width: 9.0909090909%;
  }
  .block-grid-lg-11 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-11 > .block-grid-item:nth-of-type(11n+1) {
    clear: both;
  }
  .block-grid-lg-12 > .block-grid-item {
    width: 8.3333333333%;
  }
  .block-grid-lg-12 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-12 > .block-grid-item:nth-of-type(12n+1) {
    clear: both;
  }
}

.card-success {
  border-color: #d6e9c6;
  border-radius: 3px;
}

.card-success .card-header {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.card-success .card-header .card-title {
  margin-bottom: 0;
}

.card-success .card-body .input-group-text {
  font-size: 1.3rem;
  padding: 6px 12px;
}

.card-success .card-body .selectable img {
  width: initial;
}

.card-success .card-body .selectable .dropdown-toggle {
  width: calc(100% - (50px + 1em));
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.card-success .card-body .selectable .dropdown-toggle::after {
  vertical-align: middle;
  float: right;
  border-top: 0.6em solid;
  border-right: 0.6em solid transparent;
  border-bottom: 0;
  border-left: 0.6em solid transparent;
  cursor: pointer;
}

.card-success .card-body .checkbox {
  margin-top: 10px;
  display: -ms-flexbox;
  display: flex;
}

.card-success .card-body .checkbox label {
  margin-top: 1px;
  margin-bottom: 0;
}

#hideAll {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: white;
  z-index: 101;
}

#header {
  width: 100%;
  float: left;
  z-index: 100;
  position: relative;
  z-index: 100;
}

.languageFlag {
  float: right;
  display: inline-block;
  padding: 12px;
}

.mainsearch {
  z-index: 5;
  float: right;
  margin: 6px 17px 0 0;
}

.mainsearch label {
  font-weight: 600;
  width: auto;
  margin: 6px 0 0;
  cursor: pointer;
}

.mainsearch label:before {
  content: "\f002";
  top: -1px;
  position: relative;
}

.mainsearch span {
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  width: 233px;
  overflow: hidden;
  max-width: 0;
  transition: max-width, 1s ease-in-out;
}

.mainsearch input[type=submit] {
  position: absolute;
  right: 5px;
  top: 3px;
  height: 1.6em;
  width: 1.7em;
  float: none;
  background-color: transparent;
  color: #000;
  border: none;
  margin: 0;
  cursor: pointer;
  border-radius: 0;
}

.mainsearch input[type=search],
.mainsearch input[type=text] {
  float: none;
  padding-right: 33px;
}

.mainsearch input[type=search] {
  width: 100%;
  box-sizing: border-box;
}

.mainsearch input[type=text] {
  width: 100%;
}

.mainsearch.open span {
  max-width: 1000px;
}

#quicklinks {
  width: 46%;
  margin-top: 14px;
  height: 25px;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
}

#quicklinks #quickmenu {
  display: block;
  left: -9999px;
  position: absolute;
  top: -9999px;
}

#quicklinks label {
  display: none;
}

#quicklinks label > span {
  display: none;
}

@media screen and (max-width: 1096px) {
  #quicklinks label > span {
    display: inline-block;
    margin-left: 4rem;
  }
}

#quicklinks ul {
  background: #f9f9f9;
}

#quicklinks > ul {
  width: 100%;
  transition: max-height, 0.5s ease-in-out;
}

#quicklinks > ul > li:before {
  content: "|";
  display: block;
  position: absolute;
  left: -2px;
}

#quicklinks > ul > li:first-child {
  padding: 0 10px 0 0;
}

#quicklinks > ul > li:first-child:before {
  content: "";
  display: none;
}

#quicklinks > ul li {
  display: block;
  float: left;
  padding: 0 10px;
  margin: 0;
  position: relative;
}

#quicklinks > ul li > ul {
  position: absolute;
  z-index: 2;
  max-height: 0;
  overflow: hidden;
  left: 0px;
  line-height: 30px;
  white-space: nowrap;
  transition: max-height, 0.5s ease-in-out;
}

#quicklinks > ul li > ul li {
  text-align: left;
  float: none;
}

#quicklinks > ul li:hover > ul {
  max-height: 1000px;
}

#quicklinks > ul li a {
  color: #000;
  text-decoration: none;
}

#quicklinks > ul li a:hover {
  color: #da291c;
}

#quicklinks > ul li.active > a {
  color: #da291c;
}

#mainnav {
  width: 100%;
  margin-top: 56px;
  z-index: 2;
}

#mainnav > ul {
  width: 100%;
  background: #131e20;
  position: relative;
  z-index: 1;
  height: 60px;
}

#mainnav > ul > li {
  display: inline-block;
  margin: 0;
  width: 36%;
  max-width: 442px;
  position: relative;
  font-size: 30px;
  font-size: 3rem;
  line-height: 60px;
  vertical-align: top;
}

#mainnav > ul > li > a {
  color: #fff;
  text-decoration: none;
  display: block;
  position: relative;
  z-index: 10;
  height: 60px;
}

#mainnav > ul > li > a span {
  font-weight: bold;
}

#mainnav > ul > li.logo {
  width: 113px;
  top: -30px;
  margin: 0 47px;
}

#mainnav > ul > li.lost {
  padding-bottom: 13px;
  height: 73px;
}

#mainnav > ul > li.lost a span {
  color: #da291c;
}

#mainnav > ul > li.lost:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 13px;
  background: -webkit-repeating-linear-gradient(55deg, #fff, #fff 20px, #da291c 20px, #da291c 40px);
  background: repeating-linear-gradient(55deg, #fff, #fff 20px, #da291c 20px, #da291c 40px);
}

#mainnav > ul > li.lost.hover a span {
  color: #7b7b7b;
}

#mainnav > ul > li.lost.hover:after {
  background: -webkit-repeating-linear-gradient(55deg, #fff, #fff 20px, #7b7b7b 20px, #7b7b7b 40px);
  background: repeating-linear-gradient(55deg, #fff, #fff 20px, #7b7b7b 20px, #7b7b7b 40px);
}

#mainnav > ul > li.lost.hover:hover a span {
  color: #da291c;
}

#mainnav > ul > li.lost.hover:hover:after {
  background: -webkit-repeating-linear-gradient(55deg, #fff, #fff 20px, #da291c 20px, #da291c 40px);
  background: repeating-linear-gradient(55deg, #fff, #fff 20px, #da291c 20px, #da291c 40px);
}

#mainnav > ul > li.lost > ul:after {
  content: "";
  display: block;
  width: 100%;
  height: 13px;
  background: -webkit-repeating-linear-gradient(55deg, #fff, #fff 20px, #da291c 20px, #da291c 40px);
  background: repeating-linear-gradient(55deg, #fff, #fff 20px, #da291c 20px, #da291c 40px);
}

#mainnav > ul > li.lost > ul > li a:hover {
  color: #da291c;
}

#mainnav > ul > li.lost > ul > li.active a {
  color: #da291c;
}

#mainnav > ul > li.found {
  padding-bottom: 13px;
  height: 73px;
}

#mainnav > ul > li.found a span {
  color: #61BC36;
}

#mainnav > ul > li.found:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 13px;
  background: -webkit-repeating-linear-gradient(-55deg, #fff, #fff 20px, #61BC36 20px, #61BC36 40px);
  background: repeating-linear-gradient(-55deg, #fff, #fff 20px, #61BC36 20px, #61BC36 40px);
}

#mainnav > ul > li.found.hover a span {
  color: #797979;
}

#mainnav > ul > li.found.hover:after {
  background: -webkit-repeating-linear-gradient(-55deg, #fff, #fff 20px, #797979 20px, #797979 40px);
  background: repeating-linear-gradient(-55deg, #fff, #fff 20px, #797979 20px, #797979 40px);
}

#mainnav > ul > li.found.hover:hover a span {
  color: #61BC36;
}

#mainnav > ul > li.found.hover:hover:after {
  background: -webkit-repeating-linear-gradient(-55deg, #fff, #fff 20px, #61BC36 20px, #61BC36 40px);
  background: repeating-linear-gradient(-55deg, #fff, #fff 20px, #61BC36 20px, #61BC36 40px);
}

#mainnav > ul > li.found > ul:after {
  content: "";
  display: block;
  width: 100%;
  height: 13px;
  background: -webkit-repeating-linear-gradient(-55deg, #fff, #fff 20px, #61BC36 20px, #61BC36 40px);
  background: repeating-linear-gradient(-55deg, #fff, #fff 20px, #61BC36 20px, #61BC36 40px);
}

#mainnav > ul > li.found > ul > li a:hover {
  color: #61BC36;
}

#mainnav > ul > li.found > ul > li.active a {
  color: #61BC36;
}

#mainnav > ul > li > ul {
  position: absolute;
  background-color: #131e20;
  top: 60px;
  width: 100%;
  z-index: 2;
  max-height: 0;
  overflow: hidden;
  transition: max-height, 0.3s ease-in-out;
}

#mainnav > ul > li > ul > li {
  font-size: 25px;
  font-size: 2.5rem;
  border-top: 1px solid #fff;
}

#mainnav > ul > li > ul > li a {
  color: #fff;
  display: block;
  text-decoration: none;
}

#mainnav > ul > li > ul > li a:hover {
  background-color: #fff;
  color: #000;
}

#mainnav > ul > li > ul > li.active a {
  background-color: #fff;
  color: #000;
}

#mainnav > ul > li:hover > ul {
  max-height: 1000px;
}

#mainnav.fixto-fixed {
  margin-top: 0;
}

#mainnav.fixto-fixed > ul > li.logo {
  top: -2px;
  width: 145px;
  margin: 0 16px;
  background: #131e20 url(../../../../css/img/logotxt.png) center center no-repeat;
  background-size: contain;
}

#mainnav.fixto-fixed > ul > li.logo img {
  display: none;
}

a.login {
  color: #000 !important;
  text-decoration: none;
  margin: 14px 0 0;
  float: left;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
}

a.login:hover {
  color: #da291c !important;
}

.OrganisatieLogin .jumbotron {
  margin: 0;
}

.loginbox {
  width: 80%;
  max-width: 450px;
  margin: 5% auto 0;
  background-color: #f9f9f9;
  padding: 1em;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  border-top: 60px solid #231f20;
  position: relative;
}

.loginbox > img {
  position: absolute;
  top: -55px;
  left: 50%;
  margin-left: -75px;
}

.loginbox h2 {
  color: #000;
  font-size: 44px;
  font-size: 4.4rem;
  font-weight: normal;
  color: #777;
  font-family: arial, helvetica, sans-serif;
}

.loginbox form {
  border: none;
  text-align: left;
  margin: 0;
}

.loginbox form fieldset:first-of-type {
  padding-top: 20px;
}

.loginbox form .checkbox input {
  position: relative;
  top: 0.15em;
  margin-bottom: 1em;
}

.loginbox form .checkbox label {
  margin: 0 0 1em 1em;
}

.loginbox form p {
  clear: both;
  display: block;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
}

/* the popup window */
.cc-window, .cc-revoke {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  /* exclude padding when dealing with width */
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  /* by setting the base font here, we can size the rest of the popup using CSS `em` */
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  /* the following are random unjustified styles - just because - should probably be removed */
  z-index: 9999;
}

.cc-window.cc-static {
  position: static;
}

/* 2 basic types of window - floating / banner */
.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  /* 1em == 16px therefore 24em == 384px */
  -ms-flex-direction: column;
      flex-direction: column;
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
      flex-direction: row;
}

.cc-revoke {
  padding: .5em;
}

.cc-revoke:hover {
  text-decoration: underline;
}

.cc-header {
  font-size: 18px;
  font-weight: bold;
}

/* clickable things */
.cc-btn, .cc-link, .cc-close, .cc-revoke {
  cursor: pointer;
}

.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em;
  text-decoration: underline;
}

.cc-link:hover {
  opacity: 1;
}

.cc-link:active, .cc-link:visited {
  color: initial;
}

.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: 0.9em;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}

.cc-banner .cc-btn:last-child {
  min-width: 140px;
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

.cc-highlight .cc-btn:first-child:hover,
.cc-highlight .cc-btn:first-child:focus {
  background-color: transparent;
  text-decoration: underline;
}

.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  /* seeing as this contains text and not an image, the element taller than it is wide (because it is text) */
  /*  - we want it to be a square, because it's acting as an icon */
  /*  - setting the line height normalises the height */
  line-height: .75;
}

.cc-close:hover,
.cc-close:focus {
  opacity: 1;
}

/* This file should contain CSS that modifies the popup layout. */
/* By layout, we mean the physical position of the elements on the popup window, and the margin / padding around those elements. */
.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

/**************************************** FLOATING ****************************************/
/* these classes position the floating element */
.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 1em;
}

/* links that are direct decendants should be displayed as block */
.cc-floating > .cc-link {
  margin-bottom: 1em;
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}

/**************************************** BANNER ****************************************/
.cc-window.cc-banner {
  -ms-flex-align: center;
      align-items: center;
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.cc-banner .cc-message {
  -ms-flex: 1;
      flex: 1;
}

/* COMPLIANCE BOX */
.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.cc-compliance > .cc-btn {
  -ms-flex: 1;
      flex: 1;
}

.cc-btn + .cc-btn {
  margin-left: .5em;
}

@media print {
  .cc-window, .cc-revoke {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}

/* dimensions for 'iPhone6 Plus' and lower */
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner, .cc-window.cc-right, .cc-window.cc-left {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
        flex: 1;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    -ms-flex-align: unset;
        align-items: unset;
  }
}

/* iPhone 6 */
/* iPhone 6 plus */
/* iPhone 5 & 5S */
/* iPhone 2G - 4S */
.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}

.cc-window.cc-invisible {
  opacity: 0;
}

/* only animate ifhas class 'cc-animate' */
.cc-animate.cc-revoke {
  transition: transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-top {
  transform: translateY(0);
}

.cc-animate.cc-revoke.cc-active.cc-bottom {
  transform: translateY(0);
}

.cc-revoke:hover {
  transform: translateY(0);
}

.cc-grower {
  /* Initially we don't want any height, and we want the contents to be hidden */
  max-height: 0;
  overflow: hidden;
  /* Set our transitions up. */
  transition: max-height 1s;
}

/* Classic */
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
      flex: none;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

/* Edgeless */
.cc-theme-edgeless.cc-window {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em;
  margin-bottom: 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

.cc-window {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  bottom: 0;
  -ms-flex-direction: column !important;
      flex-direction: column !important;
  padding: 0.5rem 1em !important;
  border-top: 1px solid #fff;
  font-size: 14px;
  z-index: 1000201;
}

@media only screen and (min-width: 767px) {
  .cc-window {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 0.5rem 1.8em !important;
  }
}

.cc-window a {
  color: #fff !important;
}

.cc-message {
  -ms-flex-positive: 2;
      flex-grow: 2;
}

@media only screen and (min-width: 767px) {
  .cc-message {
    -ms-flex: initial !important;
        flex: initial !important;
  }
}

.cc-compliance {
  margin: 0 auto;
}

@media only screen and (min-width: 767px) {
  .cc-compliance {
    margin: 0 0 0 3rem;
  }
}

.cc-compliance a {
  margin-left: auto;
  background-color: #da291c;
  color: #fff;
  border: 0;
  font-size: 16px;
  line-height: 16px;
  padding: 4px 15px;
}

.cc-compliance a:hover {
  color: #da291c !important;
  background-color: #fff;
  text-decoration: none;
}

@media only screen and (min-width: 767px) {
  .cc-compliance a {
    padding: .4em .8em;
  }
}

.slider {
  z-index: 1;
  width: 100%;
  float: left;
  overflow: hidden;
}

.slider .image img {
  width: 100%;
  height: auto;
}

.slider .sliderItem {
  position: relative;
}

.slider .sliderItem img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 99;
}

.slider .sliderItem .inner {
  position: relative;
  width: 100%;
  z-index: 100;
  top: 0;
  bottom: 0;
}

@media screen and (min-width: 767px) {
  .slider .sliderItem .inner {
    position: absolute;
    width: 90%;
  }
}

.slider .sliderItem .slidertxt {
  position: relative;
  bottom: initial;
  width: 100%;
  z-index: 100;
}

@media screen and (min-width: 767px) {
  .slider .sliderItem .slidertxt {
    position: absolute;
    bottom: 20%;
    width: 31%;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: bold;
    right: 0;
    text-shadow: rgba(0, 0, 0, 0.75) 0 0 10px;
  }
}

@media screen and (min-width: 1300px) {
  .slider .sliderItem .slidertxt {
    font-size: 30px;
    font-size: 3rem;
  }
}

.slider .sliderItem .slidertxt.fullwidth {
  top: 0;
  bottom: auto;
  width: 100%;
  padding: 70px 20px 20px;
  text-align: center;
}

.slider .sliderItem .slidertxt.fullwidth .inner {
  position: static;
}

.slider .sliderItem .slidertxt .slogan {
  display: none;
}

@media screen and (min-width: 767px) {
  .slider .sliderItem .slidertxt .slogan {
    display: block;
    margin-bottom: 1.2rem;
  }
}

.slider .sliderItem .slidertxt .btn {
  text-shadow: none;
  display: block;
  margin-top: 0;
}

@media screen and (min-width: 767px) {
  .slider .sliderItem .slidertxt .btn {
    margin-top: 1rem;
    display: inline-block;
  }
}

.slider .sliderItem .slidertxtplain {
  font-size: 16px;
  font-size: 1.6rem;
}

.slider .sliderItem .slidertxtplain p {
  margin: 0;
  word-break: break-word;
}

.slider .slick-dots {
  bottom: 10px;
  margin: 0;
}

.slider .slick-dots li button:before {
  font-size: 13px;
  color: white;
  opacity: 1;
}

.Home .slider .slick-dots li button:before {
  font-size: 20px;
}

.Home .slider .slick-dots {
  bottom: 32px;
}

.Home .slider .slick-dots li {
  margin: 0 10px;
}

@media (max-width: 767.98px) {
  .Home .slider .slick-dots {
    bottom: 86px;
  }
}

.slider .slick-prev {
  left: 10px;
}

.slider .slick-next {
  right: 10px;
}

.slider.multiple .sliderItem .slidertxtplain {
  max-width: 150px;
  width: 100%;
}

.slider.multiple .sliderItem a,
.slider.multiple .sliderItem a:visited {
  color: #000;
  text-decoration: none;
}

.slider.multiple .sliderItem img {
  width: inherit;
  height: auto;
  margin: 0;
}

.confettie {
  min-height: 100vh;
  position: relative;
}

[class|="confettiParts"] {
  position: absolute;
  z-index: 9;
}

.confettiParts-0 {
  width: 15px;
  height: 6px;
  background-color: #263672;
  top: -10%;
  left: 11%;
  opacity: 1.2826428168;
  transform: rotate(310.723198524deg);
  animation: drop-0 4.4294493024s 1.8638264902s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-0 {
    width: 7.5px;
    height: 3px;
  }
}

@keyframes drop-0 {
  100% {
    top: 110%;
    left: 15%;
  }
}

.confettiParts-1 {
  width: 18px;
  height: 7.2px;
  background-color: #61BC36;
  top: -10%;
  left: 43%;
  opacity: 1.495008905;
  transform: rotate(332.368525211deg);
  animation: drop-1 4.1998387404s 1.7852613688s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-1 {
    width: 9px;
    height: 3.6px;
  }
}

@keyframes drop-1 {
  100% {
    top: 110%;
    left: 48%;
  }
}

.confettiParts-2 {
  width: 16px;
  height: 6.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 98%;
  opacity: 0.746249646;
  transform: rotate(220.965437426deg);
  animation: drop-2 4.7176016289s 1.1517477586s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-2 {
    width: 8px;
    height: 3.2px;
  }
}

@keyframes drop-2 {
  100% {
    top: 110%;
    left: 102%;
  }
}

.confettiParts-3 {
  width: 3px;
  height: 1.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 40%;
  opacity: 1.3207875379;
  transform: rotate(312.212503437deg);
  animation: drop-3 4.2114237829s 1.3475302759s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-3 {
    width: 1.5px;
    height: 0.6px;
  }
}

@keyframes drop-3 {
  100% {
    top: 110%;
    left: 45%;
  }
}

.confettiParts-4 {
  width: 12px;
  height: 4.8px;
  background-color: #61BC36;
  top: -10%;
  left: 77%;
  opacity: 1.1716633364;
  transform: rotate(157.189491037deg);
  animation: drop-4 4.9360128242s 1.9246305805s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-4 {
    width: 6px;
    height: 2.4px;
  }
}

@keyframes drop-4 {
  100% {
    top: 110%;
    left: 79%;
  }
}

.confettiParts-5 {
  width: 16px;
  height: 6.4px;
  background-color: #c9dd03;
  top: -10%;
  left: 32%;
  opacity: 1.2403526089;
  transform: rotate(262.445004648deg);
  animation: drop-5 4.0280246354s 1.7753340589s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-5 {
    width: 8px;
    height: 3.2px;
  }
}

@keyframes drop-5 {
  100% {
    top: 110%;
    left: 36%;
  }
}

.confettiParts-6 {
  width: 16px;
  height: 6.4px;
  background-color: #c9dd03;
  top: -10%;
  left: 37%;
  opacity: 1.1714093514;
  transform: rotate(72.5078643798deg);
  animation: drop-6 4.0543647762s 1.5619932017s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-6 {
    width: 8px;
    height: 3.2px;
  }
}

@keyframes drop-6 {
  100% {
    top: 110%;
    left: 41%;
  }
}

.confettiParts-7 {
  width: 25px;
  height: 10px;
  background-color: #263672;
  top: -10%;
  left: 97%;
  opacity: 0.9702655972;
  transform: rotate(351.245972491deg);
  animation: drop-7 4.6822334511s 1.6359043797s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-7 {
    width: 12.5px;
    height: 5px;
  }
}

@keyframes drop-7 {
  100% {
    top: 110%;
    left: 102%;
  }
}

.confettiParts-8 {
  width: 11px;
  height: 4.4px;
  background-color: #c9dd03;
  top: -10%;
  left: 78%;
  opacity: 0.592546847;
  transform: rotate(328.745059234deg);
  animation: drop-8 4.405248007s 1.1110388449s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-8 {
    width: 5.5px;
    height: 2.2px;
  }
}

@keyframes drop-8 {
  100% {
    top: 110%;
    left: 80%;
  }
}

.confettiParts-9 {
  width: 19px;
  height: 7.6px;
  background-color: #c9dd03;
  top: -10%;
  left: 34%;
  opacity: 1.2886405481;
  transform: rotate(287.778146832deg);
  animation: drop-9 4.0075105046s 1.4273637046s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-9 {
    width: 9.5px;
    height: 3.8px;
  }
}

@keyframes drop-9 {
  100% {
    top: 110%;
    left: 36%;
  }
}

.confettiParts-10 {
  width: 4px;
  height: 1.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 92%;
  opacity: 1.2389127179;
  transform: rotate(203.619080878deg);
  animation: drop-10 4.9211822572s 1.2206359336s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-10 {
    width: 2px;
    height: 0.8px;
  }
}

@keyframes drop-10 {
  100% {
    top: 110%;
    left: 96%;
  }
}

.confettiParts-11 {
  width: 10px;
  height: 4px;
  background-color: #263672;
  top: -10%;
  left: 56%;
  opacity: 0.713683595;
  transform: rotate(61.8059176313deg);
  animation: drop-11 4.814044238s 1.9958792559s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-11 {
    width: 5px;
    height: 2px;
  }
}

@keyframes drop-11 {
  100% {
    top: 110%;
    left: 58%;
  }
}

.confettiParts-12 {
  width: 14px;
  height: 5.6px;
  background-color: #61BC36;
  top: -10%;
  left: 29%;
  opacity: 1.2405249973;
  transform: rotate(191.445321902deg);
  animation: drop-12 4.0526283925s 1.1504462027s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-12 {
    width: 7px;
    height: 2.8px;
  }
}

@keyframes drop-12 {
  100% {
    top: 110%;
    left: 30%;
  }
}

.confettiParts-13 {
  width: 24px;
  height: 9.6px;
  background-color: #61BC36;
  top: -10%;
  left: 93%;
  opacity: 0.7657568222;
  transform: rotate(112.256192449deg);
  animation: drop-13 4.4828776143s 1.046315855s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-13 {
    width: 12px;
    height: 4.8px;
  }
}

@keyframes drop-13 {
  100% {
    top: 110%;
    left: 95%;
  }
}

.confettiParts-14 {
  width: 20px;
  height: 8px;
  background-color: #263672;
  top: -10%;
  left: 88%;
  opacity: 0.8835189517;
  transform: rotate(119.285451284deg);
  animation: drop-14 4.2681754325s 1.349600056s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-14 {
    width: 10px;
    height: 4px;
  }
}

@keyframes drop-14 {
  100% {
    top: 110%;
    left: 93%;
  }
}

.confettiParts-15 {
  width: 23px;
  height: 9.2px;
  background-color: #c9dd03;
  top: -10%;
  left: 94%;
  opacity: 0.5893170646;
  transform: rotate(38.6785605637deg);
  animation: drop-15 4.626349504s 1.9718931523s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-15 {
    width: 11.5px;
    height: 4.6px;
  }
}

@keyframes drop-15 {
  100% {
    top: 110%;
    left: 99%;
  }
}

.confettiParts-16 {
  width: 2px;
  height: 0.8px;
  background-color: #61BC36;
  top: -10%;
  left: 27%;
  opacity: 0.8211512937;
  transform: rotate(234.85080151deg);
  animation: drop-16 4.1285893498s 1.3198269801s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-16 {
    width: 1px;
    height: 0.4px;
  }
}

@keyframes drop-16 {
  100% {
    top: 110%;
    left: 32%;
  }
}

.confettiParts-17 {
  width: 5px;
  height: 2px;
  background-color: #ffbf00;
  top: -10%;
  left: 82%;
  opacity: 0.9572092323;
  transform: rotate(61.7972444577deg);
  animation: drop-17 4.4020210896s 1.6003410549s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-17 {
    width: 2.5px;
    height: 1px;
  }
}

@keyframes drop-17 {
  100% {
    top: 110%;
    left: 87%;
  }
}

.confettiParts-18 {
  width: 2px;
  height: 0.8px;
  background-color: #c9dd03;
  top: -10%;
  left: 12%;
  opacity: 0.6805777052;
  transform: rotate(88.3118171914deg);
  animation: drop-18 4.9675188341s 1.604482162s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-18 {
    width: 1px;
    height: 0.4px;
  }
}

@keyframes drop-18 {
  100% {
    top: 110%;
    left: 15%;
  }
}

.confettiParts-19 {
  width: 4px;
  height: 1.6px;
  background-color: #da291c;
  top: -10%;
  left: 56%;
  opacity: 0.6238823044;
  transform: rotate(106.131572209deg);
  animation: drop-19 4.5772315536s 1.9955118239s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-19 {
    width: 2px;
    height: 0.8px;
  }
}

@keyframes drop-19 {
  100% {
    top: 110%;
    left: 60%;
  }
}

.confettiParts-20 {
  width: 4px;
  height: 1.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 11%;
  opacity: 0.6476303874;
  transform: rotate(339.184064003deg);
  animation: drop-20 4.6589243392s 1.5259249893s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-20 {
    width: 2px;
    height: 0.8px;
  }
}

@keyframes drop-20 {
  100% {
    top: 110%;
    left: 14%;
  }
}

.confettiParts-21 {
  width: 24px;
  height: 9.6px;
  background-color: #263672;
  top: -10%;
  left: 71%;
  opacity: 1.1706625355;
  transform: rotate(7.0548924877deg);
  animation: drop-21 4.0553846738s 1.2704910935s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-21 {
    width: 12px;
    height: 4.8px;
  }
}

@keyframes drop-21 {
  100% {
    top: 110%;
    left: 75%;
  }
}

.confettiParts-22 {
  width: 13px;
  height: 5.2px;
  background-color: #61BC36;
  top: -10%;
  left: 73%;
  opacity: 0.7990733038;
  transform: rotate(138.21777548deg);
  animation: drop-22 4.8982829452s 1.4702140653s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-22 {
    width: 6.5px;
    height: 2.6px;
  }
}

@keyframes drop-22 {
  100% {
    top: 110%;
    left: 76%;
  }
}

.confettiParts-23 {
  width: 19px;
  height: 7.6px;
  background-color: #c9dd03;
  top: -10%;
  left: 78%;
  opacity: 0.5565588748;
  transform: rotate(277.315237548deg);
  animation: drop-23 4.3285045475s 1.2045043961s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-23 {
    width: 9.5px;
    height: 3.8px;
  }
}

@keyframes drop-23 {
  100% {
    top: 110%;
    left: 82%;
  }
}

.confettiParts-24 {
  width: 2px;
  height: 0.8px;
  background-color: #da291c;
  top: -10%;
  left: 59%;
  opacity: 0.8200942304;
  transform: rotate(336.934322836deg);
  animation: drop-24 4.705146126s 1.1420717161s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-24 {
    width: 1px;
    height: 0.4px;
  }
}

@keyframes drop-24 {
  100% {
    top: 110%;
    left: 61%;
  }
}

.confettiParts-25 {
  width: 12px;
  height: 4.8px;
  background-color: #61BC36;
  top: -10%;
  left: 76%;
  opacity: 1.2590186139;
  transform: rotate(263.0071274deg);
  animation: drop-25 4.0096856578s 1.5535212778s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-25 {
    width: 6px;
    height: 2.4px;
  }
}

@keyframes drop-25 {
  100% {
    top: 110%;
    left: 77%;
  }
}

.confettiParts-26 {
  width: 3px;
  height: 1.2px;
  background-color: #263672;
  top: -10%;
  left: 62%;
  opacity: 0.9422926369;
  transform: rotate(284.786330406deg);
  animation: drop-26 4.2799762697s 1.6931718046s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-26 {
    width: 1.5px;
    height: 0.6px;
  }
}

@keyframes drop-26 {
  100% {
    top: 110%;
    left: 66%;
  }
}

.confettiParts-27 {
  width: 6px;
  height: 2.4px;
  background-color: #263672;
  top: -10%;
  left: 5%;
  opacity: 0.7678429736;
  transform: rotate(169.803076511deg);
  animation: drop-27 4.6678168131s 1.2918084402s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-27 {
    width: 3px;
    height: 1.2px;
  }
}

@keyframes drop-27 {
  100% {
    top: 110%;
    left: 10%;
  }
}

.confettiParts-28 {
  width: 3px;
  height: 1.2px;
  background-color: #da291c;
  top: -10%;
  left: 53%;
  opacity: 0.5178101266;
  transform: rotate(307.104410296deg);
  animation: drop-28 4.0866179938s 1.5296552615s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-28 {
    width: 1.5px;
    height: 0.6px;
  }
}

@keyframes drop-28 {
  100% {
    top: 110%;
    left: 57%;
  }
}

.confettiParts-29 {
  width: 20px;
  height: 8px;
  background-color: #61BC36;
  top: -10%;
  left: 32%;
  opacity: 1.114012348;
  transform: rotate(335.018571107deg);
  animation: drop-29 4.2550058229s 1.6900618635s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-29 {
    width: 10px;
    height: 4px;
  }
}

@keyframes drop-29 {
  100% {
    top: 110%;
    left: 33%;
  }
}

.confettiParts-30 {
  width: 4px;
  height: 1.6px;
  background-color: #c9dd03;
  top: -10%;
  left: 2%;
  opacity: 1.2317384755;
  transform: rotate(341.142503903deg);
  animation: drop-30 4.4978808486s 1.1664070812s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-30 {
    width: 2px;
    height: 0.8px;
  }
}

@keyframes drop-30 {
  100% {
    top: 110%;
    left: 4%;
  }
}

.confettiParts-31 {
  width: 25px;
  height: 10px;
  background-color: #ffbf00;
  top: -10%;
  left: 94%;
  opacity: 0.8870383503;
  transform: rotate(201.947097145deg);
  animation: drop-31 4.0892497356s 1.763675689s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-31 {
    width: 12.5px;
    height: 5px;
  }
}

@keyframes drop-31 {
  100% {
    top: 110%;
    left: 96%;
  }
}

.confettiParts-32 {
  width: 15px;
  height: 6px;
  background-color: #da291c;
  top: -10%;
  left: 59%;
  opacity: 1.182036405;
  transform: rotate(214.831460671deg);
  animation: drop-32 4.1215358517s 1.2690804207s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-32 {
    width: 7.5px;
    height: 3px;
  }
}

@keyframes drop-32 {
  100% {
    top: 110%;
    left: 60%;
  }
}

.confettiParts-33 {
  width: 22px;
  height: 8.8px;
  background-color: #263672;
  top: -10%;
  left: 27%;
  opacity: 0.8283727304;
  transform: rotate(208.841273625deg);
  animation: drop-33 4.0417501802s 1.6142383489s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-33 {
    width: 11px;
    height: 4.4px;
  }
}

@keyframes drop-33 {
  100% {
    top: 110%;
    left: 32%;
  }
}

.confettiParts-34 {
  width: 1px;
  height: 0.4px;
  background-color: #61BC36;
  top: -10%;
  left: 53%;
  opacity: 0.8137743758;
  transform: rotate(268.424887536deg);
  animation: drop-34 4.7321844843s 1.1500294317s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-34 {
    width: 0.5px;
    height: 0.2px;
  }
}

@keyframes drop-34 {
  100% {
    top: 110%;
    left: 56%;
  }
}

.confettiParts-35 {
  width: 16px;
  height: 6.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 76%;
  opacity: 0.6316345402;
  transform: rotate(240.416711208deg);
  animation: drop-35 4.2192447023s 1.2927423164s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-35 {
    width: 8px;
    height: 3.2px;
  }
}

@keyframes drop-35 {
  100% {
    top: 110%;
    left: 81%;
  }
}

.confettiParts-36 {
  width: 8px;
  height: 3.2px;
  background-color: #263672;
  top: -10%;
  left: 76%;
  opacity: 0.502171801;
  transform: rotate(331.87513985deg);
  animation: drop-36 4.828223423s 1.245447656s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-36 {
    width: 4px;
    height: 1.6px;
  }
}

@keyframes drop-36 {
  100% {
    top: 110%;
    left: 80%;
  }
}

.confettiParts-37 {
  width: 20px;
  height: 8px;
  background-color: #61BC36;
  top: -10%;
  left: 77%;
  opacity: 1.4474832809;
  transform: rotate(352.295642703deg);
  animation: drop-37 4.9943288053s 1.1479529771s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-37 {
    width: 10px;
    height: 4px;
  }
}

@keyframes drop-37 {
  100% {
    top: 110%;
    left: 79%;
  }
}

.confettiParts-38 {
  width: 2px;
  height: 0.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 19%;
  opacity: 0.5030602176;
  transform: rotate(300.418798234deg);
  animation: drop-38 4.8228698222s 1.4478263249s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-38 {
    width: 1px;
    height: 0.4px;
  }
}

@keyframes drop-38 {
  100% {
    top: 110%;
    left: 20%;
  }
}

.confettiParts-39 {
  width: 25px;
  height: 10px;
  background-color: #61BC36;
  top: -10%;
  left: 100%;
  opacity: 1.4143544146;
  transform: rotate(37.016371889deg);
  animation: drop-39 4.6181865066s 1.1122007296s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-39 {
    width: 12.5px;
    height: 5px;
  }
}

@keyframes drop-39 {
  100% {
    top: 110%;
    left: 102%;
  }
}

.confettiParts-40 {
  width: 11px;
  height: 4.4px;
  background-color: #263672;
  top: -10%;
  left: 2%;
  opacity: 0.7427761475;
  transform: rotate(339.83800679deg);
  animation: drop-40 4.5304051066s 1.8887360569s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-40 {
    width: 5.5px;
    height: 2.2px;
  }
}

@keyframes drop-40 {
  100% {
    top: 110%;
    left: 5%;
  }
}

.confettiParts-41 {
  width: 4px;
  height: 1.6px;
  background-color: #c9dd03;
  top: -10%;
  left: 100%;
  opacity: 1.4646619758;
  transform: rotate(141.223890461deg);
  animation: drop-41 4.5292642206s 1.8640612679s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-41 {
    width: 2px;
    height: 0.8px;
  }
}

@keyframes drop-41 {
  100% {
    top: 110%;
    left: 102%;
  }
}

.confettiParts-42 {
  width: 13px;
  height: 5.2px;
  background-color: #c9dd03;
  top: -10%;
  left: 96%;
  opacity: 0.9616802185;
  transform: rotate(150.280034969deg);
  animation: drop-42 4.9560736779s 1.9963454195s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-42 {
    width: 6.5px;
    height: 2.6px;
  }
}

@keyframes drop-42 {
  100% {
    top: 110%;
    left: 98%;
  }
}

.confettiParts-43 {
  width: 3px;
  height: 1.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 63%;
  opacity: 0.9978860155;
  transform: rotate(232.610259314deg);
  animation: drop-43 4.3407029777s 1.9838411804s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-43 {
    width: 1.5px;
    height: 0.6px;
  }
}

@keyframes drop-43 {
  100% {
    top: 110%;
    left: 65%;
  }
}

.confettiParts-44 {
  width: 7px;
  height: 2.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 13%;
  opacity: 0.8401031692;
  transform: rotate(64.1692147deg);
  animation: drop-44 4.4309263345s 1.2559697985s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-44 {
    width: 3.5px;
    height: 1.4px;
  }
}

@keyframes drop-44 {
  100% {
    top: 110%;
    left: 14%;
  }
}

.confettiParts-45 {
  width: 9px;
  height: 3.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 75%;
  opacity: 0.890475842;
  transform: rotate(98.6889627625deg);
  animation: drop-45 4.5178947177s 1.960841908s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-45 {
    width: 4.5px;
    height: 1.8px;
  }
}

@keyframes drop-45 {
  100% {
    top: 110%;
    left: 77%;
  }
}

.confettiParts-46 {
  width: 20px;
  height: 8px;
  background-color: #263672;
  top: -10%;
  left: 24%;
  opacity: 0.8708131924;
  transform: rotate(127.019542818deg);
  animation: drop-46 4.3704873604s 1.9746678712s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-46 {
    width: 10px;
    height: 4px;
  }
}

@keyframes drop-46 {
  100% {
    top: 110%;
    left: 26%;
  }
}

.confettiParts-47 {
  width: 21px;
  height: 8.4px;
  background-color: #c9dd03;
  top: -10%;
  left: 31%;
  opacity: 0.9525792954;
  transform: rotate(253.103341102deg);
  animation: drop-47 4.7113724812s 1.4325471996s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-47 {
    width: 10.5px;
    height: 4.2px;
  }
}

@keyframes drop-47 {
  100% {
    top: 110%;
    left: 35%;
  }
}

.confettiParts-48 {
  width: 23px;
  height: 9.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 67%;
  opacity: 1.3494026597;
  transform: rotate(79.5772889373deg);
  animation: drop-48 4.0262062229s 1.1667659546s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-48 {
    width: 11.5px;
    height: 4.6px;
  }
}

@keyframes drop-48 {
  100% {
    top: 110%;
    left: 72%;
  }
}

.confettiParts-49 {
  width: 10px;
  height: 4px;
  background-color: #263672;
  top: -10%;
  left: 75%;
  opacity: 0.989138944;
  transform: rotate(179.8371124deg);
  animation: drop-49 4.8999093296s 1.8634867906s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-49 {
    width: 5px;
    height: 2px;
  }
}

@keyframes drop-49 {
  100% {
    top: 110%;
    left: 79%;
  }
}

.confettiParts-50 {
  width: 21px;
  height: 8.4px;
  background-color: #da291c;
  top: -10%;
  left: 42%;
  opacity: 1.16321242;
  transform: rotate(335.184871004deg);
  animation: drop-50 4.686677758s 1.9159579362s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-50 {
    width: 10.5px;
    height: 4.2px;
  }
}

@keyframes drop-50 {
  100% {
    top: 110%;
    left: 43%;
  }
}

.confettiParts-51 {
  width: 21px;
  height: 8.4px;
  background-color: #263672;
  top: -10%;
  left: 36%;
  opacity: 0.5866045196;
  transform: rotate(53.8414579969deg);
  animation: drop-51 4.0151605318s 1.6730311321s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-51 {
    width: 10.5px;
    height: 4.2px;
  }
}

@keyframes drop-51 {
  100% {
    top: 110%;
    left: 37%;
  }
}

.confettiParts-52 {
  width: 15px;
  height: 6px;
  background-color: #da291c;
  top: -10%;
  left: 26%;
  opacity: 0.9326784158;
  transform: rotate(300.96293627deg);
  animation: drop-52 4.8779575589s 1.9062237254s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-52 {
    width: 7.5px;
    height: 3px;
  }
}

@keyframes drop-52 {
  100% {
    top: 110%;
    left: 27%;
  }
}

.confettiParts-53 {
  width: 25px;
  height: 10px;
  background-color: #ffbf00;
  top: -10%;
  left: 12%;
  opacity: 0.8153769739;
  transform: rotate(314.247915338deg);
  animation: drop-53 4.514689274s 1.3930085318s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-53 {
    width: 12.5px;
    height: 5px;
  }
}

@keyframes drop-53 {
  100% {
    top: 110%;
    left: 15%;
  }
}

.confettiParts-54 {
  width: 1px;
  height: 0.4px;
  background-color: #61BC36;
  top: -10%;
  left: 6%;
  opacity: 0.7023813839;
  transform: rotate(213.019676388deg);
  animation: drop-54 4.0086462451s 1.286841622s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-54 {
    width: 0.5px;
    height: 0.2px;
  }
}

@keyframes drop-54 {
  100% {
    top: 110%;
    left: 11%;
  }
}

.confettiParts-55 {
  width: 16px;
  height: 6.4px;
  background-color: #c9dd03;
  top: -10%;
  left: 10%;
  opacity: 0.8242442293;
  transform: rotate(41.7104837466deg);
  animation: drop-55 4.4897246704s 1.5478710636s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-55 {
    width: 8px;
    height: 3.2px;
  }
}

@keyframes drop-55 {
  100% {
    top: 110%;
    left: 12%;
  }
}

.confettiParts-56 {
  width: 22px;
  height: 8.8px;
  background-color: #c9dd03;
  top: -10%;
  left: 68%;
  opacity: 0.6606046579;
  transform: rotate(26.0229253183deg);
  animation: drop-56 4.6078012818s 1.5046255179s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-56 {
    width: 11px;
    height: 4.4px;
  }
}

@keyframes drop-56 {
  100% {
    top: 110%;
    left: 69%;
  }
}

.confettiParts-57 {
  width: 14px;
  height: 5.6px;
  background-color: #61BC36;
  top: -10%;
  left: 48%;
  opacity: 0.7960552794;
  transform: rotate(82.3627950816deg);
  animation: drop-57 4.2626895955s 1.5538932624s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-57 {
    width: 7px;
    height: 2.8px;
  }
}

@keyframes drop-57 {
  100% {
    top: 110%;
    left: 49%;
  }
}

.confettiParts-58 {
  width: 1px;
  height: 0.4px;
  background-color: #61BC36;
  top: -10%;
  left: 17%;
  opacity: 1.3390234949;
  transform: rotate(293.297581118deg);
  animation: drop-58 4.5127664593s 1.7429508886s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-58 {
    width: 0.5px;
    height: 0.2px;
  }
}

@keyframes drop-58 {
  100% {
    top: 110%;
    left: 18%;
  }
}

.confettiParts-59 {
  width: 7px;
  height: 2.8px;
  background-color: #da291c;
  top: -10%;
  left: 75%;
  opacity: 0.8711840404;
  transform: rotate(311.895848635deg);
  animation: drop-59 4.9977163657s 1.3078233149s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-59 {
    width: 3.5px;
    height: 1.4px;
  }
}

@keyframes drop-59 {
  100% {
    top: 110%;
    left: 79%;
  }
}

.confettiParts-60 {
  width: 24px;
  height: 9.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 86%;
  opacity: 0.7990295316;
  transform: rotate(232.921227021deg);
  animation: drop-60 4.6527494011s 1.9665233276s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-60 {
    width: 12px;
    height: 4.8px;
  }
}

@keyframes drop-60 {
  100% {
    top: 110%;
    left: 89%;
  }
}

.confettiParts-61 {
  width: 16px;
  height: 6.4px;
  background-color: #263672;
  top: -10%;
  left: 79%;
  opacity: 1.3825642701;
  transform: rotate(175.900134366deg);
  animation: drop-61 4.3119860879s 1.2927275086s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-61 {
    width: 8px;
    height: 3.2px;
  }
}

@keyframes drop-61 {
  100% {
    top: 110%;
    left: 83%;
  }
}

.confettiParts-62 {
  width: 7px;
  height: 2.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 43%;
  opacity: 0.914284392;
  transform: rotate(36.5292044296deg);
  animation: drop-62 4.6695380749s 1.5702746076s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-62 {
    width: 3.5px;
    height: 1.4px;
  }
}

@keyframes drop-62 {
  100% {
    top: 110%;
    left: 46%;
  }
}

.confettiParts-63 {
  width: 19px;
  height: 7.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 53%;
  opacity: 0.8543849996;
  transform: rotate(207.785692746deg);
  animation: drop-63 4.3583277945s 1.0636270539s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-63 {
    width: 9.5px;
    height: 3.8px;
  }
}

@keyframes drop-63 {
  100% {
    top: 110%;
    left: 57%;
  }
}

.confettiParts-64 {
  width: 23px;
  height: 9.2px;
  background-color: #da291c;
  top: -10%;
  left: 91%;
  opacity: 1.2667057626;
  transform: rotate(258.608495139deg);
  animation: drop-64 4.374585374s 1.8023260705s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-64 {
    width: 11.5px;
    height: 4.6px;
  }
}

@keyframes drop-64 {
  100% {
    top: 110%;
    left: 92%;
  }
}

.confettiParts-65 {
  width: 7px;
  height: 2.8px;
  background-color: #c9dd03;
  top: -10%;
  left: 91%;
  opacity: 0.7458195891;
  transform: rotate(231.260056816deg);
  animation: drop-65 4.9269563847s 1.495946487s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-65 {
    width: 3.5px;
    height: 1.4px;
  }
}

@keyframes drop-65 {
  100% {
    top: 110%;
    left: 94%;
  }
}

.confettiParts-66 {
  width: 15px;
  height: 6px;
  background-color: #ffbf00;
  top: -10%;
  left: 60%;
  opacity: 0.7703396023;
  transform: rotate(57.5720290873deg);
  animation: drop-66 4.3443549124s 1.793643678s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-66 {
    width: 7.5px;
    height: 3px;
  }
}

@keyframes drop-66 {
  100% {
    top: 110%;
    left: 64%;
  }
}

.confettiParts-67 {
  width: 10px;
  height: 4px;
  background-color: #61BC36;
  top: -10%;
  left: 30%;
  opacity: 0.8547883569;
  transform: rotate(279.065588556deg);
  animation: drop-67 4.1692522713s 1.3349247907s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-67 {
    width: 5px;
    height: 2px;
  }
}

@keyframes drop-67 {
  100% {
    top: 110%;
    left: 34%;
  }
}

.confettiParts-68 {
  width: 13px;
  height: 5.2px;
  background-color: #da291c;
  top: -10%;
  left: 28%;
  opacity: 1.0263293516;
  transform: rotate(98.5452517386deg);
  animation: drop-68 4.5036265685s 1.7917565328s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-68 {
    width: 6.5px;
    height: 2.6px;
  }
}

@keyframes drop-68 {
  100% {
    top: 110%;
    left: 29%;
  }
}

.confettiParts-69 {
  width: 17px;
  height: 6.8px;
  background-color: #263672;
  top: -10%;
  left: 21%;
  opacity: 1.236054179;
  transform: rotate(176.822879729deg);
  animation: drop-69 4.6368364625s 1.8951958187s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-69 {
    width: 8.5px;
    height: 3.4px;
  }
}

@keyframes drop-69 {
  100% {
    top: 110%;
    left: 25%;
  }
}

.confettiParts-70 {
  width: 7px;
  height: 2.8px;
  background-color: #263672;
  top: -10%;
  left: 72%;
  opacity: 1.0109371456;
  transform: rotate(267.485525277deg);
  animation: drop-70 4.6812963602s 1.2539157432s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-70 {
    width: 3.5px;
    height: 1.4px;
  }
}

@keyframes drop-70 {
  100% {
    top: 110%;
    left: 76%;
  }
}

.confettiParts-71 {
  width: 7px;
  height: 2.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 90%;
  opacity: 0.5196595652;
  transform: rotate(351.981554525deg);
  animation: drop-71 4.3515576566s 1.2089639516s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-71 {
    width: 3.5px;
    height: 1.4px;
  }
}

@keyframes drop-71 {
  100% {
    top: 110%;
    left: 91%;
  }
}

.confettiParts-72 {
  width: 8px;
  height: 3.2px;
  background-color: #da291c;
  top: -10%;
  left: 89%;
  opacity: 0.9941661423;
  transform: rotate(40.12733047deg);
  animation: drop-72 4.6649543689s 1.2847833684s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-72 {
    width: 4px;
    height: 1.6px;
  }
}

@keyframes drop-72 {
  100% {
    top: 110%;
    left: 93%;
  }
}

.confettiParts-73 {
  width: 17px;
  height: 6.8px;
  background-color: #da291c;
  top: -10%;
  left: 90%;
  opacity: 1.1440340078;
  transform: rotate(324.366413173deg);
  animation: drop-73 4.7632436409s 1.9754070956s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-73 {
    width: 8.5px;
    height: 3.4px;
  }
}

@keyframes drop-73 {
  100% {
    top: 110%;
    left: 94%;
  }
}

.confettiParts-74 {
  width: 11px;
  height: 4.4px;
  background-color: #263672;
  top: -10%;
  left: 95%;
  opacity: 1.2476768354;
  transform: rotate(208.684606167deg);
  animation: drop-74 4.9236243553s 1.3154287558s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-74 {
    width: 5.5px;
    height: 2.2px;
  }
}

@keyframes drop-74 {
  100% {
    top: 110%;
    left: 99%;
  }
}

.confettiParts-75 {
  width: 11px;
  height: 4.4px;
  background-color: #c9dd03;
  top: -10%;
  left: 31%;
  opacity: 0.8514671187;
  transform: rotate(269.623963169deg);
  animation: drop-75 4.9300210612s 1.8439328421s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-75 {
    width: 5.5px;
    height: 2.2px;
  }
}

@keyframes drop-75 {
  100% {
    top: 110%;
    left: 36%;
  }
}

.confettiParts-76 {
  width: 1px;
  height: 0.4px;
  background-color: #61BC36;
  top: -10%;
  left: 12%;
  opacity: 0.6903195884;
  transform: rotate(56.2256637528deg);
  animation: drop-76 4.1091386675s 1.037274788s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-76 {
    width: 0.5px;
    height: 0.2px;
  }
}

@keyframes drop-76 {
  100% {
    top: 110%;
    left: 13%;
  }
}

.confettiParts-77 {
  width: 21px;
  height: 8.4px;
  background-color: #61BC36;
  top: -10%;
  left: 92%;
  opacity: 0.9716452396;
  transform: rotate(97.608198706deg);
  animation: drop-77 4.8784385183s 1.7711555553s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-77 {
    width: 10.5px;
    height: 4.2px;
  }
}

@keyframes drop-77 {
  100% {
    top: 110%;
    left: 96%;
  }
}

.confettiParts-78 {
  width: 6px;
  height: 2.4px;
  background-color: #c9dd03;
  top: -10%;
  left: 20%;
  opacity: 0.973330807;
  transform: rotate(180.745030778deg);
  animation: drop-78 4.8020853347s 1.3120341385s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-78 {
    width: 3px;
    height: 1.2px;
  }
}

@keyframes drop-78 {
  100% {
    top: 110%;
    left: 22%;
  }
}

.confettiParts-79 {
  width: 14px;
  height: 5.6px;
  background-color: #61BC36;
  top: -10%;
  left: 79%;
  opacity: 0.5015436469;
  transform: rotate(243.059692945deg);
  animation: drop-79 4.1326652458s 1.259116882s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-79 {
    width: 7px;
    height: 2.8px;
  }
}

@keyframes drop-79 {
  100% {
    top: 110%;
    left: 83%;
  }
}

.confettiParts-80 {
  width: 21px;
  height: 8.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 80%;
  opacity: 1.4217547867;
  transform: rotate(336.158760707deg);
  animation: drop-80 4.2246803882s 1.6327713808s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-80 {
    width: 10.5px;
    height: 4.2px;
  }
}

@keyframes drop-80 {
  100% {
    top: 110%;
    left: 85%;
  }
}

.confettiParts-81 {
  width: 13px;
  height: 5.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 10%;
  opacity: 1.2154192546;
  transform: rotate(139.298483751deg);
  animation: drop-81 4.5184904733s 1.1615916261s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-81 {
    width: 6.5px;
    height: 2.6px;
  }
}

@keyframes drop-81 {
  100% {
    top: 110%;
    left: 15%;
  }
}

.confettiParts-82 {
  width: 1px;
  height: 0.4px;
  background-color: #c9dd03;
  top: -10%;
  left: 42%;
  opacity: 1.0589185987;
  transform: rotate(219.956611906deg);
  animation: drop-82 4.0402906306s 1.2735924455s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-82 {
    width: 0.5px;
    height: 0.2px;
  }
}

@keyframes drop-82 {
  100% {
    top: 110%;
    left: 45%;
  }
}

.confettiParts-83 {
  width: 4px;
  height: 1.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 98%;
  opacity: 1.0017314631;
  transform: rotate(133.131155602deg);
  animation: drop-83 4.821500044s 1.0640766572s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-83 {
    width: 2px;
    height: 0.8px;
  }
}

@keyframes drop-83 {
  100% {
    top: 110%;
    left: 102%;
  }
}

.confettiParts-84 {
  width: 23px;
  height: 9.2px;
  background-color: #da291c;
  top: -10%;
  left: 48%;
  opacity: 0.818767602;
  transform: rotate(210.120862514deg);
  animation: drop-84 4.0907157855s 1.1010085238s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-84 {
    width: 11.5px;
    height: 4.6px;
  }
}

@keyframes drop-84 {
  100% {
    top: 110%;
    left: 52%;
  }
}

.confettiParts-85 {
  width: 17px;
  height: 6.8px;
  background-color: #61BC36;
  top: -10%;
  left: 63%;
  opacity: 1.3844398746;
  transform: rotate(238.063978764deg);
  animation: drop-85 4.6500896838s 1.6653433546s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-85 {
    width: 8.5px;
    height: 3.4px;
  }
}

@keyframes drop-85 {
  100% {
    top: 110%;
    left: 68%;
  }
}

.confettiParts-86 {
  width: 11px;
  height: 4.4px;
  background-color: #61BC36;
  top: -10%;
  left: 93%;
  opacity: 0.6470035174;
  transform: rotate(328.888673925deg);
  animation: drop-86 4.1968258663s 1.1295388405s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-86 {
    width: 5.5px;
    height: 2.2px;
  }
}

@keyframes drop-86 {
  100% {
    top: 110%;
    left: 98%;
  }
}

.confettiParts-87 {
  width: 22px;
  height: 8.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 95%;
  opacity: 0.6562605116;
  transform: rotate(327.211036245deg);
  animation: drop-87 4.9855623102s 1.0108629455s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-87 {
    width: 11px;
    height: 4.4px;
  }
}

@keyframes drop-87 {
  100% {
    top: 110%;
    left: 100%;
  }
}

.confettiParts-88 {
  width: 22px;
  height: 8.8px;
  background-color: #da291c;
  top: -10%;
  left: 95%;
  opacity: 1.4350609722;
  transform: rotate(278.877584894deg);
  animation: drop-88 4.6194071953s 1.4527820607s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-88 {
    width: 11px;
    height: 4.4px;
  }
}

@keyframes drop-88 {
  100% {
    top: 110%;
    left: 96%;
  }
}

.confettiParts-89 {
  width: 22px;
  height: 8.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 4%;
  opacity: 0.8072226176;
  transform: rotate(158.366082913deg);
  animation: drop-89 4.6990966195s 1.1975207582s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-89 {
    width: 11px;
    height: 4.4px;
  }
}

@keyframes drop-89 {
  100% {
    top: 110%;
    left: 6%;
  }
}

.confettiParts-90 {
  width: 1px;
  height: 0.4px;
  background-color: #c9dd03;
  top: -10%;
  left: 65%;
  opacity: 0.8975657598;
  transform: rotate(254.183867112deg);
  animation: drop-90 4.0348184977s 1.472934079s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-90 {
    width: 0.5px;
    height: 0.2px;
  }
}

@keyframes drop-90 {
  100% {
    top: 110%;
    left: 68%;
  }
}

.confettiParts-91 {
  width: 7px;
  height: 2.8px;
  background-color: #da291c;
  top: -10%;
  left: 12%;
  opacity: 1.1402526379;
  transform: rotate(118.139070809deg);
  animation: drop-91 4.8290530513s 1.9672893875s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-91 {
    width: 3.5px;
    height: 1.4px;
  }
}

@keyframes drop-91 {
  100% {
    top: 110%;
    left: 14%;
  }
}

.confettiParts-92 {
  width: 22px;
  height: 8.8px;
  background-color: #c9dd03;
  top: -10%;
  left: 34%;
  opacity: 1.0356044719;
  transform: rotate(170.758648709deg);
  animation: drop-92 4.2973644746s 1.7673739231s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-92 {
    width: 11px;
    height: 4.4px;
  }
}

@keyframes drop-92 {
  100% {
    top: 110%;
    left: 37%;
  }
}

.confettiParts-93 {
  width: 5px;
  height: 2px;
  background-color: #c9dd03;
  top: -10%;
  left: 7%;
  opacity: 0.605317915;
  transform: rotate(325.985269989deg);
  animation: drop-93 4.5033908611s 1.8816076236s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-93 {
    width: 2.5px;
    height: 1px;
  }
}

@keyframes drop-93 {
  100% {
    top: 110%;
    left: 8%;
  }
}

.confettiParts-94 {
  width: 15px;
  height: 6px;
  background-color: #61BC36;
  top: -10%;
  left: 35%;
  opacity: 1.082961247;
  transform: rotate(160.790008845deg);
  animation: drop-94 4.6801108191s 1.4695117965s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-94 {
    width: 7.5px;
    height: 3px;
  }
}

@keyframes drop-94 {
  100% {
    top: 110%;
    left: 38%;
  }
}

.confettiParts-95 {
  width: 24px;
  height: 9.6px;
  background-color: #61BC36;
  top: -10%;
  left: 95%;
  opacity: 0.941930803;
  transform: rotate(331.288555623deg);
  animation: drop-95 4.9304991844s 1.5115385803s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-95 {
    width: 12px;
    height: 4.8px;
  }
}

@keyframes drop-95 {
  100% {
    top: 110%;
    left: 98%;
  }
}

.confettiParts-96 {
  width: 14px;
  height: 5.6px;
  background-color: #c9dd03;
  top: -10%;
  left: 23%;
  opacity: 1.4628944386;
  transform: rotate(64.4381605036deg);
  animation: drop-96 4.6654205891s 1.7387320619s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-96 {
    width: 7px;
    height: 2.8px;
  }
}

@keyframes drop-96 {
  100% {
    top: 110%;
    left: 25%;
  }
}

.confettiParts-97 {
  width: 16px;
  height: 6.4px;
  background-color: #61BC36;
  top: -10%;
  left: 94%;
  opacity: 1.02569425;
  transform: rotate(37.2148862809deg);
  animation: drop-97 4.8345207379s 1.0600959898s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-97 {
    width: 8px;
    height: 3.2px;
  }
}

@keyframes drop-97 {
  100% {
    top: 110%;
    left: 99%;
  }
}

.confettiParts-98 {
  width: 1px;
  height: 0.4px;
  background-color: #da291c;
  top: -10%;
  left: 29%;
  opacity: 1.2318294466;
  transform: rotate(118.641677639deg);
  animation: drop-98 4.3125061691s 1.3449798702s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-98 {
    width: 0.5px;
    height: 0.2px;
  }
}

@keyframes drop-98 {
  100% {
    top: 110%;
    left: 31%;
  }
}

.confettiParts-99 {
  width: 15px;
  height: 6px;
  background-color: #61BC36;
  top: -10%;
  left: 26%;
  opacity: 0.7096902375;
  transform: rotate(98.4677171743deg);
  animation: drop-99 4.9876361324s 1.2677416498s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-99 {
    width: 7.5px;
    height: 3px;
  }
}

@keyframes drop-99 {
  100% {
    top: 110%;
    left: 27%;
  }
}

.confettiParts-100 {
  width: 16px;
  height: 6.4px;
  background-color: #da291c;
  top: -10%;
  left: 65%;
  opacity: 1.4489279607;
  transform: rotate(338.428116189deg);
  animation: drop-100 4.7427959696s 1.729425719s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-100 {
    width: 8px;
    height: 3.2px;
  }
}

@keyframes drop-100 {
  100% {
    top: 110%;
    left: 69%;
  }
}

.confettiParts-101 {
  width: 3px;
  height: 1.2px;
  background-color: #61BC36;
  top: -10%;
  left: 82%;
  opacity: 1.2145331132;
  transform: rotate(164.817311405deg);
  animation: drop-101 4.8537997652s 1.0418958075s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-101 {
    width: 1.5px;
    height: 0.6px;
  }
}

@keyframes drop-101 {
  100% {
    top: 110%;
    left: 84%;
  }
}

.confettiParts-102 {
  width: 8px;
  height: 3.2px;
  background-color: #c9dd03;
  top: -10%;
  left: 18%;
  opacity: 1.4972819769;
  transform: rotate(343.391048595deg);
  animation: drop-102 4.9574917213s 1.0574154874s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-102 {
    width: 4px;
    height: 1.6px;
  }
}

@keyframes drop-102 {
  100% {
    top: 110%;
    left: 20%;
  }
}

.confettiParts-103 {
  width: 10px;
  height: 4px;
  background-color: #263672;
  top: -10%;
  left: 62%;
  opacity: 1.3245544775;
  transform: rotate(325.069558328deg);
  animation: drop-103 4.0561761736s 1.6900418637s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-103 {
    width: 5px;
    height: 2px;
  }
}

@keyframes drop-103 {
  100% {
    top: 110%;
    left: 65%;
  }
}

.confettiParts-104 {
  width: 24px;
  height: 9.6px;
  background-color: #c9dd03;
  top: -10%;
  left: 64%;
  opacity: 1.4270551208;
  transform: rotate(69.8982661656deg);
  animation: drop-104 4.6716990288s 1.3456743412s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-104 {
    width: 12px;
    height: 4.8px;
  }
}

@keyframes drop-104 {
  100% {
    top: 110%;
    left: 66%;
  }
}

.confettiParts-105 {
  width: 21px;
  height: 8.4px;
  background-color: #61BC36;
  top: -10%;
  left: 11%;
  opacity: 1.0034809426;
  transform: rotate(318.256128519deg);
  animation: drop-105 4.5362518175s 1.6835521617s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-105 {
    width: 10.5px;
    height: 4.2px;
  }
}

@keyframes drop-105 {
  100% {
    top: 110%;
    left: 12%;
  }
}

.confettiParts-106 {
  width: 10px;
  height: 4px;
  background-color: #da291c;
  top: -10%;
  left: 36%;
  opacity: 0.808411588;
  transform: rotate(114.357815323deg);
  animation: drop-106 4.9403852796s 1.7888037522s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-106 {
    width: 5px;
    height: 2px;
  }
}

@keyframes drop-106 {
  100% {
    top: 110%;
    left: 41%;
  }
}

.confettiParts-107 {
  width: 11px;
  height: 4.4px;
  background-color: #61BC36;
  top: -10%;
  left: 17%;
  opacity: 1.2673712209;
  transform: rotate(69.8342766557deg);
  animation: drop-107 4.8192763905s 1.261112505s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-107 {
    width: 5.5px;
    height: 2.2px;
  }
}

@keyframes drop-107 {
  100% {
    top: 110%;
    left: 18%;
  }
}

.confettiParts-108 {
  width: 19px;
  height: 7.6px;
  background-color: #263672;
  top: -10%;
  left: 95%;
  opacity: 0.7391292889;
  transform: rotate(246.431682687deg);
  animation: drop-108 4.6931325514s 1.8080848412s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-108 {
    width: 9.5px;
    height: 3.8px;
  }
}

@keyframes drop-108 {
  100% {
    top: 110%;
    left: 99%;
  }
}

.confettiParts-109 {
  width: 1px;
  height: 0.4px;
  background-color: #61BC36;
  top: -10%;
  left: 44%;
  opacity: 0.7679239826;
  transform: rotate(97.9021813645deg);
  animation: drop-109 4.542380887s 1.5329985941s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-109 {
    width: 0.5px;
    height: 0.2px;
  }
}

@keyframes drop-109 {
  100% {
    top: 110%;
    left: 49%;
  }
}

.confettiParts-110 {
  width: 22px;
  height: 8.8px;
  background-color: #c9dd03;
  top: -10%;
  left: 27%;
  opacity: 0.5045972069;
  transform: rotate(207.974478277deg);
  animation: drop-110 4.2710934423s 1.2399504727s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-110 {
    width: 11px;
    height: 4.4px;
  }
}

@keyframes drop-110 {
  100% {
    top: 110%;
    left: 30%;
  }
}

.confettiParts-111 {
  width: 6px;
  height: 2.4px;
  background-color: #c9dd03;
  top: -10%;
  left: 45%;
  opacity: 1.1921466068;
  transform: rotate(40.939938256deg);
  animation: drop-111 4.222764007s 1.1820623516s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-111 {
    width: 3px;
    height: 1.2px;
  }
}

@keyframes drop-111 {
  100% {
    top: 110%;
    left: 48%;
  }
}

.confettiParts-112 {
  width: 4px;
  height: 1.6px;
  background-color: #c9dd03;
  top: -10%;
  left: 49%;
  opacity: 1.0958728704;
  transform: rotate(85.9232316825deg);
  animation: drop-112 4.7168847454s 1.9746251584s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-112 {
    width: 2px;
    height: 0.8px;
  }
}

@keyframes drop-112 {
  100% {
    top: 110%;
    left: 53%;
  }
}

.confettiParts-113 {
  width: 25px;
  height: 10px;
  background-color: #263672;
  top: -10%;
  left: 70%;
  opacity: 0.7759834227;
  transform: rotate(288.688093412deg);
  animation: drop-113 4.0401447242s 1.3156052306s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-113 {
    width: 12.5px;
    height: 5px;
  }
}

@keyframes drop-113 {
  100% {
    top: 110%;
    left: 72%;
  }
}

.confettiParts-114 {
  width: 25px;
  height: 10px;
  background-color: #61BC36;
  top: -10%;
  left: 89%;
  opacity: 0.5074027573;
  transform: rotate(4.7035419423deg);
  animation: drop-114 4.7681935514s 1.1225908976s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-114 {
    width: 12.5px;
    height: 5px;
  }
}

@keyframes drop-114 {
  100% {
    top: 110%;
    left: 93%;
  }
}

.confettiParts-115 {
  width: 18px;
  height: 7.2px;
  background-color: #c9dd03;
  top: -10%;
  left: 45%;
  opacity: 0.9406809477;
  transform: rotate(17.5369314983deg);
  animation: drop-115 4.6976458763s 1.10885801s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-115 {
    width: 9px;
    height: 3.6px;
  }
}

@keyframes drop-115 {
  100% {
    top: 110%;
    left: 47%;
  }
}

.confettiParts-116 {
  width: 8px;
  height: 3.2px;
  background-color: #263672;
  top: -10%;
  left: 33%;
  opacity: 1.4557447751;
  transform: rotate(83.5192594975deg);
  animation: drop-116 4.723937064s 1.3599193093s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-116 {
    width: 4px;
    height: 1.6px;
  }
}

@keyframes drop-116 {
  100% {
    top: 110%;
    left: 35%;
  }
}

.confettiParts-117 {
  width: 5px;
  height: 2px;
  background-color: #61BC36;
  top: -10%;
  left: 40%;
  opacity: 1.4618207632;
  transform: rotate(267.014928233deg);
  animation: drop-117 4.1682068756s 1.3273778414s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-117 {
    width: 2.5px;
    height: 1px;
  }
}

@keyframes drop-117 {
  100% {
    top: 110%;
    left: 43%;
  }
}

.confettiParts-118 {
  width: 23px;
  height: 9.2px;
  background-color: #61BC36;
  top: -10%;
  left: 90%;
  opacity: 0.8008362918;
  transform: rotate(187.061002987deg);
  animation: drop-118 4.6223646089s 1.8887442068s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-118 {
    width: 11.5px;
    height: 4.6px;
  }
}

@keyframes drop-118 {
  100% {
    top: 110%;
    left: 92%;
  }
}

.confettiParts-119 {
  width: 12px;
  height: 4.8px;
  background-color: #61BC36;
  top: -10%;
  left: 90%;
  opacity: 0.6230974102;
  transform: rotate(321.594041144deg);
  animation: drop-119 4.2295800304s 1.8764701886s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-119 {
    width: 6px;
    height: 2.4px;
  }
}

@keyframes drop-119 {
  100% {
    top: 110%;
    left: 91%;
  }
}

.confettiParts-120 {
  width: 21px;
  height: 8.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 38%;
  opacity: 1.309546748;
  transform: rotate(252.379080818deg);
  animation: drop-120 4.8573735859s 1.5182041747s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-120 {
    width: 10.5px;
    height: 4.2px;
  }
}

@keyframes drop-120 {
  100% {
    top: 110%;
    left: 40%;
  }
}

.confettiParts-121 {
  width: 12px;
  height: 4.8px;
  background-color: #c9dd03;
  top: -10%;
  left: 52%;
  opacity: 0.8900379127;
  transform: rotate(335.694729317deg);
  animation: drop-121 4.417755209s 1.1520304773s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-121 {
    width: 6px;
    height: 2.4px;
  }
}

@keyframes drop-121 {
  100% {
    top: 110%;
    left: 55%;
  }
}

.confettiParts-122 {
  width: 17px;
  height: 6.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 46%;
  opacity: 0.8179149222;
  transform: rotate(113.642080355deg);
  animation: drop-122 4.5741723645s 1.7862435586s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-122 {
    width: 8.5px;
    height: 3.4px;
  }
}

@keyframes drop-122 {
  100% {
    top: 110%;
    left: 47%;
  }
}

.confettiParts-123 {
  width: 7px;
  height: 2.8px;
  background-color: #61BC36;
  top: -10%;
  left: 43%;
  opacity: 1.4948671368;
  transform: rotate(133.09294642deg);
  animation: drop-123 4.1262464279s 1.1065229755s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-123 {
    width: 3.5px;
    height: 1.4px;
  }
}

@keyframes drop-123 {
  100% {
    top: 110%;
    left: 47%;
  }
}

.confettiParts-124 {
  width: 14px;
  height: 5.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 38%;
  opacity: 1.3814638191;
  transform: rotate(11.3794363644deg);
  animation: drop-124 4.2359839219s 1.9508379004s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-124 {
    width: 7px;
    height: 2.8px;
  }
}

@keyframes drop-124 {
  100% {
    top: 110%;
    left: 42%;
  }
}

.confettiParts-125 {
  width: 24px;
  height: 9.6px;
  background-color: #c9dd03;
  top: -10%;
  left: 23%;
  opacity: 0.7136824696;
  transform: rotate(239.3727651deg);
  animation: drop-125 4.2369608606s 1.1636141564s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-125 {
    width: 12px;
    height: 4.8px;
  }
}

@keyframes drop-125 {
  100% {
    top: 110%;
    left: 24%;
  }
}

.confettiParts-126 {
  width: 18px;
  height: 7.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 54%;
  opacity: 0.5068174428;
  transform: rotate(237.351680763deg);
  animation: drop-126 4.1424915234s 1.2158910842s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-126 {
    width: 9px;
    height: 3.6px;
  }
}

@keyframes drop-126 {
  100% {
    top: 110%;
    left: 58%;
  }
}

.confettiParts-127 {
  width: 21px;
  height: 8.4px;
  background-color: #263672;
  top: -10%;
  left: 58%;
  opacity: 0.8501662742;
  transform: rotate(348.984505156deg);
  animation: drop-127 4.4455489538s 1.2772965094s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-127 {
    width: 10.5px;
    height: 4.2px;
  }
}

@keyframes drop-127 {
  100% {
    top: 110%;
    left: 60%;
  }
}

.confettiParts-128 {
  width: 22px;
  height: 8.8px;
  background-color: #da291c;
  top: -10%;
  left: 31%;
  opacity: 0.8310593314;
  transform: rotate(279.63412969deg);
  animation: drop-128 4.3112323384s 1.8185532733s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-128 {
    width: 11px;
    height: 4.4px;
  }
}

@keyframes drop-128 {
  100% {
    top: 110%;
    left: 36%;
  }
}

.confettiParts-129 {
  width: 20px;
  height: 8px;
  background-color: #ffbf00;
  top: -10%;
  left: 43%;
  opacity: 1.0682738865;
  transform: rotate(121.941543956deg);
  animation: drop-129 4.9345772575s 1.7888954477s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-129 {
    width: 10px;
    height: 4px;
  }
}

@keyframes drop-129 {
  100% {
    top: 110%;
    left: 45%;
  }
}

.confettiParts-130 {
  width: 17px;
  height: 6.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 18%;
  opacity: 0.8577710358;
  transform: rotate(127.552265315deg);
  animation: drop-130 4.5871118553s 1.5110979544s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-130 {
    width: 8.5px;
    height: 3.4px;
  }
}

@keyframes drop-130 {
  100% {
    top: 110%;
    left: 21%;
  }
}

.confettiParts-131 {
  width: 23px;
  height: 9.2px;
  background-color: #263672;
  top: -10%;
  left: 23%;
  opacity: 0.8785862014;
  transform: rotate(327.315613652deg);
  animation: drop-131 4.686277275s 1.6892979511s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-131 {
    width: 11.5px;
    height: 4.6px;
  }
}

@keyframes drop-131 {
  100% {
    top: 110%;
    left: 24%;
  }
}

.confettiParts-132 {
  width: 19px;
  height: 7.6px;
  background-color: #c9dd03;
  top: -10%;
  left: 91%;
  opacity: 1.1014640011;
  transform: rotate(44.241860543deg);
  animation: drop-132 4.7698492871s 1.7636943126s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-132 {
    width: 9.5px;
    height: 3.8px;
  }
}

@keyframes drop-132 {
  100% {
    top: 110%;
    left: 92%;
  }
}

.confettiParts-133 {
  width: 10px;
  height: 4px;
  background-color: #61BC36;
  top: -10%;
  left: 41%;
  opacity: 0.526858374;
  transform: rotate(85.8770550823deg);
  animation: drop-133 4.1543772665s 1.2761650731s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-133 {
    width: 5px;
    height: 2px;
  }
}

@keyframes drop-133 {
  100% {
    top: 110%;
    left: 46%;
  }
}

.confettiParts-134 {
  width: 12px;
  height: 4.8px;
  background-color: #c9dd03;
  top: -10%;
  left: 20%;
  opacity: 0.5016968007;
  transform: rotate(233.600518081deg);
  animation: drop-134 4.6191740018s 1.7862756766s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-134 {
    width: 6px;
    height: 2.4px;
  }
}

@keyframes drop-134 {
  100% {
    top: 110%;
    left: 24%;
  }
}

.confettiParts-135 {
  width: 1px;
  height: 0.4px;
  background-color: #263672;
  top: -10%;
  left: 76%;
  opacity: 1.1355318498;
  transform: rotate(125.940551299deg);
  animation: drop-135 4.3412171471s 1.0756490367s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-135 {
    width: 0.5px;
    height: 0.2px;
  }
}

@keyframes drop-135 {
  100% {
    top: 110%;
    left: 77%;
  }
}

.confettiParts-136 {
  width: 16px;
  height: 6.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 18%;
  opacity: 0.5262425688;
  transform: rotate(264.023480377deg);
  animation: drop-136 4.0424363585s 1.4112203767s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-136 {
    width: 8px;
    height: 3.2px;
  }
}

@keyframes drop-136 {
  100% {
    top: 110%;
    left: 22%;
  }
}

.confettiParts-137 {
  width: 12px;
  height: 4.8px;
  background-color: #263672;
  top: -10%;
  left: 25%;
  opacity: 1.1988374191;
  transform: rotate(11.4971411387deg);
  animation: drop-137 4.2461229019s 1.2447500937s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-137 {
    width: 6px;
    height: 2.4px;
  }
}

@keyframes drop-137 {
  100% {
    top: 110%;
    left: 27%;
  }
}

.confettiParts-138 {
  width: 10px;
  height: 4px;
  background-color: #da291c;
  top: -10%;
  left: 80%;
  opacity: 0.8398593574;
  transform: rotate(93.5852146904deg);
  animation: drop-138 4.3943720352s 1.945761537s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-138 {
    width: 5px;
    height: 2px;
  }
}

@keyframes drop-138 {
  100% {
    top: 110%;
    left: 85%;
  }
}

.confettiParts-139 {
  width: 14px;
  height: 5.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 98%;
  opacity: 0.5596948937;
  transform: rotate(36.7340375743deg);
  animation: drop-139 4.6972589952s 1.8936399245s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-139 {
    width: 7px;
    height: 2.8px;
  }
}

@keyframes drop-139 {
  100% {
    top: 110%;
    left: 101%;
  }
}

.confettiParts-140 {
  width: 17px;
  height: 6.8px;
  background-color: #61BC36;
  top: -10%;
  left: 34%;
  opacity: 0.9081731003;
  transform: rotate(290.784049981deg);
  animation: drop-140 4.1755671687s 1.7687525383s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-140 {
    width: 8.5px;
    height: 3.4px;
  }
}

@keyframes drop-140 {
  100% {
    top: 110%;
    left: 36%;
  }
}

.confettiParts-141 {
  width: 3px;
  height: 1.2px;
  background-color: #61BC36;
  top: -10%;
  left: 8%;
  opacity: 0.6335981094;
  transform: rotate(201.591591166deg);
  animation: drop-141 4.3174201236s 1.2683675516s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-141 {
    width: 1.5px;
    height: 0.6px;
  }
}

@keyframes drop-141 {
  100% {
    top: 110%;
    left: 13%;
  }
}

.confettiParts-142 {
  width: 17px;
  height: 6.8px;
  background-color: #263672;
  top: -10%;
  left: 17%;
  opacity: 1.3861307133;
  transform: rotate(273.450400266deg);
  animation: drop-142 4.1012575183s 1.6335064576s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-142 {
    width: 8.5px;
    height: 3.4px;
  }
}

@keyframes drop-142 {
  100% {
    top: 110%;
    left: 20%;
  }
}

.confettiParts-143 {
  width: 7px;
  height: 2.8px;
  background-color: #c9dd03;
  top: -10%;
  left: 5%;
  opacity: 1.1946702164;
  transform: rotate(226.405747163deg);
  animation: drop-143 4.3941489433s 1.5555932833s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-143 {
    width: 3.5px;
    height: 1.4px;
  }
}

@keyframes drop-143 {
  100% {
    top: 110%;
    left: 7%;
  }
}

.confettiParts-144 {
  width: 21px;
  height: 8.4px;
  background-color: #61BC36;
  top: -10%;
  left: 11%;
  opacity: 1.2547212197;
  transform: rotate(34.5229268535deg);
  animation: drop-144 4.998490219s 1.1581253137s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-144 {
    width: 10.5px;
    height: 4.2px;
  }
}

@keyframes drop-144 {
  100% {
    top: 110%;
    left: 13%;
  }
}

.confettiParts-145 {
  width: 5px;
  height: 2px;
  background-color: #ffbf00;
  top: -10%;
  left: 96%;
  opacity: 1.2810787023;
  transform: rotate(113.160502561deg);
  animation: drop-145 4.1116647499s 1.7771049891s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-145 {
    width: 2.5px;
    height: 1px;
  }
}

@keyframes drop-145 {
  100% {
    top: 110%;
    left: 101%;
  }
}

.confettiParts-146 {
  width: 9px;
  height: 3.6px;
  background-color: #c9dd03;
  top: -10%;
  left: 90%;
  opacity: 1.4538757066;
  transform: rotate(29.7161173103deg);
  animation: drop-146 4.3910040821s 1.0291639639s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-146 {
    width: 4.5px;
    height: 1.8px;
  }
}

@keyframes drop-146 {
  100% {
    top: 110%;
    left: 94%;
  }
}

.confettiParts-147 {
  width: 13px;
  height: 5.2px;
  background-color: #da291c;
  top: -10%;
  left: 12%;
  opacity: 1.4230051483;
  transform: rotate(312.118853367deg);
  animation: drop-147 4.5347706076s 1.3828015552s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-147 {
    width: 6.5px;
    height: 2.6px;
  }
}

@keyframes drop-147 {
  100% {
    top: 110%;
    left: 17%;
  }
}

.confettiParts-148 {
  width: 19px;
  height: 7.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 44%;
  opacity: 0.9264035102;
  transform: rotate(276.219507293deg);
  animation: drop-148 4.4051308507s 1.188460904s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-148 {
    width: 9.5px;
    height: 3.8px;
  }
}

@keyframes drop-148 {
  100% {
    top: 110%;
    left: 48%;
  }
}

.confettiParts-149 {
  width: 5px;
  height: 2px;
  background-color: #da291c;
  top: -10%;
  left: 14%;
  opacity: 0.7180711545;
  transform: rotate(251.679638446deg);
  animation: drop-149 4.2886629046s 1.4601337226s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-149 {
    width: 2.5px;
    height: 1px;
  }
}

@keyframes drop-149 {
  100% {
    top: 110%;
    left: 17%;
  }
}

.confettiParts-150 {
  width: 12px;
  height: 4.8px;
  background-color: #61BC36;
  top: -10%;
  left: 25%;
  opacity: 1.3347014338;
  transform: rotate(354.031887871deg);
  animation: drop-150 4.60224002s 1.9051820387s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-150 {
    width: 6px;
    height: 2.4px;
  }
}

@keyframes drop-150 {
  100% {
    top: 110%;
    left: 26%;
  }
}

.confettiParts-151 {
  width: 15px;
  height: 6px;
  background-color: #da291c;
  top: -10%;
  left: 66%;
  opacity: 1.309478252;
  transform: rotate(351.182078262deg);
  animation: drop-151 4.7964756932s 1.7302325599s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-151 {
    width: 7.5px;
    height: 3px;
  }
}

@keyframes drop-151 {
  100% {
    top: 110%;
    left: 68%;
  }
}

.confettiParts-152 {
  width: 10px;
  height: 4px;
  background-color: #61BC36;
  top: -10%;
  left: 86%;
  opacity: 1.3599940128;
  transform: rotate(126.92370293deg);
  animation: drop-152 4.0051591501s 1.0446130579s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-152 {
    width: 5px;
    height: 2px;
  }
}

@keyframes drop-152 {
  100% {
    top: 110%;
    left: 91%;
  }
}

.confettiParts-153 {
  width: 6px;
  height: 2.4px;
  background-color: #da291c;
  top: -10%;
  left: 75%;
  opacity: 1.3028449113;
  transform: rotate(344.101688428deg);
  animation: drop-153 4.3487778514s 1.2093630213s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-153 {
    width: 3px;
    height: 1.2px;
  }
}

@keyframes drop-153 {
  100% {
    top: 110%;
    left: 80%;
  }
}

.confettiParts-154 {
  width: 14px;
  height: 5.6px;
  background-color: #c9dd03;
  top: -10%;
  left: 73%;
  opacity: 1.0747912088;
  transform: rotate(186.242337893deg);
  animation: drop-154 4.6714839702s 1.4188076917s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-154 {
    width: 7px;
    height: 2.8px;
  }
}

@keyframes drop-154 {
  100% {
    top: 110%;
    left: 74%;
  }
}

.confettiParts-155 {
  width: 3px;
  height: 1.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 17%;
  opacity: 0.7301027322;
  transform: rotate(81.6276347059deg);
  animation: drop-155 4.3824261312s 1.2314007437s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-155 {
    width: 1.5px;
    height: 0.6px;
  }
}

@keyframes drop-155 {
  100% {
    top: 110%;
    left: 22%;
  }
}

.confettiParts-156 {
  width: 8px;
  height: 3.2px;
  background-color: #c9dd03;
  top: -10%;
  left: 27%;
  opacity: 0.9209037256;
  transform: rotate(147.764535335deg);
  animation: drop-156 4.253798194s 1.5730601639s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-156 {
    width: 4px;
    height: 1.6px;
  }
}

@keyframes drop-156 {
  100% {
    top: 110%;
    left: 32%;
  }
}

.confettiParts-157 {
  width: 21px;
  height: 8.4px;
  background-color: #61BC36;
  top: -10%;
  left: 98%;
  opacity: 1.2278270585;
  transform: rotate(113.277068632deg);
  animation: drop-157 4.0276102372s 1.1457050321s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-157 {
    width: 10.5px;
    height: 4.2px;
  }
}

@keyframes drop-157 {
  100% {
    top: 110%;
    left: 101%;
  }
}

.confettiParts-158 {
  width: 9px;
  height: 3.6px;
  background-color: #61BC36;
  top: -10%;
  left: 40%;
  opacity: 1.4515810452;
  transform: rotate(75.863157248deg);
  animation: drop-158 4.1238138541s 1.7140746529s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-158 {
    width: 4.5px;
    height: 1.8px;
  }
}

@keyframes drop-158 {
  100% {
    top: 110%;
    left: 45%;
  }
}

.confettiParts-159 {
  width: 25px;
  height: 10px;
  background-color: #da291c;
  top: -10%;
  left: 91%;
  opacity: 0.5128343655;
  transform: rotate(278.744506445deg);
  animation: drop-159 4.311909348s 1.7433431982s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-159 {
    width: 12.5px;
    height: 5px;
  }
}

@keyframes drop-159 {
  100% {
    top: 110%;
    left: 92%;
  }
}

.confettiParts-160 {
  width: 6px;
  height: 2.4px;
  background-color: #c9dd03;
  top: -10%;
  left: 69%;
  opacity: 1.4926850923;
  transform: rotate(37.0668304268deg);
  animation: drop-160 4.6709670303s 1.6263196099s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-160 {
    width: 3px;
    height: 1.2px;
  }
}

@keyframes drop-160 {
  100% {
    top: 110%;
    left: 74%;
  }
}

.confettiParts-161 {
  width: 10px;
  height: 4px;
  background-color: #61BC36;
  top: -10%;
  left: 98%;
  opacity: 0.5732671298;
  transform: rotate(42.7629324923deg);
  animation: drop-161 4.8188969637s 1.1222040304s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-161 {
    width: 5px;
    height: 2px;
  }
}

@keyframes drop-161 {
  100% {
    top: 110%;
    left: 100%;
  }
}

.confettiParts-162 {
  width: 23px;
  height: 9.2px;
  background-color: #c9dd03;
  top: -10%;
  left: 97%;
  opacity: 0.8075267414;
  transform: rotate(73.4392755001deg);
  animation: drop-162 4.1818350073s 1.6741017027s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-162 {
    width: 11.5px;
    height: 4.6px;
  }
}

@keyframes drop-162 {
  100% {
    top: 110%;
    left: 102%;
  }
}

.confettiParts-163 {
  width: 6px;
  height: 2.4px;
  background-color: #61BC36;
  top: -10%;
  left: 91%;
  opacity: 0.6981937867;
  transform: rotate(30.4666435952deg);
  animation: drop-163 4.6562256801s 1.9440047603s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-163 {
    width: 3px;
    height: 1.2px;
  }
}

@keyframes drop-163 {
  100% {
    top: 110%;
    left: 94%;
  }
}

.confettiParts-164 {
  width: 24px;
  height: 9.6px;
  background-color: #da291c;
  top: -10%;
  left: 66%;
  opacity: 0.5647633546;
  transform: rotate(84.0270654409deg);
  animation: drop-164 4.3118228113s 1.9401803468s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-164 {
    width: 12px;
    height: 4.8px;
  }
}

@keyframes drop-164 {
  100% {
    top: 110%;
    left: 68%;
  }
}

.confettiParts-165 {
  width: 5px;
  height: 2px;
  background-color: #263672;
  top: -10%;
  left: 2%;
  opacity: 1.3207053871;
  transform: rotate(203.301872766deg);
  animation: drop-165 4.4699904048s 1.1787168735s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-165 {
    width: 2.5px;
    height: 1px;
  }
}

@keyframes drop-165 {
  100% {
    top: 110%;
    left: 3%;
  }
}

.confettiParts-166 {
  width: 1px;
  height: 0.4px;
  background-color: #c9dd03;
  top: -10%;
  left: 24%;
  opacity: 1.1809091493;
  transform: rotate(44.4110213389deg);
  animation: drop-166 4.0538517194s 1.7556636171s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-166 {
    width: 0.5px;
    height: 0.2px;
  }
}

@keyframes drop-166 {
  100% {
    top: 110%;
    left: 29%;
  }
}

.confettiParts-167 {
  width: 2px;
  height: 0.8px;
  background-color: #263672;
  top: -10%;
  left: 25%;
  opacity: 0.9612934715;
  transform: rotate(230.126269445deg);
  animation: drop-167 4.9180171575s 1.0566281311s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-167 {
    width: 1px;
    height: 0.4px;
  }
}

@keyframes drop-167 {
  100% {
    top: 110%;
    left: 26%;
  }
}

.confettiParts-168 {
  width: 4px;
  height: 1.6px;
  background-color: #263672;
  top: -10%;
  left: 19%;
  opacity: 1.3308348175;
  transform: rotate(201.420037471deg);
  animation: drop-168 4.4441617872s 1.8095156636s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-168 {
    width: 2px;
    height: 0.8px;
  }
}

@keyframes drop-168 {
  100% {
    top: 110%;
    left: 24%;
  }
}

.confettiParts-169 {
  width: 23px;
  height: 9.2px;
  background-color: #da291c;
  top: -10%;
  left: 38%;
  opacity: 1.1209614861;
  transform: rotate(321.099376655deg);
  animation: drop-169 4.7349912847s 1.6191660712s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-169 {
    width: 11.5px;
    height: 4.6px;
  }
}

@keyframes drop-169 {
  100% {
    top: 110%;
    left: 41%;
  }
}

.confettiParts-170 {
  width: 25px;
  height: 10px;
  background-color: #ffbf00;
  top: -10%;
  left: 30%;
  opacity: 0.9510433363;
  transform: rotate(241.326594096deg);
  animation: drop-170 4.2325853185s 1.2281333794s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-170 {
    width: 12.5px;
    height: 5px;
  }
}

@keyframes drop-170 {
  100% {
    top: 110%;
    left: 35%;
  }
}

.confettiParts-171 {
  width: 15px;
  height: 6px;
  background-color: #ffbf00;
  top: -10%;
  left: 68%;
  opacity: 0.6200955972;
  transform: rotate(187.847989432deg);
  animation: drop-171 4.9909127425s 1.6271801581s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-171 {
    width: 7.5px;
    height: 3px;
  }
}

@keyframes drop-171 {
  100% {
    top: 110%;
    left: 73%;
  }
}

.confettiParts-172 {
  width: 25px;
  height: 10px;
  background-color: #263672;
  top: -10%;
  left: 53%;
  opacity: 0.9920941622;
  transform: rotate(185.667360302deg);
  animation: drop-172 4.4964613729s 1.7259203187s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-172 {
    width: 12.5px;
    height: 5px;
  }
}

@keyframes drop-172 {
  100% {
    top: 110%;
    left: 56%;
  }
}

.confettiParts-173 {
  width: 8px;
  height: 3.2px;
  background-color: #263672;
  top: -10%;
  left: 45%;
  opacity: 0.5883423914;
  transform: rotate(25.6661020247deg);
  animation: drop-173 4.5934735662s 1.5880483068s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-173 {
    width: 4px;
    height: 1.6px;
  }
}

@keyframes drop-173 {
  100% {
    top: 110%;
    left: 50%;
  }
}

.confettiParts-174 {
  width: 19px;
  height: 7.6px;
  background-color: #c9dd03;
  top: -10%;
  left: 70%;
  opacity: 0.820859792;
  transform: rotate(316.603863364deg);
  animation: drop-174 4.8202609862s 1.9006974921s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-174 {
    width: 9.5px;
    height: 3.8px;
  }
}

@keyframes drop-174 {
  100% {
    top: 110%;
    left: 73%;
  }
}

.confettiParts-175 {
  width: 19px;
  height: 7.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 72%;
  opacity: 0.8774378468;
  transform: rotate(188.260225974deg);
  animation: drop-175 4.9567339761s 1.3250134443s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-175 {
    width: 9.5px;
    height: 3.8px;
  }
}

@keyframes drop-175 {
  100% {
    top: 110%;
    left: 76%;
  }
}

.confettiParts-176 {
  width: 13px;
  height: 5.2px;
  background-color: #da291c;
  top: -10%;
  left: 17%;
  opacity: 1.2499648167;
  transform: rotate(199.795899471deg);
  animation: drop-176 4.3584935218s 1.9850926984s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-176 {
    width: 6.5px;
    height: 2.6px;
  }
}

@keyframes drop-176 {
  100% {
    top: 110%;
    left: 21%;
  }
}

.confettiParts-177 {
  width: 20px;
  height: 8px;
  background-color: #ffbf00;
  top: -10%;
  left: 8%;
  opacity: 0.9549921437;
  transform: rotate(195.215303721deg);
  animation: drop-177 4.5468904125s 1.4837830087s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-177 {
    width: 10px;
    height: 4px;
  }
}

@keyframes drop-177 {
  100% {
    top: 110%;
    left: 12%;
  }
}

.confettiParts-178 {
  width: 15px;
  height: 6px;
  background-color: #c9dd03;
  top: -10%;
  left: 20%;
  opacity: 0.8553771527;
  transform: rotate(311.209956243deg);
  animation: drop-178 4.7997285872s 1.0362445735s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-178 {
    width: 7.5px;
    height: 3px;
  }
}

@keyframes drop-178 {
  100% {
    top: 110%;
    left: 25%;
  }
}

.confettiParts-179 {
  width: 17px;
  height: 6.8px;
  background-color: #da291c;
  top: -10%;
  left: 10%;
  opacity: 1.4283965616;
  transform: rotate(321.663834321deg);
  animation: drop-179 4.0502679683s 1.8472721621s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-179 {
    width: 8.5px;
    height: 3.4px;
  }
}

@keyframes drop-179 {
  100% {
    top: 110%;
    left: 11%;
  }
}

.confettiParts-180 {
  width: 13px;
  height: 5.2px;
  background-color: #263672;
  top: -10%;
  left: 76%;
  opacity: 0.6221071764;
  transform: rotate(172.067679876deg);
  animation: drop-180 4.9068600527s 1.1390658286s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-180 {
    width: 6.5px;
    height: 2.6px;
  }
}

@keyframes drop-180 {
  100% {
    top: 110%;
    left: 77%;
  }
}

.confettiParts-181 {
  width: 11px;
  height: 4.4px;
  background-color: #263672;
  top: -10%;
  left: 20%;
  opacity: 0.5064441354;
  transform: rotate(145.526141759deg);
  animation: drop-181 4.1927842836s 1.1503363999s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-181 {
    width: 5.5px;
    height: 2.2px;
  }
}

@keyframes drop-181 {
  100% {
    top: 110%;
    left: 22%;
  }
}

.confettiParts-182 {
  width: 4px;
  height: 1.6px;
  background-color: #263672;
  top: -10%;
  left: 44%;
  opacity: 0.6659319294;
  transform: rotate(319.93103902deg);
  animation: drop-182 4.8790666899s 1.8717964893s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-182 {
    width: 2px;
    height: 0.8px;
  }
}

@keyframes drop-182 {
  100% {
    top: 110%;
    left: 48%;
  }
}

.confettiParts-183 {
  width: 8px;
  height: 3.2px;
  background-color: #da291c;
  top: -10%;
  left: 79%;
  opacity: 1.3542081564;
  transform: rotate(99.1204916467deg);
  animation: drop-183 4.367461752s 1.8869998693s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-183 {
    width: 4px;
    height: 1.6px;
  }
}

@keyframes drop-183 {
  100% {
    top: 110%;
    left: 82%;
  }
}

.confettiParts-184 {
  width: 23px;
  height: 9.2px;
  background-color: #263672;
  top: -10%;
  left: 61%;
  opacity: 1.3354153877;
  transform: rotate(186.479305235deg);
  animation: drop-184 4.2441604997s 1.4588360204s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-184 {
    width: 11.5px;
    height: 4.6px;
  }
}

@keyframes drop-184 {
  100% {
    top: 110%;
    left: 64%;
  }
}

.confettiParts-185 {
  width: 12px;
  height: 4.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 29%;
  opacity: 1.4411216649;
  transform: rotate(198.218836126deg);
  animation: drop-185 4.5161938846s 1.6763980994s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-185 {
    width: 6px;
    height: 2.4px;
  }
}

@keyframes drop-185 {
  100% {
    top: 110%;
    left: 31%;
  }
}

.confettiParts-186 {
  width: 18px;
  height: 7.2px;
  background-color: #c9dd03;
  top: -10%;
  left: 73%;
  opacity: 1.4149070256;
  transform: rotate(75.3413370648deg);
  animation: drop-186 4.1398919616s 1.1254923758s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-186 {
    width: 9px;
    height: 3.6px;
  }
}

@keyframes drop-186 {
  100% {
    top: 110%;
    left: 78%;
  }
}

.confettiParts-187 {
  width: 8px;
  height: 3.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 18%;
  opacity: 0.5157709076;
  transform: rotate(189.163666073deg);
  animation: drop-187 4.8083012929s 1.0556546789s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-187 {
    width: 4px;
    height: 1.6px;
  }
}

@keyframes drop-187 {
  100% {
    top: 110%;
    left: 19%;
  }
}

.confettiParts-188 {
  width: 22px;
  height: 8.8px;
  background-color: #61BC36;
  top: -10%;
  left: 92%;
  opacity: 1.4242687857;
  transform: rotate(346.334888585deg);
  animation: drop-188 4.0313230335s 1.9371223364s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-188 {
    width: 11px;
    height: 4.4px;
  }
}

@keyframes drop-188 {
  100% {
    top: 110%;
    left: 93%;
  }
}

.confettiParts-189 {
  width: 6px;
  height: 2.4px;
  background-color: #c9dd03;
  top: -10%;
  left: 5%;
  opacity: 1.1876812771;
  transform: rotate(72.0430189661deg);
  animation: drop-189 4.4856046153s 1.7982049458s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-189 {
    width: 3px;
    height: 1.2px;
  }
}

@keyframes drop-189 {
  100% {
    top: 110%;
    left: 7%;
  }
}

.confettiParts-190 {
  width: 19px;
  height: 7.6px;
  background-color: #61BC36;
  top: -10%;
  left: 78%;
  opacity: 0.8946046931;
  transform: rotate(126.422744006deg);
  animation: drop-190 4.6005011574s 1.2456636554s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-190 {
    width: 9.5px;
    height: 3.8px;
  }
}

@keyframes drop-190 {
  100% {
    top: 110%;
    left: 82%;
  }
}

.confettiParts-191 {
  width: 15px;
  height: 6px;
  background-color: #c9dd03;
  top: -10%;
  left: 49%;
  opacity: 1.2380031351;
  transform: rotate(139.038461916deg);
  animation: drop-191 4.0546447794s 1.8382225177s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-191 {
    width: 7.5px;
    height: 3px;
  }
}

@keyframes drop-191 {
  100% {
    top: 110%;
    left: 51%;
  }
}

.confettiParts-192 {
  width: 13px;
  height: 5.2px;
  background-color: #263672;
  top: -10%;
  left: 66%;
  opacity: 1.2288381025;
  transform: rotate(93.492027344deg);
  animation: drop-192 4.5823647894s 1.2824452073s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-192 {
    width: 6.5px;
    height: 2.6px;
  }
}

@keyframes drop-192 {
  100% {
    top: 110%;
    left: 68%;
  }
}

.confettiParts-193 {
  width: 23px;
  height: 9.2px;
  background-color: #263672;
  top: -10%;
  left: 56%;
  opacity: 1.3802083345;
  transform: rotate(139.51313597deg);
  animation: drop-193 4.0439742405s 1.3432150782s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-193 {
    width: 11.5px;
    height: 4.6px;
  }
}

@keyframes drop-193 {
  100% {
    top: 110%;
    left: 61%;
  }
}

.confettiParts-194 {
  width: 18px;
  height: 7.2px;
  background-color: #c9dd03;
  top: -10%;
  left: 21%;
  opacity: 1.247666457;
  transform: rotate(32.8791334847deg);
  animation: drop-194 4.572123018s 1.8455605697s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-194 {
    width: 9px;
    height: 3.6px;
  }
}

@keyframes drop-194 {
  100% {
    top: 110%;
    left: 25%;
  }
}

.confettiParts-195 {
  width: 23px;
  height: 9.2px;
  background-color: #c9dd03;
  top: -10%;
  left: 10%;
  opacity: 0.6534000936;
  transform: rotate(80.8260739765deg);
  animation: drop-195 4.4618931942s 1.805090465s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-195 {
    width: 11.5px;
    height: 4.6px;
  }
}

@keyframes drop-195 {
  100% {
    top: 110%;
    left: 11%;
  }
}

.confettiParts-196 {
  width: 18px;
  height: 7.2px;
  background-color: #61BC36;
  top: -10%;
  left: 100%;
  opacity: 0.5080174175;
  transform: rotate(30.6465979403deg);
  animation: drop-196 4.9122144162s 1.120016573s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-196 {
    width: 9px;
    height: 3.6px;
  }
}

@keyframes drop-196 {
  100% {
    top: 110%;
    left: 102%;
  }
}

.confettiParts-197 {
  width: 20px;
  height: 8px;
  background-color: #da291c;
  top: -10%;
  left: 1%;
  opacity: 0.9219223826;
  transform: rotate(62.307366159deg);
  animation: drop-197 4.1577251789s 1.7885271213s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-197 {
    width: 10px;
    height: 4px;
  }
}

@keyframes drop-197 {
  100% {
    top: 110%;
    left: 5%;
  }
}

.confettiParts-198 {
  width: 5px;
  height: 2px;
  background-color: #61BC36;
  top: -10%;
  left: 69%;
  opacity: 1.2000351085;
  transform: rotate(122.090613263deg);
  animation: drop-198 4.0058897414s 1.776391925s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-198 {
    width: 2.5px;
    height: 1px;
  }
}

@keyframes drop-198 {
  100% {
    top: 110%;
    left: 70%;
  }
}

.confettiParts-199 {
  width: 7px;
  height: 2.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 79%;
  opacity: 1.0335046848;
  transform: rotate(120.55110207deg);
  animation: drop-199 4.8429175695s 1.759318902s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-199 {
    width: 3.5px;
    height: 1.4px;
  }
}

@keyframes drop-199 {
  100% {
    top: 110%;
    left: 81%;
  }
}

.confettiParts-200 {
  width: 4px;
  height: 1.6px;
  background-color: #263672;
  top: -10%;
  left: 73%;
  opacity: 0.847451697;
  transform: rotate(53.9613561312deg);
  animation: drop-200 4.8961726707s 1.58095265s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-200 {
    width: 2px;
    height: 0.8px;
  }
}

@keyframes drop-200 {
  100% {
    top: 110%;
    left: 74%;
  }
}

.confettiParts-201 {
  width: 5px;
  height: 2px;
  background-color: #263672;
  top: -10%;
  left: 55%;
  opacity: 0.7000054907;
  transform: rotate(94.3714545084deg);
  animation: drop-201 4.5906086338s 1.1145397847s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-201 {
    width: 2.5px;
    height: 1px;
  }
}

@keyframes drop-201 {
  100% {
    top: 110%;
    left: 56%;
  }
}

.confettiParts-202 {
  width: 6px;
  height: 2.4px;
  background-color: #263672;
  top: -10%;
  left: 15%;
  opacity: 0.7010749688;
  transform: rotate(250.066499136deg);
  animation: drop-202 4.9175994266s 1.8421760452s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-202 {
    width: 3px;
    height: 1.2px;
  }
}

@keyframes drop-202 {
  100% {
    top: 110%;
    left: 18%;
  }
}

.confettiParts-203 {
  width: 12px;
  height: 4.8px;
  background-color: #61BC36;
  top: -10%;
  left: 52%;
  opacity: 0.9111432777;
  transform: rotate(128.890027142deg);
  animation: drop-203 4.7179682851s 1.1636754105s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-203 {
    width: 6px;
    height: 2.4px;
  }
}

@keyframes drop-203 {
  100% {
    top: 110%;
    left: 56%;
  }
}

.confettiParts-204 {
  width: 20px;
  height: 8px;
  background-color: #263672;
  top: -10%;
  left: 75%;
  opacity: 0.7580521997;
  transform: rotate(115.657373087deg);
  animation: drop-204 4.1315343839s 1.182094093s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-204 {
    width: 10px;
    height: 4px;
  }
}

@keyframes drop-204 {
  100% {
    top: 110%;
    left: 76%;
  }
}

.confettiParts-205 {
  width: 6px;
  height: 2.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 66%;
  opacity: 0.5359874909;
  transform: rotate(335.909350828deg);
  animation: drop-205 4.7189573276s 1.7276395491s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-205 {
    width: 3px;
    height: 1.2px;
  }
}

@keyframes drop-205 {
  100% {
    top: 110%;
    left: 71%;
  }
}

.confettiParts-206 {
  width: 1px;
  height: 0.4px;
  background-color: #da291c;
  top: -10%;
  left: 28%;
  opacity: 1.1205115628;
  transform: rotate(354.972300292deg);
  animation: drop-206 4.7331323724s 1.9900466432s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-206 {
    width: 0.5px;
    height: 0.2px;
  }
}

@keyframes drop-206 {
  100% {
    top: 110%;
    left: 29%;
  }
}

.confettiParts-207 {
  width: 22px;
  height: 8.8px;
  background-color: #da291c;
  top: -10%;
  left: 23%;
  opacity: 0.8034374599;
  transform: rotate(51.9246725535deg);
  animation: drop-207 4.8085655178s 1.4231931957s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-207 {
    width: 11px;
    height: 4.4px;
  }
}

@keyframes drop-207 {
  100% {
    top: 110%;
    left: 25%;
  }
}

.confettiParts-208 {
  width: 8px;
  height: 3.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 19%;
  opacity: 1.4474231372;
  transform: rotate(277.396484505deg);
  animation: drop-208 4.0833081737s 1.259895906s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-208 {
    width: 4px;
    height: 1.6px;
  }
}

@keyframes drop-208 {
  100% {
    top: 110%;
    left: 20%;
  }
}

.confettiParts-209 {
  width: 20px;
  height: 8px;
  background-color: #263672;
  top: -10%;
  left: 66%;
  opacity: 1.4184136542;
  transform: rotate(266.910882108deg);
  animation: drop-209 4.1575291928s 1.9388718877s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-209 {
    width: 10px;
    height: 4px;
  }
}

@keyframes drop-209 {
  100% {
    top: 110%;
    left: 71%;
  }
}

.confettiParts-210 {
  width: 3px;
  height: 1.2px;
  background-color: #da291c;
  top: -10%;
  left: 7%;
  opacity: 1.3494508383;
  transform: rotate(306.585909292deg);
  animation: drop-210 4.2331187068s 1.6120679711s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-210 {
    width: 1.5px;
    height: 0.6px;
  }
}

@keyframes drop-210 {
  100% {
    top: 110%;
    left: 12%;
  }
}

.confettiParts-211 {
  width: 4px;
  height: 1.6px;
  background-color: #61BC36;
  top: -10%;
  left: 96%;
  opacity: 1.2464095222;
  transform: rotate(358.853967825deg);
  animation: drop-211 4.6454903455s 1.1383925879s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-211 {
    width: 2px;
    height: 0.8px;
  }
}

@keyframes drop-211 {
  100% {
    top: 110%;
    left: 100%;
  }
}

.confettiParts-212 {
  width: 10px;
  height: 4px;
  background-color: #ffbf00;
  top: -10%;
  left: 70%;
  opacity: 1.4146129708;
  transform: rotate(101.911691289deg);
  animation: drop-212 4.0680275325s 1.6435303197s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-212 {
    width: 5px;
    height: 2px;
  }
}

@keyframes drop-212 {
  100% {
    top: 110%;
    left: 72%;
  }
}

.confettiParts-213 {
  width: 25px;
  height: 10px;
  background-color: #da291c;
  top: -10%;
  left: 32%;
  opacity: 0.6751672009;
  transform: rotate(101.387332482deg);
  animation: drop-213 4.3596114555s 1.0813902441s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-213 {
    width: 12.5px;
    height: 5px;
  }
}

@keyframes drop-213 {
  100% {
    top: 110%;
    left: 37%;
  }
}

.confettiParts-214 {
  width: 18px;
  height: 7.2px;
  background-color: #da291c;
  top: -10%;
  left: 54%;
  opacity: 1.0756255484;
  transform: rotate(284.099701042deg);
  animation: drop-214 4.633732144s 1.6361603958s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-214 {
    width: 9px;
    height: 3.6px;
  }
}

@keyframes drop-214 {
  100% {
    top: 110%;
    left: 56%;
  }
}

.confettiParts-215 {
  width: 3px;
  height: 1.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 10%;
  opacity: 0.5183565704;
  transform: rotate(89.4036438943deg);
  animation: drop-215 4.4040987738s 1.6479791418s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-215 {
    width: 1.5px;
    height: 0.6px;
  }
}

@keyframes drop-215 {
  100% {
    top: 110%;
    left: 13%;
  }
}

.confettiParts-216 {
  width: 1px;
  height: 0.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 82%;
  opacity: 1.3122739522;
  transform: rotate(51.8017433268deg);
  animation: drop-216 4.5521104914s 1.1008678847s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-216 {
    width: 0.5px;
    height: 0.2px;
  }
}

@keyframes drop-216 {
  100% {
    top: 110%;
    left: 83%;
  }
}

.confettiParts-217 {
  width: 8px;
  height: 3.2px;
  background-color: #da291c;
  top: -10%;
  left: 8%;
  opacity: 1.2677096644;
  transform: rotate(41.7149727963deg);
  animation: drop-217 4.209936638s 1.0588567381s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-217 {
    width: 4px;
    height: 1.6px;
  }
}

@keyframes drop-217 {
  100% {
    top: 110%;
    left: 13%;
  }
}

.confettiParts-218 {
  width: 18px;
  height: 7.2px;
  background-color: #61BC36;
  top: -10%;
  left: 76%;
  opacity: 1.0661628691;
  transform: rotate(198.461605021deg);
  animation: drop-218 4.069282633s 1.9360593141s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-218 {
    width: 9px;
    height: 3.6px;
  }
}

@keyframes drop-218 {
  100% {
    top: 110%;
    left: 80%;
  }
}

.confettiParts-219 {
  width: 4px;
  height: 1.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 38%;
  opacity: 0.8247683686;
  transform: rotate(5.1217379213deg);
  animation: drop-219 4.8935677471s 1.1631353498s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-219 {
    width: 2px;
    height: 0.8px;
  }
}

@keyframes drop-219 {
  100% {
    top: 110%;
    left: 42%;
  }
}

.confettiParts-220 {
  width: 10px;
  height: 4px;
  background-color: #263672;
  top: -10%;
  left: 34%;
  opacity: 0.7023470767;
  transform: rotate(213.978031208deg);
  animation: drop-220 4.0121486278s 1.6303730832s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-220 {
    width: 5px;
    height: 2px;
  }
}

@keyframes drop-220 {
  100% {
    top: 110%;
    left: 38%;
  }
}

.confettiParts-221 {
  width: 4px;
  height: 1.6px;
  background-color: #61BC36;
  top: -10%;
  left: 59%;
  opacity: 0.5482454889;
  transform: rotate(296.070110131deg);
  animation: drop-221 4.1785030495s 1.4782609s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-221 {
    width: 2px;
    height: 0.8px;
  }
}

@keyframes drop-221 {
  100% {
    top: 110%;
    left: 61%;
  }
}

.confettiParts-222 {
  width: 9px;
  height: 3.6px;
  background-color: #da291c;
  top: -10%;
  left: 72%;
  opacity: 0.89211188;
  transform: rotate(172.980219791deg);
  animation: drop-222 4.3076800141s 1.8678390425s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-222 {
    width: 4.5px;
    height: 1.8px;
  }
}

@keyframes drop-222 {
  100% {
    top: 110%;
    left: 74%;
  }
}

.confettiParts-223 {
  width: 5px;
  height: 2px;
  background-color: #263672;
  top: -10%;
  left: 88%;
  opacity: 0.8675545161;
  transform: rotate(269.293262116deg);
  animation: drop-223 4.5553801547s 1.5875662235s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-223 {
    width: 2.5px;
    height: 1px;
  }
}

@keyframes drop-223 {
  100% {
    top: 110%;
    left: 93%;
  }
}

.confettiParts-224 {
  width: 11px;
  height: 4.4px;
  background-color: #263672;
  top: -10%;
  left: 76%;
  opacity: 1.4965595683;
  transform: rotate(145.501010141deg);
  animation: drop-224 4.3578957043s 1.3111523456s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-224 {
    width: 5.5px;
    height: 2.2px;
  }
}

@keyframes drop-224 {
  100% {
    top: 110%;
    left: 78%;
  }
}

.confettiParts-225 {
  width: 21px;
  height: 8.4px;
  background-color: #c9dd03;
  top: -10%;
  left: 36%;
  opacity: 1.3514771013;
  transform: rotate(167.786329632deg);
  animation: drop-225 4.6999264634s 1.0742066804s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-225 {
    width: 10.5px;
    height: 4.2px;
  }
}

@keyframes drop-225 {
  100% {
    top: 110%;
    left: 41%;
  }
}

.confettiParts-226 {
  width: 13px;
  height: 5.2px;
  background-color: #c9dd03;
  top: -10%;
  left: 8%;
  opacity: 1.281038488;
  transform: rotate(248.3933398deg);
  animation: drop-226 4.9976554647s 1.0706330488s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-226 {
    width: 6.5px;
    height: 2.6px;
  }
}

@keyframes drop-226 {
  100% {
    top: 110%;
    left: 12%;
  }
}

.confettiParts-227 {
  width: 9px;
  height: 3.6px;
  background-color: #da291c;
  top: -10%;
  left: 95%;
  opacity: 1.4015749853;
  transform: rotate(59.8391608174deg);
  animation: drop-227 4.8234090518s 1.3443580184s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-227 {
    width: 4.5px;
    height: 1.8px;
  }
}

@keyframes drop-227 {
  100% {
    top: 110%;
    left: 99%;
  }
}

.confettiParts-228 {
  width: 19px;
  height: 7.6px;
  background-color: #c9dd03;
  top: -10%;
  left: 88%;
  opacity: 0.9962163516;
  transform: rotate(127.12830677deg);
  animation: drop-228 4.8500097463s 1.9662017515s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-228 {
    width: 9.5px;
    height: 3.8px;
  }
}

@keyframes drop-228 {
  100% {
    top: 110%;
    left: 90%;
  }
}

.confettiParts-229 {
  width: 18px;
  height: 7.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 13%;
  opacity: 1.2663511538;
  transform: rotate(69.5679367406deg);
  animation: drop-229 4.8371058551s 1.095206546s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-229 {
    width: 9px;
    height: 3.6px;
  }
}

@keyframes drop-229 {
  100% {
    top: 110%;
    left: 18%;
  }
}

.confettiParts-230 {
  width: 3px;
  height: 1.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 49%;
  opacity: 0.6926793179;
  transform: rotate(294.485752264deg);
  animation: drop-230 4.688679401s 1.5562564585s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-230 {
    width: 1.5px;
    height: 0.6px;
  }
}

@keyframes drop-230 {
  100% {
    top: 110%;
    left: 53%;
  }
}

.confettiParts-231 {
  width: 6px;
  height: 2.4px;
  background-color: #da291c;
  top: -10%;
  left: 79%;
  opacity: 0.655219267;
  transform: rotate(180.391833483deg);
  animation: drop-231 4.8379739777s 1.8641076296s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-231 {
    width: 3px;
    height: 1.2px;
  }
}

@keyframes drop-231 {
  100% {
    top: 110%;
    left: 81%;
  }
}

.confettiParts-232 {
  width: 13px;
  height: 5.2px;
  background-color: #61BC36;
  top: -10%;
  left: 12%;
  opacity: 1.3598496919;
  transform: rotate(133.689977746deg);
  animation: drop-232 4.2404782892s 1.499040559s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-232 {
    width: 6.5px;
    height: 2.6px;
  }
}

@keyframes drop-232 {
  100% {
    top: 110%;
    left: 15%;
  }
}

.confettiParts-233 {
  width: 22px;
  height: 8.8px;
  background-color: #da291c;
  top: -10%;
  left: 81%;
  opacity: 1.4325628377;
  transform: rotate(285.854218965deg);
  animation: drop-233 4.6031179509s 1.5983615501s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-233 {
    width: 11px;
    height: 4.4px;
  }
}

@keyframes drop-233 {
  100% {
    top: 110%;
    left: 82%;
  }
}

.confettiParts-234 {
  width: 18px;
  height: 7.2px;
  background-color: #c9dd03;
  top: -10%;
  left: 31%;
  opacity: 1.3538816662;
  transform: rotate(282.934717742deg);
  animation: drop-234 4.1628583944s 1.291684452s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-234 {
    width: 9px;
    height: 3.6px;
  }
}

@keyframes drop-234 {
  100% {
    top: 110%;
    left: 33%;
  }
}

.confettiParts-235 {
  width: 10px;
  height: 4px;
  background-color: #c9dd03;
  top: -10%;
  left: 19%;
  opacity: 1.2577907361;
  transform: rotate(326.874470833deg);
  animation: drop-235 4.9483659611s 1.2899618355s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-235 {
    width: 5px;
    height: 2px;
  }
}

@keyframes drop-235 {
  100% {
    top: 110%;
    left: 23%;
  }
}

.confettiParts-236 {
  width: 23px;
  height: 9.2px;
  background-color: #61BC36;
  top: -10%;
  left: 46%;
  opacity: 1.3748463785;
  transform: rotate(6.5064534248deg);
  animation: drop-236 4.0306604016s 1.4724137193s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-236 {
    width: 11.5px;
    height: 4.6px;
  }
}

@keyframes drop-236 {
  100% {
    top: 110%;
    left: 50%;
  }
}

.confettiParts-237 {
  width: 4px;
  height: 1.6px;
  background-color: #c9dd03;
  top: -10%;
  left: 48%;
  opacity: 1.3666085998;
  transform: rotate(65.3429466271deg);
  animation: drop-237 4.1508876998s 1.3182353587s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-237 {
    width: 2px;
    height: 0.8px;
  }
}

@keyframes drop-237 {
  100% {
    top: 110%;
    left: 52%;
  }
}

.confettiParts-238 {
  width: 19px;
  height: 7.6px;
  background-color: #c9dd03;
  top: -10%;
  left: 33%;
  opacity: 1.1895269641;
  transform: rotate(84.8744199284deg);
  animation: drop-238 4.3453430931s 1.3475670245s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-238 {
    width: 9.5px;
    height: 3.8px;
  }
}

@keyframes drop-238 {
  100% {
    top: 110%;
    left: 34%;
  }
}

.confettiParts-239 {
  width: 4px;
  height: 1.6px;
  background-color: #263672;
  top: -10%;
  left: 19%;
  opacity: 1.2162702668;
  transform: rotate(231.298671753deg);
  animation: drop-239 4.8337443679s 1.7933628468s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-239 {
    width: 2px;
    height: 0.8px;
  }
}

@keyframes drop-239 {
  100% {
    top: 110%;
    left: 20%;
  }
}

.confettiParts-240 {
  width: 23px;
  height: 9.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 13%;
  opacity: 0.5984990031;
  transform: rotate(123.694274917deg);
  animation: drop-240 4.7233330839s 1.2946895854s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-240 {
    width: 11.5px;
    height: 4.6px;
  }
}

@keyframes drop-240 {
  100% {
    top: 110%;
    left: 17%;
  }
}

.confettiParts-241 {
  width: 19px;
  height: 7.6px;
  background-color: #c9dd03;
  top: -10%;
  left: 74%;
  opacity: 1.4607884321;
  transform: rotate(4.5691687031deg);
  animation: drop-241 4.8614388241s 1.1222353614s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-241 {
    width: 9.5px;
    height: 3.8px;
  }
}

@keyframes drop-241 {
  100% {
    top: 110%;
    left: 75%;
  }
}

.confettiParts-242 {
  width: 2px;
  height: 0.8px;
  background-color: #263672;
  top: -10%;
  left: 24%;
  opacity: 0.9504377573;
  transform: rotate(278.326073029deg);
  animation: drop-242 4.1057314286s 1.1443827289s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-242 {
    width: 1px;
    height: 0.4px;
  }
}

@keyframes drop-242 {
  100% {
    top: 110%;
    left: 26%;
  }
}

.confettiParts-243 {
  width: 20px;
  height: 8px;
  background-color: #61BC36;
  top: -10%;
  left: 34%;
  opacity: 0.5514033542;
  transform: rotate(64.9058582974deg);
  animation: drop-243 4.9726881963s 1.6459047809s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-243 {
    width: 10px;
    height: 4px;
  }
}

@keyframes drop-243 {
  100% {
    top: 110%;
    left: 37%;
  }
}

.confettiParts-244 {
  width: 3px;
  height: 1.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 7%;
  opacity: 1.4037083247;
  transform: rotate(125.529024487deg);
  animation: drop-244 4.3018088517s 1.4338381324s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-244 {
    width: 1.5px;
    height: 0.6px;
  }
}

@keyframes drop-244 {
  100% {
    top: 110%;
    left: 8%;
  }
}

.confettiParts-245 {
  width: 4px;
  height: 1.6px;
  background-color: #263672;
  top: -10%;
  left: 56%;
  opacity: 1.0465939254;
  transform: rotate(128.446797248deg);
  animation: drop-245 4.7796155985s 1.3612690281s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-245 {
    width: 2px;
    height: 0.8px;
  }
}

@keyframes drop-245 {
  100% {
    top: 110%;
    left: 61%;
  }
}

.confettiParts-246 {
  width: 2px;
  height: 0.8px;
  background-color: #61BC36;
  top: -10%;
  left: 43%;
  opacity: 1.1723216116;
  transform: rotate(132.662337159deg);
  animation: drop-246 4.6515591674s 1.4459604263s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-246 {
    width: 1px;
    height: 0.4px;
  }
}

@keyframes drop-246 {
  100% {
    top: 110%;
    left: 44%;
  }
}

.confettiParts-247 {
  width: 16px;
  height: 6.4px;
  background-color: #da291c;
  top: -10%;
  left: 42%;
  opacity: 1.4703020544;
  transform: rotate(169.945166918deg);
  animation: drop-247 4.2422861548s 1.1057318454s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-247 {
    width: 8px;
    height: 3.2px;
  }
}

@keyframes drop-247 {
  100% {
    top: 110%;
    left: 47%;
  }
}

.confettiParts-248 {
  width: 25px;
  height: 10px;
  background-color: #da291c;
  top: -10%;
  left: 85%;
  opacity: 0.9118679033;
  transform: rotate(328.063620247deg);
  animation: drop-248 4.5939219654s 1.1913643115s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-248 {
    width: 12.5px;
    height: 5px;
  }
}

@keyframes drop-248 {
  100% {
    top: 110%;
    left: 87%;
  }
}

.confettiParts-249 {
  width: 9px;
  height: 3.6px;
  background-color: #da291c;
  top: -10%;
  left: 70%;
  opacity: 0.5779850691;
  transform: rotate(219.905321242deg);
  animation: drop-249 4.0610162658s 1.6597353103s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-249 {
    width: 4.5px;
    height: 1.8px;
  }
}

@keyframes drop-249 {
  100% {
    top: 110%;
    left: 75%;
  }
}

.confettiParts-250 {
  width: 18px;
  height: 7.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 8%;
  opacity: 0.6411039458;
  transform: rotate(119.504053428deg);
  animation: drop-250 4.4778799276s 1.2595019794s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-250 {
    width: 9px;
    height: 3.6px;
  }
}

@keyframes drop-250 {
  100% {
    top: 110%;
    left: 13%;
  }
}

.googlemap {
  width: 100%;
  height: 500px;
}

.img-circle {
  border-radius: 50%;
}

p.browsehappy {
  position: fixed;
  z-index: 10000;
  background-color: #231f20;
  color: #fff;
  font-size: 50px;
  font-size: 5rem;
  text-align: center;
  padding: 5% 5% 0;
  width: 100%;
  height: 100%;
}

#cboxTitle {
  display: none !important;
}

.row {
  padding: 50px 0;
}

.row .row {
  padding: 10px 0;
}

.img-responsive {
  display: inline-block;
}

img.fullwidth {
  width: 100% !important;
  height: auto !important;
}

.bgwhite {
  background-color: #fff;
}

.bglost {
  background-color: #da291c;
  color: #fff !important;
}

.bgfound {
  background-color: #61BC36;
  color: #fff !important;
}

.bggrey {
  background-color: #e4e4e4;
}

.bgdark {
  background-color: #231f20;
  color: #fff;
}

.padding20 {
  padding: 20px;
}

.lost {
  color: #da291c;
}

.found {
  color: #61BC36;
}

a.fa:visited {
  color: #da291c;
}

a.btn, a.btn:visited {
  color: #fff;
}

a.btn.green, a.btn:visited.green {
  background-color: #61BC36;
}

a.btn.green:hover, a.btn:visited.green:hover {
  background-color: #57a830;
}

a.btn.red, a.btn:visited.red {
  background-color: #da291c;
}

a.btn.red:hover, a.btn:visited.red:hover {
  background-color: #c32519;
}

a.btn.grey, a.btn:visited.grey {
  background-color: #bcbdbc;
}

a.btn.grey:hover, a.btn:visited.grey:hover {
  background-color: #afb0af;
}

a.btn:hover, a.btn:visited:hover {
  text-decoration: none;
  color: #fff;
  background-color: #131e20;
}

img.pull-left {
  margin: 0.3em 1em 0.5em 0;
}

.inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1600px;
}

main {
  width: 100%;
  overflow: hidden;
}

.content {
  width: 100%;
  overflow: hidden;
  clear: both;
  margin: 0 0 40px;
  font-weight: bold;
}

.content .column33 > * {
  background-color: #fff;
  margin: 0;
  padding: 0.5em 20px;
}

.content .column33 > p {
  padding-bottom: 1em;
}

.content .column33 > figure {
  padding: 0;
}

.content.hasbg {
  background-image: url("/dummymedia/bg.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  margin: 0;
}

.content.hasbg h1, .content.hasbg h2 {
  text-shadow: white 0 0 3px;
}

.blocktip, .widgetZijkant.blocktip {
  background-color: #231f20;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  padding: 20px;
  margin: 0 0 1em;
  float: right;
  position: relative;
  width: 100%;
}

.fieldwrap + .blocktip,
.fieldwrap + .blocktip + .blocktip,
.fieldwrap + .blocktip + .blocktip + .blocktip,
.fieldwrap + .blocktip + .blocktip + .blocktip + .blocktip,
.fieldwrap + .blocktip + .blocktip + .blocktip + .blocktip + .blocktip,
.fieldwrap + .blocktip + .blocktip + .blocktip + .blocktip + .blocktip + .blocktip,
.fieldwrap + .blocktip + .blocktip + .blocktip + .blocktip + .blocktip + .blocktip + .blocktip,
.fieldwrap + .blocktip + .blocktip + .blocktip + .blocktip + .blocktip + .blocktip + .blocktip + .blocktip,
.fieldwrap + .blocktip + .blocktip + .blocktip + .blocktip + .blocktip + .blocktip + .blocktip + .blocktip + .blocktip, .fieldwrap + .widgetZijkant.blocktip,
.fieldwrap + .blocktip + .widgetZijkant.blocktip,
.fieldwrap + .blocktip + .blocktip + .widgetZijkant.blocktip,
.fieldwrap + .blocktip + .blocktip + .blocktip + .widgetZijkant.blocktip,
.fieldwrap + .blocktip + .blocktip + .blocktip + .blocktip + .widgetZijkant.blocktip,
.fieldwrap + .blocktip + .blocktip + .blocktip + .blocktip + .blocktip + .widgetZijkant.blocktip,
.fieldwrap + .blocktip + .blocktip + .blocktip + .blocktip + .blocktip + .blocktip + .widgetZijkant.blocktip,
.fieldwrap + .blocktip + .blocktip + .blocktip + .blocktip + .blocktip + .blocktip + .blocktip + .widgetZijkant.blocktip,
.fieldwrap + .blocktip + .blocktip + .blocktip + .blocktip + .blocktip + .blocktip + .blocktip + .blocktip + .widgetZijkant.blocktip {
  width: 28%;
}

.blocktip h3, .widgetZijkant.blocktip h3 {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 0 1em;
  border-bottom: 1px solid #fff;
  padding: 0 0 0.5em;
}

.blocktip h3:before, .widgetZijkant.blocktip h3:before {
  content: "\f0eb";
}

.blocktip p, .widgetZijkant.blocktip p {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: normal;
}

.blocktip a, .blocktip a:visited, .widgetZijkant.blocktip a, .widgetZijkant.blocktip a:visited {
  color: #e33427;
}

.blocktip .icon, .widgetZijkant.blocktip .icon {
  background-color: #fff;
  border: 5px solid #fff;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 8px;
}

.blocktip.top, .blocktip.bottom, .widgetZijkant.blocktip.top, .widgetZijkant.blocktip.bottom {
  width: 100%;
  float: none;
  margin: 0 auto 1em;
  border: 1px solid #fff;
}

.found .blocktip.top, .found .blocktip.bottom, .found .widgetZijkant.blocktip.top, .found .widgetZijkant.blocktip.bottom {
  border-color: #61BC36;
}

.lost .blocktip.top, .lost .blocktip.bottom, .lost .widgetZijkant.blocktip.top, .lost .widgetZijkant.blocktip.bottom {
  border-color: #da291c;
}

.blocktip.light, .widgetZijkant.blocktip.light {
  background-color: #fff;
  color: #000;
  border-color: #ddd !important;
  font-weight: unset;
}

.blocktip.light p, .widgetZijkant.blocktip.light p {
  color: #000;
}

.blocktip.light h3, .widgetZijkant.blocktip.light h3 {
  border-color: #000;
}

.blocktip.light h3 span, .widgetZijkant.blocktip.light h3 span {
  color: #da291c;
  font-weight: bold;
}

.blocktip.popup, .widgetZijkant.blocktip.popup {
  max-width: 80%;
  margin: 0 auto;
  display: none;
  float: none;
}

.blocktip.toggleable, .widgetZijkant.blocktip.toggleable {
  overflow: hidden;
  position: relative;
  max-height: 1000px;
  transition: max-height, 1s ease-in-out;
}

.blocktip.toggleable.closed, .widgetZijkant.blocktip.toggleable.closed {
  max-height: 220px;
}

.blocktip.toggleable.closed a.expand:after, .blocktip.toggleable.closed a.expand:visited:after, .widgetZijkant.blocktip.toggleable.closed a.expand:after, .widgetZijkant.blocktip.toggleable.closed a.expand:visited:after {
  content: "\f078";
}

.blocktip.toggleable a.expand, .blocktip.toggleable a.expand:visited, .widgetZijkant.blocktip.toggleable a.expand, .widgetZijkant.blocktip.toggleable a.expand:visited {
  border-radius: 50%;
  position: absolute;
  background-color: #231f20;
  color: #fff;
  display: block;
  overflow: hidden;
  width: 30px;
  height: 30px;
  right: 10px;
  top: 10px;
  text-align: center;
}

.blocktip.toggleable a.expand:after, .blocktip.toggleable a.expand:visited:after, .widgetZijkant.blocktip.toggleable a.expand:after, .widgetZijkant.blocktip.toggleable a.expand:visited:after {
  content: "\f077";
  width: 11px;
}

.blocktip.toggleable a.expand:hover, .blocktip.toggleable a.expand:visited:hover, .widgetZijkant.blocktip.toggleable a.expand:hover, .widgetZijkant.blocktip.toggleable a.expand:visited:hover {
  background-color: #da291c;
}

.column60 + .blocktip, .column60 + .widgetZijkant.blocktip {
  width: 35%;
}

.blocktip.tipanimal, .widgetZijkant.blocktip.tipanimal {
  display: none;
}

.blocktip.tipanimal h3, .widgetZijkant.blocktip.tipanimal h3 {
  text-align: left;
}

.aanmeldform,
.aanmeldkeuze {
  width: 100%;
  overflow: hidden;
}

.aanmeldform .step,
.aanmeldkeuze .step {
  overflow: hidden;
  margin: 0 0 1em;
  text-align: left;
  width: 100%;
  margin: 0 auto;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: fadeInFromNone;
  -moz-animation-duration: 0.8s;
  -moz-animation-name: fadeInFromNone;
  animation-duration: 0.8s;
  animation-name: fadeInFromNone;
}

.js .aanmeldform .step, .js
.aanmeldkeuze .step {
  display: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.aanmeldform .step .fieldwrap,
.aanmeldkeuze .step .fieldwrap {
  background-color: #fff;
  padding: 20px 0 0;
  width: 70%;
  float: left;
  margin: 0 0 1em;
}

.aanmeldform .step .fieldwrap label,
.aanmeldkeuze .step .fieldwrap label {
  color: #000;
}

.aanmeldform .step .fieldwrap#overview,
.aanmeldkeuze .step .fieldwrap#overview {
  padding: 20px 20px 0;
}

.aanmeldform .step .fieldwrap#overview h3,
.aanmeldkeuze .step .fieldwrap#overview h3 {
  margin: 0 0 1em;
}

.aanmeldform .step.active,
.aanmeldkeuze .step.active {
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.aanmeldform .choice h1, .aanmeldform .choice h2,
.aanmeldkeuze .choice h1,
.aanmeldkeuze .choice h2 {
  text-shadow: white 0 0 3px;
}

.aanmeldform .lostfound,
.aanmeldkeuze .lostfound {
  margin: 20px 0 0;
  padding: 0;
  overflow: hidden;
}

.aanmeldform .lostfound > li,
.aanmeldkeuze .lostfound > li {
  float: left;
  width: 45%;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 10px;
}

.aanmeldform .lostfound > li > h3,
.aanmeldkeuze .lostfound > li > h3 {
  text-transform: uppercase;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  display: inline-block;
  margin: 0 0 1em;
}

.aanmeldform .lostfound > li .tip,
.aanmeldkeuze .lostfound > li .tip {
  text-transform: uppercase;
  font-size: 22px;
  font-size: 2.2rem;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  display: block;
  float: right;
  margin: 0 0 1em -3.6em;
}

.aanmeldform .lostfound > li .tip:after,
.aanmeldkeuze .lostfound > li .tip:after {
  content: "\f06a";
  color: #e4e4e4;
  margin: 0 0 0 0.5em;
}

.aanmeldform .lostfound > li .blocktip,
.aanmeldkeuze .lostfound > li .blocktip {
  width: 100%;
  float: none;
}

.js .aanmeldform .lostfound > li .blocktip, .js
.aanmeldkeuze .lostfound > li .blocktip {
  display: none;
}

.aanmeldform .lostfound > li .btn.stripes,
.aanmeldkeuze .lostfound > li .btn.stripes {
  width: 100%;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
}

.aanmeldform .lostfound > li .btn.stripes:hover,
.aanmeldkeuze .lostfound > li .btn.stripes:hover {
  background-color: #da291c;
  color: #fff;
  text-decoration: none;
}

.aanmeldform .lostfound > li .btn.stripes:hover .lost,
.aanmeldkeuze .lostfound > li .btn.stripes:hover .lost {
  color: #fff;
}

.aanmeldform .lostfound > li.found,
.aanmeldkeuze .lostfound > li.found {
  float: right;
}

.aanmeldform .lostfound > li.found .btn.stripes:after,
.aanmeldkeuze .lostfound > li.found .btn.stripes:after {
  background: repeating-linear-gradient(-55deg, #fff, #fff 20px, #61BC36 20px, #61BC36 40px);
}

.aanmeldform .lostfound > li.found .btn.stripes:hover,
.aanmeldkeuze .lostfound > li.found .btn.stripes:hover {
  background-color: #61BC36;
  color: #000;
}

.aanmeldform .lostfound > li.found .btn.stripes:hover .found,
.aanmeldkeuze .lostfound > li.found .btn.stripes:hover .found {
  color: #000;
}

@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

.aanmeldform.found .step .fieldwrap {
  border-top-color: #61BC36;
  color: #000;
}

.aanmeldform.found h1 {
  border-color: #61BC36;
}

.aanmeldform.lost .step .fieldwrap {
  border-top-color: #da291c;
  color: #000;
}

.aanmeldform.lost h1 {
  border-color: #da291c;
}

.aanmeldkeuze {
  background: transparent url("/css/img/bg.jpg") left top no-repeat;
  background-size: cover;
}

.formnav {
  clear: both;
  margin: 0;
  width: 70%;
}

.formnav ol {
  padding: 0;
  margin: 0 0 1em;
  overflow: hidden;
  color: #000;
}

.formnav ol li {
  float: left;
  width: 24.25%;
  color: #000;
  margin: 0 0 0 1%;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  padding: 60px 0 0 0;
}

.formnav ol li:first-child {
  margin: 0;
}

.formnav ol li:after {
  position: absolute;
  color: #fff;
  font-size: 40px;
  font-size: 4rem;
  z-index: 2;
  top: 10px;
  left: 50%;
  margin: 0 0 0 -18px;
}

.formnav ol li:before {
  content: "";
  position: absolute;
  border: 4px solid #000;
  display: block;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  z-index: 1;
  left: 50%;
  margin: 0 0 0 -30px;
  top: 0;
  background-color: #bcbdbc;
}

.formnav ol li.active {
  color: #da291c;
}

.formnav ol li.active:before {
  background-color: #da291c;
}

.found .formnav ol li.active {
  color: #61BC36;
}

.found .formnav ol li.active:before {
  background-color: #61BC36;
}

.formnav ol li.stepdirect:after {
  content: "\f00c" !important;
  margin: 0 0 0 -18px !important;
}

.formnav ol li.stepdirect:before {
  background-color: #61BC36;
}

.formnav ol li.stepdirect.active, .formnav ol li.stepdirect:hover {
  color: #da291c;
  cursor: pointer;
}

.formnav ol li.stepdirect.active:before, .formnav ol li.stepdirect:hover:before {
  background-color: #da291c;
}

.formnav ol li.stepdirect.active.point:after, .formnav ol li.stepdirect:hover.point:after {
  content: "\f1b0" !important;
}

.formnav ol li.stepdirect.active.contact:after, .formnav ol li.stepdirect:hover.contact:after {
  content: "\f129" !important;
  margin: 0 0 0 -7px !important;
}

.formnav ol li.stepdirect.active.animal:after, .formnav ol li.stepdirect:hover.animal:after {
  content: "\f1ae" !important;
  margin: 0 0 0 -14px !important;
}

.formnav ol li.stepdirect.active.summary:after, .formnav ol li.stepdirect:hover.summary:after {
  content: "\f024" !important;
  margin: 0 0 0 -19px !important;
}

.formnav ol li.point:after {
  content: "\f1b0";
}

.formnav ol li.contact:after {
  content: "\f129";
  margin: 0 0 0 -7px;
}

.formnav ol li.animal:after {
  content: "\f1ae";
  margin: 0 0 0 -14px;
}

.formnav ol li.summary:after {
  content: "\f024";
  margin: 0 0 0 -19px;
}

.formstepnav input[type=submit] {
  line-height: 2.3em;
}

.formstepnav a, .formstepnav a:visited {
  background-color: #da291c;
  color: #fff;
  padding: 0 10px;
  position: relative;
  line-height: 3em;
  display: block;
}

.formstepnav a:before, .formstepnav a:after, .formstepnav a:visited:before, .formstepnav a:visited:after {
  position: absolute;
  top: 1.1em;
}

.formstepnav a.next, .formstepnav a:visited.next {
  padding-right: 30px;
  float: right;
}

.formstepnav a.next:after, .formstepnav a:visited.next:after {
  content: "\f054";
  right: 0.5em;
}

.formstepnav a.prev, .formstepnav a:visited.prev {
  padding-left: 30px;
  float: left;
}

.formstepnav a.prev:after, .formstepnav a:visited.prev:after {
  content: "\f053";
  left: 0.5em;
}

.formstepnav a.cancel, .formstepnav a:visited.cancel {
  float: left;
  background-color: #231f20;
}

.formstepnav a.cancel:hover, .formstepnav a:visited.cancel:hover {
  background-color: #da291c;
}

.formstepnav a:hover,
.found .formstepnav a:hover, .formstepnav a:visited:hover,
.found .formstepnav a:visited:hover {
  text-decoration: none;
  background-color: #231f20;
  color: #fff;
}

.found .formstepnav a, .found .formstepnav a:visited {
  color: #000;
  background-color: #61BC36;
}

.formstepnav:after {
  display: none;
}

#overview .formstepnav {
  border-top: 1px solid #d9d9d9;
  padding-top: 20px;
}

#areaholder {
  margin: 1em 0 0;
  overflow: hidden;
  width: 100%;
  clear: both;
  display: none;
  padding: 30px 0 0;
}

#areaholder .panel {
  position: relative;
  border: 1px solid #d9d9d9;
  margin: 0 0 1em;
  border-radius: 0;
  box-shadow: none;
}

#areaholder .panel span.error {
  position: relative;
  top: -25px;
  float: right;
  z-index: 2;
}

#areaholder .panel span.error.ok {
  background-color: transparent;
  color: #61BC36;
  width: auto;
  height: auto;
  margin: 0 0 -2em;
}

#areaholder .panel span.error.ok:before {
  font-size: 20px;
  font-size: 2rem;
}

#areaholder .panel h4 {
  width: 100%;
  padding: 10px;
  background-color: #f9f9f9;
  clear: both;
  cursor: pointer;
  margin: 0;
  position: relative;
}

#areaholder .panel h4:after {
  content: "\f078";
  margin: 0 0 0 1em;
}

#areaholder .panel h4.open:after {
  content: "\f077";
}

#areaholder .panel label {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 4px;
  width: auto;
  line-height: 1.3;
  padding: 5px 10px;
  cursor: pointer;
  margin: 0;
}

.found #areaholder .panel label {
  background-color: #61BC36;
  color: #000;
}

.lost #areaholder .panel label {
  background-color: #da291c;
  color: #fff;
}

#areaholder .panel label:hover {
  background-color: #231f20;
  color: #fff;
}

#areaholder .panel input {
  position: absolute;
  left: -9999px;
}

#areaholder .panel input:checked + h4 {
  background-color: #da291c;
  color: #fff;
  z-index: 2;
}

.found #areaholder .panel input:checked + h4 {
  background-color: #61BC36;
  color: #000;
}

#areaholder .panel > div {
  padding: 10px;
  display: none;
}

#areaholder .panel table {
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
}

#areaholder .panel table th, #areaholder .panel table td {
  padding: 5px 10px;
  border-top: 1px solid #d9d9d9;
  line-height: 1.5;
}

#areaholder .panel table th {
  width: 40%;
}

#areaholder .panel.placeholder {
  display: none;
}

.photolist {
  margin: 0 0 1em;
  padding: 0;
}

.photolist li {
  display: inline-block;
  list-style: none;
  width: 31%;
  margin: 0 2% 0 0;
  position: relative;
}

.photolist li:last-child {
  margin: 0;
}

.photolist li a.fa,
.photolist li a.fa:visited {
  font-size: 22px;
  font-size: 2.2rem;
  background-color: #fff;
  border: 2px solid #da291c;
  border-radius: 50%;
  bottom: 10px;
  display: block;
  font-weight: bold;
  height: 29px;
  line-height: 1.1;
  position: absolute;
  right: 6px;
  text-align: center;
  text-indent: 2px;
  width: 29px;
}

.photolist li a.fa:hover,
.photolist li a.fa:visited:hover {
  color: #231f20;
  border-color: #231f20;
}

.photolist li img {
  width: 100% !important;
  height: auto !important;
  cursor: zoom-in;
}

.singleimage .photolist li img {
  cursor: default;
}

#progress {
  display: none;
  height: 8px;
  width: 100%;
  margin: 0 0 0.5em;
  overflow: hidden;
  background-color: lightgray;
  border: 1px solid gray;
  border-radius: 2px;
}

#progress .bar {
  background-color: #61BC36;
  background: repeating-linear-gradient(45deg, #61BC36, #61BC36 10px, #FFFFFF 10px, #FFFFFF 20px);
  height: 8px;
  border-radius: 2px;
}

#resulttable {
  word-break: normal;
  width: 100%;
  margin: 0 0 1em;
}

#resulttable tr:nth-child(odd) th, #resulttable tr:nth-child(odd) td {
  background-color: #f9f9f9;
}

#resulttable th, #resulttable td {
  vertical-align: top;
  padding: 5px 10px;
  font-weight: normal;
}

#resulttable th .fa, #resulttable td .fa {
  color: #61BC36;
}

#resulttable th .fa.fa-times, #resulttable td .fa.fa-times {
  color: #da291c;
}

#resulttable td {
  width: 100%;
}

#resulttable th.header {
  background-color: #231f20 !important;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}

#resulttable th.wasRequired {
  font-weight: bold;
}

#resulttable th.wasRequired:after {
  content: " *";
  color: #da291c;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

.captcha {
  margin: 0 0 1em;
  width: 100%;
}

div[class*="alt-grumble"] + .grumble-text .outer {
  color: #000;
}

.tooltipster-default {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.tooltipster-arrow {
  top: 1px !important;
}

.fa-spin {
  color: #e4e4e4;
}

fieldset .fa-spin {
  position: absolute;
  left: 41%;
  margin-top: 4px;
}

form#animal-search {
  border: none;
  background-color: transparent;
  width: 100%;
  overflow: hidden;
  margin: 0 0 20px;
  text-align: left;
}

form#animal-search .bgwhite {
  border-top: 4px solid #231f20;
}

form#animal-search legend {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1;
  padding: 20px;
  width: 100%;
  margin: 0;
}

form#animal-search .column:first-of-type {
  border-top: 4px solid #da291c;
  background-color: #fff;
  padding-right: 0;
  width: -o-calc(50% - 15px);
  width: calc(50% - 15px);
  margin-right: 15px;
}

form#animal-search .search-code .group {
  background-color: #bcbdbc;
  margin: 0;
}

form#animal-search .search-code .group label {
  width: 100%;
}

form#animal-search .search-code .group input[type=text] {
  float: left;
  width: 100%;
  background-color: #e4e4e4;
  border-color: #d9d9d9;
}

form#animal-search .assets label {
  margin: 0;
  line-height: 30px;
}

form#animal-search .assets label#labelStraal {
  width: 100%;
}

form#animal-search .assets select, form#animal-search .assets .ui-selectmenu-button {
  width: 40% !important;
  margin-bottom: 1em;
}

form#animal-search .assets #ui-id-1-button {
  float: left;
}

form#animal-search .assets #ui-id-2-button {
  float: right;
}

form#animal-search .switch-3 {
  float: right;
  width: 60%;
}

form#animal-search .daterange label {
  margin: 0;
  line-height: 30px;
}

form#animal-search .daterange .ui-selectmenu-button {
  float: right;
  width: 40% !important;
  margin-bottom: 1em;
  font-size: 13px;
  font-size: 1.3rem;
}

form#animal-search .daterange #group-miss-found {
  margin: 0 0 1em;
  overflow: hidden;
  width: 100%;
}

form#animal-search .daterange .left,
form#animal-search .daterange .right {
  width: 40%;
}

form#animal-search .meldingstate {
  padding-top: 20px;
}

form#animal-search .meldingstate .checkbox {
  width: 100%;
}

form#animal-search .input-group-text {
  border-radius: 0;
  font-size: 1.4rem;
}

form#animal-search input[type=text] {
  width: 40%;
  float: right;
}

form#animal-search input[type=text].datepicker {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

form#animal-search #advancedForm {
  background-color: #f9f9f9;
  margin: 0 20px 20px;
  padding: 20px 0 0;
}

form#animal-search #advancedForm:after {
  display: none;
}

form#animal-search #advancedForm select, form#animal-search #advancedForm .ui-selectmenu-button {
  width: 40% !important;
  margin-bottom: 1em;
}

form#animal-search #advancedForm #ui-id-4-button,
form#animal-search #advancedForm #ui-id-6-button,
form#animal-search #advancedForm #ui-id-7-button {
  float: left;
}

form#animal-search #advancedForm #ui-id-5-button,
form#animal-search #advancedForm #ui-id-8-button {
  float: right;
}

form#animal-search #advancedForm .places {
  padding-top: 20px;
}

form#animal-search #advancedForm .places:after {
  display: none;
}

form#animal-search .checkbox {
  float: right;
  width: 40%;
}

form#animal-search .submit {
  position: relative;
  padding-bottom: 0;
}

form#animal-search .submit:after {
  display: none;
}

form#animal-search .submit:before {
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 40px;
  color: #fff;
  margin-top: -15px;
}

form#animal-search .submit input[type="submit"] {
  background-color: #231f20;
  width: 100%;
  text-transform: uppercase;
  font-size: 17px;
  font-size: 1.7rem;
}

form#animal-search .submit input[type="submit"]:hover {
  background-color: #61BC36;
  color: #000;
}

form#animal-search .submit:hover:before {
  color: #000;
}

form#animal-search .specs {
  border-bottom: 1px solid #d9d9d9;
  margin: 0;
}

form#animal-search .places {
  margin: 0;
}

.list-animals {
  margin: 20px 0 9px -5px;
  padding: 0;
  width: 100%;
  overflow: hidden;
}

.list-animals li {
  list-style: none;
  display: block;
  float: left;
  text-transform: lowercase;
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 1.1% 0 0;
  width: 100px;
  line-height: 1.2;
}

.list-animals li:last-child {
  margin: 0;
}

.list-animals li a:visited,
.list-animals li a {
  border-radius: 5px;
  display: inline-block;
  font-size: 14px;
  height: 85px;
  padding: 3px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  color: #e4e4e4;
  overflow: hidden;
  text-decoration: none;
}

.list-animals li a:visited.selected,
.list-animals li a.selected {
  border: 2px solid #61BC36;
  color: #da291c;
}

.list-animals li a:visited.selected:before,
.list-animals li a.selected:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.list-animals li a:visited.selected:hover,
.list-animals li a.selected:hover {
  background-color: #61BC36;
  color: #fff;
}

.list-animals li a:visited:hover,
.list-animals li a:hover {
  background-color: #d9d9d9;
  text-decoration: none;
  color: #000;
}

.list-animals li a:visited:hover:before,
.list-animals li a:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.list-animals li a:visited:before,
.list-animals li a:before {
  content: "\e608";
  color: #da291c;
  display: block;
  font-size: 43px;
  font-size: 4.3rem;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.googleMapsFontIcon {
  padding: 0px !important;
  margin: 0px;
}

.googleMapsFontIcon:before {
  background-color: transparent;
  font-size: 5rem !important;
}

.googleMapsFontIcon:before.gevonden {
  color: #da291c;
}

.googleMapsFontIcon:before.vermist {
  color: #61BC36;
}

#googlemapAnimals {
  height: 600px;
  display: none;
}

.googleMapsAnimalInfowindow {
  width: 200px;
}

.googleMapsAnimalInfowindow .defaultImage:before {
  font-size: 5rem;
}

.defaultImage {
  background-color: #fff;
  width: 100%;
  padding: 20px;
  text-align: center;
}

.defaultImage:before {
  content: "\e608";
  color: #da291c;
  display: block;
  font-size: 300px;
  font-size: 30rem;
}

#results {
  background-color: #fff;
  border-top: 4px solid #61BC36;
  overflow: hidden;
}

#results > h2 {
  padding: 0 20px;
}

#results header {
  padding: 10px 20px 14px;
  background-color: #4D4F53;
  color: #fff;
  overflow: auto;
}

#results #animalCount {
  font-weight: bold;
  color: #61BC36;
}

#results .tags {
  overflow: hidden;
  width: 100%;
  text-align: right;
}

#results .tags .nofilter {
  margin: 0;
  color: #61BC36;
}

#results .box {
  background-color: #61BC36;
  color: #231f20;
  margin: 0 0 6px 3px;
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 3px 24px 3px 9px;
  position: relative;
  min-height: 2em;
  display: none;
}

#results .box a, #results .box a:visited {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 4px;
  color: #da291c;
}

#results .box a:hover, #results .box a:visited:hover {
  text-decoration: none;
  color: #231f20;
}

#results .box .label {
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  text-align: left;
  white-space: normal;
  border-radius: 0;
}

#results .btn {
  background-color: #da291c;
  color: #fff;
  border-radius: 3px;
  padding: 5px 10px;
  line-height: 1.4em;
  display: inline-block;
}

#results .btn:after {
  content: "\f054";
  margin: 0 0 0 0.5em;
}

#results .btn:hover {
  text-decoration: none;
  background-color: #231f20;
}

#results .btn.comparesubmit {
  display: none;
  margin: 20px;
}

#results .btn.comparesubmit.active {
  display: inline-block;
}

#results header .btn.comparesubmit {
  margin: 0px 20px;
}

#compareMelding {
  float: right;
}

.resultsList {
  padding: 0 10px;
  margin: 0 0 1em;
  overflow: hidden;
}

.resultsList:not(.list) .name {
  display: inline-block;
  height: 2.4em;
  overflow: hidden;
  width: 100%;
}

.resultsList:not(.list) .minfo {
  height: 4em;
  overflow: hidden;
}

.resultsList:not(.list) li > div {
  height: 280px;
}

.resultsList li {
  list-style: none;
  float: left;
  width: 50%;
  padding: 10px;
  border-bottom: 1px solid #d9d9d9;
  color: #4D4F53;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
}

.resultsList li img,
.resultsList li .defaultImage {
  float: left;
  width: 40% !important;
  height: auto !important;
  margin: 4px 5% 0 0;
  border: 4px solid #231f20;
}

.resultsList li .defaultImage {
  padding: 38% 0 0;
  position: relative;
}

.resultsList li .defaultImage:before {
  font-size: 6.7vw;
  position: absolute;
  bottom: 0;
}

.resultsList li > div {
  float: left;
  width: 55%;
  font-weight: 300;
  overflow: hidden;
}

.resultsList li > div span {
  display: block;
}

.resultsList li > div span span {
  display: inline;
}

.resultsList li > div span.status {
  font-size: 15px;
  font-size: 1.5rem;
  color: #4D4F53;
}

.resultsList li > div span.status .sex {
  text-transform: uppercase;
  display: inline-block;
  font-size: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: calc(100% - 54px);
  line-height: 0.9;
}

.resultsList li > div span.status .sex:after {
  content: ")";
}

.resultsList li > div span.status .sex:before {
  content: "(";
}

.resultsList li > div span.name {
  font-weight: bold;
  line-height: 1.2em;
}

.resultsList li > div span.name dl {
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
}

.resultsList li > div span.name dl dt, .resultsList li > div span.name dl dd {
  margin-bottom: 0;
}

.resultsList li > div span.name dl dt:first-of-type, .resultsList li > div span.name dl dd:first-of-type {
  font-weight: normal;
}

.resultsList li > div span.description {
  margin: 0 0 0.7em;
  height: 1.6em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: none;
}

.resultsList li > div dl {
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
}

.resultsList li > div dl dt {
  float: left;
  width: 45%;
  margin: 0 3% 0.3em 0;
  min-height: 1.65em;
  white-space: nowrap;
  font-weight: normal;
}

.resultsList li > div dl dt:first-of-type {
  font-weight: bold;
}

.resultsList li > div dl dd {
  float: right;
  font-weight: 400;
  width: 52%;
  margin: 0 0 0.3em;
  white-space: nowrap;
  min-height: 1.65em;
}

.resultsList li > div dl dd:first-of-type {
  font-weight: bold;
}

.resultsList li > div dl dd:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  width: 1px;
  height: 1px;
  text-indent: -1000px;
}

.resultsList li > div .added {
  background-color: #61BC36;
  color: #fff;
  border-radius: 3px;
  padding: 5px 10px;
  line-height: 1.4em;
  float: left;
  position: relative;
  display: block;
  min-width: 120px;
}

.resultsList li > div .added:after {
  content: "\f00c";
  margin: 0 0 0 0.5em;
}

.resultsList li > div .added:hover {
  text-decoration: none;
  background-color: #000;
  text-indent: -99999px;
}

.resultsList li > div .added:hover:before {
  content: "Verwijder ";
  text-indent: 0;
  position: absolute;
  left: 10px;
}

.resultsList li > div .added:hover:after {
  content: "\f00d";
  position: absolute;
  right: 10px;
  top: 8px;
  text-indent: 0;
}

.resultsList li.found img,
.resultsList li.found .defaultImage {
  border-color: #61BC36;
}

.resultsList li.found img:before,
.resultsList li.found .defaultImage:before {
  color: #61BC36;
}

.resultsList li.found > div span.status .sex {
  max-width: calc(100% - 72px);
}

.resultsList li.lost img,
.resultsList li.lost .defaultImage, .resultsList li.missing img,
.resultsList li.missing .defaultImage {
  border-color: #da291c;
}

.resultsList li.lost img:before,
.resultsList li.lost .defaultImage:before, .resultsList li.missing img:before,
.resultsList li.missing .defaultImage:before {
  color: #da291c;
}

.resultsList li.deceased img,
.resultsList li.deceased .defaultImage {
  border-color: #4D4F53;
}

.resultsList li.deceased img:before,
.resultsList li.deceased .defaultImage:before {
  color: #4D4F53;
}

.resultsList li .deceasedtxt {
  font-size: 15px;
  font-size: 1.5rem;
}

.resultsList li .deceasedtxt:after {
  content: "\2020";
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  top: 2px;
  right: 10px;
  background-color: #fff;
}

.googleMapsAnimalInfowindow .resultsList li .deceasedtxt:after {
  top: -3px;
  right: 0;
}

.resultsList.list li {
  width: 100%;
}

.resultsList.list li img,
.resultsList.list li .defaultImage {
  width: 20% !important;
  margin-right: 2%;
}

.resultsList.list li .defaultImage {
  padding: 19% 0 0;
}

.resultsList.list li .defaultImage:before {
  font-size: 7vw;
}

.resultsList.list li > div {
  width: 78%;
}

.resultsList.list li > div dl dt {
  width: 25%;
  margin-right: 2%;
}

.resultsList.list li > div dl dd {
  width: 73%;
}

.resultsList.list li > div span.sex {
  font-size: 100%;
  line-height: 1;
  display: inline;
}

.resultsList.list li > div span.description {
  height: auto;
  display: block;
  overflow: visible;
  white-space: normal;
}

.resultsList.list li .btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.googleMapsAnimalInfowindow .resultsList.list li .btn {
  position: static;
  float: right;
}

.defaultImage {
  background-color: #fff;
  width: 100%;
  padding: 20px;
  text-align: center;
}

.defaultImage:before {
  content: "\e608";
  color: #da291c;
  display: block;
  font-size: 300px;
  font-size: 30rem;
}

.defaultImage.found:before {
  color: #61BC36;
}

.googleMapsAnimalInfowindow {
  width: 350px;
  float: none;
  overflow: hidden;
}

.googleMapsAnimalInfowindow h4 {
  font-weight: normal;
}

.googleMapsAnimalInfowindow .resultsList.list {
  padding: 0;
  margin: 0;
}

.googleMapsAnimalInfowindow .resultsList.list li {
  padding: 0 0 10px;
}

.googleMapsAnimalInfowindow .resultsList.list li img,
.googleMapsAnimalInfowindow .resultsList.list li .defaultImage {
  width: 40% !important;
}

.googleMapsAnimalInfowindow .resultsList.list li .defaultImage {
  padding: 36% 0 0;
}

.googleMapsAnimalInfowindow .resultsList.list li > div {
  width: 58%;
}

.googleMapsAnimalInfowindow .resultsList.list li > div dl dt {
  width: 36%;
  clear: right;
  margin: 0 2% 0.3em 0;
  margin: 0;
  vertical-align: top;
}

.googleMapsAnimalInfowindow .resultsList.list li > div dl dd {
  float: right;
  width: 62%;
  margin: 0 0 0.3em;
  white-space: normal;
  vertical-align: top;
}

.googleMapsAnimalInfowindow .description {
  height: auto;
  overflow: visible;
  white-space: normal;
}

.googleMapsAnimalInfowindow.multi {
  border: none;
  padding: 0;
}

.googleMapsAnimalInfowindow.multi > div {
  overflow-y: auto;
  max-height: 190px;
}

.googleMapsAnimalInfowindow.multi .resultsList.list li {
  padding: 10px 0;
}

.googleMapsFontIcon {
  padding: 0px !important;
  margin: 0px;
}

.googleMapsFontIcon:before {
  background-color: transparent;
  font-size: 5rem !important;
}

.googleMapsFontIcon:before.gevonden {
  color: red;
}

.googleMapsFontIcon:before.vermist {
  color: green;
}

.resultNr {
  padding: 10px;
  background-color: #efefef;
  text-align: right;
  width: 100%;
  overflow: hidden;
}

.resultNr label {
  width: auto;
  float: none;
  margin: 0 20px 0 0;
  display: inline;
}

.resultNr select {
  margin-bottom: 0;
  float: none;
  width: auto;
  display: inline;
}

#gridtoggle {
  float: left;
  margin: 0.5em 0;
}

#gridtoggle a, #gridtoggle a:visited {
  margin: 0 0.7em 0 0;
  color: #000;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
  width: 1.3em;
  height: 1.3em;
}

#gridtoggle a.active, #gridtoggle a:hover, #gridtoggle a:visited.active, #gridtoggle a:visited:hover {
  color: #da291c;
}

#gridtoggle a:before, #gridtoggle a:visited:before {
  font-size: 18px;
  font-size: 1.8rem;
}

.pagination {
  border-radius: 4px;
  display: inline-block;
  padding: 0;
  margin: 0 10px 1em;
  overflow: hidden;
  background-color: #fff;
}

.pagination li {
  list-style: none;
  display: inline;
}

.pagination li a, .pagination li span {
  padding: 8px 12px;
  border: 1px solid #ddd;
  color: #4D4F53;
  float: left;
  margin: 0 -0.5px;
}

.pagination li a:hover, .pagination li span {
  background-color: #da291c;
  color: #fff;
  text-decoration: none;
  border-color: #da291c;
}

.pagination li a:hover.seperator, .pagination li span.seperator {
  background-color: #f9f9f9;
  color: #4D4F53;
  border-color: #ddd;
}

.pagination li.disabled a {
  cursor: default;
  pointer-events: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

.pagination li.disabled a:hover {
  background-color: #fff;
  color: #4D4F53;
  border-color: #ddd;
}

.pagination li:first-child a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin: 0;
}

.pagination li:last-child a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin: 0;
}

.ui-widget {
  font-size: 16px !important;
  font-size: 1.6rem !important;
}

.ui-datepicker-today .ui-state-highlight,
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: url("/css/img/jqueryui/ui-bg_highlight-soft.png") repeat-x scroll 50% 50% #000 !important;
  border: 1px solid #da291c !important;
}

.ui-datepicker-calendar a:hover {
  color: #fff !important;
}

.ui-datepicker-calendar a.ui-state-highlight,
.ui-datepicker-calendar .ui-widget-content .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
  color: #fff !important;
}

.ui-datepicker-calendar .ui-datepicker-current-day .ui-state-active {
  background-color: #da291c !important;
  background-image: none !important;
  border: 1px solid #ef8d86 !important;
}

.ui-autocomplete {
  text-align: left;
  background-image: none !important;
  background-color: #fff !important;
  border: 1px solid #d9d9d9;
  color: #000 !important;
  font-size: 0.8em !important;
}

.ui-autocomplete a {
  color: #000 !important;
}

.ui-autocomplete .ui-state-hover,
.ui-autocomplete .ui-widget-content .ui-state-hover,
.ui-autocomplete .ui-widget-header .ui-state-hover,
.ui-autocomplete .ui-state-focus,
.ui-autocomplete .ui-widget-content .ui-state-focus,
.ui-autocomplete .ui-widget-header .ui-state-focus {
  background-image: none !important;
  background-color: #f9f9f9 !important;
  color: #000 !important;
  border: none !important;
  margin: 0 !important;
}

.notification .body {
  text-align: left;
  background-color: #fff;
  padding: 20px;
  border-top: 4px solid #231f20;
}

.notification .body.lost {
  color: #000;
  border-color: #da291c;
}

.notification .body.found {
  color: #000;
  border-color: #61BC36;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  color: #da291c !important;
}

main > .intro .inner section,
main > .animalDetail .inner section {
  padding: 1em;
  margin: 0 0 1em;
  text-align: left;
  color: #000;
  overflow: hidden;
  display: block;
}

main > .animalDetail {
  position: relative;
}

main > .animalDetail .col-md-8 {
  overflow: visible;
}

main > .animalDetail .stamp {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 22vw;
  height: 9.1vw;
  text-indent: -9999px;
  z-index: 2;
}

main > .animalDetail .stamp#opgelostStamp, main > .animalDetail .stamp#herplaatstStamp {
  background-size: contain;
}

@media screen and (max-width: 660px) {
  main > .animalDetail .stamp#opgelostStamp, main > .animalDetail .stamp#herplaatstStamp {
    width: 50vw;
    height: 21vw;
  }
}

main > .animalDetail .stamp#herplaatstStamp {
  background: transparent url(/css/img/herplaatst.png) left top no-repeat;
}

main > .animalDetail .stamp#opgelostStamp {
  background: transparent url(/css/img/teruggevonden.png) left top no-repeat;
}

main > .animalDetail .stamp#deceasedStamp {
  background: transparent url(/css/img/overleden.png) left top no-repeat;
  background-size: contain;
  width: 17vw;
  height: 7.1vw;
}

main > .animalDetail .inner #resulttable th {
  word-break: normal;
  min-width: 280px;
  font-weight: bold;
}

main > .animalDetail .inner .col-md-8 section {
  background-color: rgba(255, 255, 255, 0.9);
}

main > .animalDetail .inner .col-md-8 h2 {
  float: left;
}

main > .animalDetail .inner .col-md-8 .fa-file-image-o {
  float: right;
  background-color: #da291c;
}

main > .animalDetail .inner .col-md-8 .fa-file-image-o:hover {
  background-color: #231f20;
}

main > .animalDetail .inner .col-md-4 section {
  padding: 0;
}

main > .animalDetail .inner .col-md-4 section .btn {
  background-color: #da291c;
  margin: 0 0 20px;
}

main > .animalDetail .inner .col-md-4 section .btn:hover {
  background-color: #231f20;
}

main > .animalDetail .inner .col-md-4 section .slider {
  margin: 0;
}

main > .animalDetail .inner .col-md-4 section .social {
  background-color: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  padding: 20px 20px 15px;
}

main > .animalDetail.lost .inner section {
  border-color: #da291c;
}

main > .animalDetail.found .inner section {
  border-color: #61BC36;
}

main > .animalDetail.found .inner .col-md-4 section .btn {
  background-color: #61BC36;
  color: #000;
}

main > .animalDetail.found .inner .col-md-4 section .btn:hover {
  background-color: #231f20;
  color: #fff;
}

main ul {
  list-style-type: none;
  padding-left: 0px;
}

main ul.arrows li {
  position: relative;
  padding: 0 0 0 26px;
  color: #000;
}

main ul.arrows li:before {
  position: absolute;
  display: block;
  left: 0;
  top: 2px !important;
  color: #231f20;
}

main ul.arrows.red li:before,
main ul.arrows.lost li:before {
  color: #da291c;
}

main ul.arrows.green li:before,
main ul.arrows.found li:before {
  color: #61BC36;
}

.defaultImage {
  background-color: #fff;
  width: 100%;
  padding: 20px;
  text-align: center;
}

.defaultImage:before {
  content: "\e608";
  color: #da291c;
  display: block;
  font-size: 300px;
  font-size: 30rem;
}

.found .defaultImage:before {
  color: #61BC36;
}

.deceased .defaultImage:before {
  color: #4D4F53;
}

.defaultImage.found:before {
  color: #61BC36;
}

.defaultImage.deceased:before {
  color: #4D4F53;
}

#faqlist {
  padding: 1em;
  background-color: #fff;
  color: #000;
  display: inline-block;
  text-align: left;
  width: 100%;
}

main ul.arrows li:before, .togglelist > li > h3:before {
  content: "\f111";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  width: 1.4em;
  text-align: center;
  padding: 2px 0 0 3px;
}

.togglelist {
  margin: 0 0 1em;
  padding: 0;
  width: 100%;
  overflow: hidden;
}

.togglelist > li {
  list-style: none;
  width: 100%;
  margin: 0;
  overflow: hidden;
}

.togglelist > li > h3 {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: normal;
  position: relative;
  padding: 0 0 0 30px;
  cursor: pointer;
}

.togglelist > li > h3:before {
  background-color: #e4e4e4;
  content: "\f054";
  color: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  width: 20px;
  text-align: center;
  padding: 2px 0 0 3px;
}

.togglelist > li > h3:hover:before {
  background-color: #da291c;
}

.found .togglelist > li > h3:hover:before {
  background-color: #61BC36;
}

.togglelist > li > h3.open:before {
  background-color: #da291c;
  content: "\f078";
  padding: 0;
}

.found .togglelist > li > h3.open:before {
  background-color: #61BC36;
}

.togglelist > li > div {
  overflow: hidden;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #e0dfdf;
  padding: 2em 2em 1em;
  margin: 0 0 1em;
}

.togglelist > li ul li {
  list-style: disc;
}

.social #shareSpan {
  margin-right: 30px;
}

.social .addthis_sharing_toolbox {
  display: inline-block;
}

#headerImage {
  position: relative;
}

#headerImage #imageOverlay {
  text-align: center;
  width: 100%;
  position: absolute;
  margin: 0 auto;
  top: 0px;
  padding-top: 80px;
}

#headerImage #imageOverlay h1 {
  font-weight: 100;
  font-size: 30px;
  color: white;
}

#headerImage #imageOverlay h1:before {
  display: block;
  margin-bottom: 4rem;
  font-size: 80px;
}

fieldset.action,
fieldset.submit {
  padding-bottom: 0;
}

fieldset.action:after,
fieldset.submit:after {
  display: none;
}

fieldset.action span,
fieldset.submit span {
  margin: 0 0 1em 1em;
  padding: 0;
  float: right;
  background-color: #da291c;
  border-radius: 5px;
  position: relative;
  color: #fff;
}

fieldset.action span:before,
fieldset.submit span:before {
  position: absolute;
  left: 8px;
  top: 19px;
}

fieldset.action span input,
fieldset.submit span input {
  padding: 0.3em 0.7em 0.3em 30px;
  line-height: 3em;
  margin: 0;
}

fieldset.action span input:hover,
fieldset.submit span input:hover {
  background-color: #61BC36;
}

span.btn.fa {
  margin: 0 0 1em 1em;
  float: left;
  background-color: #da291c;
  position: relative;
  color: #fff;
}

span.btn.fa:before, form input.error + span.btn.error.ok:before,
form select.error + span.btn.error.ok:before,
form textarea.error + span.btn.error.ok:before, form span.btn.error:before, .aanmeldform .lostfound > li span.btn.tip:after,
.aanmeldkeuze .lostfound > li span.btn.tip:after, form#animal-search span.btn.submit:before, #results span.btn:after, .resultsList li > div span.btn.added:after {
  position: absolute;
  left: 8px;
  top: 19px;
}

span.btn.fa input[type=submit] {
  padding: 0.3em 0.7em 0.3em 30px;
  line-height: 3em;
  margin: 0;
}

span.btn.fa input[type=submit]:hover {
  background-color: #61BC36;
}

form.posterForm {
  background-color: #fff;
}

form.posterForm .data legend {
  margin-top: 0;
}

form.posterForm .data:after {
  display: none;
}

form.posterForm .switch-2 {
  float: right;
  width: 60%;
}

#stickylink,
#stickylink:visited {
  position: fixed;
  right: -3em;
  top: 50%;
  margin: -0.7em 0 0;
  background-color: #da291c;
  color: #fff;
  font-size: 35px;
  font-size: 3.5rem;
  z-index: 90;
  padding: 0 1.2em;
  font-weight: bold;
  transform: rotate(-90deg);
  text-decoration: none;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.colorbg {
  color: #fff;
  width: 100%;
  overflow: hidden;
  padding: 70px 20px 20px;
  margin: 0;
  background-color: #bcbdbc;
}

.colorbg h1 {
  color: #fff;
  position: relative;
}

.colorbg h1 .deceasedtxt {
  display: inline;
  font-size: 20px;
  font-size: 2rem;
}

.colorbg p {
  font-size: 20px;
  font-size: 2rem;
  font-size: 1.2vw;
  font-weight: bold;
  color: #000;
}

.colorbg p .deceasedtxt {
  color: #000;
}

.colorbg p .deceasedtxt:after {
  content: "\2020";
  margin-left: 0.5em;
  position: relative;
  top: -0.05em;
}

.colorbg p a {
  color: #fff;
  text-decoration: underline;
}

.colorbg p a:hover {
  color: #000;
}

.colorbg menu {
  margin: 0;
  padding: 0;
  width: 100%;
}

.colorbg menu li {
  display: inline-block;
  list-style: none;
  margin: 0 2%;
}

.colorbg menu li a, .colorbg menu li a:visited {
  color: #000;
  text-decoration: none;
  display: inline-block;
  font-size: 25px;
  font-size: 2.5rem;
  font-size: 1.2vw;
}

.colorbg menu li a:before, .colorbg menu li a:visited:before {
  color: #fff;
  display: block;
  margin: 0 auto;
  font-size: 100px;
  font-size: 10rem;
  font-size: 5vw;
}

.colorbg menu li a:hover:before, .colorbg menu li a:visited:hover:before {
  color: #000;
}

.colorbg.lost {
  background-color: #da291c;
}

.colorbg.lost p {
  color: #fff;
}

.colorbg.found {
  background-color: #61BC36;
}

.colorbg.found p {
  color: #fff;
}

.compactsearch {
  color: #000;
}

#animal-search-compact {
  width: 100%;
  overflow: hidden;
}

#animal-search-compact input, #animal-search-compact select {
  width: 100%;
  margin: 0 0 1em;
}

#animal-search-compact select {
  color: #000;
}

#animal-search-compact input.btn {
  border: 2px solid #da291c;
}

#animal-search-compact input.btn:hover {
  background-color: #fff;
  color: #da291c;
}

#animal-search-compact a.btn {
  background-color: #231f20;
  border: 2px solid #231f20;
}

#animal-search-compact a.btn:hover {
  background-color: #fff;
  border-color: #da291c;
  color: #da291c;
}

.found #animal-search-compact input.btn {
  background-color: #61BC36;
  color: #000;
  border-color: #61BC36;
}

.found #animal-search-compact input.btn:hover {
  color: #61BC36;
  background-color: #fff;
}

.found #animal-search-compact a.btn:hover {
  color: #61BC36;
  background-color: #fff;
  border-color: #61BC36;
}

#inlogbox {
  width: 390px;
  background-color: #f9f9f9;
  padding: 20px;
  margin: 0 auto;
}

#inlogbox form {
  border: none;
  text-align: left;
}

#inlogbox form fieldset {
  padding: 0;
}

#inlogbox form fieldset.submit {
  padding-top: 20px;
}

#inlogbox form label {
  margin-right: 2.5%;
  width: 37%;
}

#inlogbox form .checkbox input {
  position: relative;
  top: 0.15em;
  margin-bottom: 1em;
}

#inlogbox form .checkbox label {
  margin: 0 0 1em 1em;
}

#inlogbox form input[type=submit] {
  margin: 0;
}

.nomargin {
  margin: 0;
}

.col-md-4 .bgwhite p {
  display: inline;
}

.helplinkblock,
.meldlinkblock {
  margin: 0;
}

.helplinkblock h2,
.meldlinkblock h2 {
  margin: 0px;
  line-height: 68px;
  font-size: 42px;
  font-size: 4.2rem;
  color: #fff;
}

.helplinkblock a.btn,
.meldlinkblock a.btn {
  font-size: 23px;
  font-size: 2.3rem;
  white-space: normal;
  line-height: 1.2;
  padding: 0.8em 1em;
}

.helplinkblock a.btn:hover,
.meldlinkblock a.btn:hover {
  background-color: #f9f9f9;
  color: #000;
}

.helplinkblock.found a.btn,
.meldlinkblock.found a.btn {
  background-color: #61BC36;
  color: #000;
}

.helplinkblock.found a.btn:hover,
.meldlinkblock.found a.btn:hover {
  background-color: #f9f9f9;
  color: #000;
}

.posterlinkblock {
  color: #000;
  margin: 0;
}

.posterlinkblock.found a.btn {
  background-color: #61BC36;
  color: #000;
}

.posterlinkblock.found a.btn:hover {
  background-color: #231f20;
  color: #fff;
}

.tipblock {
  color: #000;
  margin: 0;
}

.tipblock.found a.btn {
  background-color: #61BC36;
  color: #000;
}

.tipblock.found a.btn:hover {
  background-color: #231f20;
  color: #fff;
}

.tabs .ui-tabs-nav {
  padding: 0;
  margin: 0 0 1em;
  width: 100%;
  overflow: hidden;
}

.tabs .ui-tabs-nav li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  float: left;
  background-color: #e4e4e4;
  outline: none;
}

.tabs .ui-tabs-nav li a {
  text-decoration: none;
  padding: 0.7em 1.2em;
  display: block;
}

.tabs .ui-tabs-nav li a:hover {
  color: #fff;
}

.found .tabs .ui-tabs-nav li a {
  color: #61BC36;
}

.found .tabs .ui-tabs-nav li a:hover {
  color: black;
}

.tabs .ui-tabs-nav li:focus, .tabs .ui-tabs-nav li.ui-state-active, .tabs .ui-tabs-nav li.ui-state-hover, .tabs .ui-tabs-nav li.ui-state-focus {
  background-color: #da291c !important;
  background-image: none !important;
  color: #fff;
  border: none !important;
  outline: none !important;
}

.found .tabs .ui-tabs-nav li:focus, .found .tabs .ui-tabs-nav li.ui-state-active, .found .tabs .ui-tabs-nav li.ui-state-hover, .found .tabs .ui-tabs-nav li.ui-state-focus {
  background-color: #61BC36 !important;
}

.tabs .ui-tabs-nav li:focus a, .tabs .ui-tabs-nav li.ui-state-active a, .tabs .ui-tabs-nav li.ui-state-hover a, .tabs .ui-tabs-nav li.ui-state-focus a {
  color: #fff;
  outline: none;
}

.found .tabs .ui-tabs-nav li:focus a, .found .tabs .ui-tabs-nav li.ui-state-active a, .found .tabs .ui-tabs-nav li.ui-state-hover a, .found .tabs .ui-tabs-nav li.ui-state-focus a {
  color: #000;
}

#googlemapMeldingen, #googlemapcontact {
  width: 100%;
  height: 600px;
  margin: 0 0 20px;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.25);
}

#googlemapMeldingen .infoboxRow, #googlemapcontact .infoboxRow {
  display: table;
}

#googlemapMeldingen .infoboxRow .title, #googlemapcontact .infoboxRow .title {
  font-weight: bold;
  display: table-cell;
  width: 150px;
  vertical-align: top;
}

#googlemapMeldingen .infoboxRow .infoboxContent, #googlemapcontact .infoboxRow .infoboxContent {
  width: 180px;
  display: table-cell;
  vertical-align: top;
  word-break: break-word;
}

#googlemapMeldingen .infoboxRow .infoboxContent .btn, #googlemapcontact .infoboxRow .infoboxContent .btn {
  line-height: 2.2;
  margin-top: 0.5em;
}

#googlemap {
  height: 515px;
}

#googlemapcontact {
  height: 323px;
}

.group {
  max-width: 500px;
  position: relative;
  margin: 0 0 1em;
  overflow: hidden;
}

.group input#addresspicker {
  height: 49px;
  padding-right: 20%;
  line-height: 49px;
  width: 100%;
}

.group #searchButton {
  position: absolute;
  right: 0;
  cursor: pointer;
}

time.date {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 1em;
}

article.detail h2 {
  font-weight: normal;
  font-size: 30px;
  font-size: 3rem;
}

article.detail img {
  margin: 0 0 1em;
}

.articleList h3 {
  border-bottom: 3px solid #e4e4e4;
  line-height: 2;
}

.articleList ul li {
  border-bottom: 1px solid #e4e4e4;
  margin: 0 0 1em;
  padding: 0 0 1em;
  overflow: hidden;
}

.articleList ul li a, .articleList ul li a:visited {
  color: #000;
  text-decoration: none;
  float: left;
  display: table;
}

.articleList ul li img {
  display: table-cell;
}

.articleList ul li div {
  display: table-cell;
  vertical-align: top;
  padding: 0 0 0 25px;
}

.articleList ul li time.date {
  margin: 0;
}

.articleList ul li:last-child {
  border-bottom: none;
}

.searchresults {
  margin: -1em 0 0;
  padding: 0;
}

.searchresults li {
  margin: 0 0 1em;
  padding: 0 0 1em;
  border-bottom: 1px solid #d9d9d9;
}

.searchresults li a, .searchresults li a:visited {
  text-decoration: none;
  color: #000;
}

.searchresults li a:hover .title, .searchresults li a:visited:hover .title {
  color: #da291c;
}

.searchresults li .title {
  font-weight: bold;
  display: block;
  font-size: 20px;
  font-size: 2rem;
}

.searchresults li p {
  margin: 0;
  display: inline;
}

.searchresults li .more {
  color: #da291c;
  text-decoration: underline;
}

fieldset.searchagain {
  padding: 0;
  position: relative;
}

fieldset.searchagain:after {
  display: none;
}

fieldset.searchagain label {
  font-size: 20px;
  font-size: 2rem;
  width: 100%;
  margin: 0 0 0.5em;
}

fieldset.searchagain input[type=search],
fieldset.searchagain input[type=text] {
  width: 100%;
  width: -o-calc(100% - 42px);
  width: calc(100% - 42px);
  margin: 0;
  float: none;
  padding-right: 30px;
}

fieldset.searchagain input[type=submit] {
  background-color: transparent;
  position: absolute;
  right: 0;
  bottom: 3px;
  color: #000;
  z-index: 2;
  width: 30px;
  height: 30px;
}

.soft-hide {
  position: absolute !important;
  left: -99999px;
}

.filterTitle {
  text-transform: uppercase;
}

#filters {
  width: 100%;
  overflow: hidden;
  margin: 0 0 1em;
}

#filters .btn {
  float: left;
  margin: 0 5px 5px 0;
  background-color: #231f20;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}

#filters .btn.active, #filters .btn:hover {
  background-color: #da291c;
}

.search-code {
  margin: 0 0 20px;
  font-size: 1.4rem;
  padding: 0;
  position: relative;
}

.search-code .group {
  max-width: 10000px;
  margin: 0 0 1em;
  background-color: white;
  padding: 15px 20px;
  overflow: hidden;
}

.search-code .group label {
  width: 100%;
}

.search-code .group input[type=text] {
  background-color: white;
  line-height: 1.45em;
  height: auto;
  width: 100%;
  float: left;
}

.search-code .group span.btn {
  background-color: #231f20;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 20px;
}

.search-code .group span.btn input[type=submit] {
  line-height: 3.3rem;
  background-color: #231f20;
  padding: 0px 1em 1px 2em;
}

.search-code .group span.btn input[type=submit]:hover {
  background-color: #da291c;
}

.search-code .group span.btn:before {
  top: 7px;
}

.search-code input[type=text] {
  border-color: #ddd;
  padding: 6px 10px;
}

.search-code button {
  margin: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  line-height: 2.3em;
  white-space: nowrap;
}

.search-code:after {
  display: none;
}

#linksContainer {
  width: 100%;
  overflow: hidden;
  margin: 0 0 1em;
}

#linksContainer .grid-sizer {
  width: 259px;
}

#linksContainer .item {
  padding: 0 20px 20px 0;
  width: 259px;
  word-break: break-word;
}

#linksContainer .item > div {
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  padding: 10px;
}

#linksContainer .item figure {
  width: 100%;
  display: table;
  table-layout: fixed;
  padding: 0;
  margin: 0;
}

#linksContainer .item figure img,
#linksContainer .item figure figcaption {
  display: table-row;
  vertical-align: bottom;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  height: auto;
}

#linksContainer .item figure img {
  margin: 0 0 10px;
}

#linksContainer .item a {
  font-size: 14px;
  font-size: 1.4rem;
  word-wrap: break-word;
}

.DonatieFormulier .tooltipster-base {
  max-width: 320px;
}

.row.row-eq-height .inner {
  overflow: hidden;
}

.row.row-eq-height .inner .bgwhite {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

.stripe {
  position: relative;
  padding-bottom: 30px;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 0 1em;
}

.stripe:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 13px;
  bottom: 0;
  left: 0;
}

.stripe.lost:after {
  background: -webkit-repeating-linear-gradient(55deg, #fff, #fff 20px, #da291c 20px, #da291c 40px);
  background: repeating-linear-gradient(55deg, #fff, #fff 20px, #da291c 20px, #da291c 40px);
}

.stripe.found:after {
  background: -webkit-repeating-linear-gradient(-55deg, #fff, #fff 20px, #61BC36 20px, #61BC36 40px);
  background: repeating-linear-gradient(-55deg, #fff, #fff 20px, #61BC36 20px, #61BC36 40px);
}

.stripe.double:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 13px;
  top: 0;
  left: 0;
}

.stripe.double.lost:before {
  background: -webkit-repeating-linear-gradient(55deg, #fff, #fff 20px, #da291c 20px, #da291c 40px);
  background: repeating-linear-gradient(55deg, #fff, #fff 20px, #da291c 20px, #da291c 40px);
}

.stripe.double.found:before {
  background: -webkit-repeating-linear-gradient(-55deg, #fff, #fff 20px, #61BC36 20px, #61BC36 40px);
  background: repeating-linear-gradient(-55deg, #fff, #fff 20px, #61BC36 20px, #61BC36 40px);
}

.stripe.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.vriendlogo {
  border-radius: 50%;
  background-color: #fff;
  border: 5px solid #ABADB0;
  padding: 20px;
  max-width: 300px;
  max-height: 300px;
  margin: 30px auto 0;
}

@media (min-width: 992px) {
  .vriendlogo {
    position: absolute;
    left: 50%;
    margin: 50px 0 0 -11.5vw;
    z-index: 2;
    width: 23vw;
    height: 23vw;
  }
}

@media (min-width: 1305px) {
  .vriendlogo {
    margin-left: -150px;
  }
}

.vriendlogo img {
  width: 100%;
  height: auto;
}

.VriendenPagina .bggrey {
  padding: 20px;
}

@media (min-width: 992px) {
  .VriendenPagina .bggrey {
    padding: 90px 80px 30px;
    margin-top: -33px;
  }
}

.VriendenPagina figure img {
  border: 4px solid #939598;
  outline: 2px solid #939598;
  outline-offset: 4px;
}

.VriendenPagina figcaption {
  background: #da291c;
  border: 1px solid #000;
  color: #fff;
  margin: 15px 10px 0;
  padding: 5px 7px;
  position: relative;
  word-wrap: break-word;
}

.VriendenPagina figcaption:before, .VriendenPagina figcaption:after {
  content: "";
  background-color: #939598;
  width: 2px;
  height: 10px;
  display: block;
  position: absolute;
  top: -10px;
}

.VriendenPagina figcaption:before {
  left: 10px;
}

.VriendenPagina figcaption:after {
  right: 10px;
}

.VriendenPagina figcaption a {
  color: #fff;
}

@media (max-width: 1560px) {
  .VriendenPagina figcaption {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media (max-width: 992px) {
  .VriendenPagina figcaption {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.agendaList .agendaItem {
  margin-bottom: 30px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .agendaList .agendaItem {
    padding: 2em 2em 2em 1.3em;
  }
}

.agendaList span {
  display: block;
  margin: 0;
}

.detailLocatieWebsite {
  display: block;
}

.youtube:not(.btn) {
  position: relative;
}

.youtube:not(.btn):after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  content: "\f16a";
  font-size: 55px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(50%, 50%);
}

.youtube:not(.btn):hover {
  color: #231f20;
}

.widget-feiten img {
  width: 160px;
}

.articleList img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.gm-err-container img {
  width: initial;
}

.gm-style img {
  width: auto;
}

main article img {
  width: auto;
  max-width: 100%;
}

#footer {
  background-color: #4D4F53;
  color: #fff;
  padding: 40px 0;
  overflow: hidden;
  width: 100%;
}

#footer h3 {
  font-weight: bold;
  margin-bottom: 1em;
}

#footer nav ul li:before {
  content: "- ";
}

#footer nav ul li a {
  color: #fff;
  text-decoration: none;
}

#footer nav ul li a:hover {
  text-decoration: underline;
}

#footer .mpForm {
  margin: 0;
  width: 100%;
}

#footer .mpForm input {
  width: 100%;
  margin: 0 0 1em;
  color: #000;
}

#footer .mpForm input[type="submit"] {
  color: #fff !important;
}

#footer .mpForm input[type="checkbox"] {
  width: auto;
  margin: 0 1em 1em 0;
}

#footer .mpForm ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer .mpForm ul .descriptionLabel, #footer .mpForm ul .error {
  width: 100%;
}

#footer .mpForm ul .mpErrorRow {
  display: none;
}

#footer .mpForm .mpErrorSummary {
  width: 100%;
  padding-bottom: 10px;
}

#footer .mpForm .mpErrorSummary label {
  font-weight: normal;
  margin: 0;
  width: 100%;
  float: none;
}

#footer .mpForm .mpErrorSummary ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

#footer .mpForm .mpErrorSummary ul li {
  position: relative;
  padding: 0 0 0 1em;
}

#footer .mpForm .mpErrorSummary ul li:before {
  content: "\2022";
  color: #da291c;
  position: absolute;
  left: 0;
  top: -0.15em;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
}

#footer .social a {
  display: block;
  overflow: hidden;
  float: left;
  margin: 0 20px 0 0;
  text-indent: -9999px;
  color: #fff;
  text-decoration: none;
  position: relative;
  width: 40px;
  height: 60px;
}

#footer .social a:before {
  font-size: 40px;
  font-size: 4rem;
  position: absolute;
  left: 0;
  text-indent: 0;
}

#footer .social a:hover {
  color: #da291c;
}

.closure {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}

.closure nav ul li {
  display: block;
  float: left;
  padding: 0 10px;
  margin: 0;
  position: relative;
}

.closure nav ul li:before {
  content: "|";
  display: block;
  position: absolute;
  left: -2px;
}

.closure nav ul li a {
  color: #000;
  text-decoration: none;
}

.closure nav ul li a:hover {
  color: #da291c;
}

.closure nav ul li:first-child {
  padding: 0 10px 0 0;
}

.closure nav ul li:first-child:before {
  content: "";
  display: none;
}

.closure nav ul li.active a {
  color: #da291c;
}

@media screen and (max-width: 1320px) {
  html {
    font-size: 60%;
  }
  a.login {
    margin: 15px 0 0;
  }
  a.login:before {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .resultsList li {
    width: 100%;
  }
  .resultsList li .defaultImage:before {
    font-size: 17vw;
  }
  .resultsList li > div span.description {
    height: auto;
    overflow: visible;
    white-space: normal;
    text-overflow: none;
  }
  form#animal-search input[type=text] {
    width: 100%;
  }
  form#animal-search input[type=text].datepicker {
    width: 100%;
    display: table-cell;
    float: none;
    margin: 0;
  }
  form#animal-search .daterange .left,
  form#animal-search .daterange .right {
    width: 100%;
    margin: 0 0 1em;
  }
  form#animal-search .assets select, form#animal-search .assets .ui-selectmenu-button {
    width: 100% !important;
  }
  .input-group-addon {
    width: 30%;
  }
}

@media screen and (max-width: 1096px) {
  #mainnav > ul > li {
    font-size: 25px;
    font-size: 2.5rem;
  }
  #mainnav > ul > li > ul > li {
    font-size: 20px;
    font-size: 2rem;
  }
  #quicklinks label {
    display: block;
    cursor: pointer;
    background-image: linear-gradient(#000, #000 20%, transparent 20%, transparent 40%, #000 40%, #000 60%, transparent 60%, transparent 80%, #000 80%, #000 100%);
    width: 30px;
    height: 25px;
    padding: 0;
    margin: 0;
  }
  .no-cssgradients #quicklinks label {
    position: relative;
  }
  .no-cssgradients #quicklinks label:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    content: "\f0c9";
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
    font-size: 38px;
  }
  #quicklinks ul {
    text-align: left;
    max-height: 0;
    position: absolute;
    z-index: 3;
    background-color: #fff;
    width: auto;
    top: 56px;
    overflow: hidden;
    background: #fff;
  }
  #quicklinks ul li {
    float: none;
    padding-left: 0px;
    font-size: 20px;
    font-size: 2rem;
  }
  #quicklinks ul li:before {
    display: none;
  }
  #quicklinks ul li a {
    padding: 7px 30px;
    display: block;
    border-bottom: 1px solid #d9d9d9;
  }
  #quicklinks ul li ul {
    background: #fff;
    top: 0px;
    position: relative;
  }
  #quicklinks ul li ul a {
    color: #807f7f;
  }
  #quicklinks ul li ul li a:before {
    content: "\003e\00a0";
  }
  #quicklinks ul li ul li:last-child {
    border-bottom: 0px;
  }
  #quicklinks #quickmenu:checked + ul {
    max-height: 1000px;
  }
}

@media screen and (max-width: 991px) {
  .resultsList li {
    width: 50%;
  }
  .resultsList.list li .defaultImage:before {
    font-size: 17vw;
  }
  .row > .col-xs-1, .row > .col-sm-1, .row > .col-md-1, .row > .col-lg-1, .row > .col-xs-2, .row > .col-sm-2, .row > .col-md-2, .row > .col-lg-2, .row > .col-xs-3, .row > .col-sm-3, .row > .col-md-3, .row > .col-lg-3, .row > .col-xs-4, .row > .col-sm-4, .row > .col-md-4, .row > .col-lg-4, .row > .col-xs-5, .row > .col-sm-5, .row > .col-md-5, .row > .col-lg-5, .row > .col-xs-6, .row > .col-sm-6, .row > .col-md-6, .row > .col-lg-6, .row > .col-xs-7, .row > .col-sm-7, .row > .col-md-7, .row > .col-lg-7, .row > .col-xs-8, .row > .col-sm-8, .row > .col-md-8, .row > .col-lg-8, .row > .col-xs-9, .row > .col-sm-9, .row > .col-md-9, .row > .col-lg-9, .row > .col-xs-10, .row > .col-sm-10, .row > .col-md-10, .row > .col-lg-10, .row > .col-xs-11, .row > .col-sm-11, .row > .col-md-11, .row > .col-lg-11, .row > .col-xs-12, .row > .col-sm-12, .row > .col-md-12, .row > .col-lg-12 {
    overflow: hidden;
    margin: 0 0 2em;
  }
  .row .row {
    margin-bottom: -2em;
  }
  form#animal-search input[type=text] {
    width: 40%;
  }
  form#animal-search .daterange .left,
  form#animal-search .daterange .right {
    width: 40%;
  }
  form#animal-search .assets select, form#animal-search .assets .ui-selectmenu-button {
    width: 40% !important;
  }
}

@media screen and (max-width: 896px) {
  .col-md-4 {
    padding: 0px;
  }
  .aanmeldform .step .fieldwrap,
  .aanmeldkeuze .step .fieldwrap {
    width: 100%;
  }
  .fieldwrap + .blocktip,
  .blocktip {
    width: 100%;
  }
  .formnav {
    width: 100%;
  }
  #mainnav > ul > li.found,
  #mainnav > ul > li.lost {
    width: 200px;
    text-indent: -9999px;
  }
  #mainnav > ul > li.found > a span,
  #mainnav > ul > li.lost > a span {
    position: absolute;
    left: 0;
    text-indent: 0;
    width: 100%;
  }
  #mainnav > ul > li.found > ul,
  #mainnav > ul > li.lost > ul {
    text-indent: 0;
  }
  #mainnav > ul > li.found > ul > li,
  #mainnav > ul > li.lost > ul > li {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2em;
  }
  #mainnav > ul > li.found > ul > li a,
  #mainnav > ul > li.lost > ul > li a {
    padding: 8px;
  }
}

@media screen and (max-width: 768px) {
  #mainnav {
    font-size: 14px;
  }
  .recaptchatable #recaptcha_image {
    margin: 0 !important;
    width: 200px !important;
  }
  .recaptchatable .recaptcha_r1_c1,
  .recaptchatable .recaptcha_r3_c1,
  .recaptchatable .recaptcha_r3_c2,
  .recaptchatable .recaptcha_r7_c1,
  .recaptchatable .recaptcha_r8_c1,
  .recaptchatable .recaptcha_r3_c3,
  .recaptchatable .recaptcha_r2_c1,
  .recaptchatable .recaptcha_r4_c1,
  .recaptchatable .recaptcha_r4_c2,
  .recaptchatable .recaptcha_r4_c4,
  .recaptchatable .recaptcha_image_cell {
    background: none !important;
  }
}

@media screen and (min-width: 768px) {
  .compactsearch {
    top: -20px;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
  .fa.fa-navicon.hide {
    display: block;
    background-color: #000;
    color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 30px;
    font-size: 3rem;
    cursor: pointer;
    transition: position, 1s ease-in-out;
  }
  .navshow .fa.fa-navicon.hide {
    left: 150px;
  }
  #quicklinks ul {
    left: 0px;
    width: 100%;
  }
  #quicklinks ul li a {
    padding-left: 40px;
  }
  #quicklinks ul li ul li a {
    padding-left: 60px;
  }
  #mainnav > ul > li.lost,
  #mainnav > ul > li.found,
  #mainnav.fixto-fixed > ul > li.lost,
  #mainnav.fixto-fixed > ul > li.found {
    top: 0;
    width: 50%;
  }
  #mainnav > ul > li.lost > ul,
  #mainnav > ul > li.found > ul,
  #mainnav.fixto-fixed > ul > li.lost > ul,
  #mainnav.fixto-fixed > ul > li.found > ul {
    width: 200%;
    left: 0;
  }
  #mainnav > ul > li.lost > ul > li,
  #mainnav > ul > li.found > ul > li,
  #mainnav.fixto-fixed > ul > li.lost > ul > li,
  #mainnav.fixto-fixed > ul > li.found > ul > li {
    font-size: 25px;
    font-size: 2.5rem;
  }
  #mainnav > ul > li.lost,
  #mainnav.fixto-fixed > ul > li.lost {
    float: left;
  }
  #mainnav > ul > li.found,
  #mainnav.fixto-fixed > ul > li.found {
    float: right;
  }
  #mainnav > ul > li.found > ul,
  #mainnav.fixto-fixed > ul > li.found > ul {
    left: -100%;
  }
  #mainnav > ul > li.logo,
  #mainnav.fixto-fixed > ul > li.logo {
    position: absolute;
    top: -58px;
    left: 50%;
    width: 18%;
    margin: 0 0 0 -9%;
    background: transparent url(/css/img/logotxt_invert.png) center center no-repeat;
    background-size: contain;
  }
  #mainnav > ul > li.logo img,
  #mainnav.fixto-fixed > ul > li.logo img {
    display: none;
  }
  #stickylink,
  #stickylink:visited {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .formnav ol li {
    text-indent: -1000px;
    padding-top: 40px;
  }
  .formnav ol li:after {
    text-indent: 0;
  }
  #inlogbox form label {
    width: 100%;
    margin: 0;
  }
  #inlogbox form input {
    margin-bottom: 1em;
  }
  form label {
    width: 100%;
    margin: 0;
  }
  form input[type=search],
  form input[type=text],
  form input[type=tel],
  form input[type=email],
  form input[type=tel],
  form input[type=number],
  form input[type=password],
  form textarea,
  form select {
    width: 100%;
    margin: 0 0 1em;
  }
  form input[type=search].medium,
  form input[type=text].medium,
  form input[type=tel].medium,
  form input[type=email].medium,
  form input[type=tel].medium,
  form input[type=number].medium,
  form input[type=password].medium,
  form textarea.medium,
  form select.medium {
    width: 80%;
  }
  form input[type=search].medium.checked,
  form input[type=text].medium.checked,
  form input[type=tel].medium.checked,
  form input[type=email].medium.checked,
  form input[type=tel].medium.checked,
  form input[type=number].medium.checked,
  form input[type=password].medium.checked,
  form textarea.medium.checked,
  form select.medium.checked {
    width: 80%;
  }
  form input[type=search].small,
  form input[type=text].small,
  form input[type=tel].small,
  form input[type=email].small,
  form input[type=tel].small,
  form input[type=number].small,
  form input[type=password].small,
  form textarea.small,
  form select.small {
    width: 55%;
  }
  form input[type=search].small.checked,
  form input[type=text].small.checked,
  form input[type=tel].small.checked,
  form input[type=email].small.checked,
  form input[type=tel].small.checked,
  form input[type=number].small.checked,
  form input[type=password].small.checked,
  form textarea.small.checked,
  form select.small.checked {
    width: 55%;
  }
  form input[type=search].checked,
  form input[type=text].checked,
  form input[type=tel].checked,
  form input[type=email].checked,
  form input[type=tel].checked,
  form input[type=number].checked,
  form input[type=password].checked,
  form textarea.checked,
  form select.checked {
    width: 90%;
  }
  form label + div.radio,
  form label + div.checkbox,
  form label + div.inputgroup {
    width: 100%;
  }
  form label + div.radio select,
  form label + div.radio input[type=number],
  form label + div.checkbox select,
  form label + div.checkbox input[type=number],
  form label + div.inputgroup select,
  form label + div.inputgroup input[type=number] {
    width: auto !important;
  }
  form span.error, form .panel span.error {
    width: 100%;
    top: 0;
    margin-left: 0;
  }
  form span.error.ok, form .panel span.error.ok {
    width: 10%;
  }
  form#animal-search input[type=text] {
    width: 100%;
  }
  form#animal-search input[type=text].datepicker {
    width: 100%;
    display: table-cell;
    float: none;
    margin: 0;
  }
  form#animal-search .daterange .left,
  form#animal-search .daterange .right {
    width: 100%;
    display: table;
    margin: 0 0 1em;
  }
  form#animal-search .assets select, form#animal-search .assets .ui-selectmenu-button {
    width: 100% !important;
  }
  .input-group-addon {
    width: 30%;
  }
  span.ok {
    width: 10%;
  }
  #areaholder .panel h4 {
    padding-right: 67px;
  }
  .aanmeldform .step .fieldwrap#overview,
  .aanmeldkeuze .step .fieldwrap#overview {
    padding: 20px 0 0;
  }
  .aanmeldform .step .fieldwrap#overview > h3, .aanmeldform .step .fieldwrap#overview > p,
  .aanmeldkeuze .step .fieldwrap#overview > h3,
  .aanmeldkeuze .step .fieldwrap#overview > p {
    padding: 0 20px;
  }
  .aanmeldform .lostfound > li,
  .aanmeldkeuze .lostfound > li {
    width: 100%;
    margin: 0 0 1em;
  }
  #gridtoggle {
    margin: 0;
  }
  #gridtoggle a {
    width: 2em;
    height: 2em;
    margin-right: 1.2em;
  }
  #gridtoggle a.grid {
    display: none;
  }
  #gridtoggle a:before {
    font-size: 30px;
    font-size: 3rem;
  }
  .resultsList li {
    width: 100%;
  }
  .resultsList li img,
  .resultsList li .defaultImage {
    width: 20% !important;
    margin-right: 2%;
  }
  .resultsList li .defaultImage {
    padding: 19% 0 0;
  }
  .resultsList li .defaultImage:before {
    font-size: 17vw;
  }
  .resultsList li > div {
    width: 78%;
  }
  .resultsList li > div dl dt {
    margin-right: 2%;
    width: 25%;
  }
  .resultsList li > div dl dd {
    width: 73%;
  }
  .resultsList.list li > div .btn {
    position: static;
  }
  .colorbg {
    padding-top: 20px;
  }
  .colorbg p {
    font-size: 14px;
  }
  #inlogbox {
    min-width: 0;
  }
  .btn, .btn:visited {
    white-space: normal;
    line-height: 1.2em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .group span.btn input[type=submit] {
    text-indent: -9999px;
    width: 1em;
    overflow: hidden;
  }
  .group input#addresspicker {
    height: 35px;
    line-height: 35px;
  }
  .group button.btn {
    text-indent: -9999px;
    width: 2em;
    overflow: hidden;
  }
  .group button.btn i {
    text-indent: 0;
    position: absolute;
    left: 0.5em;
  }
}

@media screen and (max-width: 660px) {
  h1 {
    font-size: 35px;
    font-size: 3.5rem;
  }
  .mainsearch label,
  a.login {
    overflow: hidden;
    text-indent: -999px;
    position: relative;
    display: block;
    width: 1em;
    margin-bottom: -2px;
    font-size: 30px;
    font-size: 3rem;
  }
  .mainsearch label:before,
  a.login:before {
    position: absolute;
    left: 0;
    text-indent: 0;
    font-size: 30px;
    font-size: 3rem;
  }
  #inlogbox {
    max-width: 100%;
  }
  .mainsearch {
    position: relative;
    margin: 10px 17px -2px 0;
  }
  .closure .pull-left,
  .closure .pull-right {
    width: 100%;
  }
  #stickylink,
  #stickylink:visited {
    width: 100%;
    top: auto;
    bottom: 0;
    right: 0;
    transform: none;
    /*display: none;*/
  }
  #resulttable,
  #resulttable * {
    display: block;
    word-break: normal;
  }
}

@media screen and (max-width: 365px) {
  #mainnav > ul > li {
    font-size: 1.8rem;
  }
  #mainnav > ul > li.found > a span {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
  }
  #mainnav > ul > li.lost > a span {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    text-align: center;
  }
  #mainnav > ul > li.logo {
    top: -59px;
    left: 42%;
    width: 32%;
  }
  .mainsearch span {
    top: 46px;
    width: 100%;
    max-width: 1000px;
    max-height: 0;
    z-index: 2;
    transition: max-height, 1s ease-in-out;
  }
  .mainsearch.open {
    position: static;
  }
  .mainsearch.open span {
    max-height: 1000px;
  }
  form#animal-search .submit:before {
    right: 20px;
  }
}

.widgetZijkant {
  clear: both;
  padding: 1em;
  overflow: auto;
  overflow-x: hidden;
  background: white;
  text-align: left;
}

@media (min-width: 992px) {
  .widgetZijkant {
    padding: 2em;
    margin-bottom: 2em;
  }
}

.widgetZijkant img {
  margin-bottom: 2em;
}

.widgetZijkant a {
  word-break: break-all;
}

.row.widgetOnderkant:nth-child(odd) {
  background-color: white;
}

.WidgetsZijkant .widgetContent {
  padding: 1em;
  background: white;
}

@media (min-width: 992px) {
  .WidgetsZijkant .widgetContent {
    padding: 2em;
    margin-bottom: 2em;
  }
}

.WidgetsZijkant .widgetContent .row {
  margin: 0;
  padding: 0;
  width: 100%;
}

.WidgetsZijkant .widgetContent .row [class*='col'] {
  max-width: 100%;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  padding: 0;
}

.WidgetsZijkant .widgetContent img {
  margin-bottom: 2em;
}
/*# sourceMappingURL=style.css.map */