@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("open-sans-v17-latin-regular.eot");
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("open-sans-v17-latin-regular.eot?#iefix") format("embedded-opentype"), url("open-sans-v17-latin-regular.woff2") format("woff2"), url("open-sans-v17-latin-regular.woff") format("woff"), url("open-sans-v17-latin-regular.ttf") format("truetype"), url("open-sans-v17-latin-regular.svg#OpenSans") format("svg");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("open-sans-v17-latin-700.eot");
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("open-sans-v17-latin-700.eot?#iefix") format("embedded-opentype"),   url("open-sans-v17-latin-700.svg#OpenSans") format("svg");
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #36b313;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #b92410;
  --secondary: #ccc;
  --success: #36b313;
  --info: #b92410;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: rgba(102, 102, 102, .3);
  --dark: #eee;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 850px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1060px;
  --font-family-sans-serif: "Open Sans", Helvetica, Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

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

body {
  margin: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  text-align: left;
}

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

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

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

blockquote, figure {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

a {
  background-color: transparent;
  color: #b92410;
}

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

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

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #ccc;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

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

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

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

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

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

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

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

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

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

.blockquote-footer::before {
  content: "— ";
}

.container, header .logobar.scrolling #navscroll {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-hover .table-light:hover, .table-hover .table-light:hover>td, .table-hover .table-light:hover>th {
  background-color: rgba(232, 232, 232, .804);
}

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

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

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

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

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

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

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

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #f16a58;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(185, 36, 16, .25);
}

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

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

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

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

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

.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #36b313;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%2336b313\' 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(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: #36b313;
  box-shadow: 0 0 0 .2rem rgba(54, 179, 19, .25);
}

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

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

.custom-select.is-valid, .was-validated .custom-select:valid {
  border-color: #36b313;
  padding-right: calc(( 1em + .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") right .75rem center/8px 10px no-repeat, url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%2336b313\' d=\'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat #fff;
}

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
  border-color: #36b313;
  box-shadow: 0 0 0 .2rem rgba(54, 179, 19, .25);
}

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

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

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

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

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

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

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

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

.custom-control-input.is-valid:focus~.custom-control-label::before, .was-validated .custom-control-input:valid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(54, 179, 19, .25);
}

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

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

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

.custom-file-input.is-valid:focus~.custom-file-label, .was-validated .custom-file-input:valid:focus~.custom-file-label {
  border-color: #36b313;
  box-shadow: 0 0 0 .2rem rgba(54, 179, 19, .25);
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .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(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

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

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

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

.custom-select.is-invalid, .was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc(( 1em + .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") right .75rem center/8px 10px no-repeat, 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") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  cursor: pointer;
}

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

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(185, 36, 16, .25);
}

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

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

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

.btn-primary:hover {
  color: #fff;
  background-color: #961d0d;
  border-color: #8a1b0c;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(196, 69, 52, .5);
}

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

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #8a1b0c;
  border-color: #7e190b;
}

.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 .2rem rgba(196, 69, 52, .5);
}

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

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

.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 0 0 .2rem rgba(178, 179, 180, .5);
}

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

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

.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 .2rem rgba(178, 179, 180, .5);
}

.btn-success {
  color: #fff;
  background-color: #36b313;
  border-color: #36b313;
}

.btn-success:hover {
  color: #fff;
  background-color: #2c900f;
  border-color: #28850e;
}

.btn-success.focus, .btn-success:focus {
  box-shadow: 0 0 0 .2rem rgba(84, 190, 54, .5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #36b313;
  border-color: #36b313;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #28850e;
  border-color: #25790d;
}

.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 .2rem rgba(84, 190, 54, .5);
}

.btn-info:hover {
  color: #fff;
  background-color: #961d0d;
  border-color: #8a1b0c;
}

.btn-info.focus, .btn-info:focus {
  box-shadow: 0 0 0 .2rem rgba(196, 69, 52, .5);
}

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

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #8a1b0c;
  border-color: #7e190b;
}

.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 .2rem rgba(196, 69, 52, .5);
}

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

.btn-warning.focus, .btn-warning:focus {
  box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .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 .2rem rgba(222, 170, 12, .5);
}

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

.btn-danger.focus, .btn-danger:focus {
  box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .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 .2rem rgba(225, 83, 97, .5);
}

.btn-light {
  color: #fff;
  background-color: rgba(102, 102, 102, .3);
  border-color: rgba(102, 102, 102, .3);
}

.btn-light:hover {
  color: #fff;
  background-color: rgba(83, 83, 83, .3);
  border-color: rgba(77, 77, 77, .3);
}

.btn-light.focus, .btn-light:focus {
  box-shadow: 0 0 0 .2rem rgba(179, 179, 179, .5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #fff;
  background-color: rgba(102, 102, 102, .3);
  border-color: rgba(102, 102, 102, .3);
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
  color: #fff;
  background-color: rgba(77, 77, 77, .3);
  border-color: rgba(70, 70, 70, .3);
}

.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 .2rem rgba(179, 179, 179, .5);
}

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

.btn-dark.focus, .btn-dark:focus {
  box-shadow: 0 0 0 .2rem rgba(207, 208, 208, .5);
}

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

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

.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 .2rem rgba(207, 208, 208, .5);
}

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

.btn-white.focus, .btn-white:focus {
  box-shadow: 0 0 0 .2rem rgba(222, 222, 223, .5);
}

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

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

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

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

.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(185, 36, 16, .5);
}

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

.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 .2rem rgba(185, 36, 16, .5);
}

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

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

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 .2rem rgba(204, 204, 204, .5);
}

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

.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 .2rem rgba(204, 204, 204, .5);
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #36b313;
  border-color: #36b313;
}

.btn-outline-success.focus, .btn-outline-success:focus {
  box-shadow: 0 0 0 .2rem rgba(54, 179, 19, .5);
}

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

.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 .2rem rgba(54, 179, 19, .5);
}

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

.btn-outline-info.focus, .btn-outline-info:focus {
  box-shadow: 0 0 0 .2rem rgba(185, 36, 16, .5);
}

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

.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 .2rem rgba(185, 36, 16, .5);
}

.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 .2rem rgba(255, 193, 7, .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 .2rem rgba(255, 193, 7, .5);
}

.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 .2rem rgba(220, 53, 69, .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 .2rem rgba(220, 53, 69, .5);
}

.btn-outline-light:hover {
  color: #fff;
  background-color: rgba(102, 102, 102, .3);
  border-color: rgba(102, 102, 102, .3);
}

.btn-outline-light.focus, .btn-outline-light:focus {
  box-shadow: 0 0 0 .2rem rgba(102, 102, 102, .5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: rgba(102, 102, 102, .3);
  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: #fff;
  background-color: rgba(102, 102, 102, .3);
  border-color: rgba(102, 102, 102, .3);
}

.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 .2rem rgba(102, 102, 102, .5);
}

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

.btn-outline-dark.focus, .btn-outline-dark:focus {
  box-shadow: 0 0 0 .2rem rgba(238, 238, 238, .5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #eee;
  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: #212529;
  background-color: #eee;
  border-color: #eee;
}

.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 .2rem rgba(238, 238, 238, .5);
}

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

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

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

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

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

.btn-link:hover {
  color: #333;
  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 {
  padding: .5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-sm {
  padding: .25rem .5rem;
  font-size: .76562rem;
  line-height: 1.5;
  border-radius: 0;
}

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

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

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

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

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

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

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .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: .5rem 0;
  margin: .125rem 0 0;
  font-size: .875rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0;
}

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

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

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

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

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

.dropleft .dropdown-toggle::after {
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-append .btn:focus, .input-group-prepend .btn:focus {
  z-index: 3;
}

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

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

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

.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), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text {
  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:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

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

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

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

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

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

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

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.09375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}

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

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

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

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

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

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover, .navbar-light .navbar-nav .nav-link {
  color: #b92410;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #333;
}

.navbar-light .navbar-text, .navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: #b92410;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #b92410;
  background-color: #fff;
  border: 1px solid #b92410;
}

.page-link:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #b92410;
  border-color: #b92410;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(185, 36, 16, .25);
}

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

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

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

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

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

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

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

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

.badge:empty {
  display: none;
}

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

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

a.badge-primary.focus, a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(185, 36, 16, .5);
}

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

a.badge-secondary.focus, a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(204, 204, 204, .5);
}

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

a.badge-success.focus, a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(54, 179, 19, .5);
}

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

a.badge-info.focus, a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(185, 36, 16, .5);
}

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

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

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

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

a.badge-light:focus, a.badge-light:hover {
  color: #fff;
  background-color: rgba(77, 77, 77, .3);
}

a.badge-light.focus, a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(102, 102, 102, .5);
}

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

a.badge-dark.focus, a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(238, 238, 238, .5);
}

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

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

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

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

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #b92410;
  transition: width .6s;
}

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

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

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

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

.list-group-item-action:focus, .list-group-item-action:hover {
  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: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125);
}

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

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

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

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

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-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.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #601308;
  background-color: #e5b0a8;
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #6a6a6a;
  background-color: #e4e4e4;
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #1c5d0a;
  background-color: #b7e4aa;
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  color: #601308;
  background-color: #e5b0a8;
}

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

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

.list-group-item-light {
  color: rgba(16, 16, 16, .636);
  background-color: rgba(245, 245, 245, .804);
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  color: rgba(16, 16, 16, .636);
  background-color: rgba(232, 232, 232, .804);
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  color: #7c7c7c;
  background-color: #ededed;
}

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

.close {
  float: right;
  font-size: 1.3125rem;
  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):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: .75;
}

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

.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: .5rem;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
  background-color: rgba(77, 77, 77, .3) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-5, .my-5 {
  margin-top: 3rem !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.text-light:focus, a.text-light:hover {
  color: rgba(64, 64, 64, .3) !important;
}

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

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

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

.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

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

:root .fa-flip-both, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
  filter: none;
}

.fa-500px:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-acquisitions-incorporated:before {
  content: "";
}

.fa-ad:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-card:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-adobe:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-air-freshener:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-allergies:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angry:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-ankh:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-apple-alt:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-archway:before {
  content: "";
}

.fa-arrow-alt-circle-down:before {
  content: "";
}

.fa-arrow-alt-circle-left:before {
  content: "";
}

.fa-arrow-alt-circle-right:before {
  content: "";
}

.fa-arrow-alt-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-arrows-alt-h:before {
  content: "";
}

.fa-arrows-alt-v:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-atlas:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-atom:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-award:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-baby:before {
  content: "";
}

.fa-baby-carriage:before {
  content: "";
}

.fa-backspace:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-bacon:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-balance-scale-left:before {
  content: "";
}

.fa-balance-scale-right:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-band-aid:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-baseball-ball:before {
  content: "";
}

.fa-basketball-ball:before {
  content: "";
}

.fa-bath:before {
  content: "";
}

.fa-battery-empty:before {
  content: "";
}

.fa-battery-full:before {
  content: "";
}

.fa-battery-half:before {
  content: "";
}

.fa-battery-quarter:before {
  content: "";
}

.fa-battery-three-quarters:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-bed:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bezier-curve:before {
  content: "";
}

.fa-bible:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-biking:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-biohazard:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-blender:before {
  content: "";
}

.fa-blender-phone:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-blog:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-bolt:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-bone:before {
  content: "";
}

.fa-bong:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-book-dead:before {
  content: "";
}

.fa-book-medical:before {
  content: "";
}

.fa-book-open:before {
  content: "";
}

.fa-book-reader:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-border-all:before {
  content: "";
}

.fa-border-none:before {
  content: "";
}

.fa-border-style:before {
  content: "";
}

.fa-bowling-ball:before {
  content: "";
}

.fa-box:before {
  content: "";
}

.fa-box-open:before {
  content: "";
}

.fa-boxes:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-brain:before {
  content: "";
}

