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

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #010000;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: black;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

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

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

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

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

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

.figure {
  display: inline-block;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container-md, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container-md, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

 .col-lg-7, .col-lg-6, .col-lg-5, .col-sm-8, .col-sm-4, .col, .col-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

@media (min-width: 576px) {
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #010000;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #333333;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #333333;
}
.table tbody + tbody {
  border-top: 2px solid #333333;
}

.table-bordered {
  border: 1px solid #333333;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #333333;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #555455;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #555455;
  background-color: #fff;
  border-color: #810000;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(1, 0, 0, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #555455;
}
select.form-control:focus::-ms-value {
  color: #555455;
  background-color: #fff;
}

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

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

textarea.form-control {
  height: auto;
}

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #010000;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.5rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #010000;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(1, 0, 0, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #010000;
  border-color: #010000;
}
.btn-primary:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(39, 38, 38, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #010000;
  border-color: #010000;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(39, 38, 38, 0.5);
}

.btn-outline-primary {
  color: #010000;
  border-color: #010000;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #010000;
  border-color: #010000;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(1, 0, 0, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #010000;
  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: #010000;
  border-color: #010000;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(1, 0, 0, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

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

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

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

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

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

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #010000;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #010000;
  background-color: #010000;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(1, 0, 0, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #810000;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b40000;
  border-color: #b40000;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #010000;
  background-color: #010000;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(1, 0, 0, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(1, 0, 0, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(1, 0, 0, 0.5);
}

.custom-control-label::before {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before {
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-md {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: 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: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.5rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-md {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-md {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(1, 0, 0, 0.125);
  border-radius: 0;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.card > .card-header + .list-group {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 0 solid rgba(1, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: 0 0 0 0;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.5rem;
}

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(1, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #010000;
  border-color: #010000;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #010000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #010000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

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

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

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(1, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.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(1, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

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

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #d4d4d4;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 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-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Helvetica Neue", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #010000;
  border-radius: 0.5rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Helvetica Neue", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(1, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #010000;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

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

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

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

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

.border {
  border: 1px solid #d4d4d4 !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-flex {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) {
  .d-lg-flex {
    display: flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-column {
    flex-direction: column !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-column {
    flex-direction: column !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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


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

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

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

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


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


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

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


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

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 768px) {
  .mt-md-5 {
    margin-top: 3rem !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0 !important;
  }
}

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

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

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

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

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

.visible {
  visibility: visible !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #d4d4d4 !important;
  }
}
/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.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(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-check:before {
  content: "\f00c";
}

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

.fa-file-alt:before {
  content: "\f15c";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-pencil-alt:before {
  content: "\f303";
}

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

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../vendor/fontawesome/fa-regular-400.eot");
  src: url("../vendor/fontawesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../vendor/fontawesome/fa-regular-400.woff2") format("woff2"), url("../vendor/fontawesome/fa-regular-400.woff") format("woff"), url("../vendor/fontawesome/fa-regular-400.ttf") format("truetype"), url("../vendor/fontawesome/fa-regular-400.svg#fontawesome") format("svg");
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../vendor/fontawesome/fa-solid-900.eot");
  src: url("../vendor/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../vendor/fontawesome/fa-solid-900.woff2") format("woff2"), url("../vendor/fontawesome/fa-solid-900.woff") format("woff"), url("../vendor/fontawesome/fa-solid-900.ttf") format("truetype"), url("../vendor/fontawesome/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../vendor/fontawesome/fa-brands-400.eot");
  src: url("../vendor/fontawesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../vendor/fontawesome/fa-brands-400.woff2") format("woff2"), url("../vendor/fontawesome/fa-brands-400.woff") format("woff"), url("../vendor/fontawesome/fa-brands-400.ttf") format("truetype"), url("../vendor/fontawesome/fa-brands-400.svg#fontawesome") format("svg");
}

/*----MS Edge Browser CSS Start----*/
@supports (-ms-ime-align: auto) and (display: -ms-grid) {
  ul.nav,
  ul.list-unstyled,
  ul.dropdown-menu {
    list-style: none;
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=) !important;
    list-style-type: none;
  }
}
/*----MS Edge Browser CSS End----*/
.navbar-toggler {
  background-color: #555455;
  border: 0;
  height: 2.25rem;
  padding: 0;
  position: relative;
  transition: 0.25s ease-in-out;
  width: 2.25rem;
}
.navbar-toggler * {
  transition: 0.25s ease-in-out;
}
.navbar-toggler span {
  display: block;
  background: #fff;
  border-radius: 2px;
}
.navbar-toggler #hamburger {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  background: none !important;
}
.navbar-toggler #hamburger span {
  width: 1.25rem;
  height: 0.15rem;
  position: relative;
  margin: 0.4rem 0;
}
.navbar-toggler #hamburger span:nth-child(1) {
  transition-delay: 0.5s;
  margin-top: 0;
}
.navbar-toggler #hamburger span:nth-child(2) {
  transition-delay: 0.625s;
}
.navbar-toggler #hamburger span:nth-child(3) {
  transition-delay: 0.75s;
  margin-bottom: 0;
}
.navbar-toggler #cross {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
  background: none !important;
}
.navbar-toggler #cross span:nth-child(1) {
  height: 0%;
  width: 0.15rem;
  position: absolute;
  top: 10%;
  left: calc(50% - 0.15rem / 2);
  transition-delay: 0s;
}
.navbar-toggler #cross span:nth-child(2) {
  width: 0%;
  height: 0.15rem;
  position: absolute;
  left: 10%;
  top: calc(50% - 0.15rem / 2);
  transition-delay: 0.25s;
}
.navbar-toggler[aria-expanded=true] #hamburger span {
  width: 0%;
}
.navbar-toggler[aria-expanded=true] #hamburger span:nth-child(1) {
  transition-delay: 0s;
}
.navbar-toggler[aria-expanded=true] #hamburger span:nth-child(2) {
  transition-delay: 0.125s;
}
.navbar-toggler[aria-expanded=true] #hamburger span:nth-child(3) {
  transition-delay: 0.25s;
}
.navbar-toggler[aria-expanded=true] #cross span {
  background: #fff;
}
.navbar-toggler[aria-expanded=true] #cross span:nth-child(1) {
  height: 80%;
  transition-delay: 0.625s;
}
.navbar-toggler[aria-expanded=true] #cross span:nth-child(2) {
  width: 80%;
  transition-delay: 0.375s;
}

