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

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

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

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

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

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

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  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: 20px;
  padding-left: 20px;
  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: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

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

.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: 20px;
  padding-left: 20px;
}

.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;
  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;
  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;
  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;
  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: 20px;
}

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

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

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

@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 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: none;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding: 0 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;
  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%;
  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: sticky !important;
}

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #007bff !important;
}

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

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

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

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

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

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

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

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

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

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

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/*! 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 */
  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: 19.8px;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #1B1B1B;
  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;
  }
  */
}

body.noscroll {
  overflow-y: hidden;
}

/* Links ---------------------- */
a {
  color: #CE271B;
  text-decoration: none;
  line-height: inherit;
  outline: 0;
}

a:hover {
  color: #AD2117;
}

a:focus {
  outline: 0;
}

.rte a:not(.btn) {
  font-weight: 600;
  text-decoration: underline;
}

.rte p {
  max-width: 770px;
}

main a:visited {
  color: #891A12;
}

p a, p a:visited {
  line-height: inherit;
}

.btn, .btn:visited {
  position: relative;
  display: inline-block;
  color: #fff;
  background-color: #da291c;
  line-height: normal;
  padding: 16px 40px 16px 20px !important;
  white-space: nowrap;
  font-weight: 600;
  font-size: 17px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-outsteps(1, start) border-color 0.15s ease-in-out;
  border-radius: 30px;
}

@media (min-width: 992px) {
  .btn, .btn:visited {
    font-size: 18px;
  }
}

.btn:focus, .btn:visited:focus {
  box-shadow: none;
  border: 2px solid #fff;
  outline: 2px solid #000;
}

.btn:after, .btn:visited:after {
  content: "\f061";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}

.btn.no-arrow, .btn:visited.no-arrow {
  padding: 16px 20px !important;
}

.btn.no-arrow:after, .btn:visited.no-arrow:after {
  display: none;
}

.btn:hover, .btn:visited:hover {
  color: #fff;
  background: #C32519;
  box-shadow: 2px 2px 10px rgba(173, 33, 23, 0.3);
}

.btn:hover:after, .btn:visited:hover:after {
  font-size: 19.8px;
  font-size: 1.8rem;
  right: 4px;
}

.btn.hollow, .btn:visited.hollow {
  color: #da291c;
  background: #fff;
  border: 2px solid #da291c;
}

.btn.hollow:hover, .btn:visited.hollow:hover {
  color: #fff;
  background: #da291c;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.05);
}

.btn.Terug, .btn.prev, .btn:visited.Terug, .btn:visited.prev {
  color: #da291c;
  background: #fff;
  border: 2px solid #da291c;
}

.btn.Terug:hover, .btn.prev:hover, .btn:visited.Terug:hover, .btn:visited.prev:hover {
  color: #fff;
  background: #da291c;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.05);
}

.btn.Terug:hover:after, .btn.prev:hover:after, .btn:visited.Terug:hover:after, .btn:visited.prev:hover:after {
  left: 10px;
}

.btn.prev, .btn.Terug, .btn:visited.prev, .btn:visited.Terug {
  padding: 16px 20px 16px 40px !important;
}

.btn.prev:after, .btn.Terug:after, .btn:visited.prev:after, .btn:visited.Terug:after {
  content: "\f060";
  left: 15px;
  right: auto;
  transition: right 0.15s ease-in-out;
}

.found .btn, .found .btn:visited {
  background-color: #61BC36;
  color: #1B1B1B;
}

.found .btn:hover, .found .btn:visited:hover {
  background-color: #6DC842;
  box-shadow: 2px 2px 10px rgba(77, 149, 43, 0.3);
}

.found .btn.hollow, .found .btn:visited.hollow {
  color: #3D7622;
  background: #fff;
  border: 2px solid #3D7622;
}

.found .btn.hollow:hover, .found .btn:visited.hollow:hover {
  color: #1B1B1B;
  background: #61BC36;
  border-color: #61BC36;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.05);
}

.btn.incidentpostcode-zoek, .btn:visited.incidentpostcode-zoek {
  display: inline-block;
  height: 44px;
  padding: 0 10px !important;
  margin: 0 0 0 -10px;
  line-height: 2.4;
  border-radius: 0 5px 5px 0;
  float: left;
}

@media (min-width: 768px) {
  .btn.incidentpostcode-zoek, .btn:visited.incidentpostcode-zoek {
    margin-top: 10px;
  }
}

h1 {
  font-weight: bold;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 30.8px;
  font-size: 2.8rem;
  margin: 0 0 0.3em;
  line-height: 1.15;
}

@media (min-width: 992px) {
  h1 {
    font-size: 60.5px;
    font-size: 5.5rem;
  }
}

h2 {
  font-weight: bold;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 29.7px;
  font-size: 2.7rem;
  margin: 0 0 0.3em;
}

@media (min-width: 992px) {
  h2 {
    font-size: 48.4px;
    font-size: 4.4rem;
  }
}

h3 {
  font-weight: bold;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 23.1px;
  font-size: 2.1rem;
  margin: 0 0 0.3em;
}

h3.big {
  font-size: 38.5px;
  font-size: 3.5rem;
}

@media (min-width: 992px) {
  h3 {
    font-size: 38.5px;
    font-size: 3.5rem;
  }
}

h4 {
  font-weight: bold;
  font-size: 19.8px;
  font-size: 1.8rem;
  margin: 0 0 0.3em;
}

@media (min-width: 992px) {
  h4 {
    font-size: 25.3px;
    font-size: 2.3rem;
  }
}

h5 {
  font-weight: bold;
  font-size: 19.8px;
  font-size: 1.8rem;
  margin: 0 0 0.3em;
}

@media (min-width: 992px) {
  h5 {
    font-size: 18.7px;
    font-size: 1.7rem;
  }
}

/* Paragraph ------------------ */
p {
  margin: 0 0 30px;
}

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

.row.top {
  padding-top: 30px;
  padding-bottom: 10px;
}

@media (min-width: 992px) {
  .row.top {
    padding-top: 116px;
  }
}

@media screen and (min-width: 1780px) {
  .row.top {
    /*h1 {
                margin-left: 15px;
            }*/
  }
}

.breadcrumb-box {
  clear: both;
  margin: 0;
}

.breadcrumb-item + .breadcrumb-item a {
  font-weight: 600;
}

.breadcrumb-item + .breadcrumb-item:before {
  font-family: "FontAwesome";
  content: "\f054";
  font-size: 12px;
  color: #CE271B;
}

form {
  margin: 0 0 1em;
  padding: 0;
  position: relative;
}

form.noborder {
  border: none;
}

form p {
  color: #1B1B1B;
}

form br {
  clear: both;
}

form .loader {
  display: none;
  text-align: center;
  margin-bottom: 10px;
}

form .tooltipster i {
  color: #da291c;
  cursor: pointer;
}

form .search-code {
  margin: 0 0 20px;
  padding: 0;
  position: relative;
}

form .search-code input {
  padding: 27px 10px;
  margin: 0;
  border-radius: 5px 0 0 5px;
}

form .search-code input:-ms-input-placeholder {
  font-style: normal;
  font-size: 18px;
}

form .search-code input::placeholder {
  font-style: normal;
  font-size: 18px;
}

form .search-code button.no-arrow {
  border: 1px solid #d9d9d9;
  border-left: none;
  line-height: normal;
  color: #CE271B;
  background: white;
  margin: 0;
  line-height: 2.3em;
  white-space: nowrap;
  padding: 0 20px !important;
  border-radius: 0;
}

form .search-code button.no-arrow:hover {
  background: #CE271B;
  color: white;
}

form .search-code button.no-arrow .fa {
  font-size: 18px;
}

.found form .search-code button.no-arrow {
  color: #3D7622;
}

.found form .search-code button.no-arrow:hover {
  background: #61BC36;
  color: #1B1B1B;
}

form .search-code button.no-arrow:last-child {
  border-radius: 0 5px 5px 0;
}

form .search-code:after {
  display: none;
}

form#form1252 ul, form#form1252 li {
  display: -ms-flexbox;
  display: flex;
}

form#form1252 ul {
  -ms-flex-direction: column;
      flex-direction: column;
}

form#form1252 li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}

form#form1252 .mpFormField {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
}

form#form1252 #CNT1270 .mpFormLabel, form#form1252 #CNT1271 .mpFormLabel {
  display: none;
}

form#form1252 #field1271 li {
  -ms-flex-align: center;
      align-items: center;
}

form #mapid {
  width: 100%;
}

form #mapid .btn {
  margin: 10px 0 0 10px;
}

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 .radioBox {
  display: -ms-flexbox;
  display: flex;
}

form .radioBox label {
  width: auto;
  padding: 0 30px 0 15px;
  cursor: pointer;
}

form .radioBox label:hover {
  text-decoration: underline;
}

form .fieldwrap {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #e4e4e4;
}

form fieldset {
  padding: 0 20px 20px;
  position: relative;
  margin: 0;
  overflow: hidden;
  /* &:after {
            content: "";
            display: block;
            width: 100%;
            height: 1px;
            background-color: $strokedark;
            margin-top: 20px;
            overflow: hidden;
        }*/
}

form fieldset.assets, form fieldset.daterange {
  padding: 0;
}

form fieldset legend {
  background-color: #efefef;
  font-size: 19.8px;
  font-size: 1.8rem;
  font-weight: normal;
  width: 100%;
  width: -o-calc(100% + 40px);
  width: calc(100% + 40px);
  max-width: initial;
  padding: 10px 20px;
  margin: 0 0 0 -20px;
  color: #231f20;
}

form fieldset legend.top {
  font-weight: 700;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #fef8f7;
  border-bottom: 1px solid #e4e4e4;
  margin: 0 0 10px -20px;
}

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.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 .found fieldset legend.top {
  background-color: #f7fcf5;
}

form label {
  width: 39%;
  margin: 16px 0;
  padding-right: 16px;
  line-height: 30px;
  font-size: 19.8px;
  font-size: 1.8rem;
  font-weight: 600;
}

form label.mpMultipleLabel {
  width: 100%;
}

form label small {
  font-size: 17.6px;
  font-size: 1.6rem;
  font-weight: 400;
  display: block;
  color: #767676;
  line-height: 1.2;
}

form .formgroup {
  width: 60%;
  display: inline-block;
  margin: 16px 0 10px;
}

form .formgroup label {
  width: 100%;
  margin: 0;
}

form .formgroup .radioBox,
form .formgroup select,
form .formgroup input[type=search],
form .formgroup input[type=text],
form .formgroup input[type=tel],
form .formgroup input[type=email],
form .formgroup input[type=tel],
form .formgroup input[type=number],
form .formgroup input[type=password],
form .formgroup textarea {
  width: 100%;
  margin: 0 0 16px;
}

form .formgroup .radioBox.checked,
form .formgroup select.checked,
form .formgroup input[type=search].checked,
form .formgroup input[type=text].checked,
form .formgroup input[type=tel].checked,
form .formgroup input[type=email].checked,
form .formgroup input[type=tel].checked,
form .formgroup input[type=number].checked,
form .formgroup input[type=password].checked,
form .formgroup textarea.checked {
  width: 85%;
}

form .formgroup span.ok {
  width: 15%;
  margin: 0 !important;
}

form .radioBox,
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 .radioBox.medium,
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 .radioBox.medium.checked,
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 .radioBox.small,
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 .radioBox.small.checked,
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 .radioBox.checked,
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%;
  padding-right: 30px;
}

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-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: 17.6px;
  font-size: 1.6rem;
}

form span.error {
  margin: 0 0 0.7em 40%;
  color: #da291c;
  float: left;
  position: relative;
  display: inline-block;
  width: 60%;
  font-size: 17.6px;
  font-size: 1.6rem;
}

form span.error:before {
  content: "\f071";
  font-size: 22px;
  font-size: 2rem;
}

form span.error.ok {
  margin: 0;
  color: #fff;
  position: static;
  width: 4%;
}

@media (min-width: 768px) {
  form span.error.ok {
    margin: 10px 0 0 0;
  }
}

form span.error.ok:before {
  content: "\f00c";
  font-size: 17.6px;
  font-size: 1.6rem;
}

form textarea + span.error.ok {
  margin-top: 0;
}

form #Signalement-error {
  top: 0;
}

form #Noplace-error {
  top: 10px;
  margin-left: 60%;
}

form.posterForm {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
}

form.posterForm .data legend, form.posterForm .naw legend {
  margin-top: 0;
  font-weight: 700;
}

form.posterForm .data:after, form.posterForm .naw:after {
  display: none;
}

.panelValidation .panel-heading span.error {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.panelValidation .panel-heading span.error.fa.ok {
  margin-top: 0;
}

.panelValidation .card-header span.error {
  margin-left: 0 !important;
}

.panelValidation .card-header span.error.ok {
  top: 15px;
  background: no-repeat;
}

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

.panelValidation span.error.ok#Periodiciteit-error, .panelValidation span.error.ok#Method-error, .panelValidation span.error.ok#AcceptStoreInfo-error {
  display: none !important;
}

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: 22px;
  font-size: 2rem;
  color: #da291c;
  line-height: 1;
  font-weight: bold;
}

label.required:after {
  content: " *";
  font-size: 22px;
  font-size: 2rem;
  color: #da291c;
  line-height: 1;
  font-weight: bold;
}

*::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #767676;
  font-size: 18.7px;
  font-size: 1.7rem;
  line-height: 1.5;
}

*:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #767676;
  font-size: 18.7px;
  font-size: 1.7rem;
}

*::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #767676;
  font-size: 18.7px;
  font-size: 1.7rem;
}

*:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #767676;
  font-size: 18.7px;
  font-size: 1.7rem;
}

input[type="range"] {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  width: 100%;
  height: 10px;
  margin: 0;
  border: 1px solid #d9d9d9;
  padding: 1px 2px;
  border-radius: 5px;
  background: #E5E5E5;
  outline: none;
  /* no focus outline */
}

input[type="range"]::-moz-range-track {
  border: none;
  background: transparent;
}

input[type="range"]::-ms-track {
  border: none;
  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: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #da291c;
}

.found input[type="range"]::-webkit-slider-thumb {
  border-color: #61BC36;
}

input[type="range"]::-moz-range-thumb {
  width: 30px;
  height: 30px;
  border: 1px solid #da291c;
  border-radius: 50%;
  background-color: #fff;
}

.found input[type="range"]::-moz-range-thumb {
  border-color: #61BC36;
}

input[type="range"]::-ms-thumb {
  width: 40px;
  height: 30px;
  border-radius: 20px;
  border: 1px solid #da291c;
}

.found input[type="range"]::-ms-thumb {
  border-color: #61BC36;
}

/* progress */
/*input[type="range"]::-webkit-progress-value {
    background-color: $base;

    .found & {
        background-color: $sec;
    }
}
input[type="range"]::-moz-range-progress {
    background-color: $base;
    height: 8px;
    border-radius: 5px;

    .found & {
        background-color: $sec;
    }
}*/
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: 22px;
  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(0, 0, 0, 0.6) 0 0 8px;
  border: 1px solid #da291c;
  outline: none;
}

.lost textarea:focus, .lost
select:focus, .lost
input[type=search]:focus, .lost
input[type=text]:focus, .lost
input[type=date]:focus, .lost
input[type=email]:focus, .lost
input[type=tel]:focus, .lost
input[type=number]:focus, .lost
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-color: #CE271B;
}

.found textarea:focus, .found
select:focus, .found
input[type=search]:focus, .found
input[type=text]:focus, .found
input[type=date]:focus, .found
input[type=email]:focus, .found
input[type=tel]:focus, .found
input[type=number]:focus, .found
input[type=password]:focus {
  box-shadow: rgba(0, 0, 0, 0.075) 0 1px 1px 0 inset, rgba(61, 118, 34, 0.6) 0 0 8px;
  border-color: #3D7622;
}

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: 18.7px;
  font-size: 1.7rem;
  height: 44px;
  line-height: 1.5rem;
  margin: 10px 0;
  border-radius: 5px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url(/css/img/selectArrowDefault.png) no-repeat right 12px center;
  border: 1px solid #d9d9d9;
  margin: 10px 0 0;
  padding: 0 10px;
  float: left;
  height: 44px;
  line-height: 44px;
  font-size: 18.7px;
  font-size: 1.7rem;
  border-radius: 5px;
}

select.custom {
  background: #231f20 url(/css/img/selectArrow.png) no-repeat right 12px 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;
  padding-left: 15px;
}

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;
  transform: scale(1.5);
}

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

div.checkbox {
  margin-top: 5px;
}

.step div.checkbox input[type=checkbox] {
  margin: 3px 10px 20px 0;
  transform: scale(1.5);
}

@media (min-width: 1200px) {
  .step div.checkbox input[type=checkbox] {
    margin-top: 18px;
  }
}

.step div.checkbox label {
  width: calc(100% - 25px) !important;
}

.input-group-addon, .input-group-btn {
  width: auto;
  float: left;
  line-height: 2;
  height: 44px;
}

input[type=submit],
fieldset > button,
fieldset > div > button {
  float: right;
  background-color: #da291c;
  color: #fff;
  border: none;
  margin: 0 -3px 1em 0;
}

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: #3D7622;
  color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  line-height: 41px;
  height: 44px;
  padding: 0 5px;
  display: inline-block;
  width: 4%;
  text-align: center;
  float: left;
}

@media (min-width: 768px) {
  span.ok {
    margin: 10px 0 0 0;
  }
}

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: 17.6px;
  font-size: 1.6rem;
}

.fileinput-button {
  background-color: #da291c;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin: 0 0 1em;
  overflow: hidden;
  padding: 6px 22px;
  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 {
  color: #fff;
  background-color: #CE271B;
  box-shadow: 2px 2px 10px rgba(77, 149, 43, 0.3);
}

.fileinput-button.disabled {
  background-color: lightgray;
}

.fileinput-button.disabled:hover {
  background-color: lightgray;
}

.found .fileinput-button {
  background-color: #61BC36;
  color: #1B1B1B;
}

.found .fileinput-button:hover {
  color: #1B1B1B;
  background-color: #6DC842;
  box-shadow: 2px 2px 10px rgba(77, 149, 43, 0.3);
}

.addon {
  display: table;
}

.addon .input-group-addon {
  font-size: 14.3px;
  font-size: 1.3rem;
  border-radius: 0;
  float: none;
}

.selectables .addon {
  width: 100%;
}

.selectables .addon .input-group-addon {
  font-size: 19.8px;
  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: #1B1B1B;
  font-size: 22px;
  font-size: 2rem;
  font-weight: 600;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  display: block;
}

fieldset.selectables a.btn:after {
  display: none;
}

fieldset.selectables a.btn.activated {
  background-color: #61BC36;
  border-color: transparent;
}

fieldset.selectables a.btn.activated:hover {
  box-shadow: 2px 2px 10px rgba(77, 149, 43, 0.3);
}

fieldset.selectables a.btn:hover {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.05);
}

fieldset.selectables.donateAmountBox {
  display: none;
}

fieldset.selectables.donateAmountBox.activated {
  display: block;
}

.selectable .suboptions {
  display: none;
  clear: both;
}

.selectable .suboptions .subitem {
  border-top: 1px solid #d9d9d9;
  overflow: hidden;
  position: relative;
  padding: 10px;
}

.selectable .suboptions .subitem img {
  float: left;
  margin: 0 1em 0 0;
}

.selectable .suboptions .subitem label {
  width: auto;
  line-height: 30px;
  margin: 0;
}

.selectable .suboptions .subitem.subactive {
  background-color: #d9d9d9;
}

.selectable.activated .suboptions {
  display: block;
}

.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;
  cursor: pointer;
}

.donateMethod .selectable > img {
  float: left;
  margin: 0 1em 0 0;
}

.donateMethod .selectable > span {
  display: block;
  float: left;
  line-height: 3;
  font-size: 19.8px;
  font-size: 1.8rem;
}

.donateMethod .selectable .dropdown {
  float: right;
  line-height: 3;
}

.donateMethod .selectable .dropdown .caret {
  border-width: 10px;
}

.donateMethod .selectable label {
  cursor: pointer;
}

.donatie {
  text-align: left;
}

@media (min-width: 992px) {
  .donatie {
    margin-top: 100px !important;
  }
}

.donatie-body {
  padding-right: 45px;
}

@media (max-width: 991.98px) {
  .donatie-body {
    padding: 0 20px;
  }
}

.donatie-body img {
  display: none;
}

@media screen and (min-width: 990px) {
  .donatie-body img {
    display: block;
    max-width: 400px;
  }
}

.donatie-body .btn {
  margin-top: 20px;
}

.donatie .row .row {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 15px !important;
}

.donatie-form {
  padding-left: 45px;
}

@media (max-width: 991.98px) {
  .donatie-form {
    padding: 0 20px;
  }
}

.donatie fieldset:after {
  display: none;
}

.donatie fieldset.donatePeriodiciteit {
  margin: 0 0 1em;
}

.donatie .checkbox label {
  font-size: 16px;
  font-weight: normal;
}

.donatie input[type=submit] {
  background-color: #61BC36;
}

.donatie input[type=submit]:hover {
  background-color: #231f20;
}

.errorList {
  margin: 20px 0 0;
}

.errorList span.error {
  width: auto;
  margin: 0 0 1em;
}

/*test voor stappen formulier*/
.wizard,
.tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden;
  /* Accessibility */
}

.wizard a,
.tabcontrol a {
  outline: 0;
}

.wizard ul,
.tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}

.wizard ul > li,
.tabcontrol ul > li {
  display: block;
  padding: 0;
}

.wizard > .steps .current-info,
.tabcontrol > .steps .current-info {
  position: absolute;
  left: -999em;
}

.wizard > .content > .title,
.tabcontrol > .content > .title {
  position: absolute;
  left: -999em;
}

/*
    Wizard
*/
.wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
}

.wizard > .steps .number {
  display: inline-block;
  font-size: 1.4em;
  background: #bcbdbc;
  padding: 5px;
  border-radius: 50%;
  width: 54px;
  border: 2px solid black;
  text-align: center;
}

@media (min-width: 576px) {
  .wizard > .steps .number {
    display: block;
    margin: 0 auto;
  }
}

.wizard > .steps .number .fa {
  display: none;
}

.wizard > .steps .number .fa:before, .wizard > .steps .number .btn:after, .wizard > .steps .number form fieldset.toggle > legend:after, form .wizard > .steps .number fieldset.toggle > legend:after, .wizard > .steps .number form span.error:before, form .wizard > .steps .number span.error:before, .wizard > .steps .number .mainsearch input[type=submit], .mainsearch .wizard > .steps .number input[type=submit], .wizard > .steps .number .fatlinks-link:after, .wizard > .steps .number #faqlist .togglelist > li > h4:before, #faqlist .wizard > .steps .number .togglelist > li > h4:before, .wizard > .steps .number .blocktip h4:before, .blocktip .wizard > .steps .number h4:before, .wizard > .steps .number .blocktip.toggleable a.expand:after, .blocktip.toggleable .wizard > .steps .number a.expand:after, .wizard > .steps .number .aanmeldform .lostfound > li .tip:after, .aanmeldform .lostfound > li .wizard > .steps .number .tip:after,
.wizard > .steps .number .aanmeldkeuze .lostfound > li .tip:after, .aanmeldkeuze .lostfound > li .wizard > .steps .number .tip:after, .wizard > .steps .number .formnav ul li:after, .formnav ul .wizard > .steps .number li:after, .wizard > .steps .number #areaholder .panel h4:after, #areaholder .panel .wizard > .steps .number h4:after, .wizard > .steps .number #results .resultsList li > div:not(.defaultImage) .added:after, #results .resultsList li > div:not(.defaultImage) .wizard > .steps .number .added:after, .wizard > .steps .number main ul.arrows li:before, main ul.arrows .wizard > .steps .number li:before, .wizard > .steps .number fieldset.searchagain input[type=submit], fieldset.searchagain .wizard > .steps .number input[type=submit] {
  margin: 0;
}

.wizard > .steps > ul > li {
  width: 100%;
}

@media (min-width: 576px) {
  .wizard > .steps > ul > li {
    width: 33%;
  }
}

.wizard > .steps > ul > li,
.wizard > .actions > ul > li {
  float: left;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 25px, silver 3px, rgba(0, 0, 0, 0) 28px);
}

@media (min-width: 576px) {
  .wizard > .steps > ul > li,
  .wizard > .actions > ul > li {
    text-align: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) calc(35% - 1px), silver calc(35%), rgba(0, 0, 0, 0) calc(35% + 1px));
  }
}

.wizard > .steps > ul > li:last-child a,
.wizard > .actions > ul > li:last-child a {
  margin: 0;
}

@media (min-width: 576px) {
  .wizard > .steps > ul > li:last-child a,
  .wizard > .actions > ul > li:last-child a {
    margin: 0 0.5em 0.5em;
  }
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
  display: block;
  width: auto;
  margin: 0 0 1em;
  padding: 0;
  text-decoration: none;
  color: #000;
}

@media (min-width: 576px) {
  .wizard > .steps a,
  .wizard > .steps a:hover,
  .wizard > .steps a:active {
    margin: 0 0.5em 0.5em;
  }
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
  cursor: default;
}

.wizard > .steps .disabled a .number,
.wizard > .steps .disabled a:hover .number,
.wizard > .steps .disabled a:active .number {
  border-color: #f9f9f9;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
  cursor: default;
}

.wizard > .steps .current a .number,
.wizard > .steps .current a:hover .number,
.wizard > .steps .current a:active .number {
  background: #fff;
}

.wizard > .steps .done a .number,
.wizard > .steps .done a:hover .number,
.wizard > .steps .done a:active .number {
  background: #61BC36;
}

.wizard > .steps .done a .number .index,
.wizard > .steps .done a:hover .number .index,
.wizard > .steps .done a:active .number .index {
  display: none;
}