.fa-bread-slice:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-briefcase-medical:before {
  content: "";
}

.fa-broadcast-tower:before {
  content: "";
}

.fa-broom:before {
  content: "";
}

.fa-brush:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-burn:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-bus-alt:before {
  content: "";
}

.fa-business-time:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-calendar-alt:before {
  content: "";
}

.fa-calendar-check:before {
  content: "";
}

.fa-calendar-day:before {
  content: "";
}

.fa-calendar-minus:before {
  content: "";
}

.fa-calendar-plus:before {
  content: "";
}

.fa-calendar-times:before {
  content: "";
}

.fa-calendar-week:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-campground:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-candy-cane:before {
  content: "";
}

.fa-cannabis:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

.fa-car:before {
  content: "";
}

.fa-car-alt:before {
  content: "";
}

.fa-car-battery:before {
  content: "";
}

.fa-car-crash:before {
  content: "";
}

.fa-car-side:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-caret-square-down:before {
  content: "";
}

.fa-caret-square-left:before {
  content: "";
}

.fa-caret-square-right:before {
  content: "";
}

.fa-caret-square-up:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-carrot:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cash-register:before {
  content: "";
}

.fa-cat:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-chair:before {
  content: "";
}

.fa-chalkboard:before {
  content: "";
}

.fa-chalkboard-teacher:before {
  content: "";
}

.fa-charging-station:before {
  content: "";
}

.fa-chart-area:before {
  content: "";
}

.fa-chart-bar:before {
  content: "";
}

.fa-chart-line:before {
  content: "";
}

.fa-chart-pie:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-check-double:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-cheese:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

.fa-chess-bishop:before {
  content: "";
}

.fa-chess-board:before {
  content: "";
}

.fa-chess-king:before {
  content: "";
}

.fa-chess-knight:before {
  content: "";
}

.fa-chess-pawn:before {
  content: "";
}

.fa-chess-queen:before {
  content: "";
}

.fa-chess-rook:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-church:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-circle-notch:before {
  content: "";
}

.fa-city:before {
  content: "";
}

.fa-clinic-medical:before {
  content: "";
}

.fa-clipboard:before {
  content: "";
}

.fa-clipboard-check:before {
  content: "";
}

.fa-clipboard-list:before {
  content: "";
}

.fa-clock:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-closed-captioning:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-cloud-download-alt:before {
  content: "";
}

.fa-cloud-meatball:before {
  content: "";
}

.fa-cloud-moon:before {
  content: "";
}

.fa-cloud-moon-rain:before {
  content: "";
}

.fa-cloud-rain:before {
  content: "";
}

.fa-cloud-showers-heavy:before {
  content: "";
}

.fa-cloud-sun:before {
  content: "";
}

.fa-cloud-sun-rain:before {
  content: "";
}

.fa-cloud-upload-alt:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-cocktail:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-code-branch:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-coins:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-comment-alt:before {
  content: "";
}

.fa-comment-dollar:before {
  content: "";
}

.fa-comment-dots:before {
  content: "";
}

.fa-comment-medical:before {
  content: "";
}

.fa-comment-slash:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-comments-dollar:before {
  content: "";
}

.fa-compact-disc:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-compress-arrows-alt:before {
  content: "";
}

.fa-concierge-bell:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-cookie:before {
  content: "";
}

.fa-cookie-bite:before {
  content: "";
}

.fa-copy:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-couch:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-crop-alt:before {
  content: "";
}

.fa-cross:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-crow:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-crutch:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-cut:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-deaf:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-democrat:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-dharmachakra:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-diagnoses:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-dice:before {
  content: "";
}

.fa-dice-d20:before {
  content: "";
}

.fa-dice-d6:before {
  content: "";
}

.fa-dice-five:before {
  content: "";
}

.fa-dice-four:before {
  content: "";
}

.fa-dice-one:before {
  content: "";
}

.fa-dice-six:before {
  content: "";
}

.fa-dice-three:before {
  content: "";
}

.fa-dice-two:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-digital-tachograph:before {
  content: "";
}

.fa-directions:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-divide:before {
  content: "";
}

.fa-dizzy:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-dog:before {
  content: "";
}

.fa-dollar-sign:before {
  content: "";
}

.fa-dolly:before {
  content: "";
}

.fa-dolly-flatbed:before {
  content: "";
}

.fa-donate:before {
  content: "";
}

.fa-door-closed:before {
  content: "";
}

.fa-door-open:before {
  content: "";
}

.fa-dot-circle:before {
  content: "";
}

.fa-dove:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-drafting-compass:before {
  content: "";
}

.fa-dragon:before {
  content: "";
}

.fa-draw-polygon:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-drum:before {
  content: "";
}

.fa-drum-steelpan:before {
  content: "";
}

.fa-drumstick-bite:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-dumbbell:before {
  content: "";
}

.fa-dumpster:before {
  content: "";
}

.fa-dumpster-fire:before {
  content: "";
}

.fa-dungeon:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-edit:before {
  content: "";
}

.fa-egg:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-text:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-equals:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-ethernet:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-euro-sign:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-exchange-alt:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-exclamation-triangle:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-expand-arrows-alt:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-external-link-alt:before {
  content: "";
}

.fa-external-link-square-alt:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-dropper:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-fan:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-feather:before {
  content: "";
}

.fa-feather-alt:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-alt:before {
  content: "";
}

.fa-file-archive:before {
  content: "";
}

.fa-file-audio:before {
  content: "";
}

.fa-file-code:before {
  content: "";
}

.fa-file-contract:before {
  content: "";
}

.fa-file-csv:before {
  content: "";
}

.fa-file-download:before {
  content: "";
}

.fa-file-excel:before {
  content: "";
}

.fa-file-export:before {
  content: "";
}

.fa-file-image:before {
  content: "";
}

.fa-file-import:before {
  content: "";
}

.fa-file-invoice:before {
  content: "";
}

.fa-file-invoice-dollar:before {
  content: "";
}

.fa-file-medical:before {
  content: "";
}

.fa-file-medical-alt:before {
  content: "";
}

.fa-file-pdf:before {
  content: "";
}

.fa-file-powerpoint:before {
  content: "";
}

.fa-file-prescription:before {
  content: "";
}

.fa-file-signature:before {
  content: "";
}

.fa-file-upload:before {
  content: "";
}

.fa-file-video:before {
  content: "";
}

.fa-file-word:before {
  content: "";
}

.fa-fill:before {
  content: "";
}

.fa-fill-drip:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-fingerprint:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-fire-alt:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-first-aid:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-fish:before {
  content: "";
}

.fa-fist-raised:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-flag-usa:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-flushed:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-minus:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-folder-plus:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-football-ball:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-frog:before {
  content: "";
}

.fa-frown:before {
  content: "";
}

.fa-frown-open:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-funnel-dollar:before {
  content: "";
}

.fa-futbol:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-gas-pump:before {
  content: "";
}

.fa-gavel:before {
  content: "";
}

.fa-gem:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-ghost:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-gifts:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-glass-cheers:before {
  content: "";
}

.fa-glass-martini:before {
  content: "";
}

.fa-glass-martini-alt:before {
  content: "";
}

.fa-glass-whiskey:before {
  content: "";
}

.fa-glasses:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-globe-africa:before {
  content: "";
}

.fa-globe-americas:before {
  content: "";
}

.fa-globe-asia:before {
  content: "";
}

.fa-globe-europe:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-golf-ball:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-gopuram:before {
  content: "";
}

.fa-graduation-cap:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-greater-than:before {
  content: "";
}

.fa-greater-than-equal:before {
  content: "";
}

.fa-grimace:before {
  content: "";
}

.fa-grin:before {
  content: "";
}

.fa-grin-alt:before {
  content: "";
}

.fa-grin-beam:before {
  content: "";
}

.fa-grin-beam-sweat:before {
  content: "";
}

.fa-grin-hearts:before {
  content: "";
}

.fa-grin-squint:before {
  content: "";
}

.fa-grin-squint-tears:before {
  content: "";
}

.fa-grin-stars:before {
  content: "";
}

.fa-grin-tears:before {
  content: "";
}

.fa-grin-tongue:before {
  content: "";
}

.fa-grin-tongue-squint:before {
  content: "";
}

.fa-grin-tongue-wink:before {
  content: "";
}

.fa-grin-wink:before {
  content: "";
}

.fa-grip-horizontal:before {
  content: "";
}

.fa-grip-lines:before {
  content: "";
}

.fa-grip-lines-vertical:before {
  content: "";
}

.fa-grip-vertical:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-guitar:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-hamburger:before {
  content: "";
}

.fa-hammer:before {
  content: "";
}

.fa-hamsa:before {
  content: "";
}

.fa-hand-holding:before {
  content: "";
}

.fa-hand-holding-heart:before {
  content: "";
}

.fa-hand-holding-usd:before {
  content: "";
}

.fa-hand-lizard:before {
  content: "";
}

.fa-hand-middle-finger:before {
  content: "";
}

.fa-hand-paper:before {
  content: "";
}

.fa-hand-peace:before {
  content: "";
}

.fa-hand-point-down:before {
  content: "";
}

.fa-hand-point-left:before {
  content: "";
}

.fa-hand-point-right:before {
  content: "";
}

.fa-hand-point-up:before {
  content: "";
}

.fa-hand-pointer:before {
  content: "";
}

.fa-hand-rock:before {
  content: "";
}

.fa-hand-scissors:before {
  content: "";
}

.fa-hand-spock:before {
  content: "";
}

.fa-hands:before {
  content: "";
}

.fa-hands-helping:before {
  content: "";
}

.fa-handshake:before {
  content: "";
}

.fa-hanukiah:before {
  content: "";
}

.fa-hard-hat:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-hat-wizard:before {
  content: "";
}

.fa-haykal:before {
  content: "";
}

.fa-hdd:before {
  content: "";
}

.fa-heading:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-headphones-alt:before {
  content: "";
}

.fa-headset:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-heart-broken:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-helicopter:before {
  content: "";
}

.fa-highlighter:before {
  content: "";
}

.fa-hiking:before {
  content: "";
}

.fa-hippo:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-hockey-puck:before {
  content: "";
}

.fa-holly-berry:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-horse:before {
  content: "";
}

.fa-horse-head:before {
  content: "";
}

.fa-hospital:before {
  content: "";
}

.fa-hospital-alt:before {
  content: "";
}

.fa-hospital-symbol:before {
  content: "";
}

.fa-hot-tub:before {
  content: "";
}

.fa-hotdog:before {
  content: "";
}

.fa-hotel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-start:before {
  content: "";
}

.fa-house-damage:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-hryvnia:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-ice-cream:before {
  content: "";
}

.fa-icicles:before {
  content: "";
}

.fa-icons:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-id-card-alt:before {
  content: "";
}

.fa-igloo:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-infinity:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-jedi:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joint:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-journal-whills:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-kaaba:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-khanda:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-kiss:before {
  content: "";
}

.fa-kiss-beam:before {
  content: "";
}

.fa-kiss-wink-heart:before {
  content: "";
}

.fa-kiwi-bird:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-landmark:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-laptop-code:before {
  content: "";
}

.fa-laptop-medical:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-laugh:before {
  content: "";
}

.fa-laugh-beam:before {
  content: "";
}

.fa-laugh-squint:before {
  content: "";
}

.fa-laugh-wink:before {
  content: "";
}

.fa-layer-group:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-lemon:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-less-than:before {
  content: "";
}

.fa-less-than-equal:before {
  content: "";
}

.fa-level-down-alt:before {
  content: "";
}

.fa-level-up-alt:before {
  content: "";
}

.fa-life-ring:before {
  content: "";
}

.fa-lightbulb:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-link:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-luggage-cart:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-mail-bulk:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-map-marked:before {
  content: "";
}

.fa-map-marked-alt:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-map-marker-alt:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-marker:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mask:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-medal:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-meh:before {
  content: "";
}