.btn-primary,
.btn-red {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
  border-radius: 0.5rem;
  font-weight: bold;
  text-transform: uppercase;
}
.btn-primary:hover,
.btn-red:hover {
  color: #fff;
  background-color: #202020;
  border-color: #1a1a1a;
}
.btn-primary:focus, .btn-primary.focus,
.btn-red:focus,
.btn-red.focus {
  color: #fff;
  background-color: #202020;
  border-color: #1a1a1a;
  box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled,
.btn-red.disabled,
.btn-red:disabled {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle,
.btn-red:not(:disabled):not(.disabled):active,
.btn-red:not(:disabled):not(.disabled).active,
.show > .btn-red.dropdown-toggle {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #131313;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus,
.btn-red:not(:disabled):not(.disabled):active:focus,
.btn-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}

.btn-red {
  color: #fff;
  background-color: #e30613;
  border-color: #e30613;
}
.btn-red:hover {
  color: #fff;
  background-color: #be0510;
  border-color: #b1050f;
}
.btn-red:focus, .btn-red.focus {
  color: #fff;
  background-color: #be0510;
  border-color: #b1050f;
  box-shadow: 0 0 0 0.2rem rgba(231, 43, 54, 0.5);
}
.btn-red.disabled, .btn-red:disabled {
  color: #fff;
  background-color: #e30613;
  border-color: #e30613;
}
.btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active, .show > .btn-red.dropdown-toggle {
  color: #fff;
  background-color: #b1050f;
  border-color: #a5040e;
}
.btn-red:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled).active:focus, .show > .btn-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 43, 54, 0.5);
}

h1,
h2,
h3 {
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}

h1,
.h1 {
  font-size: 1.25em;
  text-transform: uppercase;
  font-weight: bold;
}

h2,
.h2 {
  font-size: 1.125em;
  font-weight: bold;
}

h3,
.h3 {
  font-size: 1.0625em;
  font-weight: bold;
}