.wizard > .steps .done a .number .fa,
.wizard > .steps .done a:hover .number .fa,
.wizard > .steps .done a:active .number .fa {
  display: block;
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active {
  color: grey;
}

.wizard > .content {
  display: block;
  overflow: hidden;
  position: relative;
  width: auto;
  border-radius: 5px;
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .wizard > .content {
    margin: 0.5em;
  }
}

.wizard > .content > .body {
  width: 100%;
  padding: 2.5% 0;
}

.wizard > .content > .body h3 {
  margin: 22px 0;
}

@media (min-width: 1200px) {
  .wizard > .content > .body {
    padding: 2.5%;
  }
  .wizard > .content > .body h3 {
    margin: 0 0 41px;
  }
}

.wizard > .content > .body ul {
  list-style: disc !important;
}

.wizard > .content > .body ul > li {
  display: list-item;
}

.wizard > .content > .body > iframe {
  border: 0 none;
  width: 100%;
  height: 100%;
}

.wizard > .content > .body input {
  display: block;
  border: 1px solid #ccc;
  margin: 0;
  font-size: 19.8px;
  font-size: 1.8rem;
}

.wizard > .content > .body input:-ms-input-placeholder {
  font-style: normal;
  font-size: 19.8px;
  font-size: 1.8rem;
}

.wizard > .content > .body input::placeholder {
  font-style: normal;
  font-size: 19.8px;
  font-size: 1.8rem;
}

.wizard > .content > .body input[type="checkbox"] {
  display: inline-block;
  margin-right: 10px;
  transform: scale(1.5);
  background: red;
}

.wizard > .content > .body input.error {
  background: #fbe3e4;
  border: 1px solid #fbc2c4;
  color: #8a1f11;
}

.wizard > .content > .body label {
  display: inline-block;
}

.wizard > .content > .body label.error {
  color: #8a1f11;
  display: inline-block;
  margin-left: 1.5em;
}

.wizard > .content > .body span.error {
  font-size: 16px;
  text-align: left;
}

@media (min-width: 768px) {
  .wizard > .content > .body span.error {
    margin: -10px 0 10px 40%;
  }
  .wizard > .content > .body span.error.ok {
    margin: 0;
  }
}

.card-title .wizard > .content > .body span.error {
  background: none;
  top: 5px;
}

.wizard > .content > .body div.checkbox.req {
  position: relative;
  padding-bottom: 20px;
}

.wizard > .content > .body div.checkbox.req span.error:not(.fa) {
  margin: 0;
  position: absolute;
  top: auto !important;
  bottom: 0;
}

.wizard > .content > .body select.checked {
  width: 60%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
}

.wizard > .actions > ul {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media (min-width: 1200px) {
  .wizard > .actions > ul {
    padding: 0 2.5%;
  }
}

.wizard > .actions > ul > li {
  margin: 0 0.5em;
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard .wizard > .actions .disabled a:active {
  display: none;
}

/*
    Tabcontrol
*/
.tabcontrol > .steps {
  position: relative;
  display: block;
  width: 100%;
}

.tabcontrol > .steps > ul {
  position: relative;
  margin: 6px 0 0 0;
  top: 1px;
  z-index: 1;
}

.tabcontrol > .steps > ul > li {
  float: left;
  margin: 5px 2px 0 0;
  padding: 1px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.tabcontrol > .steps > ul > li:hover {
  background: #edecec;
  border: 1px solid #bbb;
  padding: 0;
}

.tabcontrol > .steps > ul > li.current {
  background: #fff;
  border: 1px solid #bbb;
  border-bottom: 0 none;
  padding: 0 0 1px 0;
  margin-top: 0;
}

.tabcontrol > .steps > ul > li > a {
  color: #5f5f5f;
  display: inline-block;
  border: 0 none;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none;
}

.tabcontrol > .steps > ul > li > a:hover {
  text-decoration: none;
}

.tabcontrol > .steps > ul > li.current > a {
  padding: 15px 30px 10px 30px;
}

.tabcontrol > .content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35em;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px;
}

.tabcontrol > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}

.tabcontrol > .content > .body ul {
  list-style: disc !important;
}

.tabcontrol > .content > .body ul > li {
  display: list-item;
}

.container {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  min-height: 100vh;
  padding-top: 3%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "Titillium Web", Helvetica, Arial, sans-serif;
}

#contact {
  background: #F9F9F9;
  padding: 25px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  border-radius: 5px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #4CAF50;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact button[type="submit"]:hover {
  background: #43A047;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

.steps > ul > li > a {
  padding: 10px;
  text-decoration: none;
  margin: 1px;
  display: block;
  color: #777;
}

.steps > ul > li,
.actions li {
  list-style: none;
}

/*!
 *  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("/webfonts/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("/webfonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/webfonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/webfonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/webfonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/webfonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa:before, .btn:after, .btn:visited:after, 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 input[type=submit], .fatlinks-link:after, #faqlist .togglelist > li > h4:before, .blocktip h4:before, .widgetZijkant.blocktip h4: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 ul li:after, #areaholder .panel h4:after, #results .resultsList li > div:not(.defaultImage) .added:after, main ul.arrows li: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;
}

.fa-twitter {
  width: 1em;
  height: 1em;
  display: inline-block;
  -webkit-mask: url("/images/x-twitter.svg") no-repeat 50% 50%;
  mask: url("/images/x-twitter.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #da291c;
}

.fa-twitter:before {
  display: none;
}

@font-face {
  font-family: 'amivedi';
  src: url("/webfonts/amivedi.woff") format("woff");
}

.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: 187px;
  font-size: 17rem;
}

.icon_amivedi.medium {
  font-size: 143px;
  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;
}

@media (max-width: 991.98px) {
  .block-grid-item {
    width: 100%;
    padding: 15px 0;
  }
}

.block-grid-item .bgwhite {
  border-radius: 20px;
}

.block-grid-item a {
  font-weight: 600;
  text-decoration: underline;
  color: #CE271B;
}

.block-grid-item a:hover {
  color: #AD2117;
}

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

fieldset.card-success {
  border: 1px solid #d6e9c6 !important;
}

.card-paw {
  position: relative;
  border-top: 4px #da291c solid;
  background-color: #EEEEEE;
}

@media (min-width: 992px) {
  .card-paw {
    width: 90%;
    border-radius: 5px;
    border-top: none;
    border-left: 8px #da291c solid;
    padding: 100px;
    margin: 80px auto;
    max-width: 1560px;
  }
}

.card-paw:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: url("../../../../images/paw-solid.svg");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 35px 45px;
  z-index: 0;
}

.card-paw .col-lg-6 {
  z-index: 1;
  padding: 0 20px;
  margin: 1em 5% 2em !important;
}

@media (min-width: 992px) {
  .card-paw .col-lg-6 {
    padding: 0 85px;
    margin: 0 0 2em !important;
  }
}

@media (min-width: 1200px) {
  .card-paw .col-lg-6 {
    padding: 50px 100px;
  }
}

@media (min-width: 992px) {
  .card-paw .col-lg-6.text-left {
    padding-right: 0px;
  }
}

.WidgetsZijkant .card-paw {
  display: block;
  padding: 20px !important;
  margin: 20px 0 !important;
  width: 100% !important;
  border-radius: 3px;
  border-left: none;
  border-top: 8px #da291c solid;
}

@media (min-width: 1200px) {
  .WidgetsZijkant .card-paw {
    padding: 30px !important;
    margin: 30px 0 !important;
    max-width: 100%;
  }
}

.WidgetsZijkant .card-paw .col-lg-6 {
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
}

.WidgetsZijkant .card-paw h2 {
  font-size: 23.1px;
  font-size: 2.1rem;
}

@media (min-width: 992px) {
  .WidgetsZijkant .card-paw h2 {
    font-size: 38.5px;
    font-size: 3.5rem;
  }
}

.card-success {
  border-color: #d6e9c6;
  border-radius: 3px;
}

.card-success .card-header {
  color: #000;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.card-success .card-header .card-title {
  margin-bottom: 0;
  font-size: 18px;
}

.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%;
  z-index: 100;
  position: relative;
  top: 1px;
  border-bottom: 5px solid #da291c;
  height: 100px;
  background: linear-gradient(to bottom, #f9f9f9 0%, #f9f9f9 60%, white 61%, white 100%);
}

@media (min-width: 768px) {
  #header {
    height: 84px;
    border-width: 6px;
    background: #fff;
  }
}

#header .inner {
  height: 100%;
  width: calc(100% - 30px);
  margin: 0 auto;
  padding: 0;
}

@media (min-width: 768px) {
  #header .inner {
    padding: 20px 0;
  }
}

#header .navbar {
  height: 100%;
  padding: 0;
}

@media (min-width: 768px) {
  #header .navbar {
    padding-left: 105px;
  }
}

#header .navbar-logo {
  position: absolute;
  top: 15px;
  left: 0;
  width: 30%;
  max-width: 110px;
  transition: max-width 300ms;
}

@media (min-width: 768px) {
  #header .navbar-logo {
    top: 3px;
  }
}

@media (min-width: 992px) {
  #header .navbar-logo {
    top: -3px;
    width: 100%;
    max-width: 103px;
  }
}

#header .navbar-logo img {
  height: auto !important;
}

@media (min-width: 768px) {
  #header .navbar-logo .d-block.d-lg-none {
    margin-top: 7px;
  }
}

#header .navbar-nav {
  -ms-flex-align: center;
      align-items: center;
}

#header .navbar .nav-item {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-weight: 500;
}

#header .navbar .nav-item.active > a:not(.nav-link-btn):not(.languageFlag):after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  background: #1B1B1B;
  left: 0;
  bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

#header .navbar .nav-item.d-none {
  margin-top: -8px;
}

#header .navbar .nav-item.search-form-holder {
  margin-right: 5px;
}

@media (min-width: 1200px) {
  #header .navbar .nav-item.search-form-holder {
    margin: 0 15px;
  }
}

#header .navbar .topmenul .nav-item {
  font-weight: 600;
}

@media (min-width: 992px) {
  #header .navbar .topmenul .nav-item {
    font-size: 22px;
    font-size: 2rem;
  }
}

#header .navbar .nav-link {
  position: relative;
  color: #1B1B1B;
  padding: 0 0 3px 0;
  margin: 0 5px;
}

@media (min-width: 576px) {
  #header .navbar .nav-link {
    margin: 0 15px;
  }
}

#header .navbar .nav-link:not(.nav-link-btn):not(.languageFlag):hover {
  color: #da291c;
}

#header .navbar .nav-link:not(.nav-link-btn):not(.languageFlag):hover:after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  background: #da291c;
  left: 0;
  bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

#header .navbar .nav-link-btn {
  padding: 10px 15px;
  background: #da291c;
  color: #fff;
  border-radius: 30px;
  margin: 0 15px -5px;
}

#header .navbar .nav-link-btn:hover {
  background: #C32519;
  box-shadow: 2px 2px 10px rgba(173, 33, 23, 0.3);
}

#header .navbar label {
  font-size: 17.6px;
  font-size: 1.6rem;
  font-weight: 600;
  width: auto;
  cursor: pointer;
  -ms-flex-direction: column;
      flex-direction: column;
  line-height: normal;
  margin: 0;
}

#header .navbar label i {
  color: #da291c;
}

#header .navbar .hamburger {
  font-weight: 700;
  line-height: normal;
  color: #727272;
  outline: none;
}

@media (min-width: 1200px) {
  #header .navbar .hamburger {
    margin-left: 20px;
  }
}

#header .navbar .hamburger .opened {
  display: none;
}

@media (max-width: 991.98px) {
  #header .navbar .hamburger.is-active .closed {
    display: none;
  }
  #header .navbar .hamburger.is-active .opened {
    display: block;
  }
}

@media (max-width: 991.98px) {
  #header .navbar .hamburger-label {
    min-width: 54px;
  }
}

#header.fixto-fixed .navbar-logo {
  max-width: 100px;
}

@media (min-width: 992px) {
  #header.fixto-fixed .navbar-logo {
    max-width: 87px;
  }
}

.languageFlag img {
  display: block;
  width: 30px;
  margin: 0 auto 4px;
}

.mainsearch {
  z-index: 5;
  position: static;
}

@media (min-width: 768px) {
  .mainsearch {
    position: relative;
  }
}

.mainsearch label {
  display: -ms-flexbox;
  display: flex;
}

.mainsearch .searchfield {
  display: block;
  position: absolute;
  top: 100px;
  right: 0;
  width: 100%;
  overflow: hidden;
  height: 0;
  padding: 0 15px;
  border-radius: 0 0 5px 5px;
  background: #EEEEEE;
  transition: height, 0.5s ease-in-out;
}

@media (min-width: 576px) {
  .mainsearch .searchfield {
    width: 400px;
  }
}

@media (min-width: 768px) {
  .mainsearch .searchfield {
    top: 59px;
    right: -10px;
  }
}

@media (min-width: 1200px) {
  .mainsearch .searchfield {
    top: 64px;
  }
}

.mainsearch.open label i:before {
  content: "\f00d";
}

.mainsearch.open .searchfield {
  height: 75px;
  padding: 15px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}

.mainsearch input[type=submit] {
  position: absolute;
  right: 16px;
  top: 15px;
  height: 44px;
  width: 44px;
  float: none;
  background-color: #da291c;
  color: #fff;
  border: none;
  margin: 0;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
}

.mainsearch input[type=search],
.mainsearch input[type=text] {
  float: none;
  padding-right: 33px;
  margin: 0;
  border-radius: 5px;
}

.mainsearch input[type=search]:focus,
.mainsearch input[type=text]:focus {
  box-shadow: none;
}

.mainsearch input[type=search] {
  width: 100%;
  box-sizing: border-box;
}

.mainsearch input[type=text] {
  width: 100%;
}

#menuOverlay {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 65px;
  height: calc(100vh - 64px);
  z-index: 11;
  display: none;
}

@media (min-width: 768px) {
  #menuOverlay {
    top: 84px;
    height: calc(100vh - 84px);
  }
}

.is-active + #menuOverlay {
  display: block;
}

@keyframes delay-overflow {
  from {
    overflow: auto;
  }
}

#quicklinks {
  position: absolute;
  width: 90%;
  max-width: 420px;
  overflow-y: hidden;
  margin: 5px 0 0;
  padding: 0 25px 0 50px;
  text-align: left;
  right: 0;
  background: #fff;
  font-weight: 600;
  height: 0;
  font-size: 24.2px;
  font-size: 2.2rem;
  transition: height 0.5s ease-in-out;
  z-index: 12;
}

@media (min-width: 768px) {
  #quicklinks {
    margin: 6px 0 0;
  }
}

#quicklinks.is-active {
  height: calc(100vh - 65px);
  overflow: auto;
}

@media (min-width: 768px) {
  #quicklinks.is-active {
    height: calc(100vh - 84px);
  }
}

#quicklinks .closemenu {
  padding: 20px 0;
  text-align: right;
  width: 100%;
}

#quicklinks .closemenu .close {
  font-weight: normal;
  font-size: 17.6px;
  font-size: 1.6rem;
  color: #000;
  float: none;
  opacity: 1;
  outline: none;
}

#quicklinks .closemenu .close-X {
  display: block;
  font-size: 77px;
  font-size: 7rem;
  line-height: 0.5;
}

#quicklinks > ul {
  transition: max-height, 0.5s ease-in-out;
}

#quicklinks > ul.extra li {
  border: none;
}

#quicklinks > ul.extra li a {
  font-weight: 400;
  font-size: 18px;
}

#quicklinks > ul.extra li a.link-btn {
  font-weight: 600;
  padding: 10px 15px;
  background: #da291c;
  color: #fff;
  border-radius: 30px;
}

#quicklinks > ul li {
  display: block;
  border-top: 1px solid #e4e4e4;
  padding: 15px 0;
}

#quicklinks > ul li > ul {
  z-index: 2;
  overflow: hidden;
  max-height: 0;
  transition: max-height, 0.5s ease-in-out;
}

#quicklinks > ul li > ul li {
  border: none;
  padding: 10px 0;
}

#quicklinks > ul li > ul li:first-child {
  margin-top: 15px;
}

#quicklinks > ul li > ul li a {
  font-weight: 400;
  font-size: 18.7px;
  font-size: 1.7rem;
}

#quicklinks > ul li a {
  color: #1B1B1B;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding: 0.5rem 0;
}

#quicklinks > ul li a.submenu-toggle {
  float: right;
}

#quicklinks > ul li a.submenu-toggle.is-active i:before {
  content: "\f077";
}

#quicklinks > ul li a.submenu-toggle:after {
  display: none;
}

#quicklinks > ul li a:hover {
  color: #da291c;
}

#quicklinks > ul li a:hover:after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  background: #da291c;
  left: 0;
  bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

#quicklinks > ul li.active > a:after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  background: #1B1B1B;
  left: 0;
  bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

#quicklinks > ul li .submenu.is-active {
  max-height: 1000px;
}

/*#mainnav {
    width: 100%;
    margin-top: 56px;
    z-index: 2;

    > ul {
        width: 100%;
        background: $bg-dark3;
        position: relative;
        z-index: 1;
        height: 60px;

        > li {
            display: inline-block;
            margin: 0;
            width: 36%;
            max-width: 442px;
            position: relative;
            @include font-size(3);
            line-height: 60px;
            vertical-align: top;

            > a {
                color: $white;
                text-decoration: none;
                display: block;
                position: relative;
                z-index: 10;
                height: 60px;

                span {
                    font-weight: bold;
                }
            }

            &.logo {
                width: 113px;
                top: -30px;
                margin: 0 47px;
            }

            &.lost {
                padding-bottom: 13px;
                height: 73px;

                a {
                    span {
                        color: $base;
                    }
                }

                &:after {
                    content: "";
                    display: block;
                    position: absolute;
                    bottom: 0;
                    width: 100%;
                    height: 13px;
                    background: -webkit-repeating-linear-gradient( 55deg, $white, $white 20px, $base 20px, $base 40px );
                    background: repeating-linear-gradient( 55deg, $white, $white 20px, $base 20px, $base 40px );
                }

                &.hover {
                    a {
                        span {
                            color: desaturate($base, 100%);
                        }
                    }

                    &:after {
                        background: -webkit-repeating-linear-gradient( 55deg, $white, $white 20px, desaturate($base, 100%) 20px, desaturate($base, 100%) 40px );
                        background: repeating-linear-gradient( 55deg, $white, $white 20px, desaturate($base, 100%) 20px, desaturate($base, 100%) 40px );
                    }

                    &:hover {
                        a {
                            span {
                                color: $base;
                            }
                        }

                        &:after {
                            background: -webkit-repeating-linear-gradient( 55deg, $white, $white 20px, $base 20px, $base 40px );
                            background: repeating-linear-gradient( 55deg, $white, $white 20px, $base 20px, $base 40px );
                        }
                    }
                }

                > ul {
                    &:after {
                        content: "";
                        display: block;
                        width: 100%;
                        height: 13px;
                        background: -webkit-repeating-linear-gradient( 55deg, $white, $white 20px, $base 20px, $base 40px );
                        background: repeating-linear-gradient( 55deg, $white, $white 20px, $base 20px, $base 40px );
                    }

                    > li {
                        a {
                            &:hover {
                                color: $base;
                            }
                        }

                        &.active {
                            a {
                                color: $base;
                            }
                        }
                    }
                }
            }

            &.found {
                padding-bottom: 13px;
                height: 73px;

                a {
                    span {
                        color: $sec;
                    }
                }

                &:after {
                    content: "";
                    display: block;
                    position: absolute;
                    bottom: 0;
                    width: 100%;
                    height: 13px;
                    background: -webkit-repeating-linear-gradient( -55deg, $white, $white 20px, $sec 20px, $sec 40px );
                    background: repeating-linear-gradient( -55deg, $white, $white 20px, $sec 20px, $sec 40px );
                }

                &.hover {
                    a {
                        span {
                            color: desaturate($sec, 100%);
                        }
                    }

                    &:after {
                        background: -webkit-repeating-linear-gradient( -55deg, $white, $white 20px, desaturate($sec, 100%) 20px, desaturate($sec, 100%) 40px );
                        background: repeating-linear-gradient( -55deg, $white, $white 20px, desaturate($sec, 100%) 20px, desaturate($sec, 100%) 40px );
                    }

                    &:hover {
                        a {
                            span {
                                color: $sec;
                            }
                        }

                        &:after {
                            background: -webkit-repeating-linear-gradient( -55deg, $white, $white 20px, $sec 20px, $sec 40px );
                            background: repeating-linear-gradient( -55deg, $white, $white 20px, $sec 20px, $sec 40px );
                        }
                    }
                }

                > ul {
                    &:after {
                        content: "";
                        display: block;
                        width: 100%;
                        height: 13px;
                        background: -webkit-repeating-linear-gradient( -55deg, $white, $white 20px, $sec 20px, $sec 40px );
                        background: repeating-linear-gradient( -55deg, $white, $white 20px, $sec 20px, $sec 40px );
                    }

                    > li {
                        a {
                            &:hover {
                                color: $sec;
                            }
                        }

                        &.active {
                            a {
                                color: $sec;
                            }
                        }
                    }
                }
            }

            > ul {
                position: absolute;
                background-color: $bg-dark3;
                top: 60px;
                width: 100%;
                z-index: 2;
                max-height: 0;
                overflow: hidden;
                @include transition(max-height, 0.3s ease-in-out);

                > li {
                    @include font-size(2.5);
                    border-top: 1px solid $white;

                    a {
                        color: $white;
                        display: block;
                        text-decoration: none;

                        &:hover {
                            background-color: $white;
                            color: $black;
                        }
                    }

                    &.active {
                        a {
                            background-color: $white;
                            color: $black;
                        }
                    }
                }
            }

            &:hover {
                > ul {
                    max-height: 1000px;
                }
            }
        }
    }

    &.fixto-fixed {
        margin-top: 0;

        > ul {
            > li {
                &.logo {
                    top: -2px;
                    width: 145px;
                    margin: 0 16px;
                    background: $bg-dark3 url(../../../../css/img/logotxt.png) center center no-repeat;
                    background-size: contain;

                    img {
                        display: none;
                    }
                }
            }
        }
    }
}
*/
a.login {
  color: #000 !important;
  text-decoration: none;
  margin: 14px 0 0;
  float: left;
  display: block;
  font-size: 17.6px;
  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: 48.4px;
  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: 15.4px;
  font-size: 1.4rem;
}

.fatlinks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: left;
}

.fatlinks.hrz {
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
}

.fatlinks-link {
  position: relative;
  color: #1B1B1B !important;
  background-color: white;
  font-weight: 600;
  border-radius: 5px;
  max-width: 640px;
  padding: 9px 40px 9px 20px;
  margin: 10px 0;
  font-size: 17px;
  text-decoration: none !important;
  transition: all .15s ease-in-out;
}

.hrz .fatlinks-link {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
}

@media (min-width: 1200px) {
  .fatlinks-link {
    padding: 18px 50px 18px 30px;
    margin: 15px 0;
    font-size: 30.8px;
    font-size: 2.8rem;
  }
  .hrz .fatlinks-link {
    max-width: calc(50% - 30px);
  }
  .hrz .fatlinks-link:nth-of-type(odd) {
    margin: 15px 30px 15px 0;
  }
}

.fatlinks-link:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: #da291c;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.fatlinks-link:after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "\f061";
  line-height: 0;
  transition: font-size .15s ease-in-out, right .15s ease-in-out;
}

@media (min-width: 992px) {
  .fatlinks-link:after {
    right: 15px;
  }
}

.fatlinks-link:hover {
  color: #1B1B1B;
  text-decoration: none;
}

.fatlinks-link:hover:after {
  font-size: 22px;
  font-size: 2rem;
  right: 10px;
}

@media (min-width: 1200px) {
  .fatlinks-link:hover:after {
    font-size: 33px;
    font-size: 3rem;
  }
}

.fatlinks-link:nth-child(3n + 1):before {
  background-color: #1B1B1B;
}

.fatlinks-link:nth-child(3n + 1):hover {
  box-shadow: 0px 0px 0px 2px #1B1B1B inset;
}

.fatlinks-link:nth-child(3n + 2):before {
  background-color: #da291c;
}

.fatlinks-link:nth-child(3n + 2):hover {
  box-shadow: 0px 0px 0px 2px #da291c inset;
}

.fatlinks-link:nth-child(3n + 3):before {
  background-color: #61BC36;
}

.fatlinks-link:nth-child(3n + 3):hover {
  box-shadow: 0px 0px 0px 2px #61BC36 inset;
}

.news {
  margin-bottom: 65px !important;
}

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

.newslist {
  margin: 0 0 40px;
}

.newslist .list-item {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  transition: box-shadow 0.15s ease-in-out;
}

.newslist .list-item:hover {
  text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0.3) 5px 5px 5px;
}

.newslist .list-item:hover .list-item-content-body-title {
  color: #da291c;
}

.newslist .list-item:hover i {
  right: 5px;
}

@media (min-width: 992px) {
  .newslist .list-item:hover i {
    right: 10px;
  }
}

.newslist .list-item-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media (min-width: 992px) {
  .newslist .list-item-content {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}

.newslist .list-item-content-header {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  background-color: #4D4F53;
}

@media (min-width: 992px) {
  .newslist .list-item-content-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 140px;
        flex: 0 0 140px;
  }
}

.newslist .list-item-content-header time {
  color: #fff;
  padding: 5px;
  font-weight: 600;
}

.newslist .list-item-content-body {
  padding: 10px 50px 10px 20px;
  text-align: left;
  background-color: #e4e4e4;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  color: #000;
  padding-right: 40px;
}

@media (min-width: 992px) {
  .newslist .list-item-content-body {
    padding-right: 80px;
    -ms-flex: 1 0 calc(100% - 140px);
        flex: 1 0 calc(100% - 140px);
  }
}

.newslist .list-item-content-body-title {
  font-weight: 800;
  font-size: 33px;
  font-size: 3rem;
  transition: color 0.15s ease-in-out;
}

.newslist .list-item-content-body-txt {
  font-size: 19.8px;
  font-size: 1.8rem;
}

.newslist .list-item-content-body-txt p {
  margin: 0;
}

.newslist .list-item-content-body i {
  position: absolute;
  top: calc(50% + 20px);
  right: 10px;
  transform: translateY(-50%);
  font-size: 33px;
  font-size: 3rem;
  transition: right 0.15s ease-in-out;
}

@media (min-width: 992px) {
  .newslist .list-item-content-body i {
    top: 50%;
    right: 20px;
  }
}

.newsItem .slick-slider {
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .newsItem .slick-slider {
    margin-bottom: 30px;
  }
}

.ActueelOverzicht-wrapper, .agenda-wrapper {
  overflow: visible !important;
}

.ActueelOverzicht-item, .agenda-item {
  color: #000;
  text-decoration: none;
  display: block;
  border-radius: 20px;
}

.agendaList .ActueelOverzicht-item, .agendaList .agenda-item {
  border-radius: 5px;
}

.ActueelOverzicht-item .row, .agenda-item .row {
  padding: 0;
}

.ActueelOverzicht-item .img, .agenda-item .img {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.agendaList .ActueelOverzicht-item .img, .agendaList .agenda-item .img {
  border-radius: 5px;
}

.ActueelOverzicht-item .img img, .agenda-item .img img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease-in-out;
}

.ActueelOverzicht-item h4, .agenda-item h4 {
  font-weight: 700;
  transition: color 0.15s ease-in-out;
  font-size: 23.1px;
  font-size: 2.1rem;
}

@media (min-width: 992px) {
  .ActueelOverzicht-item h4, .agenda-item h4 {
    font-size: 25.3px;
    font-size: 2.3rem;
  }
}

.ActueelOverzicht-item h5, .agenda-item h5 {
  font-weight: 600;
  margin: 0;
}

.ActueelOverzicht-item p, .agenda-item p {
  margin: 8px 0 0;
  line-height: 1.2;
}

.ActueelOverzicht-item:hover, .agenda-item:hover {
  color: #1B1B1B;
  text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 5px;
}

.agendaList .ActueelOverzicht-item:hover, .agendaList .agenda-item:hover {
  box-shadow: none;
}

.ActueelOverzicht-item:hover h4, .agenda-item:hover h4 {
  color: #da291c;
  text-decoration: underline;
}

.ActueelOverzicht-item:hover img, .agenda-item:hover img {
  transform: scale(1.1);
}

.ActueelOverzicht-item:visited, .agenda-item:visited {
  color: #1B1B1B;
}

.ActueelBerichtForm main .detail, .ActueelBerichtForm main .articleList, .ActueelBericht main .detail, .ActueelBericht main .articleList, .AgendaItem main .detail, .AgendaItem main .articleList {
  margin-top: 0;
}

@media (min-width: 992px) {
  .ActueelBerichtForm main .detail, .ActueelBerichtForm main .articleList, .ActueelBericht main .detail, .ActueelBericht main .articleList, .AgendaItem main .detail, .AgendaItem main .articleList {
    margin-top: 20px;
  }
}

.ActueelBerichtForm main img, .ActueelBericht main img, .AgendaItem main img {
  border-radius: 5px;
}

.ActueelBerichtForm main time, .ActueelBerichtForm main .tag, .ActueelBericht main time, .ActueelBericht main .tag, .AgendaItem main time, .AgendaItem main .tag {
  font-weight: 600;
}

.ActueelBerichtForm main form, .ActueelBericht main form, .AgendaItem main form {
  max-width: 770px;
}

.ActueelBerichtForm main .articleList a, .ActueelBericht main .articleList a, .AgendaItem main .articleList a {
  color: #1B1B1B;
  text-decoration: none;
}

.ActueelBerichtForm main .articleList a:hover h4, .ActueelBericht main .articleList a:hover h4, .AgendaItem main .articleList a:hover h4 {
  color: #da291c;
  text-decoration: underline;
}