.fa-meh-blank:before {
  content: "";
}

.fa-meh-rolling-eyes:before {
  content: "";
}

.fa-memory:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-menorah:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-meteor:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-alt:before {
  content: "";
}

.fa-microphone-alt-slash:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-microscope:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-mitten:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

.fa-money-bill:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

.fa-money-bill-wave:before {
  content: "";
}

.fa-money-bill-wave-alt:before {
  content: "";
}

.fa-money-check:before {
  content: "";
}

.fa-money-check-alt:before {
  content: "";
}

.fa-monument:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-mortar-pestle:before {
  content: "";
}

.fa-mosque:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mountain:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-mug-hot:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-network-wired:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-not-equal:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-oil-can:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-om:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-otter:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-pager:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-paint-roller:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-parachute-box:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-parking:before {
  content: "";
}

.fa-passport:before {
  content: "";
}

.fa-pastafarianism:before {
  content: "";
}

.fa-paste:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-peace:before {
  content: "";
}

.fa-pen:before {
  content: "";
}

.fa-pen-alt:before {
  content: "";
}

.fa-pen-fancy:before {
  content: "";
}

.fa-pen-nib:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-pencil-ruler:before {
  content: "";
}

.fa-penny-arcade:before {
  content: "";
}

.fa-people-carry:before {
  content: "";
}

.fa-pepper-hot:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-percentage:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-person-booth:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-alt:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-phone-square-alt:before {
  content: "";
}

.fa-phone-volume:before {
  content: "";
}

.fa-photo-video:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-pizza-slice:before {
  content: "";
}

.fa-place-of-worship:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-plane-arrival:before {
  content: "";
}

.fa-plane-departure:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-poll:before {
  content: "";
}

.fa-poll-h:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-poo-storm:before {
  content: "";
}

.fa-poop:before {
  content: "";
}

.fa-portrait:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-pray:before {
  content: "";
}

.fa-praying-hands:before {
  content: "";
}

.fa-prescription:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-procedures:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-project-diagram:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-quran:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-radiation:before {
  content: "";
}

.fa-radiation-alt:before {
  content: "";
}

.fa-rainbow:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-receipt:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-remove-format:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-republican:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-restroom:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-ring:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-robot:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-route:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-ruble-sign:before {
  content: "";
}

.fa-ruler:before {
  content: "";
}

.fa-ruler-combined:before {
  content: "";
}

.fa-ruler-horizontal:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-running:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-sad-cry:before {
  content: "";
}

.fa-sad-tear:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-satellite:before {
  content: "";
}

.fa-satellite-dish:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-scroll:before {
  content: "";
}

.fa-sd-card:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-search-dollar:before {
  content: "";
}

.fa-search-location:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-shapes:before {
  content: "";
}

.fa-share:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-shekel-sign:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-shipping-fast:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shoe-prints:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-shuttle-van:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-signature:before {
  content: "";
}

.fa-sim-card:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-skating:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-skiing:before {
  content: "";
}

.fa-skiing-nordic:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skull-crossbones:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-slash:before {
  content: "";
}

.fa-sleigh:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-smile:before {
  content: "";
}

.fa-smile-beam:before {
  content: "";
}

.fa-smile-wink:before {
  content: "";
}

.fa-smog:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-smoking-ban:before {
  content: "";
}

.fa-sms:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snowboarding:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-snowman:before {
  content: "";
}

.fa-snowplow:before {
  content: "";
}

.fa-socks:before {
  content: "";
}

.fa-solar-panel:before {
  content: "";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-down-alt:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-alpha-up-alt:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-down-alt:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-amount-up-alt:before {
  content: "";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-down-alt:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-numeric-up-alt:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-spa:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-spell-check:before {
  content: "";
}

.fa-spider:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-splotch:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-spray-can:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-square-root-alt:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-stamp:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-and-crescent:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-star-half-alt:before {
  content: "";
}

.fa-star-of-david:before {
  content: "";
}

.fa-star-of-life:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-store:before {
  content: "";
}

.fa-store-alt:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-stream:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-stroopwafel:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-suitcase-rolling:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-surprise:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-swatchbook:before {
  content: "";
}

.fa-swimmer:before {
  content: "";
}

.fa-swimming-pool:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-synagogue:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-teeth:before {
  content: "";
}

.fa-teeth-open:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-temperature-high:before {
  content: "";
}

.fa-temperature-low:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-tenge:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-theater-masks:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbtack:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-tint-slash:before {
  content: "";
}

.fa-tired:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-toilet:before {
  content: "";
}

.fa-toilet-paper:before {
  content: "";
}

.fa-toolbox:before {
  content: "";
}

.fa-tools:before {
  content: "";
}

.fa-tooth:before {
  content: "";
}

.fa-torah:before {
  content: "";
}

.fa-torii-gate:before {
  content: "";
}

.fa-tractor:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-traffic-light:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-tram:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-trash-restore:before {
  content: "";
}

.fa-trash-restore-alt:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-truck-loading:before {
  content: "";
}

.fa-truck-monster:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-truck-pickup:before {
  content: "";
}

.fa-tshirt:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-umbrella-beach:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-alt:before {
  content: "";
}

.fa-user-alt-slash:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-cog:before {
  content: "";
}

.fa-user-edit:before {
  content: "";
}

.fa-user-friends:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-injured:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-user-minus:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-nurse:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-shield:before {
  content: "";
}

.fa-user-slash:before {
  content: "";
}

.fa-user-tag:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-users:before {
  content: "";
}

.fa-users-cog:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-vector-square:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-video-slash:before {
  content: "";
}

.fa-vihara:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-voicemail:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-mute:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-vote-yea:before {
  content: "";
}

.fa-vr-cardboard:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-water:before {
  content: "";
}

.fa-wave-square:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weight:before {
  content: "";
}

.fa-weight-hanging:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wind:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wine-bottle:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-wine-glass-alt:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yin-yang:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

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

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fa-regular-400.eot");
  src: url("fa-regular-400.eot?#iefix") format("embedded-opentype"), url("fa-regular-400.woff2") format("woff2"), url("fa-regular-400.woff") format("woff"), url("fa-regular-400.ttf") format("truetype"), url("fa-regular-400.svg#fontawesome") format("svg");
}

.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("fa-solid-900.eot");
  src: url("fa-solid-900.eot?#iefix") format("embedded-opentype"), url("fa-solid-900.woff2") format("woff2"), url("fa-solid-900.woff") format("woff"), url("fa-solid-900.ttf") format("truetype"), url("fa-solid-900.svg#fontawesome") format("svg");
}

.fa, .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fa-brands-400.eot");
  src: url("fa-brands-400.eot?#iefix") format("embedded-opentype"), url("fa-brands-400.woff2") format("woff2"), url("fa-brands-400.woff") format("woff"), url("fa-brands-400.ttf") format("truetype"), url("fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

select.form-control-xs:not([size]):not([multiple]) {
  height: calc(1.5em + .5rem + 2px) -10px;
}

input:invalid {
  box-shadow: 0 0 5px red;
}

.switch {
  font-size: .875rem;
  position: relative;
  display: inline-block;
}

.switch input {
  position: absolute;
  height: 1px;
  width: 1px;
  background: 0 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  padding: 0;
}

.switch input+label {
  position: relative;
  min-width: calc(calc(calc(1.5em + .75rem + 2px) * .8) * 2);
  border-radius: 0;
  line-height: calc(calc(1.5em + .75rem + 2px) * .8);
  display: inline-block;
  cursor: pointer;
  outline: 0;
  user-select: none;
  vertical-align: middle;
  text-indent: calc(calc(calc(calc(1.5em + .75rem + 2px) * .8) * 2) + .5rem);
}

.switch input+label::after, .switch input+label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(calc(calc(1.5em + .75rem + 2px) * .8) * 2);
  bottom: 0;
  display: block;
}

.switch input+label::before {
  right: 0;
  height: calc(calc(1.5em + .75rem + 2px) * .8);
  background-color: #dee2e6;
  border-radius: 0;
  transition: .2s;
}

.switch input+label::after {
  top: 2px;
  left: 2px;
  width: calc(calc(calc(1.5em + .75rem + 2px) * .8) - calc(2px * 2));
  height: calc(calc(calc(1.5em + .75rem + 2px) * .8) - calc(2px * 2));
  border-radius: 0;
  background-color: #fff;
  transition: .2s;
}

.switch input:invalid+label::before {
  box-shadow: 0 0 5px red;
}

.switch input:checked+label::before {
  background-color: #b92410;
}

.switch input:checked+label::after {
  margin-left: calc(calc(1.5em + .75rem + 2px) * .8);
}

.switch input:focus+label::before {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(185, 36, 16, .25);
}

.switch input:disabled+label {
  color: #6c757d;
  cursor: not-allowed;
}

.switch input:disabled+label::before {
  background-color: #e9ecef;
}

.switch.switch-sm {
  font-size: .76562rem;
}

.switch.switch-sm input+label {
  min-width: calc(calc(calc(1.5em + .5rem + 2px) * .8) * 2);
  line-height: calc(calc(1.5em + .5rem + 2px) * .8);
  text-indent: calc(calc(calc(calc(1.5em + .5rem + 2px) * .8) * 2) + .5rem);
}

.switch.switch-sm input+label::before {
  width: calc(calc(calc(1.5em + .5rem + 2px) * .8) * 2);
  height: calc(calc(1.5em + .5rem + 2px) * .8);
}

.switch.switch-sm input+label::after {
  width: calc(calc(calc(1.5em + .5rem + 2px) * .8) - calc(2px * 2));
  height: calc(calc(calc(1.5em + .5rem + 2px) * .8) - calc(2px * 2));
}

.switch.switch-sm input:checked+label::after {
  margin-left: calc(calc(1.5em + .5rem + 2px) * .8);
}

.switch.switch-lg input+label::before {
  width: calc(calc(calc(1.5em + 1rem + 2px) * .8) * 2);
}

.switch.switch-lg input+label::after {
  width: calc(calc(calc(1.5em + 1rem + 2px) * .8) - calc(2px * 2));
  height: calc(calc(calc(1.5em + 1rem + 2px) * .8) - calc(2px * 2));
}