a {
  transition: color 0.35s, background 0.35s;
}
a:after, a:before {
  text-decoration: underline;
}
a:after, a:before {
  text-decoration: none;
}
a[target=_blank]:not(.btn) i:after {
  margin-left: 5px;
  content: "\f35d";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
a[target=_blank]:not(.btn)[href*=".pdf"] i:after {
  content: "\f1c1";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
a[target=_blank]:not(.btn)[href*=".doc"] i:after {
  content: "\f1c2";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
a[target=_blank]:not(.btn)[href*=".docx"] i:after {
  content: "\f1c2";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
a[target=_blank]:not(.btn)[href*=".xls"] i:after {
  content: "\f1c3";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
a[target=_blank]:not(.btn)[href*=".pptx"] i:after {
  content: "\f1c4";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
a[target=_blank]:not(.btn)[href*=".zip"] i:after {
  content: "\f1c6";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
a:not([class]), a[href^=tel] {
  position: relative;
  word-wrap: break-word;
}
a:not([class]):hover, a[href^=tel]:hover {
  text-decoration: none;
}

ol,
ul,
dl {
  margin-bottom: 1.5rem;
}

body {
  position: relative;
}
body #header,
body #footer {
  background-color: #fff;
}

#wrapper {
  position: relative;
  overflow: hidden;
}

.content-wrapper {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}

#top-nav {
  font-size: 0.75em;
  position: relative;
  padding: 0.5rem 1rem;
  padding-right: 35px;
}
@media (min-width: 992px) {
  #top-nav {
    padding: 1rem;
    padding-right: 45px;
  }
}
#top-nav a {
  color: #010000;
  text-decoration: underline;
}
#top-nav #dotbe {
  position: absolute;
  right: 0;
  bottom: -5px;
  width: 24px;
  height: 24px;
}
@media (min-width: 992px) {
  #top-nav #dotbe {
    bottom: -6px;
    width: 34px;
    height: 34px;
  }
}
#top-nav:after {
  content: "";
  position: absolute;
  background-color: #010000;
  left: -15px;
  right: 35px;
  bottom: 2px;
  height: 1px;
}
@media (min-width: 992px) {
  #top-nav:after {
    height: 2px;
    left: -45px;
    right: 45px;
  }
}

#switch-language .list-inline-item:not(:last-child) {
  margin-right: 0.1875em;
}
#switch-language a, #switch-language span {
  display: block;
  border: 1px solid #010000;
  width: 1.5rem;
  text-align: center;
  text-transform: uppercase;
}
#switch-language a {
  color: #010000;
  border-color: #adb5bd;
  background-color: #d4d4d4;
  text-decoration: none;
}
#switch-language .active span {
  color: #fff;
  background-color: #010000;
}
#switch-language abbr {
  text-decoration: none;
}

.navbar {
  padding: 0;
}
.navbar .navbar-brand {
  max-width: calc(100% - 2.25rem - 1rem);
  height: 60px;
  display: flex;
  align-items: center;
  white-space: normal;
}
@media (min-width: 992px) {
  .navbar .navbar-brand {
    height: 120px;
  }
  .navbar .navbar-brand img {
    width: 60px;
    height: 60px;
  }
  .navbar .navbar-brand .baseline {
    font-size: 1.125rem;
    text-transform: uppercase;
  }
}
.navbar .baseline {
  font-size: 0.85rem;
  margin-left: 1em;
  line-height: 1.2;
}
.navbar .navbar-nav {
  margin: 0.5rem 0 1rem;
}
@media (min-width: 992px) {
  .navbar .navbar-nav {
    width: 100%;
    justify-content: flex-end;
    margin: 0;
  }
}
.navbar .navbar-nav .nav-item {
  border-bottom: 1px solid #d4d4d4;
}
@media (min-width: 992px) {
  .navbar .navbar-nav .nav-item {
    width: 190px;
    text-align: center;
    border: 0;
  }
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #010000;
}
.navbar .navbar-nav .nav-item.active .nav-link {
  font-weight: bold;
}

.block-bottom {
  background: #d4d4d4 url("../images/backgrounds/pattern.png") top right;
  padding: 1.5em 0;
}
.block-bottom a {
  color: #010000;
  text-decoration: underline;
}
.block-bottom p:last-child {
  margin: 0;
}

.faq-item {
  margin-right: 20px;
}
.faq-item:not(:last-child) {
  margin-bottom: 2rem;
}
.faq-item .card-header {
  position: relative;
  color: #010000;
  text-decoration: none;
  padding-right: 2rem;
}
.faq-item .card-header h2 {
  font-size: 1em;
}
.faq-item .card-header .icon {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: -2px;
  right: -20px;
  font-size: 2rem;
  font-weight: bold;
}
.faq-item .card-header .icon:before {
  content: "\f067";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: relative;
  color: #e30613;
  z-index: 2;
  transition: 0.125s ease-out;
  display: block;
  top: 0;
  left: 0;
  text-align: center;
}
.faq-item .card-header .icon:after {
  content: "";
  transition: 0.125s ease-out;
  background-color: #fff;
  border: 2px solid #e30613;
  border-radius: 7px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
}
.faq-item .card-header:hover .icon:after {
  transform: rotate(45deg);
}
.faq-item .card-header[aria-expanded=true] .icon:before {
  transform: rotate(45deg);
}