.ActueelBerichtForm main .articleList a:visited, .ActueelBericht main .articleList a:visited, .AgendaItem main .articleList a:visited {
  color: #1B1B1B;
}

.ActueelBerichtForm main .articleList a img, .ActueelBericht main .articleList a img, .AgendaItem main .articleList a img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

#faqlist {
  padding: 1em;
  background-color: #fff;
  color: #1B1B1B;
  display: inline-block;
  text-align: left;
  width: 100%;
}

#faqlist h3 {
  margin-bottom: 30px;
}

#faqlist .togglelist {
  margin: 0 0 1em;
  padding: 0;
  width: 100%;
  overflow: hidden;
}

#faqlist .togglelist > li {
  list-style: none;
  width: 100%;
  margin: 0 0 20px;
  overflow: hidden;
}

#faqlist .togglelist > li > h4 {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 500;
  position: relative;
  padding: 0 0 0 30px;
  cursor: pointer;
}

#faqlist .togglelist > li > h4:before {
  background-color: #1B1B1B;
  content: "\f054";
  color: #fff;
  display: block;
  position: absolute;
  left: 3px;
  top: 3px;
  font-size: 15.4px;
  font-size: 1.4rem;
  line-height: 20px;
  width: 20px;
  text-align: center;
  padding: 2px 0 0 3px;
}

#faqlist .togglelist > li > h4:hover:before {
  background-color: #da291c;
}

.found #faqlist .togglelist > li > h4:hover:before {
  background-color: #61BC36;
}

#faqlist .togglelist > li > h4.open:before {
  background-color: #da291c;
  content: "\f078";
  padding: 0;
}

.found #faqlist .togglelist > li > h4.open:before {
  background-color: #61BC36;
}

#faqlist .togglelist > li > div {
  overflow: hidden;
  width: 100%;
  font-size: 19.8px;
  font-size: 1.8rem;
  border: 2px solid #e4e4e4;
  padding: 1em;
  margin: 0 0 1em;
  border-radius: 5px;
  font-weight: 400;
}

#faqlist .togglelist > li ul li {
  list-style: disc;
}

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

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 5px 5px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #727272;
}

.hamburger-box {
  width: 20px;
  height: 15px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 20px;
  height: 3px;
  background-color: #727272;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -6px;
}

.hamburger-inner::after {
  bottom: -6px;
}

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

.hamburger {
  padding: 5px 5px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #727272;
}

.hamburger-box {
  width: 20px;
  height: 15px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 20px;
  height: 3px;
  background-color: #727272;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -6px;
}

.hamburger-inner::after {
  bottom: -6px;
}

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

.homeheadervisual {
  position: relative;
}

@media (min-width: 768px) {
  .homeheadervisual {
    padding-top: 56px;
  }
}

.homeheadervisual img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 9;
}

@media screen and (min-width: 767px) {
  .homeheadervisual img {
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
  }
}

.homeheadervisual .inner {
  position: relative;
  width: 90%;
  padding-bottom: 0;
}

@media screen and (min-width: 767px) {
  .homeheadervisual .inner {
    padding-bottom: 100px;
    z-index: 10;
  }
}

.homeheadervisual-box {
  width: 100%;
  max-width: 900px;
  text-align: left;
  padding: 0;
}

.homeheadervisual-box .slogan {
  font-size: 30.8px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #1B1B1B;
  line-height: normal;
  margin: 30px 0 14px;
}

@media screen and (min-width: 767px) {
  .homeheadervisual-box .slogan {
    color: #fff;
    font-size: 49.5px;
    font-size: 4.5rem;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    margin: 0 0 20px;
  }
}

@media screen and (min-width: 1300px) {
  .homeheadervisual-box .slogan {
    font-size: 60.5px;
    font-size: 5.5rem;
    margin: 0 0 30px;
  }
}

.homeheadervisual-box .btn {
  text-shadow: none;
  display: block;
  margin-top: 0;
}

@media screen and (min-width: 767px) {
  .homeheadervisual-box .btn {
    margin-top: 1rem;
    display: inline-block;
  }
}

.googlemap {
  width: 100%;
  height: 500px;
}

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

#googlemapMeldingen, #googlemapcontact {
  width: 100%;
  height: 600px;
  margin: 0 0 20px;
  border-radius: 5px;
  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: 600;
  display: table-cell;
  width: 150px;
  vertical-align: top;
  padding: 5px;
}

#googlemapMeldingen .infoboxRow .infoboxContent, #googlemapcontact .infoboxRow .infoboxContent {
  width: 180px;
  display: table-cell;
  vertical-align: top;
  word-break: break-word;
  padding: 5px;
}

#googlemapMeldingen .infoboxRow .infoboxContent a, #googlemapcontact .infoboxRow .infoboxContent a {
  font-weight: 400;
}

#googlemapMeldingen .infoboxRow .infoboxContent .btn, #googlemapcontact .infoboxRow .infoboxContent .btn {
  margin-top: 0.5em;
  border-radius: 5px;
}

#googlemap {
  height: 515px;
}

#googlemapcontact {
  height: 323px;
}

#googlemapAnimals {
  height: 600px;
  display: none;
}

.googleMapsAnimalInfowindow {
  width: 350px;
  float: none;
  overflow: hidden;
}

.googleMapsAnimalInfowindow .defaultImage:before {
  font-size: 4rem;
}

.googleMapsAnimalInfowindow h4 {
  color: #1B1B1B;
}

.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 .resultsList.grid li {
  -ms-flex: 0 0 100% !important;
      flex: 0 0 100% !important;
}

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

.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: 90%;
  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: 19.8px;
    font-size: 1.8rem;
    line-height: 1.2;
    right: 0;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  }
}

.slider .sliderItem .slidertxt.fullwidth {
  margin-top: 20px;
  text-align: left;
  max-width: 1570px;
}

.slider .sliderItem .slidertxt.fullwidth .inner {
  position: static;
}

@media screen and (min-width: 767px) {
  .slider .sliderItem .slidertxt.fullwidth {
    left: 0;
    top: 30%;
    bottom: auto;
    width: 90%;
    margin: 0 auto;
  }
}

.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: 17.6px;
  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;
  z-index: 1;
}

.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: 5px;
  height: 2px;
  background-color: #da291c;
  top: -10%;
  left: 55%;
  opacity: 1.1439810204;
  transform: rotate(303.17070014deg);
  animation: drop-0 4.8043965982s 1.1987996756s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-0 {
    width: 2.5px;
    height: 1px;
  }
}

@keyframes drop-0 {
  100% {
    top: 110%;
    left: 58%;
  }
}

.confettiParts-1 {
  width: 5px;
  height: 2px;
  background-color: #61BC36;
  top: -10%;
  left: 45%;
  opacity: 1.0743780666;
  transform: rotate(19.5995742316deg);
  animation: drop-1 4.0662020827s 1.165767054s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-1 {
    width: 2.5px;
    height: 1px;
  }
}

@keyframes drop-1 {
  100% {
    top: 110%;
    left: 46%;
  }
}

.confettiParts-2 {
  width: 22px;
  height: 8.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 13%;
  opacity: 0.8624056535;
  transform: rotate(179.861856059deg);
  animation: drop-2 4.9736275283s 1.9017639266s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-2 {
    width: 11px;
    height: 4.4px;
  }
}

@keyframes drop-2 {
  100% {
    top: 110%;
    left: 14%;
  }
}

.confettiParts-3 {
  width: 12px;
  height: 4.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 57%;
  opacity: 1.0697774693;
  transform: rotate(227.718769277deg);
  animation: drop-3 4.8073403951s 1.158304049s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-3 {
    width: 6px;
    height: 2.4px;
  }
}

@keyframes drop-3 {
  100% {
    top: 110%;
    left: 62%;
  }
}

.confettiParts-4 {
  width: 13px;
  height: 5.2px;
  background-color: #263672;
  top: -10%;
  left: 76%;
  opacity: 1.4002415085;
  transform: rotate(307.350139982deg);
  animation: drop-4 4.4413398225s 1.9324815546s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-4 {
    width: 6.5px;
    height: 2.6px;
  }
}

@keyframes drop-4 {
  100% {
    top: 110%;
    left: 81%;
  }
}

.confettiParts-5 {
  width: 11px;
  height: 4.4px;
  background-color: #263672;
  top: -10%;
  left: 48%;
  opacity: 0.7505759916;
  transform: rotate(204.579613605deg);
  animation: drop-5 4.8610772628s 1.9521666393s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-5 {
    width: 5.5px;
    height: 2.2px;
  }
}

@keyframes drop-5 {
  100% {
    top: 110%;
    left: 51%;
  }
}

.confettiParts-6 {
  width: 9px;
  height: 3.6px;
  background-color: #c9dd03;
  top: -10%;
  left: 72%;
  opacity: 0.7486970034;
  transform: rotate(197.034968386deg);
  animation: drop-6 4.7263074696s 1.3672611953s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-6 {
    width: 4.5px;
    height: 1.8px;
  }
}

@keyframes drop-6 {
  100% {
    top: 110%;
    left: 74%;
  }
}

.confettiParts-7 {
  width: 25px;
  height: 10px;
  background-color: #61BC36;
  top: -10%;
  left: 45%;
  opacity: 0.8332988497;
  transform: rotate(242.392498858deg);
  animation: drop-7 4.0427418093s 1.1486826863s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-7 {
    width: 12.5px;
    height: 5px;
  }
}

@keyframes drop-7 {
  100% {
    top: 110%;
    left: 49%;
  }
}

.confettiParts-8 {
  width: 6px;
  height: 2.4px;
  background-color: #da291c;
  top: -10%;
  left: 28%;
  opacity: 1.1555234029;
  transform: rotate(88.7987628768deg);
  animation: drop-8 4.6466796611s 1.2380948897s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-8 {
    width: 3px;
    height: 1.2px;
  }
}

@keyframes drop-8 {
  100% {
    top: 110%;
    left: 32%;
  }
}

.confettiParts-9 {
  width: 2px;
  height: 0.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 29%;
  opacity: 0.6913465975;
  transform: rotate(157.799813646deg);
  animation: drop-9 4.0164499037s 1.2253876648s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-9 {
    width: 1px;
    height: 0.4px;
  }
}

@keyframes drop-9 {
  100% {
    top: 110%;
    left: 31%;
  }
}

.confettiParts-10 {
  width: 24px;
  height: 9.6px;
  background-color: #da291c;
  top: -10%;
  left: 48%;
  opacity: 1.3298068271;
  transform: rotate(289.360908121deg);
  animation: drop-10 4.2642612212s 1.8791312995s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-10 {
    width: 12px;
    height: 4.8px;
  }
}

@keyframes drop-10 {
  100% {
    top: 110%;
    left: 53%;
  }
}

.confettiParts-11 {
  width: 17px;
  height: 6.8px;
  background-color: #c9dd03;
  top: -10%;
  left: 21%;
  opacity: 0.5369220395;
  transform: rotate(54.5008783265deg);
  animation: drop-11 4.3840438416s 1.8820241141s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-11 {
    width: 8.5px;
    height: 3.4px;
  }
}

@keyframes drop-11 {
  100% {
    top: 110%;
    left: 24%;
  }
}

.confettiParts-12 {
  width: 5px;
  height: 2px;
  background-color: #ffbf00;
  top: -10%;
  left: 23%;
  opacity: 1.1206758848;
  transform: rotate(249.339351117deg);
  animation: drop-12 4.106848346s 1.5552974595s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-12 {
    width: 2.5px;
    height: 1px;
  }
}

@keyframes drop-12 {
  100% {
    top: 110%;
    left: 24%;
  }
}

.confettiParts-13 {
  width: 8px;
  height: 3.2px;
  background-color: #c9dd03;
  top: -10%;
  left: 53%;
  opacity: 1.1416151089;
  transform: rotate(205.471625397deg);
  animation: drop-13 4.9721924976s 1.1994898132s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-13 {
    width: 4px;
    height: 1.6px;
  }
}

@keyframes drop-13 {
  100% {
    top: 110%;
    left: 56%;
  }
}

.confettiParts-14 {
  width: 7px;
  height: 2.8px;
  background-color: #61BC36;
  top: -10%;
  left: 31%;
  opacity: 1.1586217255;
  transform: rotate(147.840039141deg);
  animation: drop-14 4.781503013s 1.8668845641s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-14 {
    width: 3.5px;
    height: 1.4px;
  }
}

@keyframes drop-14 {
  100% {
    top: 110%;
    left: 33%;
  }
}

.confettiParts-15 {
  width: 25px;
  height: 10px;
  background-color: #263672;
  top: -10%;
  left: 25%;
  opacity: 1.3779347825;
  transform: rotate(158.946321027deg);
  animation: drop-15 4.3561792674s 1.8100317944s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-15 {
    width: 12.5px;
    height: 5px;
  }
}

@keyframes drop-15 {
  100% {
    top: 110%;
    left: 27%;
  }
}

.confettiParts-16 {
  width: 6px;
  height: 2.4px;
  background-color: #da291c;
  top: -10%;
  left: 36%;
  opacity: 1.24190749;
  transform: rotate(71.130288287deg);
  animation: drop-16 4.7954890922s 1.8687061001s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-16 {
    width: 3px;
    height: 1.2px;
  }
}

@keyframes drop-16 {
  100% {
    top: 110%;
    left: 41%;
  }
}

.confettiParts-17 {
  width: 25px;
  height: 10px;
  background-color: #ffbf00;
  top: -10%;
  left: 88%;
  opacity: 0.8379719138;
  transform: rotate(256.468366947deg);
  animation: drop-17 4.7281981673s 1.6961338235s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-17 {
    width: 12.5px;
    height: 5px;
  }
}

@keyframes drop-17 {
  100% {
    top: 110%;
    left: 91%;
  }
}

.confettiParts-18 {
  width: 6px;
  height: 2.4px;
  background-color: #263672;
  top: -10%;
  left: 43%;
  opacity: 0.5948710667;
  transform: rotate(218.904793372deg);
  animation: drop-18 4.9308971023s 1.3378200573s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-18 {
    width: 3px;
    height: 1.2px;
  }
}

@keyframes drop-18 {
  100% {
    top: 110%;
    left: 46%;
  }
}

.confettiParts-19 {
  width: 23px;
  height: 9.2px;
  background-color: #263672;
  top: -10%;
  left: 87%;
  opacity: 1.2611419504;
  transform: rotate(254.248663498deg);
  animation: drop-19 4.3468700874s 1.7753856126s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-19 {
    width: 11.5px;
    height: 4.6px;
  }
}

@keyframes drop-19 {
  100% {
    top: 110%;
    left: 89%;
  }
}

.confettiParts-20 {
  width: 6px;
  height: 2.4px;
  background-color: #da291c;
  top: -10%;
  left: 22%;
  opacity: 0.7382102922;
  transform: rotate(20.6454666516deg);
  animation: drop-20 4.2314051092s 1.3222400505s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-20 {
    width: 3px;
    height: 1.2px;
  }
}

@keyframes drop-20 {
  100% {
    top: 110%;
    left: 24%;
  }
}

.confettiParts-21 {
  width: 1px;
  height: 0.4px;
  background-color: #263672;
  top: -10%;
  left: 38%;
  opacity: 0.9720881435;
  transform: rotate(25.2603509917deg);
  animation: drop-21 4.5730947569s 1.5366048802s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-21 {
    width: 0.5px;
    height: 0.2px;
  }
}

@keyframes drop-21 {
  100% {
    top: 110%;
    left: 42%;
  }
}

.confettiParts-22 {
  width: 12px;
  height: 4.8px;
  background-color: #da291c;
  top: -10%;
  left: 98%;
  opacity: 0.7638068063;
  transform: rotate(80.4970012435deg);
  animation: drop-22 4.6427585205s 1.9078324538s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-22 {
    width: 6px;
    height: 2.4px;
  }
}

@keyframes drop-22 {
  100% {
    top: 110%;
    left: 100%;
  }
}

.confettiParts-23 {
  width: 5px;
  height: 2px;
  background-color: #ffbf00;
  top: -10%;
  left: 15%;
  opacity: 0.5596461476;
  transform: rotate(339.442198878deg);
  animation: drop-23 4.6884894685s 1.1706330103s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-23 {
    width: 2.5px;
    height: 1px;
  }
}

@keyframes drop-23 {
  100% {
    top: 110%;
    left: 16%;
  }
}

.confettiParts-24 {
  width: 5px;
  height: 2px;
  background-color: #c9dd03;
  top: -10%;
  left: 97%;
  opacity: 1.092120194;
  transform: rotate(272.869102007deg);
  animation: drop-24 4.3132121465s 1.1681011171s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-24 {
    width: 2.5px;
    height: 1px;
  }
}

@keyframes drop-24 {
  100% {
    top: 110%;
    left: 101%;
  }
}

.confettiParts-25 {
  width: 4px;
  height: 1.6px;
  background-color: #da291c;
  top: -10%;
  left: 5%;
  opacity: 1.1247786952;
  transform: rotate(11.4465245609deg);
  animation: drop-25 4.9783132724s 1.8766233427s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-25 {
    width: 2px;
    height: 0.8px;
  }
}

@keyframes drop-25 {
  100% {
    top: 110%;
    left: 7%;
  }
}

.confettiParts-26 {
  width: 23px;
  height: 9.2px;
  background-color: #61BC36;
  top: -10%;
  left: 100%;
  opacity: 1.1421891369;
  transform: rotate(207.187960263deg);
  animation: drop-26 4.2212697056s 1.8557131519s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-26 {
    width: 11.5px;
    height: 4.6px;
  }
}

@keyframes drop-26 {
  100% {
    top: 110%;
    left: 104%;
  }
}

.confettiParts-27 {
  width: 10px;
  height: 4px;
  background-color: #ffbf00;
  top: -10%;
  left: 56%;
  opacity: 0.5180937916;
  transform: rotate(278.901256292deg);
  animation: drop-27 4.0892369704s 1.7450603104s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-27 {
    width: 5px;
    height: 2px;
  }
}

@keyframes drop-27 {
  100% {
    top: 110%;
    left: 58%;
  }
}

.confettiParts-28 {
  width: 6px;
  height: 2.4px;
  background-color: #61BC36;
  top: -10%;
  left: 33%;
  opacity: 1.1093050722;
  transform: rotate(309.353891242deg);
  animation: drop-28 4.8554161066s 1.270560353s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-28 {
    width: 3px;
    height: 1.2px;
  }
}

@keyframes drop-28 {
  100% {
    top: 110%;
    left: 37%;
  }
}

.confettiParts-29 {
  width: 10px;
  height: 4px;
  background-color: #ffbf00;
  top: -10%;
  left: 11%;
  opacity: 0.8843010476;
  transform: rotate(323.810742738deg);
  animation: drop-29 4.2514785119s 1.0124787745s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-29 {
    width: 5px;
    height: 2px;
  }
}

@keyframes drop-29 {
  100% {
    top: 110%;
    left: 12%;
  }
}

.confettiParts-30 {
  width: 4px;
  height: 1.6px;
  background-color: #c9dd03;
  top: -10%;
  left: 30%;
  opacity: 1.1028018087;
  transform: rotate(209.107419065deg);
  animation: drop-30 4.1148749116s 1.1278781481s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-30 {
    width: 2px;
    height: 0.8px;
  }
}

@keyframes drop-30 {
  100% {
    top: 110%;
    left: 31%;
  }
}

.confettiParts-31 {
  width: 17px;
  height: 6.8px;
  background-color: #263672;
  top: -10%;
  left: 23%;
  opacity: 0.5578460041;
  transform: rotate(40.5311530725deg);
  animation: drop-31 4.4846014296s 1.3597914966s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-31 {
    width: 8.5px;
    height: 3.4px;
  }
}

@keyframes drop-31 {
  100% {
    top: 110%;
    left: 26%;
  }
}

.confettiParts-32 {
  width: 4px;
  height: 1.6px;
  background-color: #61BC36;
  top: -10%;
  left: 2%;
  opacity: 1.1202940255;
  transform: rotate(156.599315392deg);
  animation: drop-32 4.5149245517s 1.9435953435s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-32 {
    width: 2px;
    height: 0.8px;
  }
}

@keyframes drop-32 {
  100% {
    top: 110%;
    left: 5%;
  }
}

.confettiParts-33 {
  width: 23px;
  height: 9.2px;
  background-color: #da291c;
  top: -10%;
  left: 39%;
  opacity: 1.4924103048;
  transform: rotate(356.569599183deg);
  animation: drop-33 4.2358239892s 1.1842472095s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-33 {
    width: 11.5px;
    height: 4.6px;
  }
}

@keyframes drop-33 {
  100% {
    top: 110%;
    left: 44%;
  }
}

.confettiParts-34 {
  width: 11px;
  height: 4.4px;
  background-color: #da291c;
  top: -10%;
  left: 35%;
  opacity: 0.9451199847;
  transform: rotate(53.0372393499deg);
  animation: drop-34 4.3802710865s 1.0708868721s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-34 {
    width: 5.5px;
    height: 2.2px;
  }
}

@keyframes drop-34 {
  100% {
    top: 110%;
    left: 36%;
  }
}

.confettiParts-35 {
  width: 14px;
  height: 5.6px;
  background-color: #c9dd03;
  top: -10%;
  left: 67%;
  opacity: 1.3750207952;
  transform: rotate(4.0835293777deg);
  animation: drop-35 4.8101428149s 1.9475147418s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-35 {
    width: 7px;
    height: 2.8px;
  }
}

@keyframes drop-35 {
  100% {
    top: 110%;
    left: 71%;
  }
}

.confettiParts-36 {
  width: 12px;
  height: 4.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 57%;
  opacity: 1.4147155031;
  transform: rotate(208.662678539deg);
  animation: drop-36 4.0727263456s 1.3414670761s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-36 {
    width: 6px;
    height: 2.4px;
  }
}

@keyframes drop-36 {
  100% {
    top: 110%;
    left: 60%;
  }
}

.confettiParts-37 {
  width: 14px;
  height: 5.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 13%;
  opacity: 0.9564082272;
  transform: rotate(107.929396037deg);
  animation: drop-37 4.1099637864s 1.2441776255s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-37 {
    width: 7px;
    height: 2.8px;
  }
}

@keyframes drop-37 {
  100% {
    top: 110%;
    left: 15%;
  }
}

.confettiParts-38 {
  width: 15px;
  height: 6px;
  background-color: #ffbf00;
  top: -10%;
  left: 85%;
  opacity: 0.818578523;
  transform: rotate(310.718826213deg);
  animation: drop-38 4.8772925774s 1.5451219795s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-38 {
    width: 7.5px;
    height: 3px;
  }
}

@keyframes drop-38 {
  100% {
    top: 110%;
    left: 89%;
  }
}

.confettiParts-39 {
  width: 14px;
  height: 5.6px;
  background-color: #61BC36;
  top: -10%;
  left: 47%;
  opacity: 1.3877325817;
  transform: rotate(135.977757036deg);
  animation: drop-39 4.4865982136s 1.8262730458s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-39 {
    width: 7px;
    height: 2.8px;
  }
}

@keyframes drop-39 {
  100% {
    top: 110%;
    left: 52%;
  }
}

.confettiParts-40 {
  width: 10px;
  height: 4px;
  background-color: #263672;
  top: -10%;
  left: 45%;
  opacity: 1.0741778756;
  transform: rotate(229.826707887deg);
  animation: drop-40 4.758994267s 1.2332001215s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-40 {
    width: 5px;
    height: 2px;
  }
}

@keyframes drop-40 {
  100% {
    top: 110%;
    left: 47%;
  }
}

.confettiParts-41 {
  width: 14px;
  height: 5.6px;
  background-color: #263672;
  top: -10%;
  left: 32%;
  opacity: 0.6475449915;
  transform: rotate(121.049966569deg);
  animation: drop-41 4.0132151624s 1.7158684471s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-41 {
    width: 7px;
    height: 2.8px;
  }
}

@keyframes drop-41 {
  100% {
    top: 110%;
    left: 37%;
  }
}

.confettiParts-42 {
  width: 12px;
  height: 4.8px;
  background-color: #61BC36;
  top: -10%;
  left: 56%;
  opacity: 1.3481926064;
  transform: rotate(207.546108844deg);
  animation: drop-42 4.9119580217s 1.234056936s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-42 {
    width: 6px;
    height: 2.4px;
  }
}

@keyframes drop-42 {
  100% {
    top: 110%;
    left: 61%;
  }
}

.confettiParts-43 {
  width: 24px;
  height: 9.6px;
  background-color: #da291c;
  top: -10%;
  left: 17%;
  opacity: 1.4149107291;
  transform: rotate(11.0093222899deg);
  animation: drop-43 4.1530055748s 1.6612015572s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-43 {
    width: 12px;
    height: 4.8px;
  }
}

@keyframes drop-43 {
  100% {
    top: 110%;
    left: 20%;
  }
}

.confettiParts-44 {
  width: 7px;
  height: 2.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 57%;
  opacity: 0.7812840896;
  transform: rotate(177.136079266deg);
  animation: drop-44 4.71077623s 1.4982673987s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-44 {
    width: 3.5px;
    height: 1.4px;
  }
}

@keyframes drop-44 {
  100% {
    top: 110%;
    left: 60%;
  }
}

.confettiParts-45 {
  width: 13px;
  height: 5.2px;
  background-color: #da291c;
  top: -10%;
  left: 23%;
  opacity: 0.7672729952;
  transform: rotate(118.737411041deg);
  animation: drop-45 4.5122412269s 1.481635547s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-45 {
    width: 6.5px;
    height: 2.6px;
  }
}

@keyframes drop-45 {
  100% {
    top: 110%;
    left: 25%;
  }
}

.confettiParts-46 {
  width: 19px;
  height: 7.6px;
  background-color: #263672;
  top: -10%;
  left: 53%;
  opacity: 1.3515677111;
  transform: rotate(114.316991629deg);
  animation: drop-46 4.4018557266s 1.0374981728s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-46 {
    width: 9.5px;
    height: 3.8px;
  }
}

@keyframes drop-46 {
  100% {
    top: 110%;
    left: 58%;
  }
}

.confettiParts-47 {
  width: 21px;
  height: 8.4px;
  background-color: #da291c;
  top: -10%;
  left: 44%;
  opacity: 1.2992401856;
  transform: rotate(242.333691432deg);
  animation: drop-47 4.457253455s 1.2015924678s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-47 {
    width: 10.5px;
    height: 4.2px;
  }
}

@keyframes drop-47 {
  100% {
    top: 110%;
    left: 48%;
  }
}

.confettiParts-48 {
  width: 5px;
  height: 2px;
  background-color: #263672;
  top: -10%;
  left: 92%;
  opacity: 1.040155625;
  transform: rotate(71.0058436208deg);
  animation: drop-48 4.1302313315s 1.7600093373s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-48 {
    width: 2.5px;
    height: 1px;
  }
}

@keyframes drop-48 {
  100% {
    top: 110%;
    left: 95%;
  }
}

.confettiParts-49 {
  width: 14px;
  height: 5.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 26%;
  opacity: 0.8244364047;
  transform: rotate(288.20837829deg);
  animation: drop-49 4.8256442442s 1.5498253637s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-49 {
    width: 7px;
    height: 2.8px;
  }
}

@keyframes drop-49 {
  100% {
    top: 110%;
    left: 27%;
  }
}

.confettiParts-50 {
  width: 10px;
  height: 4px;
  background-color: #ffbf00;
  top: -10%;
  left: 86%;
  opacity: 0.9655684909;
  transform: rotate(168.221527817deg);
  animation: drop-50 4.3354909974s 1.3914003799s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-50 {
    width: 5px;
    height: 2px;
  }
}

@keyframes drop-50 {
  100% {
    top: 110%;
    left: 87%;
  }
}