.switch.switch-lg input:checked+label::after {
  margin-left: calc(calc(1.5em + 1rem + 2px) * .8);
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.rrssb-buttons {
  box-sizing: border-box;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  height: 36px;
  margin: 0;
  padding: 0;
  width: 100%;
  animation-duration: .3s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-name: fade-in;
  animation-delay: .2s;
  display: flex;
  flex-direction: flex-row;
}

.rrssb-buttons>li {
  flex: 1 0 0;
  box-sizing: border-box;
  height: 100%;
  line-height: 13px;
  list-style: none;
  margin: 0;
  padding: 0 2px;
}

.rrssb-buttons>li:first-child {
  padding-left: 0;
}

.rrssb-buttons>li:last-child {
  padding-right: 0;
}

.rrssb-buttons>li.rrssb-email a, .rrssb-buttons>li.rrssb-email a .rrssb-icon, .rrssb-buttons>li.rrssb-email div, .rrssb-buttons>li.rrssb-email div .rrssb-icon {
  background-color: #36b313;
}

.rrssb-buttons>li.rrssb-email a:hover, .rrssb-buttons>li.rrssb-email a:hover .rrssb-icon, .rrssb-buttons>li.rrssb-email div:hover, .rrssb-buttons>li.rrssb-email div:hover .rrssb-icon {
  background-color: #28850e;
}

.rrssb-buttons>li.rrssb-facebook a, .rrssb-buttons>li.rrssb-facebook a .rrssb-icon, .rrssb-buttons>li.rrssb-facebook div, .rrssb-buttons>li.rrssb-facebook div .rrssb-icon {
  background-color: #1877f2;
}

.rrssb-buttons>li.rrssb-facebook a:hover, .rrssb-buttons>li.rrssb-facebook a:hover .rrssb-icon, .rrssb-buttons>li.rrssb-facebook div:hover, .rrssb-buttons>li.rrssb-facebook div:hover .rrssb-icon {
  background-color: #0b5fcc;
}

.rrssb-buttons>li.rrssb-tumblr a:hover, .rrssb-buttons>li.rrssb-tumblr a:hover .rrssb-icon, .rrssb-buttons>li.rrssb-tumblr div:hover, .rrssb-buttons>li.rrssb-tumblr div:hover .rrssb-icon {
  background-color: #22364a;
}

.rrssb-buttons>li.rrssb-linkedin a:hover, .rrssb-buttons>li.rrssb-linkedin a:hover .rrssb-icon, .rrssb-buttons>li.rrssb-linkedin div:hover, .rrssb-buttons>li.rrssb-linkedin div:hover .rrssb-icon {
  background-color: #005983;
}

.rrssb-buttons>li.rrssb-twitter a, .rrssb-buttons>li.rrssb-twitter a .rrssb-icon, .rrssb-buttons>li.rrssb-twitter div, .rrssb-buttons>li.rrssb-twitter div .rrssb-icon {
  background-color: #1b95e0;
}

.rrssb-buttons>li.rrssb-twitter a:hover, .rrssb-buttons>li.rrssb-twitter a:hover .rrssb-icon, .rrssb-buttons>li.rrssb-twitter div:hover, .rrssb-buttons>li.rrssb-twitter div:hover .rrssb-icon {
  background-color: #1677b2;
}

.rrssb-buttons>li.rrssb-googleplus a:hover, .rrssb-buttons>li.rrssb-googleplus a:hover .rrssb-icon, .rrssb-buttons>li.rrssb-googleplus div:hover, .rrssb-buttons>li.rrssb-googleplus div:hover .rrssb-icon {
  background-color: #ce2616;
}

.rrssb-buttons>li.rrssb-youtube a:hover, .rrssb-buttons>li.rrssb-youtube a:hover .rrssb-icon, .rrssb-buttons>li.rrssb-youtube div:hover, .rrssb-buttons>li.rrssb-youtube div:hover .rrssb-icon {
  background-color: #b21627;
}

.rrssb-buttons>li.rrssb-reddit a:hover, .rrssb-buttons>li.rrssb-reddit a:hover .rrssb-icon, .rrssb-buttons>li.rrssb-reddit div:hover, .rrssb-buttons>li.rrssb-reddit div:hover .rrssb-icon {
  background-color: #62a3d9;
}

.rrssb-buttons>li.rrssb-pinterest a:hover, .rrssb-buttons>li.rrssb-pinterest a:hover .rrssb-icon, .rrssb-buttons>li.rrssb-pinterest div:hover, .rrssb-buttons>li.rrssb-pinterest div:hover .rrssb-icon {
  background-color: #8a1119;
}

.rrssb-buttons>li.rrssb-pocket a:hover, .rrssb-buttons>li.rrssb-pocket a:hover .rrssb-icon, .rrssb-buttons>li.rrssb-pocket div:hover, .rrssb-buttons>li.rrssb-pocket div:hover .rrssb-icon {
  background-color: #e4162d;
}

.rrssb-buttons>li.rrssb-github a:hover, .rrssb-buttons>li.rrssb-github a:hover .rrssb-icon, .rrssb-buttons>li.rrssb-github div:hover, .rrssb-buttons>li.rrssb-github div:hover .rrssb-icon {
  background-color: #2b2b2b;
}

.rrssb-buttons>li.rrssb-instagram a:hover, .rrssb-buttons>li.rrssb-instagram a:hover .rrssb-icon, .rrssb-buttons>li.rrssb-instagram div:hover, .rrssb-buttons>li.rrssb-instagram div:hover .rrssb-icon {
  background-color: #0c3a5b;
}

.rrssb-buttons>li.rrssb-delicious a:hover, .rrssb-buttons>li.rrssb-delicious a:hover .rrssb-icon, .rrssb-buttons>li.rrssb-delicious div:hover, .rrssb-buttons>li.rrssb-delicious div:hover .rrssb-icon {
  background-color: #095fb4;
}

.rrssb-buttons>li.rrssb-vk a:hover, .rrssb-buttons>li.rrssb-vk a:hover .rrssb-icon, .rrssb-buttons>li.rrssb-vk div:hover, .rrssb-buttons>li.rrssb-vk div:hover .rrssb-icon {
  background-color: #3d5a86;
}

.rrssb-buttons>li.rrssb-hackernews a:hover, .rrssb-buttons>li.rrssb-hackernews a:hover .rrssb-icon, .rrssb-buttons>li.rrssb-hackernews div:hover, .rrssb-buttons>li.rrssb-hackernews div:hover .rrssb-icon {
  background-color: #cc5200;
}

.rrssb-buttons>li.rrssb-whatsapp a, .rrssb-buttons>li.rrssb-whatsapp a .rrssb-icon, .rrssb-buttons>li.rrssb-whatsapp div, .rrssb-buttons>li.rrssb-whatsapp div .rrssb-icon {
  background-color: #43d854;
}

.rrssb-buttons>li.rrssb-whatsapp a:hover, .rrssb-buttons>li.rrssb-whatsapp a:hover .rrssb-icon, .rrssb-buttons>li.rrssb-whatsapp div:hover, .rrssb-buttons>li.rrssb-whatsapp div:hover .rrssb-icon {
  background-color: #28c039;
}

.rrssb-buttons>li.rrssb-print a:hover, .rrssb-buttons>li.rrssb-print a:hover .rrssb-icon, .rrssb-buttons>li.rrssb-print div:hover, .rrssb-buttons>li.rrssb-print div:hover .rrssb-icon {
  background-color: #717f8b;
}

.rrssb-buttons>li.rrssb-xing a:hover, .rrssb-buttons>li.rrssb-xing a:hover .rrssb-icon, .rrssb-buttons>li.rrssb-xing div:hover, .rrssb-buttons>li.rrssb-xing div:hover .rrssb-icon {
  background-color: #002a2c;
}

.rrssb-buttons>li.rrssb-facebook div:hover, .rrssb-buttons>li.rrssb-facebook div:hover .rrssb-icon {
  background-color: #1877f2;
}

.rrssb-buttons>li a, .rrssb-buttons>li div {
  background-color: #ccc;
  border-radius: 0;
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  height: 100%;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .2s ease-in-out;
  width: 100%;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-width: 36px;
}

.rrssb-buttons>li a .rrssb-icon, .rrssb-buttons>li div .rrssb-icon {
  transition: background-color .2s ease-in-out;
  flex: 0 0 auto;
  font-size: 1.15rem;
  display: inline-block;
  padding: 0 .5rem;
}

.rrssb-buttons>li a .rrssb-text, .rrssb-buttons>li div .rrssb-text {
  flex: 1 0 0;
  padding: 0 0 0 .25rem;
}

.rrssb-buttons>li a:hover, .rrssb-buttons>li div:hover {
  color: #fff;
}

.rrssb-buttons>li a:active, .rrssb-buttons>li div:active {
  box-shadow: inset 1px 3px 15px 0 rgba(22, 0, 0, .25);
}

.rrssb-buttons>li.icon-only {
  flex: 0 0 auto;
}

.rrssb-buttons>li.icon-only a {
  justify-content: center;
}

.rrssb-buttons>li.icon-only a .rrssb-text {
  display: none;
}

.typeahead__container button, .typeahead__container input, .typeahead__container optgroup, .typeahead__container select, .typeahead__container textarea {
  font: inherit;
  margin: 0;
}

.typeahead__container optgroup {
  font-weight: 700;
}

.typeahead__container button, .typeahead__container input {
  overflow: visible;
}

.typeahead__container button, .typeahead__container select {
  text-transform: none;
}

.typeahead__container [type=reset], .typeahead__container [type=submit], .typeahead__container button, .typeahead__container html [type=button] {
  -webkit-appearance: button;
}

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

.typeahead__container [type=button]:-moz-focusring, .typeahead__container [type=reset]:-moz-focusring, .typeahead__container [type=submit]:-moz-focusring, .typeahead__container button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

.typeahead__container fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

.typeahead__container legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

.typeahead__container textarea {
  overflow: auto;
}

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

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

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

.typeahead__container [type=search]::-webkit-search-cancel-button, .typeahead__container [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.typeahead__container ::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

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

.typeahead__container {
  position: relative;
  font: 1rem "Open Sans", Arial, Helvetica, sans-serif;
}

.typeahead__container * {
  box-sizing: border-box;
  outline: 0;
}

.typeahead__query {
  position: relative;
  z-index: 2;
  width: 100%;
}

.typeahead__filter {
  position: relative;
}

.typeahead__filter button {
  min-width: 100%;
  white-space: nowrap;
}

.typeahead__filter button:after {
  display: inline-block;
  margin-left: 4px;
  width: 0;
  height: 0;
  vertical-align: -2px;
  content: "";
  border: 4px solid;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.typeahead__field {
  display: flex;
  position: relative;
  width: 100%;
  color: #555;
}

.typeahead__button button {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.typeahead__field .typeahead__hint, .typeahead__field [contenteditable], .typeahead__field input, .typeahead__field textarea {
  display: block;
  width: 100%;
  line-height: 1.25;
  min-height: calc(.5rem * 2 + 1.25rem + 2px);
  padding: .5rem .75rem;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px 0 0 2px;
  appearance: none;
  box-sizing: border-box;
}

.typeahead__field .typeahead__hint:active, .typeahead__field .typeahead__hint:focus, .typeahead__field [contenteditable]:active, .typeahead__field [contenteditable]:focus, .typeahead__field input:active, .typeahead__field input:focus, .typeahead__field textarea:active, .typeahead__field textarea:focus {
  border-color: #b92410;
}

.typeahead__field input[type=search], .typeahead__field input[type=search]::-webkit-search-cancel-button {
  appearance: none;
}

.typeahead__field input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.typeahead__container.hint .typeahead__field [contenteditable], .typeahead__container.hint .typeahead__field input, .typeahead__container.hint .typeahead__field textarea {
  background: 0 0;
}

.typeahead__container.hint .typeahead__query>:last-child, .typeahead__hint {
  background: #fff;
}

.typeahead__container button {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  line-height: 1.25;
  padding: .5rem .75rem;
  user-select: none;
}

.typeahead__container button.active, .typeahead__container button:active {
  background-image: none;
}

.typeahead__container button:active, .typeahead__container button:focus {
  border-color: #b92410;
}

.typeahead__container button.disabled, .typeahead__container button[disabled], .typeahead__container input.disabled, .typeahead__container input[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  box-shadow: none;
  background-color: #fff;
  border-color: #ccc;
}

.typeahead__container .typeahead__field .typeahead__hint, .typeahead__container .typeahead__field .typeahead__label-container, .typeahead__container .typeahead__field [contenteditable], .typeahead__container .typeahead__field input, .typeahead__container .typeahead__field textarea {
  padding-right: 32px;
}

.typeahead__button, .typeahead__filter {
  z-index: 1;
}

.typeahead__button button, .typeahead__filter button {
  margin-left: -1px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.typeahead__button:active, .typeahead__button:active button:active, .typeahead__button:active button:focus, .typeahead__button:focus, .typeahead__button:focus button:active, .typeahead__button:focus button:focus, .typeahead__button:hover, .typeahead__button:hover button:active, .typeahead__button:hover button:focus, .typeahead__filter:active, .typeahead__filter:active button:active, .typeahead__filter:active button:focus, .typeahead__filter:focus, .typeahead__filter:focus button:active, .typeahead__filter:focus button:focus, .typeahead__filter:hover, .typeahead__filter:hover button:active, .typeahead__filter:hover button:focus {
  z-index: 1001;
}

.typeahead__filter+.typeahead__button button {
  margin-left: -2px;
}

.typeahead__container.filter .typeahead__filter {
  z-index: 1001;
}

.typeahead__dropdown, .typeahead__list {
  position: absolute;
  left: 0;
  z-index: 1000;
  width: 100%;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-clip: padding-box;
}

.typeahead__result.detached .typeahead__list {
  position: relative;
  z-index: 1041;
  top: initial;
  left: initial;
}

.typeahead__dropdown {
  right: 0;
  left: initial;
  z-index: 1001;
}

.typeahead__list>li {
  position: relative;
  border-top: 1px solid #ccc;
}

.typeahead__list>li:first-child {
  border-top: none;
}

.typeahead__dropdown>li[disabled]>a, .typeahead__list>li[disabled]>a {
  cursor: not-allowed;
  color: #bababa;
  background-color: #fafafa;
}

.typeahead__dropdown>li>a, .typeahead__list>li>a {
  display: block;
  padding: .5rem .75rem;
  clear: both;
  color: #333;
  text-decoration: none;
}

.typeahead__dropdown>li:not([disabled]).active>a, .typeahead__dropdown>li:not([disabled])>a:focus, .typeahead__dropdown>li:not([disabled])>a:hover, .typeahead__list>li:not([disabled]).active>a, .typeahead__list>li:not([disabled])>a:focus, .typeahead__list>li:not([disabled])>a:hover {
  background-color: #f5f5f5;
  color: #3c3c3c;
}

.typeahead__list.empty>li {
  padding: .5rem .75rem;
  color: #333;
}

.typeahead__list>li.typeahead__group {
  border-color: #ef5540;
  font-weight: 700;
}

.typeahead__list>li.typeahead__group:first-child {
  border-top: 1px solid #ef5540;
}

.typeahead__list>li.typeahead__group.active>a, .typeahead__list>li.typeahead__group>a, .typeahead__list>li.typeahead__group>a:focus, .typeahead__list>li.typeahead__group>a:hover {
  cursor: default;
  color: #2c0904;
  background: #f37f6f;
}

.typeahead__list>li.typeahead__group+li.typeahead__item {
  border-color: #ef5540;
}

.typeahead__container.backdrop+.typeahead__backdrop, .typeahead__container.filter .typeahead__dropdown, .typeahead__container.hint .typeahead__hint, .typeahead__container.result .typeahead__list {
  display: block !important;
}

.typeahead__container .typeahead__dropdown, .typeahead__container .typeahead__hint, .typeahead__container .typeahead__list, .typeahead__container+.typeahead__backdrop {
  display: none !important;
}

.typeahead__dropdown li:last-child {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #ccc;
}

.typeahead__cancel-button {
  user-select: none;
  position: absolute;
  right: 0;
  cursor: pointer;
  line-height: 1.25;
  padding: .5rem .75rem;
  visibility: hidden;
}

.typeahead__container.cancel:not(.loading) .typeahead__cancel-button, .typeahead__label .typeahead__cancel-button {
  visibility: visible;
}

.typeahead__container.cancel:not(.loading) .typeahead__cancel-button:hover, .typeahead__label .typeahead__cancel-button:hover {
  color: #d0021b;
}

.typeahead__search-icon {
  padding: 0 1.25rem;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI1MC4zMTMgMjUwLjMxMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjUwLjMxMyAyNTAuMzEzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnIGlkPSJTZWFyY2giPgoJPHBhdGggc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkOyIgZD0iTTI0NC4xODYsMjE0LjYwNGwtNTQuMzc5LTU0LjM3OGMtMC4yODktMC4yODktMC42MjgtMC40OTEtMC45My0wLjc2ICAgYzEwLjctMTYuMjMxLDE2Ljk0NS0zNS42NiwxNi45NDUtNTYuNTU0QzIwNS44MjIsNDYuMDc1LDE1OS43NDcsMCwxMDIuOTExLDBTMCw0Ni4wNzUsMCwxMDIuOTExICAgYzAsNTYuODM1LDQ2LjA3NCwxMDIuOTExLDEwMi45MSwxMDIuOTExYzIwLjg5NSwwLDQwLjMyMy02LjI0NSw1Ni41NTQtMTYuOTQ1YzAuMjY5LDAuMzAxLDAuNDcsMC42NCwwLjc1OSwwLjkyOWw1NC4zOCw1NC4zOCAgIGM4LjE2OSw4LjE2OCwyMS40MTMsOC4xNjgsMjkuNTgzLDBDMjUyLjM1NCwyMzYuMDE3LDI1Mi4zNTQsMjIyLjc3MywyNDQuMTg2LDIxNC42MDR6IE0xMDIuOTExLDE3MC4xNDYgICBjLTM3LjEzNCwwLTY3LjIzNi0zMC4xMDItNjcuMjM2LTY3LjIzNWMwLTM3LjEzNCwzMC4xMDMtNjcuMjM2LDY3LjIzNi02Ny4yMzZjMzcuMTMyLDAsNjcuMjM1LDMwLjEwMyw2Ny4yMzUsNjcuMjM2ICAgQzE3MC4xNDYsMTQwLjA0NCwxNDAuMDQzLDE3MC4xNDYsMTAyLjkxMSwxNzAuMTQ2eiIgZmlsbD0iIzU1NTU1NSIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=") center center no-repeat;
}

.typeahead__container.loading .typeahead__query:after, .typeahead__container.loading .typeahead__query:before {
  transition: linear, opacity .2s;
  position: absolute;
  z-index: 3;
  content: "";
  top: 50%;
  right: .55em;
  margin-top: -.675rem;
  width: 1.35rem;
  height: 1.35rem;
  box-sizing: border-box;
  border-radius: 500rem;
  border-style: solid;
  border-width: .1em;
}

.typeahead__container.loading .typeahead__query:before {
  border-color: rgba(0, 0, 0, .35);
}

.typeahead__container.loading .typeahead__query:after {
  animation: .6s linear infinite button-spin;
  border-color: #fff transparent transparent;
  box-shadow: 0 0 0 1px transparent;
}

@keyframes button-spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

.typeahead__label-container {
  list-style: none;
  position: absolute;
  padding-top: calc(1rem * .375);
  padding-left: 6px;
  width: 100%;
  flex-wrap: wrap;
  display: flex;
}

.typeahead__label {
  display: flex;
  font-size: calc(1rem * .875);
  position: relative;
  background: #f37f6f;
  border: 1px solid #c2e0ff;
  padding-left: 4px;
  border-radius: 2px;
  margin-right: 4px;
  margin-bottom: calc(1rem * .375);
}

.typeahead__label>* {
  align-self: center;
}

.typeahead__label .typeahead__cancel-button {
  right: 4px;
  line-height: normal;
  height: auto;
  position: static;
  padding-top: calc(1rem * .25 - 1px);
  padding-bottom: calc(1rem * .25 + 1px);
  padding-left: 6px;
  padding-right: 6px;
  margin-left: 4px;
  font-size: calc(1rem * .875);
  border-left: 1px solid #c2e0ff;
}

.typeahead__label .typeahead__cancel-button:hover {
  background-color: #f16a58;
}

header .top-stripe {
  margin: 0 -16px;
}

header .top-links {
  position: relative;
  margin: 0 -15px 15px;
  padding: 3px 30px;
  border-bottom: 1px solid #eee;
  background: #f9f9f9;
}

header .top-links a {
  color: #921500;
}

header .logo-link {
  display: flex;
  align-items: center;
  padding-top: 10px;
  white-space: nowrap;
}

header .logo-link:hover {
  text-decoration: none;
}

header .logo-link .logo-icon {
  max-width: 40px;
  min-width: 20px;
  flex: 1 1 auto;
  object-fit: contain;
}

header .logo-link .logo-text {
  flex: 1 1 auto;
  object-fit: contain;
  max-width: 400px;
  min-width: 180px;
}

header .logo-icon {
  flex: 0 0 auto;
  margin-right: 10px;
  animation: 1s spin;
}

header .logo-icon:hover {
  transition: transform .5s;
  transform: rotate(-360deg);
}

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

header .navbar-toggler {
  color: #b92410;
  border-color: rgba(0, 0, 0, .1);
  margin-top: 7px;
  padding: .25rem .65rem;
  font-size: 1.5rem;
}

header #navscroll {
  transition: top .4s;
  background-color: #fff;
  margin: 0 -15px;
}

header #navscroll.scrollstop {
  top: -100px;
}

header #navscroll .scrollingmenu {
  display: none;
}

header #navscroll .topmenu {
  display: grid;
  grid-template-columns: 16% auto 16%;
  grid-template-rows: auto;
  grid-template-areas: ". logo topright" "mainmenu mainmenu mainmenu";
}

header #navscroll .topmenu .logo {
  grid-area: logo;
  justify-self: center;
  align-self: center;
}