#footer {
  padding: 1.5rem 0;
  font-size: 0.78125em;
  color: #010000;
}
@media (min-width: 576px) {
  #footer ul {
    margin: 0;
  }
}
#footer #footer_links li.active {
  font-weight: bold;
}
#footer #footer_links li a {
  display: inline-block;
  padding: 0.25em 0;
  color: #010000;
}
@media (min-width: 768px) {
  #footer #footer_links li {
    display: inline-block;
  }
  #footer #footer_links li:not(:last-child):after {
    content: "-";
    display: inline-block;
    padding: 0 0.25em;
  }
}
#footer #footer_logos {
  padding: 0;
  justify-content: center;
}
#footer #footer_logos .list-inline-item:not(:last-child) {
  margin-right: 2rem;
}
@media (min-width: 768px) {
  #footer #footer_logos {
    margin-left: 2rem;
  }
}

#cookiesBanner {
  background-color: rgba(1, 0, 0, 0.9);
  display: none;
  color: white;
  padding: 1.25em 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1600;
}
#cookiesBanner.active {
  display: block;
}
@media (min-width: 992px) {
  #cookiesBanner p {
    margin: 0;
  }
}
#cookiesBanner ul.list-inline {
  margin: -0.33333rem -0.66667rem -0.33333rem -0.33333rem;
}
@media (min-width: 992px) {
  #cookiesBanner ul.list-inline {
    margin-left: 1rem;
  }
}
#cookiesBanner ul.list-inline .list-inline-item {
  margin: 0.33333rem 0.66667rem 0.33333rem 0.33333rem;
}
#cookiesBanner .btn {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
#cookiesBanner .btn:hover, #cookiesBanner .btn:focus {
  color: #010000;
  background-color: #fff;
}
#cookiesBanner .btn .fa {
  font-size: 1.5em;
  vertical-align: top;
  margin-right: 0.25em;
}

.basic-page .content {
  background: #d4d4d4 url("../images/backgrounds/pattern.png") top right;
  padding: 2rem 0;
}
.basic-page .content a {
  text-decoration: underline;
}

.languages-page #wrapper {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 576px) {
  .languages-page #wrapper ul li {
    display: inline-block;
  }
}

.homepage .lead {
  position: relative;
  padding-left: 0;
  font-weight: unset;
}
@media (min-width: 576px) {
  .homepage .lead {
    padding-left: 6.25em;
  }
}
@media (min-width: 992px) {
  .homepage .lead {
    padding-left: 10.3125em;
  }
}
.homepage .lead strong {
  background-color: #e30613;
}
.homepage .lead strong:after {
  content: "";
  position: absolute;
  background: #e30613;
  left: -5.3125em;
  top: 0;
  height: 100%;
  width: 5.3125em;
  z-index: 0;
}
@media (min-width: 576px) {
  .homepage .lead strong:after {
    left: -1.875em;
    width: 1.875em;
  }
}
@media (min-width: 992px) {
  .homepage .lead strong:after {
    left: -3.4375em;
    width: 3.4375em;
  }
}
@media (max-width: 767.98px) {
  .homepage .lead strong {
    padding-left: 4.0625em !important;
    border-radius: unset;
  }
}
.homepage .lead:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: transparent url("../images/logos/trait-color.svg") no-repeat top left;
  width: 3.75em;
  min-height: 3.125em;
  z-index: 1;
}
@media (min-width: 768px) {
  .homepage .lead:before {
    width: 7.5em;
    min-height: 7.1875em;
  }
}
@media (min-width: 992px) {
  .homepage .lead:before {
    width: 12.5em;
    min-height: 10.9375em;
  }
}
@media (min-width: 576px) {
  .homepage .content-wrapper {
    padding-top: 1.75rem;
  }
}
@media (min-width: 992px) {
  .homepage .content-wrapper {
    margin-top: -1.75rem;
  }
}
.homepage .home-block-wrapper .card {
  background-color: transparent;
}
.homepage .home-block-wrapper .home-block:hover figure {
  box-shadow: 0.875em 0.875em 0.5em 0.125em rgba(0, 0, 0, 0.3);
}
.homepage .home-block-wrapper .home-block figure {
  transition: all 0.25s;
  box-shadow: 0.875em 0.875em 0.5em 0.125em rgba(0, 0, 0, 0.5);
  height: 14.375em;
  width: 14.375em;
}
.homepage .home-block-wrapper .home-block figure figcaption {
  font-size: 1.6875em;
  left: 50%;
  top: 50%;
  min-width: 13.3333333333em;
  transform: translateY(-40%) translateX(-50%) rotate(-15deg);
}
@media (max-width: 991.98px) {
  .homepage .home-block-wrapper .home-block figure figcaption {
    font-size: 1.25em;
    min-width: 15em;
  }
}
.homepage .home-block-wrapper .home-block h2 {
  margin: -3.75em auto 0;
  line-height: 1em;
}
@media (min-width: 576px) {
  .homepage .home-block-wrapper .home-block h2 {
    max-width: 75%;
  }
}
@media (min-width: 992px) {
  .homepage .home-block-wrapper {
    width: 60%;
  }
}
.homepage .banner {
  position: relative;
  background: #ced4da;
  background: linear-gradient(360deg, #6c757d 0%, #fff 60%);
}

.faq .content-wrapper {
  position: relative;
}
@media (min-width: 992px) {
  .faq .content-wrapper {
    min-height: 800px;
    display: flex;
    flex-direction: column;
  }
}
.faq .content-wrapper #infographie {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .faq .content-wrapper #infographie {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.faq .content-wrapper #modal_infographic .modal-title {
  font-size: 1.25em;
}
.faq .content-wrapper #modal_infographic h3 {
  font-size: 1.5em;
  font-weight: bold;
}
.faq .content-wrapper #modal_infographic p {
  margin-bottom: 1rem;
}
.faq .content-wrapper #modal_infographic dl, .faq .content-wrapper #modal_infographic ul {
  margin-bottom: 0;
}
.faq .content-wrapper #modal_infographic li {
  margin: 0.25em 0;
}
.faq .content-wrapper #modal_infographic .jumbotron {
  border-top-left-radius: 0;
}
.faq .content-wrapper #modal_infographic .jumbotron .fas {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.section-faq {
  padding: 2rem 0;
  background: #d4d4d4 url("../images/backgrounds/pattern.png") top right;
  flex-grow: 1;
}