.confettiParts-51 {
  width: 21px;
  height: 8.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 53%;
  opacity: 1.41644214;
  transform: rotate(231.503251828deg);
  animation: drop-51 4.6553102851s 1.3067893941s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-51 {
    width: 10.5px;
    height: 4.2px;
  }
}

@keyframes drop-51 {
  100% {
    top: 110%;
    left: 57%;
  }
}

.confettiParts-52 {
  width: 14px;
  height: 5.6px;
  background-color: #da291c;
  top: -10%;
  left: 63%;
  opacity: 0.5108990436;
  transform: rotate(261.098276046deg);
  animation: drop-52 4.9040517728s 1.9351104763s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-52 {
    width: 7px;
    height: 2.8px;
  }
}

@keyframes drop-52 {
  100% {
    top: 110%;
    left: 65%;
  }
}

.confettiParts-53 {
  width: 18px;
  height: 7.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 2%;
  opacity: 0.9593047742;
  transform: rotate(125.286667941deg);
  animation: drop-53 4.1050925088s 1.5347146013s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-53 {
    width: 9px;
    height: 3.6px;
  }
}

@keyframes drop-53 {
  100% {
    top: 110%;
    left: 3%;
  }
}

.confettiParts-54 {
  width: 21px;
  height: 8.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 74%;
  opacity: 1.4565529402;
  transform: rotate(331.730057355deg);
  animation: drop-54 4.3948377703s 1.302671104s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-54 {
    width: 10.5px;
    height: 4.2px;
  }
}

@keyframes drop-54 {
  100% {
    top: 110%;
    left: 76%;
  }
}

.confettiParts-55 {
  width: 10px;
  height: 4px;
  background-color: #ffbf00;
  top: -10%;
  left: 34%;
  opacity: 0.5327791787;
  transform: rotate(353.131743098deg);
  animation: drop-55 4.6711140743s 1.292743605s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-55 {
    width: 5px;
    height: 2px;
  }
}

@keyframes drop-55 {
  100% {
    top: 110%;
    left: 36%;
  }
}

.confettiParts-56 {
  width: 17px;
  height: 6.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 36%;
  opacity: 0.7565129605;
  transform: rotate(5.7731397276deg);
  animation: drop-56 4.0953219761s 1.2965993894s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-56 {
    width: 8.5px;
    height: 3.4px;
  }
}

@keyframes drop-56 {
  100% {
    top: 110%;
    left: 39%;
  }
}

.confettiParts-57 {
  width: 14px;
  height: 5.6px;
  background-color: #263672;
  top: -10%;
  left: 89%;
  opacity: 1.3559859339;
  transform: rotate(279.913702522deg);
  animation: drop-57 4.8975002665s 1.2876017545s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-57 {
    width: 7px;
    height: 2.8px;
  }
}

@keyframes drop-57 {
  100% {
    top: 110%;
    left: 93%;
  }
}

.confettiParts-58 {
  width: 14px;
  height: 5.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 17%;
  opacity: 1.2488323805;
  transform: rotate(277.726418488deg);
  animation: drop-58 4.5887742791s 1.1870912614s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-58 {
    width: 7px;
    height: 2.8px;
  }
}

@keyframes drop-58 {
  100% {
    top: 110%;
    left: 20%;
  }
}

.confettiParts-59 {
  width: 7px;
  height: 2.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 67%;
  opacity: 1.2821010289;
  transform: rotate(145.932262863deg);
  animation: drop-59 4.283062706s 1.4341471127s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-59 {
    width: 3.5px;
    height: 1.4px;
  }
}

@keyframes drop-59 {
  100% {
    top: 110%;
    left: 69%;
  }
}

.confettiParts-60 {
  width: 10px;
  height: 4px;
  background-color: #c9dd03;
  top: -10%;
  left: 38%;
  opacity: 1.3568228958;
  transform: rotate(329.729827005deg);
  animation: drop-60 4.2718351963s 1.2450758129s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-60 {
    width: 5px;
    height: 2px;
  }
}

@keyframes drop-60 {
  100% {
    top: 110%;
    left: 39%;
  }
}

.confettiParts-61 {
  width: 12px;
  height: 4.8px;
  background-color: #da291c;
  top: -10%;
  left: 52%;
  opacity: 0.7529496707;
  transform: rotate(64.9645437888deg);
  animation: drop-61 4.8099175289s 1.0699247236s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-61 {
    width: 6px;
    height: 2.4px;
  }
}

@keyframes drop-61 {
  100% {
    top: 110%;
    left: 55%;
  }
}

.confettiParts-62 {
  width: 6px;
  height: 2.4px;
  background-color: #c9dd03;
  top: -10%;
  left: 34%;
  opacity: 0.8329752629;
  transform: rotate(40.7243788121deg);
  animation: drop-62 4.3511230375s 1.7197943224s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-62 {
    width: 3px;
    height: 1.2px;
  }
}

@keyframes drop-62 {
  100% {
    top: 110%;
    left: 38%;
  }
}

.confettiParts-63 {
  width: 4px;
  height: 1.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 88%;
  opacity: 0.9088569112;
  transform: rotate(357.250095386deg);
  animation: drop-63 4.9711680612s 1.864780039s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-63 {
    width: 2px;
    height: 0.8px;
  }
}

@keyframes drop-63 {
  100% {
    top: 110%;
    left: 91%;
  }
}

.confettiParts-64 {
  width: 2px;
  height: 0.8px;
  background-color: #61BC36;
  top: -10%;
  left: 98%;
  opacity: 1.289116242;
  transform: rotate(80.8950197914deg);
  animation: drop-64 4.7215108856s 1.541448369s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-64 {
    width: 1px;
    height: 0.4px;
  }
}

@keyframes drop-64 {
  100% {
    top: 110%;
    left: 100%;
  }
}

.confettiParts-65 {
  width: 3px;
  height: 1.2px;
  background-color: #263672;
  top: -10%;
  left: 49%;
  opacity: 1.027091002;
  transform: rotate(324.355920137deg);
  animation: drop-65 4.6768012898s 1.7243259582s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-65 {
    width: 1.5px;
    height: 0.6px;
  }
}

@keyframes drop-65 {
  100% {
    top: 110%;
    left: 52%;
  }
}

.confettiParts-66 {
  width: 20px;
  height: 8px;
  background-color: #c9dd03;
  top: -10%;
  left: 86%;
  opacity: 1.0658417782;
  transform: rotate(240.320993617deg);
  animation: drop-66 4.8553992991s 1.3552388257s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-66 {
    width: 10px;
    height: 4px;
  }
}

@keyframes drop-66 {
  100% {
    top: 110%;
    left: 88%;
  }
}

.confettiParts-67 {
  width: 21px;
  height: 8.4px;
  background-color: #da291c;
  top: -10%;
  left: 58%;
  opacity: 1.1458287588;
  transform: rotate(275.492601708deg);
  animation: drop-67 4.8919596297s 1.3777465136s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-67 {
    width: 10.5px;
    height: 4.2px;
  }
}

@keyframes drop-67 {
  100% {
    top: 110%;
    left: 62%;
  }
}

.confettiParts-68 {
  width: 7px;
  height: 2.8px;
  background-color: #da291c;
  top: -10%;
  left: 47%;
  opacity: 0.7898384915;
  transform: rotate(306.751804938deg);
  animation: drop-68 4.5139529795s 1.5141569703s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-68 {
    width: 3.5px;
    height: 1.4px;
  }
}

@keyframes drop-68 {
  100% {
    top: 110%;
    left: 52%;
  }
}

.confettiParts-69 {
  width: 14px;
  height: 5.6px;
  background-color: #61BC36;
  top: -10%;
  left: 43%;
  opacity: 1.233452833;
  transform: rotate(8.9693667251deg);
  animation: drop-69 4.5967114514s 1.8265551131s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-69 {
    width: 7px;
    height: 2.8px;
  }
}

@keyframes drop-69 {
  100% {
    top: 110%;
    left: 47%;
  }
}

.confettiParts-70 {
  width: 20px;
  height: 8px;
  background-color: #ffbf00;
  top: -10%;
  left: 13%;
  opacity: 0.5717524035;
  transform: rotate(122.366034752deg);
  animation: drop-70 4.7728924327s 1.3040646973s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-70 {
    width: 10px;
    height: 4px;
  }
}

@keyframes drop-70 {
  100% {
    top: 110%;
    left: 15%;
  }
}

.confettiParts-71 {
  width: 16px;
  height: 6.4px;
  background-color: #da291c;
  top: -10%;
  left: 20%;
  opacity: 1.0172457338;
  transform: rotate(201.111558922deg);
  animation: drop-71 4.5972248564s 1.8996441891s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-71 {
    width: 8px;
    height: 3.2px;
  }
}

@keyframes drop-71 {
  100% {
    top: 110%;
    left: 23%;
  }
}

.confettiParts-72 {
  width: 16px;
  height: 6.4px;
  background-color: #da291c;
  top: -10%;
  left: 61%;
  opacity: 1.4676230974;
  transform: rotate(257.973630978deg);
  animation: drop-72 4.643843444s 1.9326555679s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-72 {
    width: 8px;
    height: 3.2px;
  }
}

@keyframes drop-72 {
  100% {
    top: 110%;
    left: 62%;
  }
}

.confettiParts-73 {
  width: 1px;
  height: 0.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 75%;
  opacity: 0.7413391749;
  transform: rotate(29.8243678306deg);
  animation: drop-73 4.9669020386s 1.1704097512s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-73 {
    width: 0.5px;
    height: 0.2px;
  }
}

@keyframes drop-73 {
  100% {
    top: 110%;
    left: 76%;
  }
}

.confettiParts-74 {
  width: 9px;
  height: 3.6px;
  background-color: #c9dd03;
  top: -10%;
  left: 3%;
  opacity: 1.399480339;
  transform: rotate(207.712069279deg);
  animation: drop-74 4.7195780147s 1.5319041593s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-74 {
    width: 4.5px;
    height: 1.8px;
  }
}

@keyframes drop-74 {
  100% {
    top: 110%;
    left: 6%;
  }
}

.confettiParts-75 {
  width: 17px;
  height: 6.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 39%;
  opacity: 0.682289059;
  transform: rotate(84.7419972517deg);
  animation: drop-75 4.3115342661s 1.190444865s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-75 {
    width: 8.5px;
    height: 3.4px;
  }
}

@keyframes drop-75 {
  100% {
    top: 110%;
    left: 44%;
  }
}

.confettiParts-76 {
  width: 25px;
  height: 10px;
  background-color: #c9dd03;
  top: -10%;
  left: 16%;
  opacity: 0.9491117467;
  transform: rotate(328.966322539deg);
  animation: drop-76 4.4983522364s 1.2695260243s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-76 {
    width: 12.5px;
    height: 5px;
  }
}

@keyframes drop-76 {
  100% {
    top: 110%;
    left: 17%;
  }
}

.confettiParts-77 {
  width: 11px;
  height: 4.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 99%;
  opacity: 0.6387800721;
  transform: rotate(211.572807609deg);
  animation: drop-77 4.1853704438s 1.2386910874s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-77 {
    width: 5.5px;
    height: 2.2px;
  }
}

@keyframes drop-77 {
  100% {
    top: 110%;
    left: 103%;
  }
}

.confettiParts-78 {
  width: 5px;
  height: 2px;
  background-color: #da291c;
  top: -10%;
  left: 11%;
  opacity: 0.8832471516;
  transform: rotate(262.49502097deg);
  animation: drop-78 4.6820210219s 1.194055949s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-78 {
    width: 2.5px;
    height: 1px;
  }
}

@keyframes drop-78 {
  100% {
    top: 110%;
    left: 13%;
  }
}

.confettiParts-79 {
  width: 20px;
  height: 8px;
  background-color: #263672;
  top: -10%;
  left: 15%;
  opacity: 1.4099336744;
  transform: rotate(358.249898997deg);
  animation: drop-79 4.9164143676s 1.0176753391s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-79 {
    width: 10px;
    height: 4px;
  }
}

@keyframes drop-79 {
  100% {
    top: 110%;
    left: 19%;
  }
}

.confettiParts-80 {
  width: 13px;
  height: 5.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 17%;
  opacity: 1.3149352101;
  transform: rotate(190.662314583deg);
  animation: drop-80 4.2066852842s 1.7649195403s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-80 {
    width: 6.5px;
    height: 2.6px;
  }
}

@keyframes drop-80 {
  100% {
    top: 110%;
    left: 20%;
  }
}

.confettiParts-81 {
  width: 23px;
  height: 9.2px;
  background-color: #da291c;
  top: -10%;
  left: 67%;
  opacity: 1.4465804459;
  transform: rotate(211.525245063deg);
  animation: drop-81 4.3296965369s 1.8302586949s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-81 {
    width: 11.5px;
    height: 4.6px;
  }
}

@keyframes drop-81 {
  100% {
    top: 110%;
    left: 70%;
  }
}

.confettiParts-82 {
  width: 22px;
  height: 8.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 54%;
  opacity: 1.332781411;
  transform: rotate(292.788729898deg);
  animation: drop-82 4.8539367988s 1.1521574539s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-82 {
    width: 11px;
    height: 4.4px;
  }
}

@keyframes drop-82 {
  100% {
    top: 110%;
    left: 57%;
  }
}

.confettiParts-83 {
  width: 11px;
  height: 4.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 80%;
  opacity: 0.5618777621;
  transform: rotate(267.078511728deg);
  animation: drop-83 4.5037962411s 1.8132810367s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-83 {
    width: 5.5px;
    height: 2.2px;
  }
}

@keyframes drop-83 {
  100% {
    top: 110%;
    left: 83%;
  }
}

.confettiParts-84 {
  width: 4px;
  height: 1.6px;
  background-color: #61BC36;
  top: -10%;
  left: 66%;
  opacity: 1.1036054747;
  transform: rotate(349.264335187deg);
  animation: drop-84 4.8776833016s 1.618894373s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-84 {
    width: 2px;
    height: 0.8px;
  }
}

@keyframes drop-84 {
  100% {
    top: 110%;
    left: 68%;
  }
}

.confettiParts-85 {
  width: 8px;
  height: 3.2px;
  background-color: #c9dd03;
  top: -10%;
  left: 91%;
  opacity: 1.3305844603;
  transform: rotate(266.069931112deg);
  animation: drop-85 4.0015095805s 1.2111058184s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-85 {
    width: 4px;
    height: 1.6px;
  }
}

@keyframes drop-85 {
  100% {
    top: 110%;
    left: 92%;
  }
}

.confettiParts-86 {
  width: 23px;
  height: 9.2px;
  background-color: #61BC36;
  top: -10%;
  left: 34%;
  opacity: 1.3537716977;
  transform: rotate(61.9528793064deg);
  animation: drop-86 4.0665411264s 1.4492172762s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-86 {
    width: 11.5px;
    height: 4.6px;
  }
}

@keyframes drop-86 {
  100% {
    top: 110%;
    left: 37%;
  }
}

.confettiParts-87 {
  width: 24px;
  height: 9.6px;
  background-color: #61BC36;
  top: -10%;
  left: 52%;
  opacity: 0.7042115647;
  transform: rotate(278.073825647deg);
  animation: drop-87 4.44230024s 1.3151559915s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-87 {
    width: 12px;
    height: 4.8px;
  }
}

@keyframes drop-87 {
  100% {
    top: 110%;
    left: 53%;
  }
}

.confettiParts-88 {
  width: 6px;
  height: 2.4px;
  background-color: #da291c;
  top: -10%;
  left: 54%;
  opacity: 0.9571857455;
  transform: rotate(312.527433185deg);
  animation: drop-88 4.7648263359s 1.2965016851s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-88 {
    width: 3px;
    height: 1.2px;
  }
}

@keyframes drop-88 {
  100% {
    top: 110%;
    left: 58%;
  }
}

.confettiParts-89 {
  width: 7px;
  height: 2.8px;
  background-color: #263672;
  top: -10%;
  left: 40%;
  opacity: 0.5426950511;
  transform: rotate(107.958809747deg);
  animation: drop-89 4.6981739123s 1.0932119533s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-89 {
    width: 3.5px;
    height: 1.4px;
  }
}

@keyframes drop-89 {
  100% {
    top: 110%;
    left: 45%;
  }
}

.confettiParts-90 {
  width: 14px;
  height: 5.6px;
  background-color: #c9dd03;
  top: -10%;
  left: 34%;
  opacity: 1.3108731875;
  transform: rotate(109.850317485deg);
  animation: drop-90 4.7237317981s 1.4958860492s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-90 {
    width: 7px;
    height: 2.8px;
  }
}

@keyframes drop-90 {
  100% {
    top: 110%;
    left: 36%;
  }
}

.confettiParts-91 {
  width: 8px;
  height: 3.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 15%;
  opacity: 1.4031005014;
  transform: rotate(241.834717537deg);
  animation: drop-91 4.466507302s 1.9310625554s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-91 {
    width: 4px;
    height: 1.6px;
  }
}

@keyframes drop-91 {
  100% {
    top: 110%;
    left: 20%;
  }
}

.confettiParts-92 {
  width: 23px;
  height: 9.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 55%;
  opacity: 0.5190278276;
  transform: rotate(248.987247491deg);
  animation: drop-92 4.16358381s 1.2925362903s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-92 {
    width: 11.5px;
    height: 4.6px;
  }
}

@keyframes drop-92 {
  100% {
    top: 110%;
    left: 60%;
  }
}

.confettiParts-93 {
  width: 4px;
  height: 1.6px;
  background-color: #da291c;
  top: -10%;
  left: 49%;
  opacity: 0.5378329443;
  transform: rotate(11.2078902178deg);
  animation: drop-93 4.4745901976s 1.9109833461s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-93 {
    width: 2px;
    height: 0.8px;
  }
}

@keyframes drop-93 {
  100% {
    top: 110%;
    left: 50%;
  }
}

.confettiParts-94 {
  width: 16px;
  height: 6.4px;
  background-color: #da291c;
  top: -10%;
  left: 22%;
  opacity: 1.2779902604;
  transform: rotate(338.78041289deg);
  animation: drop-94 4.8922831367s 1.7367109677s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-94 {
    width: 8px;
    height: 3.2px;
  }
}

@keyframes drop-94 {
  100% {
    top: 110%;
    left: 23%;
  }
}

.confettiParts-95 {
  width: 3px;
  height: 1.2px;
  background-color: #61BC36;
  top: -10%;
  left: 47%;
  opacity: 0.9718662074;
  transform: rotate(269.447356407deg);
  animation: drop-95 4.74366409s 1.9778593322s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-95 {
    width: 1.5px;
    height: 0.6px;
  }
}

@keyframes drop-95 {
  100% {
    top: 110%;
    left: 51%;
  }
}

.confettiParts-96 {
  width: 3px;
  height: 1.2px;
  background-color: #c9dd03;
  top: -10%;
  left: 28%;
  opacity: 1.1681634539;
  transform: rotate(270.483679476deg);
  animation: drop-96 4.9195769373s 1.4284135067s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-96 {
    width: 1.5px;
    height: 0.6px;
  }
}

@keyframes drop-96 {
  100% {
    top: 110%;
    left: 31%;
  }
}

.confettiParts-97 {
  width: 16px;
  height: 6.4px;
  background-color: #263672;
  top: -10%;
  left: 66%;
  opacity: 0.6531997735;
  transform: rotate(4.1159778756deg);
  animation: drop-97 4.3183845014s 1.3285663451s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-97 {
    width: 8px;
    height: 3.2px;
  }
}

@keyframes drop-97 {
  100% {
    top: 110%;
    left: 71%;
  }
}

.confettiParts-98 {
  width: 14px;
  height: 5.6px;
  background-color: #c9dd03;
  top: -10%;
  left: 66%;
  opacity: 0.8203092611;
  transform: rotate(228.464265469deg);
  animation: drop-98 4.1213410156s 1.1782313991s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-98 {
    width: 7px;
    height: 2.8px;
  }
}

@keyframes drop-98 {
  100% {
    top: 110%;
    left: 71%;
  }
}

.confettiParts-99 {
  width: 25px;
  height: 10px;
  background-color: #c9dd03;
  top: -10%;
  left: 58%;
  opacity: 1.3133548418;
  transform: rotate(176.666738556deg);
  animation: drop-99 4.4383346551s 1.1559906246s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-99 {
    width: 12.5px;
    height: 5px;
  }
}

@keyframes drop-99 {
  100% {
    top: 110%;
    left: 60%;
  }
}

.confettiParts-100 {
  width: 5px;
  height: 2px;
  background-color: #61BC36;
  top: -10%;
  left: 7%;
  opacity: 0.5510637781;
  transform: rotate(344.968126506deg);
  animation: drop-100 4.7628885333s 1.9725459481s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-100 {
    width: 2.5px;
    height: 1px;
  }
}

@keyframes drop-100 {
  100% {
    top: 110%;
    left: 10%;
  }
}

.confettiParts-101 {
  width: 18px;
  height: 7.2px;
  background-color: #61BC36;
  top: -10%;
  left: 47%;
  opacity: 1.4005423556;
  transform: rotate(140.931052756deg);
  animation: drop-101 4.7797562836s 1.4499046612s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-101 {
    width: 9px;
    height: 3.6px;
  }
}

@keyframes drop-101 {
  100% {
    top: 110%;
    left: 49%;
  }
}

.confettiParts-102 {
  width: 5px;
  height: 2px;
  background-color: #61BC36;
  top: -10%;
  left: 31%;
  opacity: 0.5798794774;
  transform: rotate(316.930185786deg);
  animation: drop-102 4.5327179128s 1.5302846169s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-102 {
    width: 2.5px;
    height: 1px;
  }
}

@keyframes drop-102 {
  100% {
    top: 110%;
    left: 34%;
  }
}

.confettiParts-103 {
  width: 4px;
  height: 1.6px;
  background-color: #263672;
  top: -10%;
  left: 22%;
  opacity: 0.9185983919;
  transform: rotate(224.179509562deg);
  animation: drop-103 4.4434889791s 1.9784288854s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-103 {
    width: 2px;
    height: 0.8px;
  }
}

@keyframes drop-103 {
  100% {
    top: 110%;
    left: 24%;
  }
}

.confettiParts-104 {
  width: 14px;
  height: 5.6px;
  background-color: #263672;
  top: -10%;
  left: 30%;
  opacity: 1.0355272629;
  transform: rotate(104.525926682deg);
  animation: drop-104 4.0901398959s 1.4872987985s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-104 {
    width: 7px;
    height: 2.8px;
  }
}

@keyframes drop-104 {
  100% {
    top: 110%;
    left: 31%;
  }
}

.confettiParts-105 {
  width: 12px;
  height: 4.8px;
  background-color: #da291c;
  top: -10%;
  left: 61%;
  opacity: 0.6256265087;
  transform: rotate(141.909819898deg);
  animation: drop-105 4.9095184355s 1.9031140338s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-105 {
    width: 6px;
    height: 2.4px;
  }
}

@keyframes drop-105 {
  100% {
    top: 110%;
    left: 66%;
  }
}

.confettiParts-106 {
  width: 22px;
  height: 8.8px;
  background-color: #263672;
  top: -10%;
  left: 28%;
  opacity: 0.5936235489;
  transform: rotate(183.006604431deg);
  animation: drop-106 4.7795677485s 1.5889133224s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-106 {
    width: 11px;
    height: 4.4px;
  }
}

@keyframes drop-106 {
  100% {
    top: 110%;
    left: 29%;
  }
}

.confettiParts-107 {
  width: 22px;
  height: 8.8px;
  background-color: #da291c;
  top: -10%;
  left: 10%;
  opacity: 1.0894527544;
  transform: rotate(9.7392991647deg);
  animation: drop-107 4.4043556032s 1.6086097243s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-107 {
    width: 11px;
    height: 4.4px;
  }
}

@keyframes drop-107 {
  100% {
    top: 110%;
    left: 11%;
  }
}

.confettiParts-108 {
  width: 4px;
  height: 1.6px;
  background-color: #61BC36;
  top: -10%;
  left: 71%;
  opacity: 0.9578591762;
  transform: rotate(141.341437366deg);
  animation: drop-108 4.5611888099s 1.577370848s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-108 {
    width: 2px;
    height: 0.8px;
  }
}

@keyframes drop-108 {
  100% {
    top: 110%;
    left: 76%;
  }
}

.confettiParts-109 {
  width: 20px;
  height: 8px;
  background-color: #c9dd03;
  top: -10%;
  left: 37%;
  opacity: 1.0569147955;
  transform: rotate(100.193508902deg);
  animation: drop-109 4.3603853201s 1.3266407228s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-109 {
    width: 10px;
    height: 4px;
  }
}

@keyframes drop-109 {
  100% {
    top: 110%;
    left: 40%;
  }
}

.confettiParts-110 {
  width: 23px;
  height: 9.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 9%;
  opacity: 1.3779697135;
  transform: rotate(358.055389686deg);
  animation: drop-110 4.8148379146s 1.1551680251s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-110 {
    width: 11.5px;
    height: 4.6px;
  }
}

@keyframes drop-110 {
  100% {
    top: 110%;
    left: 12%;
  }
}

.confettiParts-111 {
  width: 13px;
  height: 5.2px;
  background-color: #da291c;
  top: -10%;
  left: 3%;
  opacity: 0.5131820106;
  transform: rotate(115.072683523deg);
  animation: drop-111 4.199623377s 1.1512679852s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-111 {
    width: 6.5px;
    height: 2.6px;
  }
}

@keyframes drop-111 {
  100% {
    top: 110%;
    left: 7%;
  }
}

.confettiParts-112 {
  width: 15px;
  height: 6px;
  background-color: #263672;
  top: -10%;
  left: 35%;
  opacity: 1.0257979283;
  transform: rotate(114.282305215deg);
  animation: drop-112 4.5457219977s 1.9121253943s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-112 {
    width: 7.5px;
    height: 3px;
  }
}

@keyframes drop-112 {
  100% {
    top: 110%;
    left: 38%;
  }
}

.confettiParts-113 {
  width: 13px;
  height: 5.2px;
  background-color: #263672;
  top: -10%;
  left: 62%;
  opacity: 0.7478037204;
  transform: rotate(212.74613625deg);
  animation: drop-113 4.3581985344s 1.8179151228s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-113 {
    width: 6.5px;
    height: 2.6px;
  }
}

@keyframes drop-113 {
  100% {
    top: 110%;
    left: 63%;
  }
}

.confettiParts-114 {
  width: 18px;
  height: 7.2px;
  background-color: #263672;
  top: -10%;
  left: 25%;
  opacity: 0.8597032257;
  transform: rotate(68.0792927217deg);
  animation: drop-114 4.8277588079s 1.7669336828s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-114 {
    width: 9px;
    height: 3.6px;
  }
}

@keyframes drop-114 {
  100% {
    top: 110%;
    left: 27%;
  }
}

.confettiParts-115 {
  width: 4px;
  height: 1.6px;
  background-color: #61BC36;
  top: -10%;
  left: 48%;
  opacity: 0.5534648537;
  transform: rotate(126.845189254deg);
  animation: drop-115 4.2107051503s 1.126650428s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-115 {
    width: 2px;
    height: 0.8px;
  }
}

@keyframes drop-115 {
  100% {
    top: 110%;
    left: 49%;
  }
}

.confettiParts-116 {
  width: 8px;
  height: 3.2px;
  background-color: #61BC36;
  top: -10%;
  left: 23%;
  opacity: 0.5301448483;
  transform: rotate(107.655605332deg);
  animation: drop-116 4.4410159491s 1.422654121s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-116 {
    width: 4px;
    height: 1.6px;
  }
}

@keyframes drop-116 {
  100% {
    top: 110%;
    left: 26%;
  }
}