header #navscroll .topmenu .logo .logo-link {
  padding: 0;
}

header #navscroll .topmenu .topright {
  grid-area: topright;
  justify-self: end;
  padding-right: 15px;
}

header #navscroll .topmenu .mainmenu {
  grid-area: mainmenu;
  justify-self: center;
  width: 100%;
  margin-top: 15px;
}

header #navscroll .topmenu .mainmenu .navbar {
  padding: 0;
  background-color: #eee;
}

header #navscroll .topmenu .mainmenu .navbar .nav-link {
  color: #333;
}

header #navscroll .topmenu .mainmenu .navbar .nav-link:hover {
  color: #b92410;
}

header #navscroll .topmenu .mainmenu .navbar-collapse {
  justify-content: space-between;
}

header #navscroll .topmenu .mainmenu .navbar-nav {
  margin: 0 auto;
}

header .iconbox {
  font-size: .75rem;
  margin-left: 5px;
  flex: 0 0 auto;
  max-width: 20px;
  height: 20px;
  margin-top: 1px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  border: 1px solid #f9f9f9;
  transition: max-width 1s;
}

header .iconbox.show, header .iconbox:hover {
  max-width: 220px;
}

header .iconbox .text {
  padding: 5px 10px;
  background-color: #f9f9f9;
  color: #444;
  display: inline-block;
}

header .iconbox .icon {
  flex: 0 0 auto;
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
}

header .iconbox .icon .fa-envelope {
  margin-left: 2px;
}

header .plugin {
  flex: 0 1 100%;
  height: 26px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

header .showLogin {
  cursor: pointer;
  color: #fff !important;
  background-color: #b92410;
  border-color: #b92410;
}

header .login-popdown {
  text-align: left;
  position: absolute;
  z-index: 1000;
  width: 400px;
  top: 28px;
  right: 0;
  box-shadow: rgba(150, 150, 150, .2) 0 2px 2px, rgba(150, 150, 150, .2) 0 4px 4px, rgba(150, 150, 150, .2) 0 8px 8px, rgba(150, 150, 150, .2) 0 16px 16px, rgba(150, 150, 150, .2) 0 32px 32px, rgba(150, 150, 150, .2) 0 64px 64px;
}

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

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

header .facebook {
  color: #fff !important;
  background-color: #1877f2;
  border-color: #1877f2;
}

header .twitter {
  color: #fff !important;
  background-color: #1b95e0;
  border-color: #1b95e0;
}

header .newsletter {
  background-color: #36b313;
  border-color: #36b313;
  color: #fff !important;
}

header .newsletter .newsletter-follow:hover {
  background-color: #2c9310;
}

header .logobar {
  padding-bottom: 10px;
}

header .logobar.scrolling .top-links {
  margin-bottom: 120px;
}

header .logobar.scrolling #navscroll {
  box-shadow: rgba(150, 150, 150, .2) 0 2px 2px, rgba(150, 150, 150, .2) 0 4px 4px, rgba(150, 150, 150, .2) 0 8px 8px, rgba(150, 150, 150, .2) 0 16px 16px, rgba(150, 150, 150, .2) 0 32px 32px, rgba(150, 150, 150, .2) 0 64px 64px;
  height: auto;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
}