.section-contact h2 {
  font-size: 1em;
  font-weight: bold;
}

.stepper li:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.stepper li a {
  padding: 1.5rem;
  text-align: center;
}
.stepper li a .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0.5rem auto;
  background-color: #6c757d;
  color: #fff;
  border-radius: 50%;
}
.stepper li a .circle i {
  font-size: 0.75em;
}
.stepper li a .label {
  font-size: 0.875em;
  color: #555455;
  width: 100%;
  display: inline-block;
}
.stepper li.completed .circle, .stepper li.active a .circle {
  background-color: #f08012;
  color: #010000;
}
.stepper li.completed .label, .stepper li.active a .label {
  color: #010000;
}
.stepper li.active a .label {
  font-weight: bold;
}

.stepper-horizontal {
  position: relative;
  display: flex;
  justify-content: space-between;
  min-width: 100%;
}
.stepper-horizontal li {
  position: relative;
  display: flex;
  flex-basis: 0;
  flex-grow: 100;
  align-items: center;
  align-self: stretch;
  overflow: hidden;
}
.stepper-horizontal li:before, .stepper-horizontal li:after {
  position: absolute;
  height: 1px;
  margin: 0.5rem 0 0 0;
  display: inline-block;
  position: absolute;
  top: 36px;
  width: calc(50% - 20px);
  background-color: rgba(0, 0, 0, 0.25);
}
.stepper-horizontal li:not(:last-child):after {
  content: "";
  right: 0;
}
.stepper-horizontal li:not(:first-child):before {
  content: "";
  left: 0;
}
.stepper-horizontal li a {
  padding: 1.5rem 0.5rem;
  text-decoration: none;
  display: flex;
  flex: 1;
  min-width: 100%;
  flex-direction: column;
}

.page-form .content-wrapper > .content {
  background: #d4d4d4 url("../images/backgrounds/pattern.png") top right;
  padding: 2rem 0;
}
@media (min-width: 992px) {
  .page-form form {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.page-form form .control-label {
  font-size: 1em;
  font-weight: bold;
}
.page-form form fieldset fieldset {
  margin-left: 2rem;
  border: 1px solid #010000;
}
.page-form evf-card {
  background-color: transparent;
}
.page-form evf-card > .card-header {
  background-color: transparent;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 1px solid #010000;
}
.page-form evf-card .card {
  margin: 1rem 0 1rem 1.5rem;
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(1, 0, 0, 0.15);
}
.page-form evf-card .card .card-header {
  background-color: rgba(1, 0, 0, 0.05);
}
/*# sourceMappingURL=styles.css.map */