.confettiParts-117 {
  width: 1px;
  height: 0.4px;
  background-color: #61BC36;
  top: -10%;
  left: 92%;
  opacity: 1.0527502326;
  transform: rotate(36.7035028121deg);
  animation: drop-117 4.6291659368s 1.2872931178s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-117 {
    width: 0.5px;
    height: 0.2px;
  }
}

@keyframes drop-117 {
  100% {
    top: 110%;
    left: 93%;
  }
}

.confettiParts-118 {
  width: 13px;
  height: 5.2px;
  background-color: #263672;
  top: -10%;
  left: 95%;
  opacity: 1.3475579356;
  transform: rotate(12.2737088633deg);
  animation: drop-118 4.7587370103s 1.3159226231s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-118 {
    width: 6.5px;
    height: 2.6px;
  }
}

@keyframes drop-118 {
  100% {
    top: 110%;
    left: 100%;
  }
}

.confettiParts-119 {
  width: 12px;
  height: 4.8px;
  background-color: #61BC36;
  top: -10%;
  left: 33%;
  opacity: 1.3420539831;
  transform: rotate(191.105868196deg);
  animation: drop-119 4.786336833s 1.6869148785s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-119 {
    width: 6px;
    height: 2.4px;
  }
}

@keyframes drop-119 {
  100% {
    top: 110%;
    left: 36%;
  }
}

.confettiParts-120 {
  width: 19px;
  height: 7.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 81%;
  opacity: 1.141271986;
  transform: rotate(71.4853402871deg);
  animation: drop-120 4.4145136298s 1.191477838s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-120 {
    width: 9.5px;
    height: 3.8px;
  }
}

@keyframes drop-120 {
  100% {
    top: 110%;
    left: 85%;
  }
}

.confettiParts-121 {
  width: 12px;
  height: 4.8px;
  background-color: #da291c;
  top: -10%;
  left: 53%;
  opacity: 1.1414563732;
  transform: rotate(345.612318335deg);
  animation: drop-121 4.8135105141s 1.595543436s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-121 {
    width: 6px;
    height: 2.4px;
  }
}

@keyframes drop-121 {
  100% {
    top: 110%;
    left: 56%;
  }
}

.confettiParts-122 {
  width: 25px;
  height: 10px;
  background-color: #da291c;
  top: -10%;
  left: 53%;
  opacity: 1.1101395605;
  transform: rotate(118.237776855deg);
  animation: drop-122 4.4683714449s 1.0247307206s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-122 {
    width: 12.5px;
    height: 5px;
  }
}

@keyframes drop-122 {
  100% {
    top: 110%;
    left: 57%;
  }
}

.confettiParts-123 {
  width: 1px;
  height: 0.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 34%;
  opacity: 1.3280856754;
  transform: rotate(9.0184544205deg);
  animation: drop-123 4.3519330812s 1.2569149509s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-123 {
    width: 0.5px;
    height: 0.2px;
  }
}

@keyframes drop-123 {
  100% {
    top: 110%;
    left: 35%;
  }
}

.confettiParts-124 {
  width: 23px;
  height: 9.2px;
  background-color: #c9dd03;
  top: -10%;
  left: 100%;
  opacity: 0.581753333;
  transform: rotate(181.614654632deg);
  animation: drop-124 4.0137378041s 1.0072125771s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-124 {
    width: 11.5px;
    height: 4.6px;
  }
}

@keyframes drop-124 {
  100% {
    top: 110%;
    left: 104%;
  }
}

.confettiParts-125 {
  width: 23px;
  height: 9.2px;
  background-color: #61BC36;
  top: -10%;
  left: 47%;
  opacity: 1.4465073063;
  transform: rotate(356.590934637deg);
  animation: drop-125 4.3713633251s 1.6216917068s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-125 {
    width: 11.5px;
    height: 4.6px;
  }
}

@keyframes drop-125 {
  100% {
    top: 110%;
    left: 49%;
  }
}

.confettiParts-126 {
  width: 10px;
  height: 4px;
  background-color: #da291c;
  top: -10%;
  left: 30%;
  opacity: 0.5314040628;
  transform: rotate(82.1661293225deg);
  animation: drop-126 4.9391700478s 1.1961699773s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-126 {
    width: 5px;
    height: 2px;
  }
}

@keyframes drop-126 {
  100% {
    top: 110%;
    left: 32%;
  }
}

.confettiParts-127 {
  width: 4px;
  height: 1.6px;
  background-color: #c9dd03;
  top: -10%;
  left: 23%;
  opacity: 0.6911196756;
  transform: rotate(10.3526026096deg);
  animation: drop-127 4.9896707783s 1.4813201477s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-127 {
    width: 2px;
    height: 0.8px;
  }
}

@keyframes drop-127 {
  100% {
    top: 110%;
    left: 27%;
  }
}

.confettiParts-128 {
  width: 11px;
  height: 4.4px;
  background-color: #da291c;
  top: -10%;
  left: 71%;
  opacity: 0.7679989775;
  transform: rotate(204.680916984deg);
  animation: drop-128 4.2395069798s 1.9492336224s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-128 {
    width: 5.5px;
    height: 2.2px;
  }
}

@keyframes drop-128 {
  100% {
    top: 110%;
    left: 76%;
  }
}

.confettiParts-129 {
  width: 12px;
  height: 4.8px;
  background-color: #263672;
  top: -10%;
  left: 52%;
  opacity: 0.5853506652;
  transform: rotate(82.2765146631deg);
  animation: drop-129 4.2705161712s 1.1674978294s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-129 {
    width: 6px;
    height: 2.4px;
  }
}

@keyframes drop-129 {
  100% {
    top: 110%;
    left: 53%;
  }
}

.confettiParts-130 {
  width: 20px;
  height: 8px;
  background-color: #61BC36;
  top: -10%;
  left: 43%;
  opacity: 0.6776060856;
  transform: rotate(204.60534733deg);
  animation: drop-130 4.5778094286s 1.4079430136s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-130 {
    width: 10px;
    height: 4px;
  }
}

@keyframes drop-130 {
  100% {
    top: 110%;
    left: 45%;
  }
}

.confettiParts-131 {
  width: 7px;
  height: 2.8px;
  background-color: #263672;
  top: -10%;
  left: 40%;
  opacity: 0.865180833;
  transform: rotate(189.578570894deg);
  animation: drop-131 4.1709014628s 1.9166070887s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-131 {
    width: 3.5px;
    height: 1.4px;
  }
}

@keyframes drop-131 {
  100% {
    top: 110%;
    left: 42%;
  }
}

.confettiParts-132 {
  width: 2px;
  height: 0.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 27%;
  opacity: 1.0444670736;
  transform: rotate(253.114153224deg);
  animation: drop-132 4.8023645342s 1.3165910259s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-132 {
    width: 1px;
    height: 0.4px;
  }
}

@keyframes drop-132 {
  100% {
    top: 110%;
    left: 32%;
  }
}

.confettiParts-133 {
  width: 14px;
  height: 5.6px;
  background-color: #da291c;
  top: -10%;
  left: 9%;
  opacity: 0.8473719811;
  transform: rotate(304.410770617deg);
  animation: drop-133 4.4792975449s 1.281304046s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-133 {
    width: 7px;
    height: 2.8px;
  }
}

@keyframes drop-133 {
  100% {
    top: 110%;
    left: 14%;
  }
}

.confettiParts-134 {
  width: 5px;
  height: 2px;
  background-color: #ffbf00;
  top: -10%;
  left: 79%;
  opacity: 0.6229040712;
  transform: rotate(275.62027399deg);
  animation: drop-134 4.4708741683s 1.5828054189s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-134 {
    width: 2.5px;
    height: 1px;
  }
}

@keyframes drop-134 {
  100% {
    top: 110%;
    left: 83%;
  }
}

.confettiParts-135 {
  width: 15px;
  height: 6px;
  background-color: #da291c;
  top: -10%;
  left: 51%;
  opacity: 1.1465317044;
  transform: rotate(75.6624367992deg);
  animation: drop-135 4.3357696626s 1.093834964s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-135 {
    width: 7.5px;
    height: 3px;
  }
}

@keyframes drop-135 {
  100% {
    top: 110%;
    left: 55%;
  }
}

.confettiParts-136 {
  width: 10px;
  height: 4px;
  background-color: #263672;
  top: -10%;
  left: 75%;
  opacity: 0.7904907218;
  transform: rotate(178.464588641deg);
  animation: drop-136 4.5752050458s 1.5353794971s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-136 {
    width: 5px;
    height: 2px;
  }
}

@keyframes drop-136 {
  100% {
    top: 110%;
    left: 76%;
  }
}

.confettiParts-137 {
  width: 12px;
  height: 4.8px;
  background-color: #61BC36;
  top: -10%;
  left: 73%;
  opacity: 1.248040096;
  transform: rotate(329.409094495deg);
  animation: drop-137 4.8565819986s 1.3328542795s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-137 {
    width: 6px;
    height: 2.4px;
  }
}

@keyframes drop-137 {
  100% {
    top: 110%;
    left: 78%;
  }
}

.confettiParts-138 {
  width: 23px;
  height: 9.2px;
  background-color: #263672;
  top: -10%;
  left: 33%;
  opacity: 1.3531969361;
  transform: rotate(336.735393287deg);
  animation: drop-138 4.5421916528s 1.9286472689s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-138 {
    width: 11.5px;
    height: 4.6px;
  }
}

@keyframes drop-138 {
  100% {
    top: 110%;
    left: 35%;
  }
}

.confettiParts-139 {
  width: 2px;
  height: 0.8px;
  background-color: #c9dd03;
  top: -10%;
  left: 41%;
  opacity: 1.3907903485;
  transform: rotate(325.725084664deg);
  animation: drop-139 4.5992089407s 1.5413370075s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-139 {
    width: 1px;
    height: 0.4px;
  }
}

@keyframes drop-139 {
  100% {
    top: 110%;
    left: 43%;
  }
}

.confettiParts-140 {
  width: 12px;
  height: 4.8px;
  background-color: #c9dd03;
  top: -10%;
  left: 33%;
  opacity: 0.54444747;
  transform: rotate(252.47472663deg);
  animation: drop-140 4.8690825262s 1.1289370749s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-140 {
    width: 6px;
    height: 2.4px;
  }
}

@keyframes drop-140 {
  100% {
    top: 110%;
    left: 36%;
  }
}

.confettiParts-141 {
  width: 17px;
  height: 6.8px;
  background-color: #61BC36;
  top: -10%;
  left: 81%;
  opacity: 1.1585241234;
  transform: rotate(201.10707557deg);
  animation: drop-141 4.651742458s 1.4885343873s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-141 {
    width: 8.5px;
    height: 3.4px;
  }
}

@keyframes drop-141 {
  100% {
    top: 110%;
    left: 85%;
  }
}

.confettiParts-142 {
  width: 10px;
  height: 4px;
  background-color: #263672;
  top: -10%;
  left: 71%;
  opacity: 0.5246609625;
  transform: rotate(345.727781085deg);
  animation: drop-142 4.4958613066s 1.4938246758s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-142 {
    width: 5px;
    height: 2px;
  }
}

@keyframes drop-142 {
  100% {
    top: 110%;
    left: 74%;
  }
}

.confettiParts-143 {
  width: 12px;
  height: 4.8px;
  background-color: #c9dd03;
  top: -10%;
  left: 8%;
  opacity: 0.9970116082;
  transform: rotate(156.974713949deg);
  animation: drop-143 4.5606578753s 1.8160565744s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-143 {
    width: 6px;
    height: 2.4px;
  }
}

@keyframes drop-143 {
  100% {
    top: 110%;
    left: 13%;
  }
}

.confettiParts-144 {
  width: 13px;
  height: 5.2px;
  background-color: #61BC36;
  top: -10%;
  left: 94%;
  opacity: 0.8200180101;
  transform: rotate(101.448336064deg);
  animation: drop-144 4.8367442246s 1.9836077916s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-144 {
    width: 6.5px;
    height: 2.6px;
  }
}

@keyframes drop-144 {
  100% {
    top: 110%;
    left: 96%;
  }
}

.confettiParts-145 {
  width: 1px;
  height: 0.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 4%;
  opacity: 0.7058585877;
  transform: rotate(305.594349918deg);
  animation: drop-145 4.9102705699s 1.0949222838s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-145 {
    width: 0.5px;
    height: 0.2px;
  }
}

@keyframes drop-145 {
  100% {
    top: 110%;
    left: 9%;
  }
}

.confettiParts-146 {
  width: 21px;
  height: 8.4px;
  background-color: #c9dd03;
  top: -10%;
  left: 61%;
  opacity: 0.6214767186;
  transform: rotate(291.741092214deg);
  animation: drop-146 4.2552419432s 1.8008784921s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-146 {
    width: 10.5px;
    height: 4.2px;
  }
}

@keyframes drop-146 {
  100% {
    top: 110%;
    left: 64%;
  }
}

.confettiParts-147 {
  width: 7px;
  height: 2.8px;
  background-color: #da291c;
  top: -10%;
  left: 13%;
  opacity: 0.5948411413;
  transform: rotate(47.9298733485deg);
  animation: drop-147 4.4554514149s 1.306445802s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-147 {
    width: 3.5px;
    height: 1.4px;
  }
}

@keyframes drop-147 {
  100% {
    top: 110%;
    left: 17%;
  }
}

.confettiParts-148 {
  width: 2px;
  height: 0.8px;
  background-color: #da291c;
  top: -10%;
  left: 82%;
  opacity: 0.8760040558;
  transform: rotate(349.295195146deg);
  animation: drop-148 4.7226905826s 1.491520677s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-148 {
    width: 1px;
    height: 0.4px;
  }
}

@keyframes drop-148 {
  100% {
    top: 110%;
    left: 87%;
  }
}

.confettiParts-149 {
  width: 1px;
  height: 0.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 98%;
  opacity: 1.0614244342;
  transform: rotate(341.829838687deg);
  animation: drop-149 4.4518771888s 1.4494124394s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-149 {
    width: 0.5px;
    height: 0.2px;
  }
}

@keyframes drop-149 {
  100% {
    top: 110%;
    left: 103%;
  }
}

.confettiParts-150 {
  width: 22px;
  height: 8.8px;
  background-color: #263672;
  top: -10%;
  left: 33%;
  opacity: 0.710791495;
  transform: rotate(190.575543334deg);
  animation: drop-150 4.4363814093s 1.3293136427s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-150 {
    width: 11px;
    height: 4.4px;
  }
}

@keyframes drop-150 {
  100% {
    top: 110%;
    left: 36%;
  }
}

.confettiParts-151 {
  width: 23px;
  height: 9.2px;
  background-color: #da291c;
  top: -10%;
  left: 18%;
  opacity: 1.323054135;
  transform: rotate(28.2873000445deg);
  animation: drop-151 4.5368537451s 1.1173806989s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-151 {
    width: 11.5px;
    height: 4.6px;
  }
}

@keyframes drop-151 {
  100% {
    top: 110%;
    left: 20%;
  }
}

.confettiParts-152 {
  width: 21px;
  height: 8.4px;
  background-color: #61BC36;
  top: -10%;
  left: 12%;
  opacity: 1.3610573909;
  transform: rotate(330.49683398deg);
  animation: drop-152 4.6582541484s 1.3171999985s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-152 {
    width: 10.5px;
    height: 4.2px;
  }
}

@keyframes drop-152 {
  100% {
    top: 110%;
    left: 14%;
  }
}

.confettiParts-153 {
  width: 13px;
  height: 5.2px;
  background-color: #263672;
  top: -10%;
  left: 51%;
  opacity: 0.8977306028;
  transform: rotate(197.589401511deg);
  animation: drop-153 4.2542513419s 1.7753471049s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-153 {
    width: 6.5px;
    height: 2.6px;
  }
}

@keyframes drop-153 {
  100% {
    top: 110%;
    left: 52%;
  }
}

.confettiParts-154 {
  width: 16px;
  height: 6.4px;
  background-color: #263672;
  top: -10%;
  left: 33%;
  opacity: 0.9807456087;
  transform: rotate(67.9853870793deg);
  animation: drop-154 4.1753686258s 1.6202035583s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-154 {
    width: 8px;
    height: 3.2px;
  }
}

@keyframes drop-154 {
  100% {
    top: 110%;
    left: 38%;
  }
}

.confettiParts-155 {
  width: 3px;
  height: 1.2px;
  background-color: #263672;
  top: -10%;
  left: 100%;
  opacity: 0.6609317219;
  transform: rotate(87.5469207076deg);
  animation: drop-155 4.4333005831s 1.6504660446s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-155 {
    width: 1.5px;
    height: 0.6px;
  }
}

@keyframes drop-155 {
  100% {
    top: 110%;
    left: 101%;
  }
}

.confettiParts-156 {
  width: 12px;
  height: 4.8px;
  background-color: #da291c;
  top: -10%;
  left: 49%;
  opacity: 0.7696377997;
  transform: rotate(126.652742685deg);
  animation: drop-156 4.0555632555s 1.2589348991s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-156 {
    width: 6px;
    height: 2.4px;
  }
}

@keyframes drop-156 {
  100% {
    top: 110%;
    left: 51%;
  }
}

.confettiParts-157 {
  width: 22px;
  height: 8.8px;
  background-color: #263672;
  top: -10%;
  left: 100%;
  opacity: 0.9840686467;
  transform: rotate(185.707762716deg);
  animation: drop-157 4.9268990187s 1.244130388s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-157 {
    width: 11px;
    height: 4.4px;
  }
}

@keyframes drop-157 {
  100% {
    top: 110%;
    left: 103%;
  }
}

.confettiParts-158 {
  width: 7px;
  height: 2.8px;
  background-color: #61BC36;
  top: -10%;
  left: 16%;
  opacity: 0.5619942802;
  transform: rotate(24.7331497218deg);
  animation: drop-158 4.4034938064s 1.1753523607s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-158 {
    width: 3.5px;
    height: 1.4px;
  }
}

@keyframes drop-158 {
  100% {
    top: 110%;
    left: 17%;
  }
}

.confettiParts-159 {
  width: 16px;
  height: 6.4px;
  background-color: #61BC36;
  top: -10%;
  left: 82%;
  opacity: 0.7910493694;
  transform: rotate(267.079742503deg);
  animation: drop-159 4.6357094722s 1.4505521056s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-159 {
    width: 8px;
    height: 3.2px;
  }
}

@keyframes drop-159 {
  100% {
    top: 110%;
    left: 83%;
  }
}

.confettiParts-160 {
  width: 6px;
  height: 2.4px;
  background-color: #263672;
  top: -10%;
  left: 80%;
  opacity: 0.7852229691;
  transform: rotate(315.878480503deg);
  animation: drop-160 4.188532496s 1.8152883724s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-160 {
    width: 3px;
    height: 1.2px;
  }
}

@keyframes drop-160 {
  100% {
    top: 110%;
    left: 85%;
  }
}

.confettiParts-161 {
  width: 12px;
  height: 4.8px;
  background-color: #c9dd03;
  top: -10%;
  left: 6%;
  opacity: 1.0899153964;
  transform: rotate(99.8906921524deg);
  animation: drop-161 4.2240141974s 1.1918696195s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-161 {
    width: 6px;
    height: 2.4px;
  }
}

@keyframes drop-161 {
  100% {
    top: 110%;
    left: 7%;
  }
}

.confettiParts-162 {
  width: 2px;
  height: 0.8px;
  background-color: #c9dd03;
  top: -10%;
  left: 27%;
  opacity: 0.7813659667;
  transform: rotate(114.991678963deg);
  animation: drop-162 4.3203575753s 1.9439135737s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-162 {
    width: 1px;
    height: 0.4px;
  }
}

@keyframes drop-162 {
  100% {
    top: 110%;
    left: 31%;
  }
}

.confettiParts-163 {
  width: 1px;
  height: 0.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 13%;
  opacity: 1.299925109;
  transform: rotate(119.978037236deg);
  animation: drop-163 4.0587356525s 1.4028822203s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-163 {
    width: 0.5px;
    height: 0.2px;
  }
}

@keyframes drop-163 {
  100% {
    top: 110%;
    left: 16%;
  }
}

.confettiParts-164 {
  width: 22px;
  height: 8.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 61%;
  opacity: 0.7153392544;
  transform: rotate(99.8144001624deg);
  animation: drop-164 4.8273136814s 1.3876551643s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-164 {
    width: 11px;
    height: 4.4px;
  }
}

@keyframes drop-164 {
  100% {
    top: 110%;
    left: 66%;
  }
}

.confettiParts-165 {
  width: 11px;
  height: 4.4px;
  background-color: #c9dd03;
  top: -10%;
  left: 1%;
  opacity: 0.5763851749;
  transform: rotate(90.3972863883deg);
  animation: drop-165 4.8165999331s 1.6961017826s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-165 {
    width: 5.5px;
    height: 2.2px;
  }
}

@keyframes drop-165 {
  100% {
    top: 110%;
    left: 6%;
  }
}

.confettiParts-166 {
  width: 13px;
  height: 5.2px;
  background-color: #c9dd03;
  top: -10%;
  left: 69%;
  opacity: 0.5256483772;
  transform: rotate(112.829734064deg);
  animation: drop-166 4.2558015411s 1.3843084146s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-166 {
    width: 6.5px;
    height: 2.6px;
  }
}

@keyframes drop-166 {
  100% {
    top: 110%;
    left: 73%;
  }
}

.confettiParts-167 {
  width: 9px;
  height: 3.6px;
  background-color: #da291c;
  top: -10%;
  left: 72%;
  opacity: 1.007168955;
  transform: rotate(230.103235461deg);
  animation: drop-167 4.78269279s 1.5343789133s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-167 {
    width: 4.5px;
    height: 1.8px;
  }
}

@keyframes drop-167 {
  100% {
    top: 110%;
    left: 74%;
  }
}

.confettiParts-168 {
  width: 16px;
  height: 6.4px;
  background-color: #c9dd03;
  top: -10%;
  left: 27%;
  opacity: 1.4160457107;
  transform: rotate(9.6939744157deg);
  animation: drop-168 4.3127491277s 1.6949420766s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-168 {
    width: 8px;
    height: 3.2px;
  }
}

@keyframes drop-168 {
  100% {
    top: 110%;
    left: 29%;
  }
}

.confettiParts-169 {
  width: 6px;
  height: 2.4px;
  background-color: #da291c;
  top: -10%;
  left: 55%;
  opacity: 0.5792575751;
  transform: rotate(176.931332212deg);
  animation: drop-169 4.7380960439s 1.4109746345s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-169 {
    width: 3px;
    height: 1.2px;
  }
}

@keyframes drop-169 {
  100% {
    top: 110%;
    left: 60%;
  }
}

.confettiParts-170 {
  width: 18px;
  height: 7.2px;
  background-color: #c9dd03;
  top: -10%;
  left: 3%;
  opacity: 1.4445427154;
  transform: rotate(325.948106793deg);
  animation: drop-170 4.2528179473s 1.7690229415s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-170 {
    width: 9px;
    height: 3.6px;
  }
}

@keyframes drop-170 {
  100% {
    top: 110%;
    left: 5%;
  }
}

.confettiParts-171 {
  width: 5px;
  height: 2px;
  background-color: #61BC36;
  top: -10%;
  left: 45%;
  opacity: 1.153630445;
  transform: rotate(161.633987821deg);
  animation: drop-171 4.9305169398s 1.9875627603s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-171 {
    width: 2.5px;
    height: 1px;
  }
}

@keyframes drop-171 {
  100% {
    top: 110%;
    left: 46%;
  }
}

.confettiParts-172 {
  width: 22px;
  height: 8.8px;
  background-color: #da291c;
  top: -10%;
  left: 92%;
  opacity: 1.4750055596;
  transform: rotate(289.000187182deg);
  animation: drop-172 4.6064018589s 1.896341914s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-172 {
    width: 11px;
    height: 4.4px;
  }
}

@keyframes drop-172 {
  100% {
    top: 110%;
    left: 96%;
  }
}

.confettiParts-173 {
  width: 16px;
  height: 6.4px;
  background-color: #61BC36;
  top: -10%;
  left: 89%;
  opacity: 1.3536558878;
  transform: rotate(27.9769841209deg);
  animation: drop-173 4.7158884444s 1.2474684582s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-173 {
    width: 8px;
    height: 3.2px;
  }
}

@keyframes drop-173 {
  100% {
    top: 110%;
    left: 92%;
  }
}

.confettiParts-174 {
  width: 10px;
  height: 4px;
  background-color: #263672;
  top: -10%;
  left: 47%;
  opacity: 1.2548948741;
  transform: rotate(248.59622008deg);
  animation: drop-174 4.7241806891s 1.3555913282s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-174 {
    width: 5px;
    height: 2px;
  }
}

@keyframes drop-174 {
  100% {
    top: 110%;
    left: 48%;
  }
}

.confettiParts-175 {
  width: 25px;
  height: 10px;
  background-color: #263672;
  top: -10%;
  left: 69%;
  opacity: 0.8200565376;
  transform: rotate(199.20863207deg);
  animation: drop-175 4.7727237035s 1.6423468939s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-175 {
    width: 12.5px;
    height: 5px;
  }
}

@keyframes drop-175 {
  100% {
    top: 110%;
    left: 73%;
  }
}

.confettiParts-176 {
  width: 4px;
  height: 1.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 52%;
  opacity: 1.1829612262;
  transform: rotate(31.2811723554deg);
  animation: drop-176 4.3839846924s 1.5640748319s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-176 {
    width: 2px;
    height: 0.8px;
  }
}

@keyframes drop-176 {
  100% {
    top: 110%;
    left: 57%;
  }
}

.confettiParts-177 {
  width: 17px;
  height: 6.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 93%;
  opacity: 0.9390333372;
  transform: rotate(8.0705593533deg);
  animation: drop-177 4.255485773s 1.6409391804s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-177 {
    width: 8.5px;
    height: 3.4px;
  }
}

@keyframes drop-177 {
  100% {
    top: 110%;
    left: 97%;
  }
}

.confettiParts-178 {
  width: 15px;
  height: 6px;
  background-color: #ffbf00;
  top: -10%;
  left: 1%;
  opacity: 1.0455049234;
  transform: rotate(153.698199331deg);
  animation: drop-178 4.2927664107s 1.9506792216s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-178 {
    width: 7.5px;
    height: 3px;
  }
}

@keyframes drop-178 {
  100% {
    top: 110%;
    left: 5%;
  }
}

.confettiParts-179 {
  width: 16px;
  height: 6.4px;
  background-color: #61BC36;
  top: -10%;
  left: 68%;
  opacity: 1.4226867629;
  transform: rotate(119.410078344deg);
  animation: drop-179 4.905796278s 1.8073259545s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-179 {
    width: 8px;
    height: 3.2px;
  }
}

@keyframes drop-179 {
  100% {
    top: 110%;
    left: 70%;
  }
}

.confettiParts-180 {
  width: 7px;
  height: 2.8px;
  background-color: #61BC36;
  top: -10%;
  left: 17%;
  opacity: 0.5552006485;
  transform: rotate(216.500036015deg);
  animation: drop-180 4.1406866398s 1.8338378038s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-180 {
    width: 3.5px;
    height: 1.4px;
  }
}

@keyframes drop-180 {
  100% {
    top: 110%;
    left: 19%;
  }
}

.confettiParts-181 {
  width: 3px;
  height: 1.2px;
  background-color: #263672;
  top: -10%;
  left: 10%;
  opacity: 0.6331781927;
  transform: rotate(122.085299265deg);
  animation: drop-181 4.462753546s 1.7359345526s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-181 {
    width: 1.5px;
    height: 0.6px;
  }
}

@keyframes drop-181 {
  100% {
    top: 110%;
    left: 11%;
  }
}