header .logobar.scrolling #navscroll .topmenu {
  grid-template-columns: 30px 1fr;
  grid-template-areas: "logo mainmenu" "search search";
}

header .logobar.scrolling #navscroll .topmenu .topright {
  display: none;
}

header .logobar.scrolling #navscroll .topmenu .logo {
  align-self: start;
  margin-top: 15px;
}

header .logobar.scrolling #navscroll .topmenu .logo .logo-icon {
  width: 25px;
}

header .logobar.scrolling #navscroll .topmenu .mainmenu {
  justify-self: start;
  margin-top: 0;
}

header .logobar.scrolling #navscroll .topmenu .mainmenu .nav-link, header .logobar.scrolling #navscroll .topmenu .mainmenu .navbar {
  padding-bottom: .5rem;
  padding-top: .4rem;
  background-color: #fff;
}

header .logobar.scrolling #navscroll .topmenu .mainmenu .navbar-nav {
  margin: 0;
}

header .logobar.scrolling #navscroll .topmenu .mainmenu .navbar-nav>li>a {
  font-size: 18px;
}

header .logobar.scrolling #navscroll .topmenu .mainmenu #search {
  margin: 0 -15px 0 -45px;
}

header .logobar.scrolling #navscroll .scrollingmenu {
  display: block;
  margin-left: auto;
}

header .logobar.scrolling #navscroll .scrollhide {
  display: none;
}

header .navbar {
  margin-bottom: 0;
}

header .navbar-nav {
  font-size: 12px;
  text-transform: uppercase;
}

header .navbar-nav>li>a {
  color: #b92410;
  font-size: 20px;
  font-weight: 400;
  font-family: "Open Sans";
}

header .navbar-nav>li>a:hover {
  color: #333;
  text-decoration: none;
}

header .top-tags ul li a:hover {
  color: #fff;
  background: #b92410;
  text-decoration: none;
}

header #login, header #search {
  background: #eee;
  padding: 0 30px;
}

.mobilePadding {
  height: 0;
  display: none;
}

.tagbox {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  color: rgba(255, 255, 255, .7);
  background: #4d4d4d;
  padding: 15px 30px;
  margin: 0 -15px;
  display: flex;
  align-items: center;
}

.tagbox .title {
  flex: 1 1 8%;
  max-width: 8%;
  font-weight: 700;
  padding-right: 10px;
}

.tagbox .title .fas {
  display: none;
}

.tagbox .btns {
  flex: 1 1 auto;
  width: auto;
  max-width: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.tagbox .btns .btn {
  margin: 0 2px;
}

body {
  color: #444;
  line-height: 1.6;
  background: #666;
}

::selection {
  background-color: #b92410;
  color: #fff;
}

h1 {
  font-size: 1.3rem;
}

h1.subheadline {
  font-family: "Open Sans";
  font-size: 1rem;
  margin-bottom: 30px;
  margin-top: -10px;
  text-align: center;
  color: #b92410;
  display: block;
}

h2.subheadline {
  font-family: "Open Sans";
  font-size: 1rem;
  margin-bottom: 30px;
  margin-top: -5px;
  text-align: center;
  color: #b92410;
}

.dummyheader div.subheadline {
  font-family: "Open Sans";
  font-size: 1rem;
  margin-bottom: 30px;
  margin-top: -5px;
  text-align: center;
  color: #b92410;
  font-weight: 700;
}

h4 {
  font-size: 1.4rem;
}

a, a:active, a:hover {
  text-decoration: none;
}

article h2, article h3 {
  margin: 3px 0;
}

article h2 a, article h3 a {
  color: #333;
}

picture {
  width: 100%;
  height: 100%;
}

picture img {
  width: 100%;
  object-fit: contain;
  object-position: center center;
}

ul {
  list-style-type: square;
}

.top-stripe {
  height: 4px;
  background-image: linear-gradient(to right, #b92410 0, #921500 100%);
  background-repeat: repeat-x;
}

.container, header .logobar.scrolling #navscroll {
  background: #fff;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  min-width: 320px;
}

footer.container, header .logobar.scrolling footer#navscroll {
  border: 0;
}

.w-300 {
  max-width: 330px !important;
}

.w100p {
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  color: #333;
  font-family: "Open Sans";
  font-weight: 700;
  line-height: 1.3;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 20px;
  line-height: 1.3;
}

h1.category, h2.category, h3.category {
  font-size: 36px;
  margin: 25px 0;
}

h1.category a, h2.category a, h3.category a {
  color: #333;
}

div.category-center {
  color: #333;
  font-family: "Open Sans";
  font-weight: 700;
  line-height: 1.3;
}

div.category-center span {
  font-weight: 700;
}

.firstcategory {
  font-size: 36px;
  margin: 25px 0 0;
}

div.category-center, h1.category-center, h2.category-center, h3.category-center {
  text-align: center;
}

.category-header {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.category-header .header-text {
  padding: 0 30px;
  flex: 0 0 auto;
}

.category-header::after, .category-header::before {
  flex: 1 1 auto;
  display: block;
  content: "";
  height: 4px;
  background-image: linear-gradient(to right, #b92410 0, #921500 100%);
  background-repeat: repeat-x;
}

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

.lead a:hover {
  text-decoration: none;
  color: #444;
}

a:hover {
  color: #921500;
}

iframe {
  max-width: 100%;
}

.dropdown-menu {
  box-shadow: rgba(150, 150, 150, .2) 0 2px 2px, rgba(150, 150, 150, .2) 0 4px 4px, rgba(150, 150, 150, .2) 0 8px 8px, rgba(150, 150, 150, .2) 0 16px 16px, rgba(150, 150, 150, .2) 0 32px 32px, rgba(150, 150, 150, .2) 0 64px 64px;
}

.content-light {
  background: #eee;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 15px 30px;
  margin: 0 -15px;
}

.content-light.quiz {
  padding: 15px;
  margin: 0;
}

.articlelist {
  display: grid;
  grid-row-gap: 1.5rem;
}

.articlelist.category {
  grid-column-gap: 30px;
  grid-template-columns: 1fr 300px;
  grid-template-areas: ". imgontop" ". imgontop" ". imgontop";
}

.articlelist.category .article.imgontop {
  grid-area: imgontop;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
}

.articlelist.category.withads {
  grid-template-areas: ". imgontop" ". imgontop" ". imgontop" ". imgontop" ". imgontop";
}

.articlelist.magazin {
  padding-top: 15px;
  grid-column-gap: 15px;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: ". .";
}

.articlelist.quiz {
  padding-top: 15px;
  grid-column-gap: 15px;
  grid-template-columns: 1fr;
  grid-template-areas: "." ".";
}

.articlelist.quiz .headlines .subheadline {
  font-weight: 700;
  margin: 5px 0;
}

.articlelist.recommendation {
  padding: 15px 15px 0;
  grid-column-gap: 15px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . .";
}

.articlelist .article {
  display: grid;
  grid-column-gap: 30px;
  grid-template-columns: 200px 1fr;
}

.articlelist .article .image {
  display: block;
  width: 100%;
}

.articlelist .article .image .img-shadow:hover {
  box-shadow: rgba(150, 150, 150, .2) 0 2px 2px, rgba(150, 150, 150, .2) 0 4px 4px, rgba(150, 150, 150, .2) 0 8px 8px, rgba(150, 150, 150, .2) 0 16px 16px, rgba(150, 150, 150, .2) 0 32px 32px, rgba(150, 150, 150, .2) 0 64px 64px;
}

.articlelist .article .image img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.articlelist .article .headlines .subheadline {
  font-size: .9rem;
  font-family: "Open Sans";
  font-weight: 700;
  overflow: hidden;
}

.btn-brand {
  background: #971702;
  color: #fff;
}

.btn-brand-highlight:hover {
  background-color: #b92410;
  color: #fff;
}

.btn-outline-white {
  color: #fff;
  border-color: rgba(255, 255, 255, .6);
  background: rgba(0, 0, 0, .3);
}

.btn-outline-white:hover {
  background: rgba(255, 255, 255, .1);
  color: #fff;
}

.btn-outline-white.border-2x {
  border-width: 2px;
}

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

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

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

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

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

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

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  margin: 0 2px;
  transition: opacity .5s;
}

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

.slick-slide img {
  display: block;
}

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

.slick-slide>div {
  padding: 0;
  margin: 0;
  line-height: 1;
}

.slick-slide:not(.slick-active) {
  opacity: .3;
}

.image-bottom-slider, .slick-carousel {
  display: flex;
  justify-content: space-between;
}

.image-bottom-slider {
  margin: 5px 0 10px;
}

.slick-next, .slick-prev {
  display: block;
  width: 25px;
  line-height: 0;
  font-size: 25px;
  cursor: pointer;
  background: 0 0;
  border: 0;
  color: #333;
  padding: 0;
  outline: 0;
  margin: 0 auto;
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  outline: 0;
  background: 0 0;
  color: #b92410;
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25;
}

.slick-prev {
  margin-right: 5px;
}

.slick-next {
  margin-left: 5px;
}

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "Font Awesome 5 Free";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: .75;
}

.slick-slider {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.bottom-slick img {
  width: 166px;
  height: 92px;
  object-fit: cover;
}

.article-full {
  padding-top: 2rem;
}

.article-full li, .article-full p {
  font-size: .9625rem;
}

.article-full h1 {
  font-size: 1.5rem;
}

.article-full h4 {
  margin-bottom: 5px;
  font-size: 18px;
}

.article-full img {
  max-width: 100%;
}

.article-full .row .col-12 iframe {
  width: 100%;
  min-height: 300px;
}

.article-full .row .col-12 [id^=iqadtile] iframe {
  min-height: 0;
}

.article-full .copyright {
  color: #666;
  text-align: right;
  font-size: .6rem;
}

.article-full .copyright span:not(:last-of-type)::after {
  content: ", ";
}

.article-full .timeinfo {
  font-size: .8rem;
  color: #ccc;
  margin: 1rem 0 .5rem;
}

.article-full .timeinfo i {
  font-size: .65rem;
}

.article-full .sidebar {
  position: static;
}

.article-full .sidebar .sidebar-header {
  text-align: center;
  padding: 0 0 10px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
}

.article-full .sidebar .sidebar-header strong {
  padding: 0 15px;
  font-size: 1.65rem;
  background: #fff;
}

.article-full .sidebar .sidebar-header:after {
  margin-top: -18px;
  height: 4px;
  display: block;
  width: 100%;
  content: "";
  background-image: linear-gradient(to right, #b92410 0, #921500 100%);
  background-repeat: repeat-x;
}

.article-full .sidebar .quiz {
  position: relative;
}

.article-full .sidebar .quiz+.quiz {
  margin-top: 15px;
}

.article-full .sidebar .quiz .image:after {
  content: "";
  position: absolute;
  z-index: 95;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(transparent 0, transparent 40%, rgba(0, 0, 0, .501961) 50%, rgba(0, 0, 0, .901961) 100%);
  border-radius: 3px;
}

.article-full .sidebar .quiz .headlines {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0 2% 1%;
  z-index: 100;
}

.article-full .sidebar .quiz .headlines .subheadline {
  font-weight: 700;
}

.article-full .sidebar .quiz .headlines .subheadline a {
  color: #fff;
  display: inline-block;
  background-color: #921500;
  padding: 0 5px;
  vertical-align: middle;
}

.article-full .sidebar .quiz .headlines h3.headline a {
  color: #fff;
}

.article-full .scrollingIndex {
  position: absolute;
}

.article-full .scrollingIndex .translateContainer {
  transform: translateX(-50px);
}

.article-full .scrollingIndex .hamburger {
  width: 26px;
  height: 26px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  color: #eee;
}

.article-full .scrollingIndex .hamburger:hover {
  color: #b00;
}

.article-full .scrollingIndex .nav-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.article-full .scrollingIndex .nav-list li:hover .nav-list-content, .article-full .scrollingIndex .nav-list.open .nav-list-content {
  opacity: 1;
  min-width: 250px;
}

.article-full .scrollingIndex .nav-list li {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  height: 50px;
  padding-left: 8px;
  white-space: nowrap;
}

.article-full .scrollingIndex .nav-list li:before {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  background-image: linear-gradient(131deg, #eee 25%, #ccc 25%, #ccc 50%, #eee 50%, #eee 75%, #ccc 75%, #ccc 100%);
  background-size: 13.25px 15.24px;
  background-color: #eee;
  flex: 0 0 auto;
  align-self: stretch;
}

.article-full .scrollingIndex .nav-list li+li:before {
  border-top: 1px solid #ccc;
}

.article-full .scrollingIndex .nav-list li.active:before, .article-full .scrollingIndex .nav-list li:hover:before {
  background-image: none;
  background-color: #b00;
}

.article-full .scrollingIndex .nav-list li .nav-list-content {
  width: 0;
  padding-left: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  transition: opacity .2s ease-out;
  opacity: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.article-full .scrollingIndex .nav-list li a {
  padding: 10px 15px;
}

.article-full .floatedIndex {
  float: left;
  padding: 15px;
  border: 1px solid #ccc;
  background: #eee;
  margin: 0 15px 15px 0;
}

.article-full .floatedIndex .nav-list {
  padding-left: 15px;
  margin-bottom: 0;
}

.article-full .floatedIndex a {
  color: #333;
}

.article-image-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.article-image-container a {
  width: 100%;
  max-width: 100%;
}

.article-image-container img {
  object-fit: contain;
  object-position: center center;
}

.imagechanger {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  font-size: 50px;
  color: rgba(255, 255, 255, .1);
  padding: 0 10px;
  width: 50%;
}

.imagechanger.left {
  justify-content: flex-start;
  left: 0;
}

.imagechanger.right {
  justify-content: flex-end;
  right: 0;
}

.imagechanger:hover {
  color: #b92410;
  text-decoration: none;
}

.keyword-info .keyword-img {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  height: 200px;
}

.keyword-info .keyword-img ::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(51, 51, 51, .5) 0, rgba(51, 51, 51, .5) 10%, rgba(255, 255, 255, 0) 100%);
  z-index: 5;
}

.keyword-info .keyword-img .copyright {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #ccc;
  text-align: right;
  font-size: .6rem;
  z-index: 10;
}

.keyword-info .keyword-img .copyright span:not(:last-of-type):after {
  content: ", ";
}

.keyword-info .keyword-text {
  position: relative;
  overflow: hidden;
  padding: 5px 0;
}

.keyword-info .keyword-text .keyword-extender {
  position: absolute;
  width: 100%;
  padding-top: 100px;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 90%);
}

.content-img {
  position: relative;
  margin: 0 -15px;
  overflow: hidden;
}

.content-img picture {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  height: 100%;
  width: 100%;
}

.content-img .content-img-bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.content-img .copyright {
  position: absolute;
  bottom: 5px;
  right: 30px;
  color: #666;
  text-align: right;
  font-size: .6rem;
  z-index: 2;
}

.content-img .copyright span:not(:last-of-type):after {
  content: ", ";
}

.content-img>.overlay {
  position: relative;
  color: #fff;
  padding: 40px 30px;
  background: rgba(0, 0, 0, .5);
}

.content-img>.overlay h1 a, .content-img>.overlay h1 p, .content-img>.overlay h2 a, .content-img>.overlay h2 p, .content-img>.overlay h3 a, .content-img>.overlay h3 p, .content-img>.overlay h4 a, .content-img>.overlay h4 p, .content-img>.overlay h5 a, .content-img>.overlay h5 p, .content-img>.overlay h6 a, .content-img>.overlay h6 p {
  color: #fff;
}

.content-img>.overlay a:hover {
  text-decoration: none;
}

.content-img>.overlay article {
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  margin-top: 15px;
}

.content-img>.overlay article a {
  color: #fff;
}

.content-img>.overlay article:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

.content-img>.overlay .tagname h3 {
  font-size: 2.5rem;
  color: #fff;
  font-family: "Open Sans";
  font-weight: 700;
  line-height: 1.3;
}

.taglist .badge {
  float: right;
}

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

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

.social-media-images .article-image-container, .social-media-images .image-container {
  display: flex;
  width: 100%;
}

.social-media-images .article-image-container img, .social-media-images .image-container img {
  max-width: 100%;
}

.social-media-images .article-image-container .page-link-on-image, .social-media-images .image-container .page-link-on-image {
  color: rgba(255, 255, 255, .6);
  position: absolute;
  font-size: 50px;
  align-self: center;
}

.social-media-images .article-image-container .page-link-on-image:hover, .social-media-images .image-container .page-link-on-image:hover {
  color: #fff;
}

.social-media-images .article-image-container .page-link-on-image.left, .social-media-images .image-container .page-link-on-image.left {
  left: 40px;
}

.social-media-images .article-image-container .page-link-on-image.right, .social-media-images .image-container .page-link-on-image.right {
  right: 40px;
}

.social-media-images .pagination {
  justify-content: space-between;
  flex-wrap: wrap;
}

.social-media-images .pagination .prev {
  padding-right: 2px;
  order: 1;
}

.social-media-images .pagination .next {
  padding-left: 2px;
  order: 2;
}

.social-media-images .pagination .social {
  order: 3;
}

.social-media-images .pagination .social ul {
  margin: 5px -2px 0;
  width: auto;
}

.result .typeHint {
  float: right;
}

.pagination.multipage {
  align-items: center;
}

.pagination.multipage .pagePrev {
  border: 1px solid #b92410;
  color: #b92410;
  background-color: #fff;
  height: 100%;
}

.pagination.multipage .pageNext {
  color: #b92410;
  background-color: #fff;
  border: 1px solid #b92410;
  height: 100%;
}

.pagination.multipage .form-control {
  width: 70px;
  border: 1px solid #b92410;
  border-left: 0;
}

.pagination.multipage .ofText {
  display: flex;
  align-items: center;
  border-top: 1px solid #b92410;
  border-bottom: 1px solid #b92410;
  padding: 0 5px;
  height: 100%;
}

.pagination.multipage .ofText .pageCount {
  margin-left: 4px;
}

.indexslider {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 57%;
}

.indexslider .slider-nav {
  position: absolute;
  top: 0;
  left: 1%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 999;
}

.indexslider .slider-nav.dots {
  top: auto;
  bottom: 1%;
  left: 50%;
  transform: translateX(-50%);
}

.indexslider .slider-nav .slider-nav-item {
  color: #fff;
  background-color: rgba(51, 51, 51, .8);
  font-weight: 700;
  padding: 2px 5px;
  margin-right: 1px;
  cursor: pointer;
}

.indexslider .slider-nav .slider-nav-item.active {
  background-color: rgba(146, 21, 0, .8);
}

.indexslider .slider-nav .slider-nav-item.dot {
  background-color: transparent;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: .5rem;
  letter-spacing: -5px;
}

.indexslider .slider-nav .slider-nav-item.dot:after {
  font-weight: 400;
  content: "";
}

.indexslider .slider-nav .slider-nav-item.dot.active:after {
  font-weight: 900;
  color: #b92410;
}

.indexslider .slider-next, .indexslider .slider-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  z-index: 998;
  color: #999;
  cursor: pointer;
}

.indexslider .slider-next:hover, .indexslider .slider-prev:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .2);
}

.indexslider .slider-next {
  right: 0;
}

.indexslider .slider-prev {
  left: 0;
}

.indexslider .slider-carousel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}

.indexslider .slider-cell {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  display: none;
}

.indexslider .slider-cell.active {
  display: block;
}

.indexslider .slider-cell img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.indexslider .slider-cell>a:after {
  content: "";
  position: absolute;
  z-index: 95;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(transparent 0, transparent 50%, rgba(0, 0, 0, .5) 75%, rgba(0, 0, 0, .6) 100%);
  border-radius: 3px;
}

.indexslider .slider-cell .headlines {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0 10px 15px;
  z-index: 100;
}

.indexslider .slider-cell .headlines .subheadline {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}

.indexslider .slider-cell .headlines .subheadline a {
  color: #fff;
  display: inline-block;
  background-color: #921500;
  padding: 0 5px;
  vertical-align: middle;
}

.indexslider .slider-cell .headlines h3.headline {
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.1;
  margin: 0;
}

.indexslider .slider-cell .headlines h3.headline a {
  color: #fff;
}

.articlelist.magazinlist {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.articlelist.magazinlist.bol {
  grid-template-columns: 1fr;
  grid-template-areas: "big" "." ".";
}

.articlelist.magazinlist.bor {
  grid-template-columns: 1fr;
  grid-template-areas: "big" "." ".";
}

.articlelist.magazinlist .big {
  grid-area: big;
}

.articlelist.magazinlist .magazin {
  width: 100%;
  position: relative;
  padding-top: 58.5%;
}

.articlelist.magazinlist .magazin a.image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
}

.articlelist.magazinlist .magazin picture img {
  height: 100%;
  object-fit: cover;
}

.articlelist.magazinlist .magazin .headlines {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0 5px 10px;
  z-index: 100;
}

.articlelist.magazinlist .magazin .headlines .subheadline {
  font-weight: 700;
  margin-bottom: 10px;
}

.articlelist.magazinlist .magazin .headlines .subheadline a {
  color: #fff;
  display: inline;
  background-color: #921500;
  padding: 0 5px;
  vertical-align: middle;
  box-shadow: 10px 0 0 #921500, -10px 0 0 #921500;
  position: relative;
}

.articlelist.magazinlist .magazin .headlines .subheadline a:before {
  content: "";
  display: block;
  bottom: -5px;
  position: absolute;
  left: -10px;
  border-style: solid;
  border-width: 5px 0 0 5px;
  border-color: #921500 transparent transparent;
}

.articlelist.magazinlist .magazin .headlines h3.headline {
  box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
  display: inline;
  background-color: #fff;
  box-decoration-break: clone;
  margin: 0;
}

.articlelist.magazinlist .magazin .headlines h3.headline a {
  color: #333;
}

.btn-pointer {
  cursor: pointer;
}

[id^=iqadtile]:not(#iqadtileOOP) {
  position: relative;
}

[id^=iqadtile]:not(#iqadtileOOP)#iqadtile1, [id^=iqadtile]:not(#iqadtileOOP)#iqadtile2 {
  margin-top: 0;
}

[id^=iqadtile]:not(#iqadtileOOP)#iqadtile1:before, [id^=iqadtile]:not(#iqadtileOOP)#iqadtile2:before {
  display: none;
}

[id^=iqadtile]:not(#iqadtileOOP):before {
  content: "ANZEIGE";
  color: #666;
  display: block;
  text-align: right;
  font-size: .5rem;
  position: absolute;
  top: -1rem;
  width: 100%;
  opacity: 0;
  animation: 1s 2s forwards fadein;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
}

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

.captchaModal {
  max-width: 350px;
}

.winfo::after {
  content: " (Werbung)" !important;
  color: #ccc;
}

.winfo2, .winfo2:hover {
  color: #444;
  text-decoration: none;
}

.iqd_p1 {
  min-height: 0;
}

.iqd_p2 {
  padding: 15px 0;
  min-height: 0;
}

.iqd_p3 {
  padding: 15px 0;
  min-height: 0;
}

.iqd_p4 {
  padding: 15px 0;
  min-height: 0;
}

.iqd_pcm {
  padding: 15px 0;
  min-height: 0;
}