.confettiParts-182 {
  width: 14px;
  height: 5.6px;
  background-color: #61BC36;
  top: -10%;
  left: 85%;
  opacity: 1.3711460488;
  transform: rotate(46.77734835deg);
  animation: drop-182 4.0886472864s 1.5012302072s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-182 {
    width: 7px;
    height: 2.8px;
  }
}

@keyframes drop-182 {
  100% {
    top: 110%;
    left: 89%;
  }
}

.confettiParts-183 {
  width: 8px;
  height: 3.2px;
  background-color: #61BC36;
  top: -10%;
  left: 40%;
  opacity: 1.2396362417;
  transform: rotate(113.873621931deg);
  animation: drop-183 4.1720833821s 1.4220386746s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-183 {
    width: 4px;
    height: 1.6px;
  }
}

@keyframes drop-183 {
  100% {
    top: 110%;
    left: 44%;
  }
}

.confettiParts-184 {
  width: 15px;
  height: 6px;
  background-color: #c9dd03;
  top: -10%;
  left: 59%;
  opacity: 1.3647315635;
  transform: rotate(263.587110001deg);
  animation: drop-184 4.5059259223s 1.6169531583s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-184 {
    width: 7.5px;
    height: 3px;
  }
}

@keyframes drop-184 {
  100% {
    top: 110%;
    left: 63%;
  }
}

.confettiParts-185 {
  width: 8px;
  height: 3.2px;
  background-color: #c9dd03;
  top: -10%;
  left: 4%;
  opacity: 1.44462027;
  transform: rotate(295.958656405deg);
  animation: drop-185 4.7959178836s 1.8679339636s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-185 {
    width: 4px;
    height: 1.6px;
  }
}

@keyframes drop-185 {
  100% {
    top: 110%;
    left: 8%;
  }
}

.confettiParts-186 {
  width: 15px;
  height: 6px;
  background-color: #da291c;
  top: -10%;
  left: 35%;
  opacity: 0.9729615205;
  transform: rotate(247.957423724deg);
  animation: drop-186 4.2305833848s 1.493445159s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-186 {
    width: 7.5px;
    height: 3px;
  }
}

@keyframes drop-186 {
  100% {
    top: 110%;
    left: 40%;
  }
}

.confettiParts-187 {
  width: 21px;
  height: 8.4px;
  background-color: #da291c;
  top: -10%;
  left: 50%;
  opacity: 1.2557391591;
  transform: rotate(314.531371899deg);
  animation: drop-187 4.6889383757s 1.1221046721s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-187 {
    width: 10.5px;
    height: 4.2px;
  }
}

@keyframes drop-187 {
  100% {
    top: 110%;
    left: 53%;
  }
}

.confettiParts-188 {
  width: 5px;
  height: 2px;
  background-color: #263672;
  top: -10%;
  left: 61%;
  opacity: 1.0510515928;
  transform: rotate(62.1067014457deg);
  animation: drop-188 4.552993566s 1.4221538422s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-188 {
    width: 2.5px;
    height: 1px;
  }
}

@keyframes drop-188 {
  100% {
    top: 110%;
    left: 65%;
  }
}

.confettiParts-189 {
  width: 7px;
  height: 2.8px;
  background-color: #c9dd03;
  top: -10%;
  left: 7%;
  opacity: 0.8923348005;
  transform: rotate(302.871122072deg);
  animation: drop-189 4.8470641202s 1.3890599313s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-189 {
    width: 3.5px;
    height: 1.4px;
  }
}

@keyframes drop-189 {
  100% {
    top: 110%;
    left: 11%;
  }
}

.confettiParts-190 {
  width: 23px;
  height: 9.2px;
  background-color: #da291c;
  top: -10%;
  left: 43%;
  opacity: 0.5296342268;
  transform: rotate(133.677407228deg);
  animation: drop-190 4.5516352538s 1.9269135926s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-190 {
    width: 11.5px;
    height: 4.6px;
  }
}

@keyframes drop-190 {
  100% {
    top: 110%;
    left: 46%;
  }
}

.confettiParts-191 {
  width: 5px;
  height: 2px;
  background-color: #da291c;
  top: -10%;
  left: 73%;
  opacity: 0.5942047375;
  transform: rotate(80.8159017954deg);
  animation: drop-191 4.2741195289s 1.5687974368s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-191 {
    width: 2.5px;
    height: 1px;
  }
}

@keyframes drop-191 {
  100% {
    top: 110%;
    left: 76%;
  }
}

.confettiParts-192 {
  width: 14px;
  height: 5.6px;
  background-color: #61BC36;
  top: -10%;
  left: 91%;
  opacity: 0.5674180863;
  transform: rotate(272.521091293deg);
  animation: drop-192 4.3469300981s 1.4208819316s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-192 {
    width: 7px;
    height: 2.8px;
  }
}

@keyframes drop-192 {
  100% {
    top: 110%;
    left: 94%;
  }
}

.confettiParts-193 {
  width: 4px;
  height: 1.6px;
  background-color: #263672;
  top: -10%;
  left: 36%;
  opacity: 0.9531774003;
  transform: rotate(195.359500846deg);
  animation: drop-193 4.6133330021s 1.7652393114s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-193 {
    width: 2px;
    height: 0.8px;
  }
}

@keyframes drop-193 {
  100% {
    top: 110%;
    left: 38%;
  }
}

.confettiParts-194 {
  width: 19px;
  height: 7.6px;
  background-color: #da291c;
  top: -10%;
  left: 85%;
  opacity: 1.2315458789;
  transform: rotate(26.9169147814deg);
  animation: drop-194 4.583249215s 1.2860576987s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-194 {
    width: 9.5px;
    height: 3.8px;
  }
}

@keyframes drop-194 {
  100% {
    top: 110%;
    left: 88%;
  }
}

.confettiParts-195 {
  width: 2px;
  height: 0.8px;
  background-color: #263672;
  top: -10%;
  left: 70%;
  opacity: 1.107296047;
  transform: rotate(146.653594453deg);
  animation: drop-195 4.3604622878s 1.1463451692s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-195 {
    width: 1px;
    height: 0.4px;
  }
}

@keyframes drop-195 {
  100% {
    top: 110%;
    left: 75%;
  }
}

.confettiParts-196 {
  width: 1px;
  height: 0.4px;
  background-color: #da291c;
  top: -10%;
  left: 7%;
  opacity: 1.2055601413;
  transform: rotate(95.7096687341deg);
  animation: drop-196 4.2046070181s 1.0624165167s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-196 {
    width: 0.5px;
    height: 0.2px;
  }
}

@keyframes drop-196 {
  100% {
    top: 110%;
    left: 10%;
  }
}

.confettiParts-197 {
  width: 20px;
  height: 8px;
  background-color: #ffbf00;
  top: -10%;
  left: 87%;
  opacity: 0.529693076;
  transform: rotate(95.2385427526deg);
  animation: drop-197 4.2064296634s 1.7145403397s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-197 {
    width: 10px;
    height: 4px;
  }
}

@keyframes drop-197 {
  100% {
    top: 110%;
    left: 90%;
  }
}

.confettiParts-198 {
  width: 4px;
  height: 1.6px;
  background-color: #da291c;
  top: -10%;
  left: 25%;
  opacity: 1.0196408441;
  transform: rotate(20.6474582222deg);
  animation: drop-198 4.0731661962s 1.3459980566s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-198 {
    width: 2px;
    height: 0.8px;
  }
}

@keyframes drop-198 {
  100% {
    top: 110%;
    left: 28%;
  }
}

.confettiParts-199 {
  width: 6px;
  height: 2.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 94%;
  opacity: 1.1310111856;
  transform: rotate(32.497388691deg);
  animation: drop-199 4.8923215657s 1.0636884246s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-199 {
    width: 3px;
    height: 1.2px;
  }
}

@keyframes drop-199 {
  100% {
    top: 110%;
    left: 98%;
  }
}

.confettiParts-200 {
  width: 1px;
  height: 0.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 12%;
  opacity: 0.6683387352;
  transform: rotate(214.860287497deg);
  animation: drop-200 4.6515597485s 1.6387264984s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-200 {
    width: 0.5px;
    height: 0.2px;
  }
}

@keyframes drop-200 {
  100% {
    top: 110%;
    left: 14%;
  }
}

.confettiParts-201 {
  width: 5px;
  height: 2px;
  background-color: #61BC36;
  top: -10%;
  left: 17%;
  opacity: 0.8625721368;
  transform: rotate(330.499034306deg);
  animation: drop-201 4.7377237684s 1.5810001633s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-201 {
    width: 2.5px;
    height: 1px;
  }
}

@keyframes drop-201 {
  100% {
    top: 110%;
    left: 22%;
  }
}

.confettiParts-202 {
  width: 16px;
  height: 6.4px;
  background-color: #da291c;
  top: -10%;
  left: 12%;
  opacity: 1.2063686711;
  transform: rotate(132.334700364deg);
  animation: drop-202 4.6923710807s 1.0562518492s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-202 {
    width: 8px;
    height: 3.2px;
  }
}

@keyframes drop-202 {
  100% {
    top: 110%;
    left: 16%;
  }
}

.confettiParts-203 {
  width: 9px;
  height: 3.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 100%;
  opacity: 1.2690399796;
  transform: rotate(142.963874181deg);
  animation: drop-203 4.4951613176s 1.0434788814s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-203 {
    width: 4.5px;
    height: 1.8px;
  }
}

@keyframes drop-203 {
  100% {
    top: 110%;
    left: 104%;
  }
}

.confettiParts-204 {
  width: 18px;
  height: 7.2px;
  background-color: #263672;
  top: -10%;
  left: 32%;
  opacity: 1.1822286867;
  transform: rotate(281.121306495deg);
  animation: drop-204 4.8915243596s 1.9641663843s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-204 {
    width: 9px;
    height: 3.6px;
  }
}

@keyframes drop-204 {
  100% {
    top: 110%;
    left: 35%;
  }
}

.confettiParts-205 {
  width: 18px;
  height: 7.2px;
  background-color: #61BC36;
  top: -10%;
  left: 83%;
  opacity: 0.8310487563;
  transform: rotate(289.470163531deg);
  animation: drop-205 4.0662520105s 1.7995309467s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-205 {
    width: 9px;
    height: 3.6px;
  }
}

@keyframes drop-205 {
  100% {
    top: 110%;
    left: 84%;
  }
}

.confettiParts-206 {
  width: 6px;
  height: 2.4px;
  background-color: #da291c;
  top: -10%;
  left: 56%;
  opacity: 0.6440502099;
  transform: rotate(14.7982688299deg);
  animation: drop-206 4.7935557905s 1.1156661614s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-206 {
    width: 3px;
    height: 1.2px;
  }
}

@keyframes drop-206 {
  100% {
    top: 110%;
    left: 61%;
  }
}

.confettiParts-207 {
  width: 4px;
  height: 1.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 28%;
  opacity: 1.4339459401;
  transform: rotate(62.6795386009deg);
  animation: drop-207 4.0621790789s 1.3834226018s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-207 {
    width: 2px;
    height: 0.8px;
  }
}

@keyframes drop-207 {
  100% {
    top: 110%;
    left: 29%;
  }
}

.confettiParts-208 {
  width: 9px;
  height: 3.6px;
  background-color: #da291c;
  top: -10%;
  left: 54%;
  opacity: 1.0817911721;
  transform: rotate(2.541717799deg);
  animation: drop-208 4.7151276866s 1.786581809s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-208 {
    width: 4.5px;
    height: 1.8px;
  }
}

@keyframes drop-208 {
  100% {
    top: 110%;
    left: 55%;
  }
}

.confettiParts-209 {
  width: 4px;
  height: 1.6px;
  background-color: #61BC36;
  top: -10%;
  left: 53%;
  opacity: 0.7352674187;
  transform: rotate(316.923891865deg);
  animation: drop-209 4.3432235937s 1.6426902981s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-209 {
    width: 2px;
    height: 0.8px;
  }
}

@keyframes drop-209 {
  100% {
    top: 110%;
    left: 58%;
  }
}

.confettiParts-210 {
  width: 12px;
  height: 4.8px;
  background-color: #c9dd03;
  top: -10%;
  left: 52%;
  opacity: 0.9803630808;
  transform: rotate(117.030514922deg);
  animation: drop-210 4.0149674496s 1.1581413131s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-210 {
    width: 6px;
    height: 2.4px;
  }
}

@keyframes drop-210 {
  100% {
    top: 110%;
    left: 55%;
  }
}

.confettiParts-211 {
  width: 6px;
  height: 2.4px;
  background-color: #263672;
  top: -10%;
  left: 51%;
  opacity: 1.0381719336;
  transform: rotate(90.0511528118deg);
  animation: drop-211 4.5652523723s 1.4773825752s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-211 {
    width: 3px;
    height: 1.2px;
  }
}

@keyframes drop-211 {
  100% {
    top: 110%;
    left: 56%;
  }
}

.confettiParts-212 {
  width: 8px;
  height: 3.2px;
  background-color: #da291c;
  top: -10%;
  left: 59%;
  opacity: 1.4545600193;
  transform: rotate(271.482902364deg);
  animation: drop-212 4.8912569075s 1.984658344s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-212 {
    width: 4px;
    height: 1.6px;
  }
}

@keyframes drop-212 {
  100% {
    top: 110%;
    left: 63%;
  }
}

.confettiParts-213 {
  width: 9px;
  height: 3.6px;
  background-color: #61BC36;
  top: -10%;
  left: 28%;
  opacity: 1.3053985052;
  transform: rotate(56.7085880639deg);
  animation: drop-213 4.9872534491s 1.881638948s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-213 {
    width: 4.5px;
    height: 1.8px;
  }
}

@keyframes drop-213 {
  100% {
    top: 110%;
    left: 30%;
  }
}

.confettiParts-214 {
  width: 3px;
  height: 1.2px;
  background-color: #c9dd03;
  top: -10%;
  left: 72%;
  opacity: 1.3974581237;
  transform: rotate(9.6494124258deg);
  animation: drop-214 4.7605020166s 1.4729974234s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-214 {
    width: 1.5px;
    height: 0.6px;
  }
}

@keyframes drop-214 {
  100% {
    top: 110%;
    left: 74%;
  }
}

.confettiParts-215 {
  width: 13px;
  height: 5.2px;
  background-color: #263672;
  top: -10%;
  left: 71%;
  opacity: 0.7345773966;
  transform: rotate(108.703407239deg);
  animation: drop-215 4.0309542873s 1.518261515s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-215 {
    width: 6.5px;
    height: 2.6px;
  }
}

@keyframes drop-215 {
  100% {
    top: 110%;
    left: 74%;
  }
}

.confettiParts-216 {
  width: 16px;
  height: 6.4px;
  background-color: #263672;
  top: -10%;
  left: 28%;
  opacity: 0.9804098634;
  transform: rotate(109.121317242deg);
  animation: drop-216 4.0487951781s 1.9091677971s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-216 {
    width: 8px;
    height: 3.2px;
  }
}

@keyframes drop-216 {
  100% {
    top: 110%;
    left: 29%;
  }
}

.confettiParts-217 {
  width: 17px;
  height: 6.8px;
  background-color: #61BC36;
  top: -10%;
  left: 100%;
  opacity: 0.9018500779;
  transform: rotate(166.763543363deg);
  animation: drop-217 4.9374005125s 1.8737234213s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-217 {
    width: 8.5px;
    height: 3.4px;
  }
}

@keyframes drop-217 {
  100% {
    top: 110%;
    left: 101%;
  }
}

.confettiParts-218 {
  width: 5px;
  height: 2px;
  background-color: #61BC36;
  top: -10%;
  left: 46%;
  opacity: 1.4403145955;
  transform: rotate(130.2476652deg);
  animation: drop-218 4.2914314526s 1.9417703447s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-218 {
    width: 2.5px;
    height: 1px;
  }
}

@keyframes drop-218 {
  100% {
    top: 110%;
    left: 48%;
  }
}

.confettiParts-219 {
  width: 8px;
  height: 3.2px;
  background-color: #61BC36;
  top: -10%;
  left: 71%;
  opacity: 1.1260958827;
  transform: rotate(307.11401731deg);
  animation: drop-219 4.0217356018s 1.6039978659s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-219 {
    width: 4px;
    height: 1.6px;
  }
}

@keyframes drop-219 {
  100% {
    top: 110%;
    left: 73%;
  }
}

.confettiParts-220 {
  width: 2px;
  height: 0.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 34%;
  opacity: 1.3138365214;
  transform: rotate(181.817537664deg);
  animation: drop-220 4.4624780695s 1.3545751623s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-220 {
    width: 1px;
    height: 0.4px;
  }
}

@keyframes drop-220 {
  100% {
    top: 110%;
    left: 35%;
  }
}

.confettiParts-221 {
  width: 15px;
  height: 6px;
  background-color: #ffbf00;
  top: -10%;
  left: 24%;
  opacity: 1.0565238435;
  transform: rotate(343.162844098deg);
  animation: drop-221 4.0807684202s 1.0839140892s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-221 {
    width: 7.5px;
    height: 3px;
  }
}

@keyframes drop-221 {
  100% {
    top: 110%;
    left: 28%;
  }
}

.confettiParts-222 {
  width: 24px;
  height: 9.6px;
  background-color: #263672;
  top: -10%;
  left: 53%;
  opacity: 0.5043903948;
  transform: rotate(126.800926231deg);
  animation: drop-222 4.2401266248s 1.7111813621s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-222 {
    width: 12px;
    height: 4.8px;
  }
}

@keyframes drop-222 {
  100% {
    top: 110%;
    left: 58%;
  }
}

.confettiParts-223 {
  width: 9px;
  height: 3.6px;
  background-color: #c9dd03;
  top: -10%;
  left: 36%;
  opacity: 1.2932861966;
  transform: rotate(160.548002029deg);
  animation: drop-223 4.3433370294s 1.7015423432s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-223 {
    width: 4.5px;
    height: 1.8px;
  }
}

@keyframes drop-223 {
  100% {
    top: 110%;
    left: 39%;
  }
}

.confettiParts-224 {
  width: 22px;
  height: 8.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 59%;
  opacity: 0.6913388434;
  transform: rotate(203.001490742deg);
  animation: drop-224 4.7070871923s 1.666747559s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-224 {
    width: 11px;
    height: 4.4px;
  }
}

@keyframes drop-224 {
  100% {
    top: 110%;
    left: 64%;
  }
}

.confettiParts-225 {
  width: 8px;
  height: 3.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 84%;
  opacity: 1.2763943895;
  transform: rotate(291.904409762deg);
  animation: drop-225 4.6265156499s 1.0652628727s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-225 {
    width: 4px;
    height: 1.6px;
  }
}

@keyframes drop-225 {
  100% {
    top: 110%;
    left: 86%;
  }
}

.confettiParts-226 {
  width: 21px;
  height: 8.4px;
  background-color: #61BC36;
  top: -10%;
  left: 95%;
  opacity: 0.9072613274;
  transform: rotate(67.6963151085deg);
  animation: drop-226 4.4221868252s 1.695609133s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-226 {
    width: 10.5px;
    height: 4.2px;
  }
}

@keyframes drop-226 {
  100% {
    top: 110%;
    left: 98%;
  }
}

.confettiParts-227 {
  width: 6px;
  height: 2.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 7%;
  opacity: 0.7511731548;
  transform: rotate(143.369895721deg);
  animation: drop-227 4.1176278367s 1.7337540927s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-227 {
    width: 3px;
    height: 1.2px;
  }
}

@keyframes drop-227 {
  100% {
    top: 110%;
    left: 10%;
  }
}

.confettiParts-228 {
  width: 2px;
  height: 0.8px;
  background-color: #da291c;
  top: -10%;
  left: 27%;
  opacity: 0.6682907523;
  transform: rotate(348.224988515deg);
  animation: drop-228 4.8459915623s 1.214557873s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-228 {
    width: 1px;
    height: 0.4px;
  }
}

@keyframes drop-228 {
  100% {
    top: 110%;
    left: 29%;
  }
}

.confettiParts-229 {
  width: 16px;
  height: 6.4px;
  background-color: #263672;
  top: -10%;
  left: 50%;
  opacity: 0.9630294337;
  transform: rotate(71.9107055022deg);
  animation: drop-229 4.8659573257s 1.9581434467s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-229 {
    width: 8px;
    height: 3.2px;
  }
}

@keyframes drop-229 {
  100% {
    top: 110%;
    left: 55%;
  }
}

.confettiParts-230 {
  width: 17px;
  height: 6.8px;
  background-color: #c9dd03;
  top: -10%;
  left: 98%;
  opacity: 0.6437985515;
  transform: rotate(41.2923039445deg);
  animation: drop-230 4.5136153179s 1.7058833049s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-230 {
    width: 8.5px;
    height: 3.4px;
  }
}

@keyframes drop-230 {
  100% {
    top: 110%;
    left: 103%;
  }
}

.confettiParts-231 {
  width: 25px;
  height: 10px;
  background-color: #61BC36;
  top: -10%;
  left: 16%;
  opacity: 1.0959912298;
  transform: rotate(276.497691545deg);
  animation: drop-231 4.603861272s 1.0033962985s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-231 {
    width: 12.5px;
    height: 5px;
  }
}

@keyframes drop-231 {
  100% {
    top: 110%;
    left: 20%;
  }
}

.confettiParts-232 {
  width: 12px;
  height: 4.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 82%;
  opacity: 0.8617590136;
  transform: rotate(32.0727294051deg);
  animation: drop-232 4.2291490477s 1.180501231s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-232 {
    width: 6px;
    height: 2.4px;
  }
}

@keyframes drop-232 {
  100% {
    top: 110%;
    left: 85%;
  }
}

.confettiParts-233 {
  width: 22px;
  height: 8.8px;
  background-color: #263672;
  top: -10%;
  left: 39%;
  opacity: 0.6829394959;
  transform: rotate(32.0384100922deg);
  animation: drop-233 4.8926460775s 1.2478598838s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-233 {
    width: 11px;
    height: 4.4px;
  }
}

@keyframes drop-233 {
  100% {
    top: 110%;
    left: 43%;
  }
}

.confettiParts-234 {
  width: 1px;
  height: 0.4px;
  background-color: #61BC36;
  top: -10%;
  left: 84%;
  opacity: 0.8225732265;
  transform: rotate(223.932106683deg);
  animation: drop-234 4.1086894042s 1.1843942891s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-234 {
    width: 0.5px;
    height: 0.2px;
  }
}

@keyframes drop-234 {
  100% {
    top: 110%;
    left: 86%;
  }
}

.confettiParts-235 {
  width: 13px;
  height: 5.2px;
  background-color: #c9dd03;
  top: -10%;
  left: 96%;
  opacity: 0.7506704266;
  transform: rotate(167.465297858deg);
  animation: drop-235 4.4143777442s 1.2170532027s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-235 {
    width: 6.5px;
    height: 2.6px;
  }
}

@keyframes drop-235 {
  100% {
    top: 110%;
    left: 99%;
  }
}

.confettiParts-236 {
  width: 21px;
  height: 8.4px;
  background-color: #c9dd03;
  top: -10%;
  left: 10%;
  opacity: 0.8778687589;
  transform: rotate(211.137608097deg);
  animation: drop-236 4.4704919724s 1.0645578273s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-236 {
    width: 10.5px;
    height: 4.2px;
  }
}

@keyframes drop-236 {
  100% {
    top: 110%;
    left: 12%;
  }
}

.confettiParts-237 {
  width: 19px;
  height: 7.6px;
  background-color: #61BC36;
  top: -10%;
  left: 98%;
  opacity: 0.9973972547;
  transform: rotate(208.215182409deg);
  animation: drop-237 4.0847931139s 1.735924442s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-237 {
    width: 9.5px;
    height: 3.8px;
  }
}

@keyframes drop-237 {
  100% {
    top: 110%;
    left: 100%;
  }
}

.confettiParts-238 {
  width: 8px;
  height: 3.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 33%;
  opacity: 1.0314945678;
  transform: rotate(113.954422266deg);
  animation: drop-238 4.7897598994s 1.5959153761s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-238 {
    width: 4px;
    height: 1.6px;
  }
}

@keyframes drop-238 {
  100% {
    top: 110%;
    left: 36%;
  }
}

.confettiParts-239 {
  width: 19px;
  height: 7.6px;
  background-color: #da291c;
  top: -10%;
  left: 34%;
  opacity: 0.5145748064;
  transform: rotate(34.2602657933deg);
  animation: drop-239 4.8554732253s 1.6435068651s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-239 {
    width: 9.5px;
    height: 3.8px;
  }
}

@keyframes drop-239 {
  100% {
    top: 110%;
    left: 38%;
  }
}

.confettiParts-240 {
  width: 24px;
  height: 9.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 33%;
  opacity: 1.0295864054;
  transform: rotate(35.4038364625deg);
  animation: drop-240 4.5573854563s 1.7790906842s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-240 {
    width: 12px;
    height: 4.8px;
  }
}

@keyframes drop-240 {
  100% {
    top: 110%;
    left: 35%;
  }
}

.confettiParts-241 {
  width: 19px;
  height: 7.6px;
  background-color: #da291c;
  top: -10%;
  left: 31%;
  opacity: 1.4241056329;
  transform: rotate(102.003413484deg);
  animation: drop-241 4.4614556303s 1.51514877s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-241 {
    width: 9.5px;
    height: 3.8px;
  }
}

@keyframes drop-241 {
  100% {
    top: 110%;
    left: 32%;
  }
}

.confettiParts-242 {
  width: 23px;
  height: 9.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 71%;
  opacity: 1.4516767099;
  transform: rotate(50.5304880273deg);
  animation: drop-242 4.4241627232s 1.8378252287s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-242 {
    width: 11.5px;
    height: 4.6px;
  }
}

@keyframes drop-242 {
  100% {
    top: 110%;
    left: 73%;
  }
}

.confettiParts-243 {
  width: 18px;
  height: 7.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 64%;
  opacity: 0.5792612693;
  transform: rotate(84.3030184806deg);
  animation: drop-243 4.0032338776s 1.7304675471s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-243 {
    width: 9px;
    height: 3.6px;
  }
}

@keyframes drop-243 {
  100% {
    top: 110%;
    left: 66%;
  }
}

.confettiParts-244 {
  width: 8px;
  height: 3.2px;
  background-color: #61BC36;
  top: -10%;
  left: 10%;
  opacity: 0.8953838005;
  transform: rotate(353.068811384deg);
  animation: drop-244 4.2581758659s 1.3390013985s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-244 {
    width: 4px;
    height: 1.6px;
  }
}

@keyframes drop-244 {
  100% {
    top: 110%;
    left: 14%;
  }
}

.confettiParts-245 {
  width: 24px;
  height: 9.6px;
  background-color: #c9dd03;
  top: -10%;
  left: 83%;
  opacity: 0.6398111687;
  transform: rotate(197.712597854deg);
  animation: drop-245 4.4539499887s 1.6666488263s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-245 {
    width: 12px;
    height: 4.8px;
  }
}

@keyframes drop-245 {
  100% {
    top: 110%;
    left: 86%;
  }
}

.confettiParts-246 {
  width: 7px;
  height: 2.8px;
  background-color: #263672;
  top: -10%;
  left: 93%;
  opacity: 1.2346267446;
  transform: rotate(191.115893629deg);
  animation: drop-246 4.7961206361s 1.7254241195s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-246 {
    width: 3.5px;
    height: 1.4px;
  }
}

@keyframes drop-246 {
  100% {
    top: 110%;
    left: 94%;
  }
}

.confettiParts-247 {
  width: 3px;
  height: 1.2px;
  background-color: #c9dd03;
  top: -10%;
  left: 12%;
  opacity: 1.235589347;
  transform: rotate(31.9194325269deg);
  animation: drop-247 4.9729080557s 1.3909136576s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-247 {
    width: 1.5px;
    height: 0.6px;
  }
}

@keyframes drop-247 {
  100% {
    top: 110%;
    left: 13%;
  }
}

.confettiParts-248 {
  width: 15px;
  height: 6px;
  background-color: #61BC36;
  top: -10%;
  left: 72%;
  opacity: 1.3908467306;
  transform: rotate(292.730530191deg);
  animation: drop-248 4.5181309189s 1.0594932713s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-248 {
    width: 7.5px;
    height: 3px;
  }
}

@keyframes drop-248 {
  100% {
    top: 110%;
    left: 77%;
  }
}

.confettiParts-249 {
  width: 18px;
  height: 7.2px;
  background-color: #c9dd03;
  top: -10%;
  left: 20%;
  opacity: 0.7910701031;
  transform: rotate(323.764882421deg);
  animation: drop-249 4.8028120189s 1.64375874s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-249 {
    width: 9px;
    height: 3.6px;
  }
}

@keyframes drop-249 {
  100% {
    top: 110%;
    left: 24%;
  }
}

.confettiParts-250 {
  width: 23px;
  height: 9.2px;
  background-color: #61BC36;
  top: -10%;
  left: 16%;
  opacity: 1.3952495487;
  transform: rotate(131.788996293deg);
  animation: drop-250 4.9356083521s 1.2195473862s infinite;
}

@media screen and (max-width: 768px) {
  .confettiParts-250 {
    width: 11.5px;
    height: 4.6px;
  }
}

@keyframes drop-250 {
  100% {
    top: 110%;
    left: 20%;
  }
}

.widget-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin: 20px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .widget-header .btn {
    margin-bottom: 10px;
  }
}

.widget-img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}

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

.widget-box {
  color: #000;
  position: relative;
  background: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.widget-datum {
  position: relative;
}

.widget-datum .col-md-12 {
  padding-bottom: 80px;
}

@media (min-width: 768px) {
  .widget-datum .col-md-12 {
    padding-bottom: 0px;
  }
}

.widget-datum a {
  color: #000 !important;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: stretch;
      justify-content: stretch;
  border-radius: 20px;
  font-weight: 400;
}

.widget-datum a img {
  transition: transform 0.5s ease-in-out;
}

.widget-datum a h4 {
  font-weight: 700;
  transition: color 0.15s ease-in-out;
  font-size: 23.1px;
  font-size: 2.1rem;
}

@media (min-width: 992px) {
  .widget-datum a h4 {
    font-size: 25.3px;
    font-size: 2.3rem;
  }
}

.widget-datum a h5 {
  font-weight: 600;
}

.widget-datum a .padding20 {
  min-height: 180px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: stretch;
      justify-content: stretch;
}

.widget-datum a .rte p {
  margin: 0;
  font-size: 16px;
}

.widget-datum a .readmore {
  margin-top: auto;
  transition: color 0.15s ease-in-out;
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-weight: 600;
}

.widget-datum a:hover {
  color: #000;
  text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 5px;
}

.widget-datum a:hover h4 {
  color: #da291c;
  text-decoration: underline;
}

.widget-datum a:hover .readmore {
  color: #da291c;
  text-decoration: underline;
}

.widget-datum a:hover img {
  transform: scale(1.1);
}

.widget-deeljeverhaal {
  position: relative;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .widget-deeljeverhaal {
    padding-bottom: 0;
  }
}

.widget-deeljeverhaal .col-md-12 {
  position: static;
}

@media (min-width: 768px) {
  .widget-deeljeverhaal .col-md-12 {
    position: relative;
  }
}

.widget-deeljeverhaal a.btn {
  border-radius: 30px;
  position: absolute;
  bottom: 0;
}

@media (min-width: 768px) {
  .widget-deeljeverhaal a.btn {
    position: relative;
  }
}

.widget-news {
  position: relative;
}

.widget-news .col-md-12 {
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .widget-news .col-md-12 {
    padding-bottom: 0;
  }
}

.widget-news a {
  color: #000;
  text-decoration: none;
  display: block;
  border-radius: 20px;
}

.widget-news a.btn {
  border-radius: 30px;
  position: absolute;
  bottom: 0;
}

@media (min-width: 768px) {
  .widget-news a.btn {
    position: relative;
  }
}

.widget-news a img {
  transition: transform 0.5s ease-in-out;
}

.widget-news a h4 {
  font-weight: 700;
  transition: color 0.15s ease-in-out;
  font-size: 23.1px;
  font-size: 2.1rem;
}

@media (min-width: 992px) {
  .widget-news a h4 {
    font-size: 25.3px;
    font-size: 2.3rem;
  }
}

.widget-news a h5 {
  font-weight: 600;
}

.widget-news a .widget-box {
  min-height: 180px;
}

.widget-news a:hover {
  color: #000;
  text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 5px;
}

.widget-news a:hover h4 {
  color: #da291c;
  text-decoration: underline;
}

.widget-news a:hover img {
  transform: scale(1.1);
}

.widget-feiten .col-md-6 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.widget-feiten-item {
  border-radius: 20px;
  background: #EEEEEE;
  height: 100%;
}

.widget-feiten-item-img img {
  border-radius: 20px 20px 0 0;
}

.widget-feiten-item-content {
  padding: 20px;
  text-align: left;
  font-weight: 500;
  border-radius: 0 0 20px 20px;
}

.widget-feiten-item-content p:last-of-type {
  margin-bottom: 0;
}

.widget-datum .padding20 {
  min-height: 150px;
}

@media (min-width: 1200px) {
  .widget-datum .padding20 {
    min-height: 224px;
  }
}

.pagination {
  display: block;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}

.pagination li {
  list-style: none;
  display: inline;
}

.pagination li a, .pagination li span {
  display: inline-block;
  text-align: center;
  padding: 5px 0;
  color: #000;
  width: 40px;
  height: 40px;
  margin: 0 2px 8px;
  border-radius: 5px;
  font-weight: 500;
  text-decoration: none !important;
}

@media (min-width: 992px) {
  .pagination li a, .pagination li span {
    margin: 0 10px 10px;
  }
}

.found .pagination li a, .found .pagination li span {
  border-color: #3D7622;
}

.pagination li span {
  color: #da291c;
  border: 1px solid #da291c;
}

.found .pagination li span {
  background: #fff;
  border-color: #3D7622;
  color: #3D7622;
}

.pagination li span.seperator {
  color: #1B1B1B;
  background: none;
  border-color: transparent;
}

.pagination li a:hover {
  background-color: #da291c;
  color: #fff;
  text-decoration: none;
}

.found .pagination li a:hover {
  background: #3D7622;
}

.pagination li.disabled a {
  cursor: default;
  pointer-events: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

.pagination li:first-child a, .pagination li:last-child a {
  border-color: transparent;
  width: 30px;
}

.pagination li:first-child a:hover, .pagination li:last-child a:hover {
  color: #da291c;
  background-color: transparent;
}

.found .pagination li:first-child a:hover, .found .pagination li:last-child a:hover {
  color: #3D7622;
}

.img-circle {
  border-radius: 50%;
}

p.browsehappy {
  position: fixed;
  z-index: 10000;
  background-color: #231f20;
  color: #fff;
  font-size: 55px;
  font-size: 5rem;
  text-align: center;
  padding: 5% 5% 0;
  width: 100%;
  height: 100%;
}

#cboxTitle {
  display: none !important;
}

.row {
  padding: 25px 0;
}

.row .row {
  padding: 10px 0;
}

.row.inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1600px;
}

.img-responsive {
  display: inline-block;
}

img.fullwidth,
.widget-video img,
.widget-content img {
  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;
}

input.btn, a.btn, a.btn:visited {
  color: #fff;
}

input.btn:hover, a.btn:hover, a.btn:visited:hover {
  text-decoration: none;
  color: #fff;
  background-color: #CE271B;
  box-shadow: 2px 2px 10px rgba(173, 33, 23, 0.3);
}

input.btn.green, .found input.btn, a.btn.green, .found a.btn, a.btn:visited.green, .found a.btn:visited {
  background-color: #61BC36;
  color: #1B1B1B;
}

input.btn.green:hover, .found input.btn:hover, a.btn.green:hover, .found a.btn:hover, a.btn:visited.green:hover, .found a.btn:visited:hover {
  background-color: #6DC842;
  box-shadow: 2px 2px 10px rgba(77, 149, 43, 0.3);
}

input.btn.red, a.btn.red, a.btn:visited.red {
  background-color: #da291c;
  color: #fff;
}

input.btn.red:hover, a.btn.red:hover, a.btn:visited.red:hover {
  background-color: #CE271B;
  box-shadow: 2px 2px 10px rgba(173, 33, 23, 0.3);
}

input.btn.grey, .deceased input.btn, a.btn.grey, .deceased a.btn, a.btn:visited.grey, .deceased a.btn:visited {
  background-color: #bcbdbc;
  color: #fff;
}

input.btn.grey:hover, .deceased input.btn:hover, a.btn.grey:hover, .deceased a.btn:hover, a.btn:visited.grey:hover, .deceased a.btn:visited:hover {
  color: #fff;
  background-color: #a2a4a2;
}

img.pull-left {
  margin: 0.3em 1em 0.5em 0;
}

.inner {
  width: calc(100% - 40px);
  margin: 0 auto;
  max-width: 1570px;
}

@media (min-width: 992px) {
  .inner {
    padding: 60px 0;
  }
}

main {
  width: 100%;
  overflow: hidden;
  padding: 0 20px;
}

.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: #EEEEEE;
  color: #000;
  font-size: 17.6px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  padding: 20px;
  margin: 0 0 2em;
  position: relative;
  width: 100%;
  border-radius: 5px;
}

.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 h4, .widgetZijkant.blocktip h4 {
  text-align: left;
  margin: 0 0 1em;
  border-bottom: 1px solid #bcbdbc;
  padding: 0 0 0.5em;
}

.blocktip h4:before, .widgetZijkant.blocktip h4:before {
  content: "\f0eb";
}

.blocktip p, .widgetZijkant.blocktip p {
  color: #000;
  font-size: 19.8px;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
}

.blocktip a, .blocktip a:visited, .widgetZijkant.blocktip a, .widgetZijkant.blocktip a:visited {
  color: #CE271B;
  text-decoration: underline;
  font-weight: 600;
}

.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;
  width: 70%;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  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: 28.6px;
  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: 24.2px;
  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: 22px;
  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: $sec;
                color: $bodytxt;
            }
        }

        h1 {
            border-color: $sec;
        }
    }

    &.lost {
        .step {
            .fieldwrap {
                border-top-color: $base;
                color: $bodytxt;
            }
        }

        h1 {
            border-color: $base;
        }
    }
}*/
.aanmeldkeuze {
  background: transparent url("/css/img/bg.jpg") left top no-repeat;
  background-size: cover;
}

.formnav {
  clear: both;
  margin: 0;
  width: 70%;
}

.formnav ul {
  padding: 0;
  margin: 0 0 1em;
  overflow: hidden;
  color: #000;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 28px, silver 3px, rgba(0, 0, 0, 0) 31px);
}

@media (min-width: 576px) {
  .formnav ul {
    text-align: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) calc(35% - 1px), silver calc(35%), rgba(0, 0, 0, 0) calc(35% + 1px));
  }
}

.formnav ul li {
  color: #000;
  margin: 0 0 0 1%;
  position: relative;
  overflow: hidden;
  padding: 55px 0 0 0;
  width: 100%;
}

.formnav ul li span {
  position: absolute;
  top: 10px;
  left: 60px;
  font-weight: 600;
}

.formnav ul li:last-child {
  padding: 50px 0 0 0;
}

@media (min-width: 576px) {
  .formnav ul li {
    width: 24.25%;
    float: left;
  }
  .formnav ul li:first-child {
    margin: 0;
  }
  .formnav ul li:last-child {
    padding: 60px 0 0 0;
  }
  .formnav ul li span {
    position: static;
  }
}

.formnav ul li:after {
  position: absolute;
  color: #000;
  font-size: 28.6px;
  font-size: 2.6rem;
  z-index: 2;
  top: 25px;
  left: 25px;
  transform: translate(-50%, -50%);
}

@media (min-width: 576px) {
  .formnav ul li:after {
    top: 26px;
    left: 50%;
  }
}

.formnav ul li:before {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  z-index: 1;
  left: 0;
  top: 0;
  background-color: #bcbdbc;
}

@media (min-width: 576px) {
  .formnav ul li:before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.formnav ul li.active:before {
  border: 2px solid #000;
  background-color: #fff;
}

.formnav ul li.stepdirect:after {
  content: "\f00c" !important;
}

.formnav ul li.stepdirect:before {
  border: 2px solid #000;
  background-color: #61BC36;
}

.formnav ul li.stepdirect.active, .formnav ul li.stepdirect:hover {
  cursor: pointer;
}

.formnav ul li.stepdirect.active:before, .formnav ul li.stepdirect:hover:before {
  background-color: #6DC842;
}

.formnav ul li.stepdirect.active.point:after, .formnav ul li.stepdirect:hover.point:after {
  content: "\f1b0" !important;
}

.formnav ul li.stepdirect.active.contact:after, .formnav ul li.stepdirect:hover.contact:after {
  content: "\f129" !important;
}

.formnav ul li.stepdirect.active.animal:after, .formnav ul li.stepdirect:hover.animal:after {
  content: "\f1ae" !important;
}

.formnav ul li.stepdirect.active.summary:after, .formnav ul li.stepdirect:hover.summary:after {
  content: "\f024" !important;
}

.formnav ul li.point:after {
  content: "\f1b0";
}

.formnav ul li.contact:after {
  content: "\f129";
}

.formnav ul li.animal:after {
  content: "\f1ae";
}

.formnav ul li.summary:after {
  content: "\f024";
}

.formstepnav {
  /* a, a:visited {
        background-color: $base;
        color: $white;
        padding: 0 20px;
        position: relative;
        line-height: 3em;
        display: block;
        @include border-radius(30px);

        &:before,
        &:after {
            @extend .fa:before;
            position: absolute;
            top: 1.1em;
        }

        &.next {
            padding-right: 30px;
            float: right;

            &:after {
                content: "\f054";
                right: 0.5em
            }
        }

        &.prev {
            padding-left: 30px;
            float: left;

            &:after {
                content: "\f053";
                left: 0.5em;
            }
        }

        &.cancel {
            float: left;
            background-color: $bg-dark1;

            &:hover {
                background-color: $base;
            }
        }

        &:hover,
        .found &:hover {
            text-decoration: none;
            background-color: $bg-dark1;
            color: $white;
        }

        .found & {
            color: $black;
            background-color: $sec;
        }
    }*/
}

.formstepnav input[type=submit] {
  line-height: 2.3em;
}

.formstepnav .btn {
  display: inline-block;
}

.formstepnav .btn.next {
  float: right;
}

.formstepnav .btn.prev {
  float: left;
}

#step1 .formstepnav .btn.prev {
  display: none;
}

.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;
  position: relative;
}

#areaholder span.error {
  float: none;
  width: 100%;
  margin: 0 0 0.7em;
}

#areaholder span.error.ok {
  background-color: transparent;
  color: #3D7622;
  width: auto;
  height: auto;
}

#areaholder span.error.ok:before {
  font-size: 33px;
  font-size: 3rem;
}

#areaholder .panel {
  position: relative;
  margin: 0 0 1em;
  border: 1px solid #bcbdbc;
  border-radius: 5px;
  box-shadow: none;
}

#areaholder .panel-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#areaholder .panel h4 {
  padding: 10px;
  clear: both;
  cursor: pointer;
  margin: 0;
  position: relative;
  font-size: 18px;
  padding-right: 1.5em;
  color: #1B1B1B;
}

#areaholder .panel h4:after {
  content: "\f078";
  position: absolute;
  top: 0.6em;
  right: 0;
}

#areaholder .panel h4.open:after {
  content: "\f077";
}

#areaholder .panel label {
  width: auto;
  line-height: 1.3;
  padding: 5px 10px;
  cursor: pointer;
  margin: 3px 3px 3px auto;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.found #areaholder .panel label {
  background-color: #61BC36;
  color: #000;
}

.found #areaholder .panel label:hover {
  background-color: #3D7622;
  color: #fff;
}

.lost #areaholder .panel label {
  background-color: #da291c;
  color: #fff;
}

.lost #areaholder .panel label:hover {
  background-color: #CE271B;
  color: #fff;
}

#areaholder .panel input {
  overflow: hidden;
  width: 0;
  height: 0;
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

#areaholder .panel input:checked + .panel-header {
  background-color: #da291c;
  color: #fff;
  z-index: 2;
}

#areaholder .panel input:checked + .panel-header h4 {
  color: #fff;
}

.found #areaholder .panel input:checked + .panel-header {
  background-color: #61BC36;
  color: #000;
}

.found #areaholder .panel input:checked + .panel-header h4 {
  color: #000;
}

#areaholder .panel input:checked + .panel-header label {
  display: none;
}

#areaholder .panel-info {
  display: none;
}

#areaholder .panel table {
  width: 100%;
}

#areaholder .panel table th, #areaholder .panel table td {
  padding: 5px 10px;
  line-height: 1.5;
  font-weight: 400;
  color: #1B1B1B;
  display: block;
}

@media (min-width: 576px) {
  #areaholder .panel table th, #areaholder .panel table td {
    display: table-cell;
  }
}

#areaholder .panel table th {
  width: 40%;
  font-weight: 600;
}

#areaholder .panel table a {
  font-weight: 600;
  text-decoration: underline;
  color: #CE271B;
}

#areaholder .panel table a:hover {
  color: #AD2117;
}

#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: 24.2px;
  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: #3D7622;
  background: repeating-linear-gradient(45deg, #3D7622, #3D7622 10px, #FFFFFF 10px, #FFFFFF 20px);
  height: 8px;
  border-radius: 2px;
}

#resulttable {
  word-break: normal;
  width: 100%;
  margin: 0 0 1em;
  color: #000;
}

#resulttable tr:nth-child(odd) th, #resulttable tr:nth-child(odd) td {
  background-color: #f9f9f9;
}

#resulttable th, #resulttable td {
  vertical-align: top;
  padding: 10px;
  font-weight: normal;
}

#resulttable th .fa, #resulttable td .fa {
  color: #3D7622;
}

#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: 22px;
  font-size: 2rem;
}

#resulttable th.wasRequired {
  font-weight: bold;
}

#resulttable th.wasRequired:after {
  content: " *";
  color: #da291c;
  font-size: 22px;
  font-size: 2rem;
  font-weight: bold;
}

.captcha {
  margin: 0 0 1em;
  width: 100%;
}

div[class*="alt-grumble"] + .grumble-text .outer {
  color: #000;
}

.fa-spin {
  color: #e4e4e4;
}

fieldset .fa-spin {
  position: absolute;
  left: 41%;
  margin-top: 24px;
}

fieldset .fa-spin:before {
  margin: 0;
}

form#animal-search {
  border: none;
  background-color: transparent;
  width: 100%;
  overflow: hidden;
  margin: 0 0 20px;
  text-align: left;
  padding-top: 0;
}

form#animal-search #foldOverlay {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 998;
}

form#animal-search #foldOverlay.is-active {
  display: block;
}

@media (min-width: 768px) {
  form#animal-search #foldOverlay {
    display: none !important;
  }
}

@media (min-width: 992px) {
  form#animal-search {
    padding-top: 60px;
  }
}

@media (max-width: 767.98px) {
  form#animal-search {
    position: relative;
  }
  form#animal-search .fold {
    position: fixed;
    z-index: 999;
    background: #fff;
    height: 100%;
    width: 330px;
    max-width: calc(100% - 40px);
    left: 100%;
    top: 0;
    padding: 0 10px;
    transition: transform ease-in .5s;
    overflow-y: auto;
  }
  form#animal-search .fold.open {
    transform: translateX(-100%);
  }
  form#animal-search .fold.open .submitButton {
    position: sticky;
    left: auto;
    right: 0;
    bottom: 0;
    border-radius: 0;
    width: 100%;
  }
  form#animal-search .result .switchbox {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
  }
  form#animal-search .result .switchbox .switch {
    display: inline-block;
    background: #da291c;
    color: #fff;
    padding: 5px 20px;
    border-radius: 20px;
    margin: 5px 0;
    font-weight: 600;
  }
  .found form#animal-search .result .switchbox .switch {
    background: #61BC36;
    color: #1B1B1B;
  }
}

form#animal-search legend {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1;
  padding: 20px;
  width: 100%;
  margin: 0;
}

form#animal-search label {
  margin: 0;
  line-height: 30px;
  width: 100%;
  color: #1B1B1B;
}

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 .closebox {
  padding: 10px 20px 20px;
  width: calc(100% + 20px);
  margin: 0 -10px 10px;
  border-bottom: 1px solid #ccc;
}

form#animal-search .closebox span {
  font-weight: 600;
  color: #000;
}

form#animal-search .closebox .close {
  margin-top: -5px;
  text-align: center;
  opacity: 1;
}

form#animal-search .closebox .close i:before {
  font-size: 33px;
  font-size: 3rem;
  margin: 0;
}

form#animal-search .closebox .close span {
  font-weight: 600;
  display: block;
}

form#animal-search select, form#animal-search .ui-selectmenu-button {
  width: 100%;
  margin-bottom: 1em;
  border-radius: 5px;
}

form#animal-search #toggleForm {
  margin-bottom: 20px;
}

form#animal-search #toggleForm span {
  font-weight: 600;
  text-decoration: underline;
}

.found form#animal-search #toggleForm {
  color: #3D7622;
}

form#animal-search .assets #ui-id-1-button {
  float: left;
}

form#animal-search .assets #ui-id-2-button {
  float: right;
}

form#animal-search .meldingstate {
  padding-top: 20px;
}

form#animal-search .meldingstate .checkbox {
  width: 100%;
}

form#animal-search .input-group-text {
  font-size: 17.6px;
  font-size: 1.6rem;
}

form#animal-search input[type=text].fullwidth, form#animal-search input[type=text].datepicker {
  width: 100%;
  margin-bottom: 1em;
  border-radius: 5px;
}

form#animal-search #advancedForm {
  padding: 0;
}

form#animal-search #advancedForm:after {
  display: none;
}

form#animal-search #advancedForm select, form#animal-search #advancedForm .ui-selectmenu-button {
  width: 100%;
  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: 0;
}

form#animal-search .checkbox input {
  margin: 8px 3px 4px;
}

form#animal-search .checkbox label {
  font-weight: 500;
}

form#animal-search .submit {
  position: relative;
  padding: 0;
}

form#animal-search .specs {
  padding: 0;
  margin: 0;
}

form#animal-search .places {
  margin: 0;
}

.list-animals {
  margin: 20px 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.list-animals li {
  list-style: none;
  text-transform: lowercase;
  font-family: arial, helvetica, sans-serif;
  font-size: 13.2px;
  font-size: 1.2rem;
  -ms-flex: 0 0 calc(100/3*1% - 5px);
      flex: 0 0 calc(100/3*1% - 5px);
  line-height: 1.2;
  margin: 0 5px 5px 0;
}

@media (min-width: 576px) {
  .list-animals li {
    margin: 0 0 5px 0;
    font-size: 15.4px;
    font-size: 1.4rem;
  }
}

.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: #CE271B;
  overflow: hidden;
  text-decoration: none;
  border: 1px solid #CE271B;
  background-color: #fff;
  font-weight: 600;
  text-decoration: none !important;
}

.list-animals li a:visited.selected,
.list-animals li a.selected {
  background-color: #da291c;
  text-decoration: none;
  color: #fff;
}

.list-animals li a:visited:hover,
.list-animals li a:hover {
  background-color: #da291c;
  text-decoration: none;
  color: #fff;
}

.list-animals li a:visited:before,
.list-animals li a:before {
  content: "\e608";
  display: block;
  margin: 6px 0;
  font-size: 33px;
  font-size: 3rem;
}

.found .list-animals li a:visited, .found
.list-animals li a {
  color: #3D7622;
  border-color: #3D7622;
}

.found .list-animals li a:visited.selected, .found
.list-animals li a.selected {
  background-color: #61BC36;
  text-decoration: none;
  color: #000;
}

.found .list-animals li a:visited:hover, .found
.list-animals li a:hover {
  border-color: #61BC36;
  background-color: #61BC36;
  color: #000;
}

.defaultImage {
  background-color: #fff;
  width: 100%;
  padding: 20px;
  text-align: center;
}

.defaultImage:before {
  content: "\e608";
  color: #da291c;
  display: block;
  font-size: 330px;
  font-size: 30rem;
}

#results > h2 {
  padding: 0 20px;
}

#results header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#results header h4 {
  line-height: 1.8;
  color: #1B1B1B;
}

#results header .googleMaps, #results header .grid {
  color: #CE271B;
  font-weight: 600;
  padding: 5px 15px;
  border: 2px solid #CE271B;
  font-size: 19.8px;
  font-size: 1.8rem;
  border-radius: 20px;
  text-decoration: none;
}

#results header .googleMaps.active, #results header .grid.active {
  display: none;
}

#results header .googleMaps:hover, #results header .grid:hover {
  color: #fff;
  border-color: #da291c;
  background-color: #da291c;
}

#results header .googleMaps i, #results header .grid i {
  padding-left: 10px;
}

.found #results header .googleMaps, .found #results header .grid {
  color: #3D7622;
  border-color: #3D7622;
}

.found #results header .googleMaps:hover, .found #results header .grid:hover {
  color: #1B1B1B;
  border-color: #61BC36;
  background-color: #61BC36;
}

#results #animalCount {
  font-weight: bold;
}

#results .tags {
  overflow: hidden;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
}

#results .tags .nofilter {
  margin: 0;
  color: #61BC36;
}

#results .box {
  color: #231f20;
  margin: 0 20px 10px 0;
  display: inline-block;
  font-size: 17.6px;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 3px 30px 3px 15px;
  position: relative;
  min-height: 2em;
  border: 1px solid #000;
  border-radius: 20px;
  display: none;
}

#results .box a, #results .box a:visited {
  color: #231f20;
  line-height: 1;
  position: absolute;
  right: 3px;
  top: 7px;
  font-size: 19.8px;
  font-size: 1.8rem;
}

#results .box a:hover, #results .box a:visited:hover {
  text-decoration: none;
  color: #000;
}

#results .box .label {
  display: none;
}

#results .box[data-type='checkbox'] .label {
  display: initial;
}

#results .btn {
  margin: auto 0 0;
}

#results .btn.comparesubmit {
  display: none;
  margin: 20px;
}

#results .btn.comparesubmit.active {
  display: inline-block;
}

#results header .btn.comparesubmit {
  margin: 0px 20px;
}

#results .scrolltop {
  display: block;
  background: #CE271B;
  position: fixed;
  top: 50vh;
  right: 0;
  color: white;
  padding: 3px 3px 8px 10px;
  border-radius: 5px 0 0 5px;
  z-index: 6;
}

.found #results .scrolltop {
  background: #61BC36;
  color: #1B1B1B;
}

#results .resultsList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

#results .resultsList:not(.list) .name {
  display: inline-block;
  width: 100%;
}

#results .resultsList:not(.list) .image,
#results .resultsList:not(.list) .defaultImage {
  border-bottom: 8px solid #61BC36;
}

#results .resultsList li {
  list-style: none;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: stretch;
      align-items: stretch;
  color: #1B1B1B;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  word-wrap: break-word;
}

#results .resultsList li .defaultImage:before {
  font-size: 169px;
}

@media (min-width: 576px) {
  #results .resultsList li {
    -ms-flex: 0 0 49%;
        flex: 0 0 49%;
  }
}

@media (min-width: 1200px) {
  #results .resultsList li {
    -ms-flex: 0 0 32%;
        flex: 0 0 32%;
  }
}

#results .resultsList li .image,
#results .resultsList li .defaultImage {
  width: 100%;
  text-align: center;
}

#results .resultsList li img {
  width: 100%;
  object-fit: cover;
  margin: 0 auto;
}