@media (min-width:576px) {
  .container, header .logobar.scrolling #navscroll {
    max-width: 100%;
  }
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group>.card:not(:last-child) .card-header, .card-group>.card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group>.card:not(:last-child) .card-footer, .card-group>.card:not(:last-child) .card-img-bottom {
    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-header, .card-group>.card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group>.card:not(:first-child) .card-footer, .card-group>.card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .float-sm-left {
    float: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width:850px) {
  .container, header .logobar.scrolling #navscroll {
    max-width: 100%;
  }
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  header .logo-link .logo-text {
    width: 400px;
  }
  .content-img>.overlay article.article h3 {
    font-size: 1.5rem;
  }
  .social-media-images .pagination {
    flex-wrap: nowrap;
  }
  .social-media-images .pagination .prev {
    padding-right: 0;
    order: 1;
  }
  .social-media-images .pagination .next {
    padding-left: 0;
    order: 3;
  }
  .social-media-images .pagination .social {
    order: 2;
  }
  .social-media-images .pagination .social ul {
    margin: 0;
  }
  .articlelist.magazin .article, .articlelist.recommendation .article {
    width: 100%;
    position: relative;
    padding-top: 58.5%;
  }
  .articlelist.magazin .article a.image, .articlelist.recommendation .article a.image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  .articlelist.magazin .article img, .articlelist.recommendation .article img {
    max-width: 100%;
  }
  .articlelist.magazin .article.magazin>a:before, .articlelist.recommendation .article.magazin>a:before {
    content: "Magazin";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 96;
    color: #fff;
    font-weight: 700;
    padding: 2px 5px;
    margin-left: 2%;
    cursor: pointer;
    background-color: rgba(51, 51, 51, .8);
  }
  .articlelist.magazin .article>a:after, .articlelist.recommendation .article>a:after {
    content: "";
    position: absolute;
    z-index: 95;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(transparent 0, transparent 40%, rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, .9) 100%);
    border-radius: 3px;
  }
  .articlelist.magazin .article .headlines, .articlelist.recommendation .article .headlines {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0 2% 1%;
    z-index: 100;
  }
  .articlelist.magazin .article .headlines .subheadline, .articlelist.recommendation .article .headlines .subheadline {
    font-weight: 700;
  }
  .articlelist.magazin .article .headlines .subheadline a, .articlelist.recommendation .article .headlines .subheadline a {
    color: #fff;
    display: inline-block;
    background-color: #921500;
    padding: 0 5px;
    vertical-align: middle;
  }
  .articlelist.magazin .article .headlines h3.headline, .articlelist.recommendation .article .headlines h3.headline {
    margin: 0;
  }
  .articlelist.magazin .article .headlines h3.headline a, .articlelist.recommendation .article .headlines h3.headline a {
    color: #fff;
  }
  .articlelist.magazinlist.bol {
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "big ." "big .";
  }
  .articlelist.magazinlist.bor {
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: ". big" ". big";
  }
  .articlelist.magazinlist .magazin.big .subheadline {
    font-size: 1.25rem;
  }
  .articlelist.magazinlist .magazin.big .headlines h3.headline {
    font-size: 2.5rem;
  }
  .col-md-300 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 330px;
  }
  .pt-md-53 {
    padding-top: 53px;
  }
  .pt-md-60 {
    padding-top: 60px;
  }
  .pt-md-88 {
    padding-top: 88px;
  }
  .max-w-m300 {
    max-width: calc(100% - 330px);
  }
}

@media (min-width:992px) {
  .container, header .logobar.scrolling #navscroll {
    max-width: 100%;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}

@media (min-width:1060px) {
  .container, header .logobar.scrolling #navscroll {
    max-width: 1060px;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}

@media (max-width:575.98px) {
  h4 {
    font-size: 1rem;
  }
  h1, h2, h3, h4, h5, h6 {
    hyphens: auto;
  }
  h3 {
    font-size: 22px;
  }
  .articlelist.recommendation {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: ". .";
  }
  .articlelist.recommendation .article:last-of-type {
    display: none;
  }
  .content-img>.overlay article.article {
    max-width: 100%;
    padding-bottom: 15px !important;
    border-bottom: 1px solid #fff !important;
  }
  .indexslider .slider-cell .headlines .subheadline {
    font-size: 1rem;
  }
  .indexslider .slider-cell .headlines h3.headline {
    font-size: 1.5rem;
  }
}

@media (max-width:849.98px) {
  .rrssb-buttons>li {
    flex: 0 0 auto;
  }
  .img__info{
    width: 70% !important;
  }
  .rrssb-buttons>li a {
    justify-content: center;
  }
  .rrssb-buttons>li a .rrssb-text {
    display: none;
  }
  .socialbar-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 1px 0 0;
    z-index: 100;
  }
  .socialbar-fixed .rrssb-buttons>li {
    flex: 1 0 auto;
  }
  header .logobar {
    position: fixed;
    z-index: 1020;
    top: 0;
    border-bottom: 1px solid #ccc;
    padding: 0;
  }
  header #navscroll {
    height: auto;
  }
  header #navscroll:before {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    right: -100%;
    display: block;
    background-color: rgba(0, 0, 0, .7);
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s ease;
    -o-transition: opacity .5s;
    transition: opacity .5s;
  }
  header #navscroll.open:before {
    right: 0;
    opacity: 1;
  }
  header #navscroll.open .topmenu .mainmenu {
    right: 0;
    overflow-y: scroll;
    margin-top: 0;
    -webkit-transition: right .5s;
    -moz-transition: right .5s;
    -ms-transition: right .5s ease;
    -o-transition: right .5s;
    transition: right .5s;
  }
  header #navscroll .topmenu {
    position: relative;
    grid-template-columns: 1fr auto;
    grid-template-areas: "logo topright";
    padding-bottom: 10px;
  }
  header #navscroll .topmenu .logo {
    padding-left: 30px;
    justify-self: left;
    padding-top: 10px;
    white-space: nowrap;
  }
  header #navscroll .topmenu .logo .logo-icon {
    max-width: 20px;
  }
  header #navscroll .topmenu .logo .logo-text {
    max-width: 200px;
  }
  header #navscroll .topmenu .topright {
    padding-right: 30px;
  }
  header #navscroll .topmenu .mainmenu {
    position: fixed;
    top: 55px;
    right: -100%;
    bottom: 0;
    background-color: #f7f7f7;
    width: 80%;
    -webkit-transition: right .2s linear;
    -moz-transition: right .2s linear;
    -ms-transition: right .2s linear;
    -o-transition: right .2s linear;
    transition: right .2s linear;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto 1fr;
    grid-template-areas: "search" "nav";
  }
  header #navscroll .topmenu .mainmenu #search {
    grid-area: search;
    display: block;
    margin: 0;
  }
  header #navscroll .topmenu .mainmenu .searchbutton {
    display: none;
  }
  header #navscroll .topmenu .mainmenu .navbar {
    padding: 0;
    grid-area: nav;
    align-items: start;
  }
  header #navscroll .topmenu .mainmenu .navbar-collapse {
    flex-direction: column;
  }
  header #navscroll .topmenu .mainmenu .navbar-nav {
    flex-direction: column;
    margin: 0;
    width: 100%;
  }
  header #navscroll .topmenu .mainmenu .navbar-nav li {
    border-top: 1px solid #ccc;
  }
  header #navscroll .topmenu .mainmenu .navbar-nav li.dropdown {
    border-top: 0;
  }
  header #navscroll .topmenu .mainmenu .scrollingmenu {
    display: none;
  }
  .mobilePadding {
    height: 56px;
    display: block;
  }
  .tagbox .title .fas {
    display: inline-block;
  }
  .tagbox .title span {
    display: none;
  }
  .articlelist {
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-template-areas: "fullsize fullsize" "fullsize2 fullsize2" ". ." ". .";
  }
  .articlelist.category {
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "fullsize fullsize" ". .";
  }
  .articlelist.category .article.halfheight, .articlelist.category .article.imgontop {
    display: none;
  }
  .articlelist.category.withads {
    grid-template-areas: "fullsize fullsize" ". ." ". .";
  }
  .articlelist.quiz {
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ". .";
  }
  .articlelist .article {
    position: relative;
    display: block;
  }
  .articlelist .article .headlines .description, .articlelist .article .headlines .meta {
    display: none;
  }
  .articlelist .article .headlines .subheadline {
    display: block;
  }
  .articlelist .article.fullsize {
    grid-area: fullsize;
  }
  .articlelist .article.fullsize2 {
    grid-area: fullsize2;
  }
  .articlelist .article.fullsize2>a:after, .articlelist .article.fullsize>a:after, .articlelist .article.halfheight>a:after {
    content: "";
    position: absolute;
    z-index: 95;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .9) 100%);
    background-repeat: repeat-x;
    border-radius: 3px;
  }
  .articlelist .article.fullsize .headlines, .articlelist .article.fullsize2 .headlines, .articlelist .article.halfheight .headlines {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 2% 1%;
    z-index: 100;
  }
  .articlelist .article.fullsize .headlines .subheadline, .articlelist .article.fullsize2 .headlines .subheadline, .articlelist .article.halfheight .headlines .subheadline {
    font-weight: 700;
  }
  .articlelist .article.fullsize .headlines .subheadline a, .articlelist .article.fullsize2 .headlines .subheadline a, .articlelist .article.halfheight .headlines .subheadline a {
    color: #fff;
    display: inline-block;
    background-color: #921500;
    padding: 0 5px;
    vertical-align: middle;
  }
  .articlelist .article.fullsize .headlines .headline, .articlelist .article.fullsize2 .headlines .headline, .articlelist .article.halfheight .headlines .headline {
    margin: 0;
  }
  .articlelist .article.fullsize .headlines .headline a, .articlelist .article.fullsize2 .headlines .headline a, .articlelist .article.halfheight .headlines .headline a {
    color: #fff;
    font-size: 1.3rem;
  }
  .articlelist .article.quartersize .headlines .subheadline {
    font-size: .8rem;
    font-weight: 700;
  }
  .articlelist .article.quartersize .headlines .headline {
    margin-top: 3px;
    font-size: 1.1rem;
  }
  .slick-next, .slick-prev {
    position: absolute;
    height: 100%;
    width: 50px;
    font-size: 70px;
    z-index: 1000;
  }
  .slick-prev {
    margin: 0;
    top: 0;
    bottom: 0;
    left: 0;
    text-align: left;
    padding-left: 5px;
  }
  .slick-next {
    margin: 0;
    top: 0;
    bottom: 0;
    right: 0;
    text-align: right;
    padding-right: 5px;
  }
}

@media (max-width:991.98px) {
  .article-full {
    padding-top: .5rem;
  }
  .iqd_p1 {
    padding: 15px 0;
    min-height: 416px;
  }
  .iqd_p2 {
    min-height: 600px;
  }
  .iqd_p3 {
    min-height: 600px;
  }
  .iqd_p4 {
    min-height: 320px;
  }
  .iqd_pcm {
    min-height: 320px;
  }
}

@media (max-width:1059.98px) {
  .article-full .scrollingIndex {
    display: none;
  }
}

@media print {
  *, ::after, ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  @page {
    size: a3;
  }
}

@media (max-width:849.98px) and (max-width:575.98px) {
  header #navscroll .topmenu .mainmenu {
    width: 90%;
  }
}

@media (max-width:512px) {
  .articlelist.quiz .quartersize .headlines .subheadline {
    font-size: .8rem;
    font-weight: 700;
  }
  .articlelist.quiz .quartersize .headlines .headline {
    margin-top: 3px;
    font-size: 1rem;
  }
}

@media (max-width:400px) {
  .articlelist.quiz {
    grid-row-gap: 15px;
    grid-column-gap: 10px;
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }
}

.offer-scroll{
  color: #fff;
  background-color: red;
  padding: 10px 15px;
  border-radius: 10px;
  cursor: pointer;
  border: none;
}