#results .resultsList li dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: max-content auto;
      grid-template-columns: max-content auto;
  margin: 0 0 10px;
}

#results .resultsList li dl dt {
  font-weight: normal;
  -ms-grid-column: 1;
      grid-column-start: 1;
  padding-right: 0.5em;
}

#results .resultsList li dl dd {
  -ms-grid-column: 2;
      grid-column-start: 2;
}

#results .resultsList li > div:not(.defaultImage) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding: 15px;
  font-weight: 400;
  overflow: hidden;
  color: #1B1B1B;
  margin: 0;
  font-size: 17.6px;
  font-size: 1.6rem;
}

#results .resultsList li > div:not(.defaultImage) span.type {
  border: 1.4px solid #1B1B1B;
  padding: 2px 9px;
  border-radius: 20px;
  font-weight: 500;
}

#results .resultsList li > div:not(.defaultImage) span.name {
  padding-top: 10px;
  font-weight: 700;
  font-size: 24.2px;
  font-size: 2.2rem;
  line-height: 27px;
  position: relative;
}

#results .resultsList li > div:not(.defaultImage) span.description {
  margin: 0 0 0.7em;
  height: 1.6em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: none;
}

#results .resultsList li > div:not(.defaultImage) .added {
  background-color: #3D7622;
  color: #fff;
  border-radius: 3px;
  padding: 5px 10px;
  line-height: 1.4em;
  float: left;
  position: relative;
  display: block;
  min-width: 120px;
}

#results .resultsList li > div:not(.defaultImage) .added:after {
  content: "\f00c";
  margin: 0 0 0 0.5em;
}

#results .resultsList li > div:not(.defaultImage) .added:hover {
  text-decoration: none;
  background-color: #000;
  text-indent: -99999px;
}

#results .resultsList li > div:not(.defaultImage) .added:hover:before {
  content: "Verwijder ";
  text-indent: 0;
  position: absolute;
  left: 10px;
}

#results .resultsList li > div:not(.defaultImage) .added:hover:after {
  content: "\f00d";
  position: absolute;
  right: 10px;
  top: 8px;
  text-indent: 0;
}

#results .resultsList li.found .image,
#results .resultsList li.found .defaultImage {
  border-color: #61BC36;
}

#results .resultsList li.found .image:before,
#results .resultsList li.found .defaultImage:before {
  color: #61BC36;
}

#results .resultsList li.found .btn {
  background: #61BC36;
}

#results .resultsList li.found .btn:hover {
  background: #6DC842;
  box-shadow: 2px 2px 10px rgba(77, 149, 43, 0.3);
}

#results .resultsList li.lost .image,
#results .resultsList li.lost .defaultImage, #results .resultsList li.missing .image,
#results .resultsList li.missing .defaultImage {
  border-color: #da291c;
}

#results .resultsList li.lost .image:before,
#results .resultsList li.lost .defaultImage:before, #results .resultsList li.missing .image:before,
#results .resultsList li.missing .defaultImage:before {
  color: #da291c;
}

#results .resultsList li.deceased .image,
#results .resultsList li.deceased .defaultImage {
  border-color: #4D4F53;
}

#results .resultsList li.deceased .image:before,
#results .resultsList li.deceased .defaultImage:before {
  color: #4D4F53;
}

#results .resultsList li.deceased .btn {
  background: #4D4F53;
}

#results .resultsList li.deceased .btn:hover {
  background-color: #131e20;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

#results .resultsList li .deceasedtxt {
  font-size: 16.5px;
  font-size: 1.5rem;
}

#results .resultsList li .deceasedtxt:after {
  content: "\2020";
  font-size: 22px;
  font-size: 2rem;
  position: absolute;
  top: -30px;
  right: 10px;
  background-color: #fff;
}

.googleMapsAnimalInfowindow #results .resultsList li .deceasedtxt:after {
  top: -3px;
  right: 0;
}

#results .resultsList.list li {
  -ms-flex: 0 0 96%;
      flex: 0 0 96%;
  position: relative;
}

#results .resultsList.list li .image,
#results .resultsList.list li .defaultImage {
  width: 20% !important;
  margin-right: 2%;
}

#results .resultsList.list li .defaultImage {
  vertical-align: top;
}

#results .resultsList.list li .defaultImage:before {
  font-size: 7vw;
}

#results .resultsList.list li > div {
  display: inline-block;
  width: 77%;
}

#results .resultsList.list li > div span.description {
  height: auto;
  display: block;
  overflow: visible;
  white-space: normal;
}

#results .resultsList.list li .btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.googleMapsAnimalInfowindow #results .resultsList.list li .btn {
  position: static;
  float: right;
}

#compareMelding {
  float: right;
}

.defaultImage {
  background-color: #fff;
  width: 100%;
  padding: 20px;
  text-align: center;
}

.defaultImage:before {
  content: "\e608";
  color: #da291c;
  display: block;
  font-size: 330px;
  font-size: 30rem;
}

.defaultImage.found:before {
  color: #61BC36;
}

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

.ui-widget:not(.ui-tooltip) {
  font-size: 18px !important;
  font-size: 1.8rem !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;
  z-index: 1000;
}

.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,
.ui-autocomplete .ui-state-active,
.ui-autocomplete .ui-widget-content .ui-state-active,
.ui-autocomplete .ui-widget-header .ui-state-active {
  background-image: none !important;
  background-color: #f9f9f9 !important;
  color: #000 !important;
  border: none !important;
  margin: 0 !important;
}

.ui-autocomplete .ui-menu-item-wrapper {
  padding: 3px 1em 3px 0.4em;
  min-height: 0;
  width: 100%;
  display: block;
}

.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 {
  margin: 0 0 1em;
  text-align: left;
  color: #000;
  overflow: hidden;
  display: block;
  padding: 1em 0;
}

@media (min-width: 992px) {
  main > .intro .inner section,
  main > .animalDetail .inner section {
    padding: 1em;
  }
}

main > .animalDetail {
  position: relative;
}

main > .animalDetail h1 {
  padding-top: 0;
}

main > .animalDetail .col-md-8 {
  overflow: visible;
}

main > .animalDetail .stamp {
  position: absolute;
  top: -60px;
  right: 0;
  width: 140px;
  height: 56px;
  text-indent: -9999px;
  z-index: 2;
}

main > .animalDetail .stamp#opgelostStamp, main > .animalDetail .stamp#herplaatstStamp {
  background-size: contain !important;
}

@media screen and (min-width: 1630px) {
  main > .animalDetail .stamp#opgelostStamp, main > .animalDetail .stamp#herplaatstStamp {
    top: -10px;
    right: -10px;
  }
}

main > .animalDetail .stamp#herplaatstStamp {
  background: transparent url(/css/img/herplaatst.png) left top no-repeat;
}

@media screen and (min-width: 660px) {
  main > .animalDetail .stamp#herplaatstStamp {
    width: 22vw;
    height: 9.1vw;
  }
}

main > .animalDetail .stamp#opgelostStamp {
  background: transparent url(/css/img/teruggevonden.png) left top no-repeat;
}

@media screen and (min-width: 660px) {
  main > .animalDetail .stamp#opgelostStamp {
    width: 17vw;
    height: 9.1vw;
  }
}

main > .animalDetail .stamp + .found h5 {
  padding-right: 150px;
}

@media screen and (min-width: 660px) {
  main > .animalDetail .stamp + .found h5 {
    padding-right: 19vw;
  }
}

main > .animalDetail .inner {
  text-align: left;
}

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 section h2 {
  float: left;
}

main > .animalDetail .inner .col-md-8 section a:not(.btn) {
  font-weight: 600;
  text-decoration: underline;
}

main > .animalDetail .inner .col-md-8 section a:not(.btn):hover {
  color: #AD2117;
}

main > .animalDetail .inner .col-md-8 section .btn {
  float: right;
}

main > .animalDetail .inner .col-md-8 section.found a {
  font-weight: 600;
  color: #3D7622;
}

main > .animalDetail .inner .col-md-8 section.found a:hover {
  color: #396E20;
}

main > .animalDetail .inner .col-md-8 section.found a.btn {
  background-color: #61BC36;
  color: #1B1B1B;
}

main > .animalDetail .inner .col-md-8 section.found a.btn:hover {
  background-color: #6DC842;
  box-shadow: 2px 2px 10px rgba(77, 149, 43, 0.3);
}

main > .animalDetail .inner .col-md-4 section {
  padding: 0;
}

main > .animalDetail .inner .col-md-4 section .btn {
  color: #da291c;
  background-color: #fff;
  margin: 2px 0 20px 2px;
  border: 2px solid #da291c;
  white-space: normal;
}

main > .animalDetail .inner .col-md-4 section .btn:hover {
  color: #fff;
  background-color: #da291c;
}

main > .animalDetail .inner .col-md-4 section .slider {
  margin: 0;
}

main > .animalDetail .inner .col-md-4 section .slider .modalbox img {
  transition: transform 800ms ease;
}

main > .animalDetail .inner .col-md-4 section .slider .modalbox:hover img {
  transform: scale(1.1);
}

main > .animalDetail .inner .col-md-4 section .slider .slick-prev, main > .animalDetail .inner .col-md-4 section .slider .slick-next {
  width: 44px;
  height: 44px;
  background: #da291c;
  border-radius: 25px;
}

main > .animalDetail .inner .col-md-4 section .slider .slick-prev:before, main > .animalDetail .inner .col-md-4 section .slider .slick-next:before {
  font-family: "FontAwesome";
  content: "\f053";
  font-size: 20px;
  color: white;
}

main > .animalDetail .inner .col-md-4 section .slider .slick-next:before {
  content: "\f054";
}

main > .animalDetail .inner .col-md-4 section .slider .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #da291c;
}

main > .animalDetail .inner .col-md-4 section .social {
  background-color: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  padding: 20px 20px 15px;
}

main > .animalDetail .inner .col-md-4 section.found .btn {
  color: #3D7622;
  border-color: #3D7622;
}

main > .animalDetail .inner .col-md-4 section.found .btn:hover {
  border-color: #61BC36;
  color: #1B1B1B;
  background-color: #61BC36;
  box-shadow: 2px 2px 10px rgba(77, 149, 43, 0.3);
}

main > .animalDetail .inner .col-md-4 section.found .slick-prev, main > .animalDetail .inner .col-md-4 section.found .slick-next {
  background: #61BC36;
}

main > .animalDetail .inner .col-md-4 section.found .slick-prev:before, main > .animalDetail .inner .col-md-4 section.found .slick-next:before {
  color: #1B1B1B;
}

main > .animalDetail .inner .col-md-4 section.found .slick-dots li.slick-active button::before {
  color: #61BC36;
}

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.smallitems li {
  font-size: 19.8px;
  font-size: 1.8rem;
}

main ul.arrows.smallitems li:before {
  color: #000;
  top: 5px !important;
  font-size: 11px;
  font-size: 1rem;
}

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: 330px;
  font-size: 30rem;
}

.found .defaultImage:before {
  color: #61BC36;
}

.deceased .defaultImage:before {
  color: #4D4F53;
}

.defaultImage.found:before {
  color: #61BC36;
}

.defaultImage.deceased:before {
  color: #4D4F53;
}

main ul.arrows li:before {
  content: "\f111";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15.4px;
  font-size: 1.4rem;
  line-height: 1.4;
  width: 1.4em;
  text-align: center;
  padding: 2px 0 0 3px;
}

.social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}

.social #shareSpan {
  margin-right: 30px;
}

.social .sharethis-inline-share-buttons {
  z-index: 0 !important;
}

.social .sharethis-inline-share-buttons .st-last {
  display: inline-block !important;
}

#at4-share {
  right: 0;
  left: auto;
}

#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-top: 4px !important;
  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: #3D7622;
}

span.btn.fa {
  margin: 0 0 1em 1em;
  float: left;
  background-color: #da291c;
  position: relative;
  color: #fff;
}

span.btn.fa:before, span.btn:after, span.btn:visited:after, 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, #results .resultsList li > div:not(.defaultImage) 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: #3D7622;
}

#stickylink,
#stickylink:visited {
  display: none;
  position: fixed;
  right: -3em;
  top: 50%;
  margin: -0.7em 0 0;
  background-color: #da291c;
  color: #fff;
  font-size: 27.5px;
  font-size: 2.5rem;
  z-index: 90;
  padding: 0 1.2em;
  font-weight: 600;
  transform: rotate(-90deg);
  text-decoration: none;
  z-index: 5;
}

.colorbg {
  color: #fff;
  width: 100%;
  overflow: hidden;
  padding: 100px 20px 20px;
  margin: 0;
  background-color: #bcbdbc;
}

.colorbg h1 {
  color: #fff;
  position: relative;
}

.colorbg h1 .deceasedtxt {
  display: inline;
  font-size: 22px;
  font-size: 2rem;
}

.colorbg p {
  font-size: 22px;
  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: 27.5px;
  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: 110px;
  font-size: 10rem;
  font-size: 5vw;
}

.colorbg menu li a:hover:before, .colorbg menu li a:visited:hover:before {
  color: #000;
}

.colorbg.lost, .colorbg.found {
  background-color: #bcbdbc;
}

.colorbg.lost h1, .colorbg.found h1 {
  color: #000;
  text-align: left;
}

.compactsearch {
  color: #1B1B1B;
  border-radius: 5px;
}

#animal-search-compact {
  width: 100%;
  overflow: hidden;
}

#animal-search-compact input, #animal-search-compact select {
  width: 100%;
  margin: 0 0 1em;
  border-radius: 5px;
}

#animal-search-compact select {
  color: #000;
}

#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 h3,
.meldlinkblock h3 {
  line-height: 1.4;
  margin: 0px;
  color: #1B1B1B;
}

.helplinkblock a.btn,
.meldlinkblock a.btn {
  white-space: normal;
  line-height: normal;
  padding: 15px 40px 15px 15px !important;
}

.helplinkblock.found a.btn,
.meldlinkblock.found a.btn {
  background-color: #61BC36;
  color: #000;
}

.ActueelOverzicht .helplinkblock, .ActueelOverzicht
.meldlinkblock {
  margin: 10px 0;
}

@media (min-width: 992px) {
  .ActueelOverzicht .helplinkblock, .ActueelOverzicht
  .meldlinkblock {
    margin: 60px 0 30px;
  }
}

.posterlinkblock {
  color: #1B1B1B;
  margin: 0;
}

.tipblock {
  color: #1B1B1B;
  margin: 0;
}

.tipblock h3 {
  margin-bottom: 40px;
}

.tipblock .ui-tabs-panel {
  margin: 40px 0;
}

.tipblock .ui-tabs-panel li {
  margin: 5px 0;
}

.tipblock .ui-tabs-panel li:before {
  font-size: 1rem;
}

.tipslist {
  max-width: 770px;
}

.tipslist-blokheader {
  margin: 70px 0 30px;
}

.tabs {
  border: none !important;
  background: inherit !important;
  font-family: inherit !important;
}

.tabs .ui-tabs-nav {
  border: none;
  background: #e4e4e4;
  display: inline-block;
  width: auto;
  padding: 5px 5px 0;
  border-radius: 5px;
  margin: 0;
  overflow: hidden;
}

.tabs .ui-tabs-nav li {
  list-style: none;
  display: block;
  margin: 0 5px;
  float: left;
  outline: none;
  padding: 8px 13px 0 !important;
}

.tabs .ui-tabs-nav li a {
  color: #000;
  text-decoration: none;
  display: block;
  font-weight: 600;
  padding: 0 0 0.7em !important;
  position: relative;
  cursor: pointer !important;
}

.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, .tabs .ui-tabs-nav li.ui-state-default {
  background-color: #e4e4e4 !important;
  background-image: none !important;
  outline: none !important;
  border: none !important;
}

.tabs .ui-tabs-nav li:focus a:after, .tabs .ui-tabs-nav li.ui-state-active a:after, .tabs .ui-tabs-nav li.ui-state-hover a:after, .tabs .ui-tabs-nav li.ui-state-focus a:after, .tabs .ui-tabs-nav li.ui-state-default a:after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  background: #000;
  left: 0;
  bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.tabs .ui-tabs-nav li.ui-state-default a:after {
  background: transparent;
}

.tabs .ui-tabs-nav li.found:focus a:after, .tabs .ui-tabs-nav li.found.ui-state-active a:after, .tabs .ui-tabs-nav li.found.ui-state-hover a:after, .tabs .ui-tabs-nav li.found.ui-state-focus a:after {
  background: #61BC36;
}

.tabs .ui-tabs-nav li.lost:focus a:after, .tabs .ui-tabs-nav li.lost.ui-state-active a:after, .tabs .ui-tabs-nav li.lost.ui-state-hover a:after, .tabs .ui-tabs-nav li.lost.ui-state-focus a:after {
  background: #da291c;
}

.tabs .ui-tabs-panel {
  color: #000;
  padding: 0 !important;
}

.tabs .ui-tabs-panel ul {
  margin: 0;
}

.tabs .ui-tabs-panel ul p {
  margin: 0;
}

.tabs .ui-tabs-panel ul p a {
  color: #CE271B;
}

.tabs .ui-tabs-panel ul p a:visited {
  color: #891A12;
}

.tabs .ui-tabs-panel ul p a:hover {
  color: #AD2117;
}

.group {
  max-width: 500px;
  position: relative;
  margin: 0 0 1em;
  overflow: hidden;
}

.group input#addresspicker {
  padding-right: 20%;
  width: 100%;
  border-radius: 5px;
  margin: 0;
}

.group #searchButton {
  position: absolute;
  right: 0;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
  padding: 10px !important;
}

.group #searchButton:after {
  display: none;
}

time.date {
  font-size: 17.6px;
  font-size: 1.6rem;
  margin: 0 0 1em;
}

article.detail img {
  margin: 0 0 1em;
}

.articleList h3 {
  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 {
  display: table;
}

.articleList ul li a img {
  display: table-cell;
}

.articleList ul li a div {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
}

.articleList ul li a 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: 22px;
  font-size: 2rem;
}

.searchresults li p {
  margin: 0;
  display: inline;
}

.searchresults li .more {
  color: #CE271B;
  text-decoration: underline;
  font-weight: 600;
}

.searchresults li .more:hover {
  color: #AD2117;
}

fieldset.searchagain {
  padding: 0;
  position: relative;
}

fieldset.searchagain:after {
  display: none;
}

fieldset.searchagain label {
  font-size: 22px;
  font-size: 2rem;
  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: 8px;
  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: 15.4px;
  font-size: 1.4rem;
  line-height: 1.8;
}

#filters .btn.active, #filters .btn:hover {
  background-color: #da291c;
}

#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: 17.6px;
  font-size: 1.6rem;
  line-height: 1.2;
  height: auto;
}

#linksContainer .item figure img {
  margin: 0 0 10px;
}

#linksContainer .item a {
  font-size: 15.4px;
  font-size: 1.4rem;
  word-wrap: break-word;
}

.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: 15.4px;
    font-size: 1.4rem;
  }
}

@media (max-width: 992px) {
  .VriendenPagina figcaption {
    font-size: 19.8px;
    font-size: 1.8rem;
  }
}

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

.gm-err-container img {
  width: initial;
}

.gm-style img {
  width: auto;
}

main article img {
  width: auto;
  max-width: 100%;
}

#footer {
  color: #1B1B1B;
  overflow: hidden;
  width: 100%;
}

#footer .card-paw {
  margin-bottom: 85px;
}

#footer .card-paw:after {
  background-position: 30px 10px;
  background-size: 60px 60px;
}

@media (min-width: 768px) {
  #footer .card-paw {
    padding: 40px;
    margin-bottom: 124px;
  }
  #footer .card-paw:after {
    background-position: 15% 10px;
  }
}

#footer .card-paw .mpForm {
  width: 100%;
  margin: 0 auto;
  max-width: 1024px;
  z-index: 1;
  text-align: left;
  padding: 20px 40px;
}

@media (min-width: 992px) {
  #footer .card-paw .mpForm {
    padding: 0;
  }
}

#footer .card-paw .mpForm h3 {
  font-size: 22px;
}

#footer .card-paw .mpForm h4 {
  font-size: 16px;
  font-weight: 500;
  padding: 0 0 15px;
}

#footer .card-paw .mpForm input {
  padding: 28px;
  border: none;
  border-radius: 5px;
  margin: 0;
  font-size: 18px;
}

#footer .card-paw .mpForm input:-ms-input-placeholder {
  font-size: 18px;
  font-style: normal;
}

#footer .card-paw .mpForm input::placeholder {
  font-size: 18px;
  font-style: normal;
}

@media (max-width: 1199.98px) {
  #footer .card-paw .mpForm input {
    width: 100%;
    margin: 20px 0;
    font-size: 17px;
  }
  #footer .card-paw .mpForm input:-ms-input-placeholder {
    font-size: 17px;
    font-style: normal;
  }
  #footer .card-paw .mpForm input::placeholder {
    font-size: 17px;
    font-style: normal;
  }
}

@media (min-width: 992px) {
  #footer .card-paw .mpForm input {
    border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
}

@media (max-width: 1199.98px) {
  #footer .card-paw .mpForm button {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
}

#footer .card-paw .mpForm button:hover {
  color: white;
  background-color: #ad2116;
}

#footer .card-paw .mpForm .descriptionLabel, #footer .card-paw .mpForm .error {
  width: 100%;
}

#footer .card-paw .mpForm .mpErrorRow {
  display: none;
}

#footer .card-paw .mpForm .mpErrorSummary {
  width: 100%;
  padding-bottom: 10px;
}

#footer .card-paw .mpForm .mpErrorSummary label {
  font-weight: normal;
  margin: 0;
  width: 100%;
  float: none;
}

#footer .footermenu {
  border-top: 4px solid #da291c;
  background-color: #fff;
}

#footer .footermenu a {
  font-weight: 600;
  text-decoration: underline;
}

#footer .footermenu a:hover {
  color: #AD2117;
}

#footer .footermenu nav ul li {
  margin-bottom: 10px;
}

#footer .footermenu nav ul li:before {
  font-family: "FontAwesome";
  content: "\f061";
  padding-right: 5px;
  font-size: 12px;
  vertical-align: text-top;
}

#footer .footermenu nav ul li a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
}

#footer .footermenu nav ul li a:hover {
  text-decoration: underline;
}

#footer .footermenu .social a {
  display: block;
  overflow: hidden;
  float: left;
  margin: 0 20px 0 0;
  text-indent: -9999px;
  color: #da291c;
  text-decoration: none;
  position: relative;
  width: 40px;
  height: 60px;
}

#footer .footermenu .social a.fa-twitter {
  height: 40px;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}

#footer .footermenu .social a:before {
  font-size: 44px;
  font-size: 4rem;
  position: absolute;
  left: 0;
  text-indent: 0;
}

#footer .footermenu .social a:hover {
  color: #da291c;
}

.closure {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}

.closure a {
  color: #da291c;
  font-weight: bold;
  text-decoration: underline;
}

.closure a:hover {
  color: #ad2116;
}

.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:first-child {
  padding: 0 10px 0 0;
}

.closure nav ul li:first-child:before {
  content: "";
  display: none;
}

.closure nav ul li.active a {
  color: #801810;
}

@media screen and (max-width: 1320px) {
  html {
    font-size: 60%;
  }
  a.login {
    margin: 15px 0 0;
  }
  a.login:before {
    font-size: 19.8px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 1096px) {
  #mainnav > ul > li {
    font-size: 27.5px;
    font-size: 2.5rem;
  }
  #mainnav > ul > li > ul > li {
    font-size: 22px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 991px) {
  .resultsList li {
    -ms-flex: 0 0 48%;
        flex: 0 0 48%;
    margin-bottom: 25px;
    border-radius: 10px;
  }
  .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;
  }
}

@media screen and (max-width: 896px) {
  /*.col-md-4 {
        padding: 0px;
    }*/
  .aanmeldform .step .fieldwrap,
  .aanmeldkeuze .step .fieldwrap {
    width: 100%;
  }
  .aanmeldform .step.active,
  .aanmeldkeuze .step.active {
    display: block;
  }
  .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: 17.6px;
    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;
  }
  .compactsearch {
    top: -20px;
    position: relative;
  }
  #stickylink,
  #stickylink:visited {
    display: block;
    width: 100%;
    top: auto;
    bottom: 0;
    right: 0;
    transform: none;
    font-size: 27.5px;
    font-size: 2.5rem;
  }
}

@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: 33px;
    font-size: 3rem;
    cursor: pointer;
    transition: position, 1s ease-in-out;
  }
  .navshow .fa.fa-navicon.hide {
    left: 150px;
  }
  .topmenul {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
  }
  .topmenul li {
    width: 100%;
  }
  #quicklinks {
    padding: 0 25px;
  }
  #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: 27.5px;
    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;
  }
  .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, form .radioBox {
    width: 100%;
    margin: 0;
    padding-right: 0;
  }
  form .formgroupLabel {
    margin: 0 0 5px;
  }
  form .formgroup {
    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].datepicker {
    width: 100%;
    display: table-cell;
    float: none;
    margin: 0;
  }
  form#animal-search .assets select,
  form#animal-search .assets .ui-selectmenu-button {
    width: 100% !important;
  }
  .input-group-addon {
    width: 30%;
  }
  span.ok {
    width: 10%;
  }
  .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;
  }
  #gridtoggle a:before {
    font-size: 22px;
    font-size: 2rem;
  }
  .resultsList li {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
  }
  .resultsList li .defaultImage:before {
    font-size: 50vw;
  }
  .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) {
  #gridtoggle {
    margin: 5px 0 15px;
  }
  #header .topmenul .nav-link {
    padding: 0;
  }
  #header.is-active {
    height: 65px;
    background: #fff;
  }
  #header.is-active .topmenul {
    display: none;
  }
  a.login {
    overflow: hidden;
    text-indent: -999px;
    position: relative;
    display: block;
    width: 1em;
    margin-bottom: -2px;
    font-size: 33px;
    font-size: 3rem;
  }
  a.login:before {
    position: absolute;
    left: 0;
    text-indent: 0;
    font-size: 33px;
    font-size: 3rem;
  }
  #inlogbox {
    max-width: 100%;
  }
  .closure .pull-left,
  .closure .pull-right {
    width: 100%;
  }
  #resulttable,
  #resulttable * {
    display: block;
    word-break: normal;
  }
  #resulttable th:not(.header) {
    font-weight: bold;
    padding-bottom: 0;
  }
  #resulttable td {
    padding-top: 0;
  }
}

@media screen and (max-width: 480px) {
  .formstepnav .btn {
    width: 100%;
  }
  .formstepnav .btn.prev {
    text-align: left;
    margin-bottom: 20px;
  }
  .formstepnav .btn.next {
    text-align: right;
  }
  form fieldset {
    padding-left: 6px;
    padding-right: 6px;
  }
  #areaholder .panel-header {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: stretch;
        justify-content: stretch;
  }
  #areaholder .panel label {
    margin: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 2px;
    width: 100%;
  }
}

@media screen and (max-width: 365px) {
  #gridtoggle {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  #header.inner, .row.inner {
    width: 100%;
  }
  #header.inner .coll-12, .row.inner .coll-12 {
    padding: 0;
  }
  .slider .slidertxt.fullwidth {
    width: 100%;
  }
  #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%;
  }
  form select.medium.checked {
    clear: both;
  }
  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 {
  border-radius: 5px;
}

.widgetZijkant a {
  word-break: break-all;
}

.row.widgetOnderkant:nth-child(odd) {
  background-color: white;
}

.WidgetsZijkant .widgetContent {
  padding: 1em;
  background: white;
  border-radius: 5px;
  margin-bottom: 2em;
}

@media (min-width: 992px) {
  .WidgetsZijkant .widgetContent {
    padding: 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;
  border-radius: 5px;
  height: auto;
}
/*# sourceMappingURL=style.css.map */