@import url(https://fonts.googleapis.com/css?family=Raleway:400,600,700,900&display=swap);@import url(https://fonts.googleapis.com/css?family=Poppins:300,300i,400,500&display=swap);@charset "UTF-8";
/*!
 * BootstrapVue Custom CSS (https://bootstrap-vue.js.org)
 */
@media (max-width: 575.98px) {
  .bv-d-xs-down-none {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .bv-d-sm-down-none {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .bv-d-md-down-none {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .bv-d-lg-down-none {
    display: none !important;
  }
}

.bv-d-xl-down-none {
  display: none !important;
}

.card-img-left {
  border-top-left-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-img-right {
  border-top-right-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}

.dropdown:not(.dropleft) .dropdown-toggle.dropdown-toggle-no-caret::after {
  display: none !important;
}

.dropdown.dropleft .dropdown-toggle.dropdown-toggle-no-caret::before {
  display: none !important;
}

.dropdown.b-dropdown .b-dropdown-form {
  display: inline-block;
  padding: 0.25rem 1.5rem;
  width: 100%;
  clear: both;
  font-weight: 400;
}

.dropdown.b-dropdown .b-dropdown-form:focus {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}

.dropdown.b-dropdown .b-dropdown-form.disabled, .dropdown.b-dropdown .b-dropdown-form:disabled {
  outline: 0 !important;
  color: #6c757d;
  pointer-events: none;
}

.b-dropdown-text {
  display: inline-block;
  padding: 0.25rem 1.5rem;
  margin-bottom: 0;
  width: 100%;
  clear: both;
  font-weight: lighter;
}

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

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

.was-validated .form-control:invalid,
.was-validated .form-control:valid, .form-control.is-invalid, .form-control.is-valid {
  background-position: right calc(0.375em + 0.1875rem) center;
}

input[type="color"].form-control {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.125rem 0.25rem;
}

input[type="color"].form-control.form-control-sm,
.input-group-sm input[type="color"].form-control {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.125rem 0.25rem;
}

input[type="color"].form-control.form-control-lg,
.input-group-lg input[type="color"].form-control {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.125rem 0.25rem;
}

input[type="color"].form-control:disabled {
  background-color: #adb5bd;
  opacity: 0.65;
}

.input-group > .custom-range {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

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

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

.input-group > .custom-range:focus {
  z-index: 3;
}

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

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

.input-group > .custom-range {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0 0.75rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  height: calc(1.5em + 0.75rem + 2px);
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .input-group > .custom-range {
    -webkit-transition: none;
    transition: none;
  }
}

.input-group > .custom-range:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.input-group > .custom-range:disabled, .input-group > .custom-range[readonly] {
  background-color: #e9ecef;
}

.input-group-lg > .custom-range {
  height: calc(1.5em + 1rem + 2px);
  padding: 0 1rem;
  border-radius: 0.3rem;
}

.input-group-sm > .custom-range {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0 0.5rem;
  border-radius: 0.2rem;
}

.was-validated .input-group .custom-range:valid, .input-group .custom-range.is-valid {
  border-color: #28a745;
}

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

.was-validated .custom-range:valid:focus::-webkit-slider-thumb, .custom-range.is-valid:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}

.was-validated .custom-range:valid:focus::-moz-range-thumb, .custom-range.is-valid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}

.was-validated .custom-range:valid:focus::-ms-thumb, .custom-range.is-valid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}

.was-validated .custom-range:valid::-webkit-slider-thumb, .custom-range.is-valid::-webkit-slider-thumb {
  background-color: #28a745;
  background-image: none;
}

.was-validated .custom-range:valid::-webkit-slider-thumb:active, .custom-range.is-valid::-webkit-slider-thumb:active {
  background-color: #9be7ac;
  background-image: none;
}

.was-validated .custom-range:valid::-webkit-slider-runnable-track, .custom-range.is-valid::-webkit-slider-runnable-track {
  background-color: rgba(40, 167, 69, 0.35);
}

.was-validated .custom-range:valid::-moz-range-thumb, .custom-range.is-valid::-moz-range-thumb {
  background-color: #28a745;
  background-image: none;
}

.was-validated .custom-range:valid::-moz-range-thumb:active, .custom-range.is-valid::-moz-range-thumb:active {
  background-color: #9be7ac;
  background-image: none;
}

.was-validated .custom-range:valid::-moz-range-track, .custom-range.is-valid::-moz-range-track {
  background: rgba(40, 167, 69, 0.35);
}

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

.was-validated .custom-range:valid::-ms-thumb, .custom-range.is-valid::-ms-thumb {
  background-color: #28a745;
  background-image: none;
}

.was-validated .custom-range:valid::-ms-thumb:active, .custom-range.is-valid::-ms-thumb:active {
  background-color: #9be7ac;
  background-image: none;
}

.was-validated .custom-range:valid::-ms-track-lower, .custom-range.is-valid::-ms-track-lower {
  background: rgba(40, 167, 69, 0.35);
}

.was-validated .custom-range:valid::-ms-track-upper, .custom-range.is-valid::-ms-track-upper {
  background: rgba(40, 167, 69, 0.35);
}

.was-validated .input-group .custom-range:invalid, .input-group .custom-range.is-invalid {
  border-color: #dc3545;
}

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

.was-validated .custom-range:invalid:focus::-webkit-slider-thumb, .custom-range.is-invalid:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
}

.was-validated .custom-range:invalid:focus::-moz-range-thumb, .custom-range.is-invalid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
}

.was-validated .custom-range:invalid:focus::-ms-thumb, .custom-range.is-invalid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
}

.was-validated .custom-range:invalid::-webkit-slider-thumb, .custom-range.is-invalid::-webkit-slider-thumb {
  background-color: #dc3545;
  background-image: none;
}

.was-validated .custom-range:invalid::-webkit-slider-thumb:active, .custom-range.is-invalid::-webkit-slider-thumb:active {
  background-color: #f6cdd1;
  background-image: none;
}

.was-validated .custom-range:invalid::-webkit-slider-runnable-track, .custom-range.is-invalid::-webkit-slider-runnable-track {
  background-color: rgba(220, 53, 69, 0.35);
}

.was-validated .custom-range:invalid::-moz-range-thumb, .custom-range.is-invalid::-moz-range-thumb {
  background-color: #dc3545;
  background-image: none;
}

.was-validated .custom-range:invalid::-moz-range-thumb:active, .custom-range.is-invalid::-moz-range-thumb:active {
  background-color: #f6cdd1;
  background-image: none;
}

.was-validated .custom-range:invalid::-moz-range-track, .custom-range.is-invalid::-moz-range-track {
  background: rgba(220, 53, 69, 0.35);
}

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

.was-validated .custom-range:invalid::-ms-thumb, .custom-range.is-invalid::-ms-thumb {
  background-color: #dc3545;
  background-image: none;
}

.was-validated .custom-range:invalid::-ms-thumb:active, .custom-range.is-invalid::-ms-thumb:active {
  background-color: #f6cdd1;
  background-image: none;
}

.was-validated .custom-range:invalid::-ms-track-lower, .custom-range.is-invalid::-ms-track-lower {
  background: rgba(220, 53, 69, 0.35);
}

.was-validated .custom-range:invalid::-ms-track-upper, .custom-range.is-invalid::-ms-track-upper {
  background: rgba(220, 53, 69, 0.35);
}

.modal-backdrop {
  opacity: 0.5;
}

.b-popover-primary.popover {
  background-color: #cce5ff;
  border-color: #b8daff;
}

.b-popover-primary.bs-popover-top > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #b8daff;
}

.b-popover-primary.bs-popover-top > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #cce5ff;
}

.b-popover-primary.bs-popover-right > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #b8daff;
}

.b-popover-primary.bs-popover-right > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #cce5ff;
}

.b-popover-primary.bs-popover-bottom > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #b8daff;
}

.b-popover-primary.bs-popover-bottom > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #bdddff;
}

.b-popover-primary.bs-popover-bottom .popover-header::before, .b-popover-primary.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #bdddff;
}

.b-popover-primary.bs-popover-left > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #b8daff;
}

.b-popover-primary.bs-popover-left > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #cce5ff;
}

.b-popover-primary .popover-header {
  color: #212529;
  background-color: #bdddff;
  border-bottom-color: #a3d0ff;
}

.b-popover-primary .popover-body {
  color: #004085;
}

.b-popover-secondary.popover {
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.b-popover-secondary.bs-popover-top > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #d6d8db;
}

.b-popover-secondary.bs-popover-top > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #e2e3e5;
}

.b-popover-secondary.bs-popover-right > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #d6d8db;
}

.b-popover-secondary.bs-popover-right > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #e2e3e5;
}

.b-popover-secondary.bs-popover-bottom > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #d6d8db;
}

.b-popover-secondary.bs-popover-bottom > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #dadbde;
}

.b-popover-secondary.bs-popover-bottom .popover-header::before, .b-popover-secondary.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #dadbde;
}

.b-popover-secondary.bs-popover-left > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #d6d8db;
}

.b-popover-secondary.bs-popover-left > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #e2e3e5;
}

.b-popover-secondary .popover-header {
  color: #212529;
  background-color: #dadbde;
  border-bottom-color: #ccced2;
}

.b-popover-secondary .popover-body {
  color: #383d41;
}

.b-popover-success.popover {
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.b-popover-success.bs-popover-top > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #c3e6cb;
}

.b-popover-success.bs-popover-top > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #d4edda;
}

.b-popover-success.bs-popover-right > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #c3e6cb;
}

.b-popover-success.bs-popover-right > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #d4edda;
}

.b-popover-success.bs-popover-bottom > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #c3e6cb;
}

.b-popover-success.bs-popover-bottom > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #c9e8d1;
}

.b-popover-success.bs-popover-bottom .popover-header::before, .b-popover-success.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #c9e8d1;
}

.b-popover-success.bs-popover-left > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #c3e6cb;
}

.b-popover-success.bs-popover-left > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #d4edda;
}

.b-popover-success .popover-header {
  color: #212529;
  background-color: #c9e8d1;
  border-bottom-color: #b7e1c1;
}

.b-popover-success .popover-body {
  color: #155724;
}

.b-popover-info.popover {
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.b-popover-info.bs-popover-top > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #bee5eb;
}

.b-popover-info.bs-popover-top > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #d1ecf1;
}

.b-popover-info.bs-popover-right > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #bee5eb;
}

.b-popover-info.bs-popover-right > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #d1ecf1;
}

.b-popover-info.bs-popover-bottom > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #bee5eb;
}

.b-popover-info.bs-popover-bottom > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #c5e7ed;
}

.b-popover-info.bs-popover-bottom .popover-header::before, .b-popover-info.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #c5e7ed;
}

.b-popover-info.bs-popover-left > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #bee5eb;
}

.b-popover-info.bs-popover-left > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #d1ecf1;
}

.b-popover-info .popover-header {
  color: #212529;
  background-color: #c5e7ed;
  border-bottom-color: #b2dfe7;
}

.b-popover-info .popover-body {
  color: #0c5460;
}

.b-popover-warning.popover {
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.b-popover-warning.bs-popover-top > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #ffeeba;
}

.b-popover-warning.bs-popover-top > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #fff3cd;
}

.b-popover-warning.bs-popover-right > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #ffeeba;
}

.b-popover-warning.bs-popover-right > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #fff3cd;
}

.b-popover-warning.bs-popover-bottom > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #ffeeba;
}

.b-popover-warning.bs-popover-bottom > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #ffefbe;
}

.b-popover-warning.bs-popover-bottom .popover-header::before, .b-popover-warning.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #ffefbe;
}

.b-popover-warning.bs-popover-left > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #ffeeba;
}

.b-popover-warning.bs-popover-left > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #fff3cd;
}

.b-popover-warning .popover-header {
  color: #212529;
  background-color: #ffefbe;
  border-bottom-color: #ffe9a4;
}

.b-popover-warning .popover-body {
  color: #856404;
}

.b-popover-danger.popover {
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.b-popover-danger.bs-popover-top > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #f5c6cb;
}

.b-popover-danger.bs-popover-top > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #f8d7da;
}

.b-popover-danger.bs-popover-right > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #f5c6cb;
}

.b-popover-danger.bs-popover-right > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #f8d7da;
}

.b-popover-danger.bs-popover-bottom > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #f5c6cb;
}

.b-popover-danger.bs-popover-bottom > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #f6cace;
}

.b-popover-danger.bs-popover-bottom .popover-header::before, .b-popover-danger.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #f6cace;
}

.b-popover-danger.bs-popover-left > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #f5c6cb;
}

.b-popover-danger.bs-popover-left > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #f8d7da;
}

.b-popover-danger .popover-header {
  color: #212529;
  background-color: #f6cace;
  border-bottom-color: #f2b4ba;
}

.b-popover-danger .popover-body {
  color: #721c24;
}

.b-popover-light.popover {
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.b-popover-light.bs-popover-top > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #fdfdfe;
}

.b-popover-light.bs-popover-top > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #fefefe;
}

.b-popover-light.bs-popover-right > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #fdfdfe;
}

.b-popover-light.bs-popover-right > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #fefefe;
}

.b-popover-light.bs-popover-bottom > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #fdfdfe;
}

.b-popover-light.bs-popover-bottom > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #f6f6f6;
}

.b-popover-light.bs-popover-bottom .popover-header::before, .b-popover-light.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #f6f6f6;
}

.b-popover-light.bs-popover-left > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #fdfdfe;
}

.b-popover-light.bs-popover-left > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #fefefe;
}

.b-popover-light .popover-header {
  color: #212529;
  background-color: #f6f6f6;
  border-bottom-color: #eaeaea;
}

.b-popover-light .popover-body {
  color: #818182;
}

.b-popover-dark.popover {
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.b-popover-dark.bs-popover-top > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #c6c8ca;
}

.b-popover-dark.bs-popover-top > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #d6d8d9;
}

.b-popover-dark.bs-popover-right > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #c6c8ca;
}

.b-popover-dark.bs-popover-right > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #d6d8d9;
}

.b-popover-dark.bs-popover-bottom > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #c6c8ca;
}

.b-popover-dark.bs-popover-bottom > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #ced0d2;
}

.b-popover-dark.bs-popover-bottom .popover-header::before, .b-popover-dark.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #ced0d2;
}

.b-popover-dark.bs-popover-left > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #c6c8ca;
}

.b-popover-dark.bs-popover-left > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #d6d8d9;
}

.b-popover-dark .popover-header {
  color: #212529;
  background-color: #ced0d2;
  border-bottom-color: #c1c4c5;
}

.b-popover-dark .popover-body {
  color: #1b1e21;
}

.table.b-table.b-table-fixed {
  table-layout: fixed;
}

.table.b-table[aria-busy="true"] {
  opacity: 0.55;
}

.table.b-table > tbody > tr.b-table-details > td {
  border-top: none !important;
}

.table.b-table > caption {
  caption-side: bottom;
}

.table.b-table > caption.b-table-caption-top {
  caption-side: top !important;
}

.table.b-table > thead > tr > th[aria-sort],
.table.b-table > tfoot > tr > th[aria-sort] {
  cursor: pointer;
}

.table.b-table > thead > tr > th[aria-sort]::before,
.table.b-table > tfoot > tr > th[aria-sort]::before {
  display: inline-block;
  float: right;
  margin-left: 0.5em;
  width: 0.5em;
  font-size: inherit;
  line-height: inherit;
  opacity: 0.4;
  content: "\2195";
  speak: none;
}

.table.b-table > thead > tr > th[aria-sort][aria-sort="ascending"]::before,
.table.b-table > tfoot > tr > th[aria-sort][aria-sort="ascending"]::before {
  opacity: 1;
  content: "\2193";
}

.table.b-table > thead > tr > th[aria-sort][aria-sort="descending"]::before,
.table.b-table > tfoot > tr > th[aria-sort][aria-sort="descending"]::before {
  opacity: 1;
  content: "\2191";
}

@media (max-width: 575.98px) {
  .table.b-table.b-table-stacked-sm {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-sm > caption,
  .table.b-table.b-table-stacked-sm > tbody,
  .table.b-table.b-table-stacked-sm > tbody > tr,
  .table.b-table.b-table-stacked-sm > tbody > tr > td,
  .table.b-table.b-table-stacked-sm > tbody > tr > td {
    display: block;
  }
  .table.b-table.b-table-stacked-sm > thead,
  .table.b-table.b-table-stacked-sm > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-sm > thead > tr.b-table-top-row,
  .table.b-table.b-table-stacked-sm > thead > tr.b-table-bottom-row,
  .table.b-table.b-table-stacked-sm > tfoot > tr.b-table-top-row,
  .table.b-table.b-table-stacked-sm > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-sm > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::before {
    content: attr(data-label);
    display: inline-block;
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 1rem;
    margin: 0;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr.top-row, .table.b-table.b-table-stacked-sm > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > :first-child {
    border-top-width: 3px;
  }
}

@media (max-width: 767.98px) {
  .table.b-table.b-table-stacked-md {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-md > caption,
  .table.b-table.b-table-stacked-md > tbody,
  .table.b-table.b-table-stacked-md > tbody > tr,
  .table.b-table.b-table-stacked-md > tbody > tr > td,
  .table.b-table.b-table-stacked-md > tbody > tr > td {
    display: block;
  }
  .table.b-table.b-table-stacked-md > thead,
  .table.b-table.b-table-stacked-md > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-md > thead > tr.b-table-top-row,
  .table.b-table.b-table-stacked-md > thead > tr.b-table-bottom-row,
  .table.b-table.b-table-stacked-md > tfoot > tr.b-table-top-row,
  .table.b-table.b-table-stacked-md > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-md > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::before {
    content: attr(data-label);
    display: inline-block;
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-md > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 1rem;
    margin: 0;
  }
  .table.b-table.b-table-stacked-md > tbody > tr.top-row, .table.b-table.b-table-stacked-md > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-md > tbody > tr > :first-child {
    border-top-width: 3px;
  }
}

@media (max-width: 991.98px) {
  .table.b-table.b-table-stacked-lg {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-lg > caption,
  .table.b-table.b-table-stacked-lg > tbody,
  .table.b-table.b-table-stacked-lg > tbody > tr,
  .table.b-table.b-table-stacked-lg > tbody > tr > td,
  .table.b-table.b-table-stacked-lg > tbody > tr > td {
    display: block;
  }
  .table.b-table.b-table-stacked-lg > thead,
  .table.b-table.b-table-stacked-lg > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-lg > thead > tr.b-table-top-row,
  .table.b-table.b-table-stacked-lg > thead > tr.b-table-bottom-row,
  .table.b-table.b-table-stacked-lg > tfoot > tr.b-table-top-row,
  .table.b-table.b-table-stacked-lg > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-lg > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::before {
    content: attr(data-label);
    display: inline-block;
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 1rem;
    margin: 0;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr.top-row, .table.b-table.b-table-stacked-lg > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > :first-child {
    border-top-width: 3px;
  }
}

@media (max-width: 1199.98px) {
  .table.b-table.b-table-stacked-xl {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-xl > caption,
  .table.b-table.b-table-stacked-xl > tbody,
  .table.b-table.b-table-stacked-xl > tbody > tr,
  .table.b-table.b-table-stacked-xl > tbody > tr > td,
  .table.b-table.b-table-stacked-xl > tbody > tr > td {
    display: block;
  }
  .table.b-table.b-table-stacked-xl > thead,
  .table.b-table.b-table-stacked-xl > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-xl > thead > tr.b-table-top-row,
  .table.b-table.b-table-stacked-xl > thead > tr.b-table-bottom-row,
  .table.b-table.b-table-stacked-xl > tfoot > tr.b-table-top-row,
  .table.b-table.b-table-stacked-xl > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-xl > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::before {
    content: attr(data-label);
    display: inline-block;
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 1rem;
    margin: 0;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr.top-row, .table.b-table.b-table-stacked-xl > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > :first-child {
    border-top-width: 3px;
  }
}

.table.b-table.b-table-stacked {
  display: block;
  width: 100%;
}

.table.b-table.b-table-stacked > caption,
.table.b-table.b-table-stacked > tbody,
.table.b-table.b-table-stacked > tbody > tr,
.table.b-table.b-table-stacked > tbody > tr > td,
.table.b-table.b-table-stacked > tbody > tr > td {
  display: block;
}

.table.b-table.b-table-stacked > thead,
.table.b-table.b-table-stacked > tfoot {
  display: none;
}

.table.b-table.b-table-stacked > thead > tr.b-table-top-row,
.table.b-table.b-table-stacked > thead > tr.b-table-bottom-row,
.table.b-table.b-table-stacked > tfoot > tr.b-table-top-row,
.table.b-table.b-table-stacked > tfoot > tr.b-table-bottom-row {
  display: none;
}

.table.b-table.b-table-stacked > caption {
  caption-side: top !important;
}

.table.b-table.b-table-stacked > tbody > tr > [data-label]::before {
  content: attr(data-label);
  display: inline-block;
  width: 40%;
  float: left;
  text-align: right;
  overflow-wrap: break-word;
  font-weight: bold;
  font-style: normal;
  padding: 0;
  margin: 0;
}

.table.b-table.b-table-stacked > tbody > tr > [data-label]::after {
  display: block;
  clear: both;
  content: "";
}

.table.b-table.b-table-stacked > tbody > tr > [data-label] > div {
  display: inline-block;
  width: calc(100% - 40%);
  padding: 0 0 0 1rem;
  margin: 0;
}

.table.b-table.b-table-stacked > tbody > tr.top-row, .table.b-table.b-table-stacked > tbody > tr.bottom-row {
  display: none;
}

.table.b-table.b-table-stacked > tbody > tr > :first-child {
  border-top-width: 3px;
}

.table.b-table.b-table-selectable > tbody > tr {
  cursor: pointer;
}

.table.b-table.b-table-selectable.b-table-selecting.b-table-select-range > tbody > tr {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.b-toast {
  display: block;
  position: relative;
  max-width: 350px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-clip: padding-box;
  z-index: 1;
  border-radius: 0.25rem;
}

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

.b-toast.b-toast-solid .toast {
  background-color: white;
}

.b-toast .toast {
  opacity: 1;
}

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

.b-toast .toast .toast-body {
  display: block;
}

.b-toast-primary .toast {
  background-color: rgba(230, 242, 255, 0.85);
  border-color: rgba(184, 218, 255, 0.85);
  color: #004085;
}

.b-toast-primary .toast .toast-header {
  color: #004085;
  background-color: rgba(204, 229, 255, 0.85);
  border-bottom-color: rgba(184, 218, 255, 0.85);
}

.b-toast-primary.b-toast-solid .toast {
  background-color: #e6f2ff;
}

.b-toast-secondary .toast {
  background-color: rgba(239, 240, 241, 0.85);
  border-color: rgba(214, 216, 219, 0.85);
  color: #383d41;
}

.b-toast-secondary .toast .toast-header {
  color: #383d41;
  background-color: rgba(226, 227, 229, 0.85);
  border-bottom-color: rgba(214, 216, 219, 0.85);
}

.b-toast-secondary.b-toast-solid .toast {
  background-color: #eff0f1;
}

.b-toast-success .toast {
  background-color: rgba(230, 245, 233, 0.85);
  border-color: rgba(195, 230, 203, 0.85);
  color: #155724;
}

.b-toast-success .toast .toast-header {
  color: #155724;
  background-color: rgba(212, 237, 218, 0.85);
  border-bottom-color: rgba(195, 230, 203, 0.85);
}

.b-toast-success.b-toast-solid .toast {
  background-color: #e6f5e9;
}

.b-toast-info .toast {
  background-color: rgba(229, 244, 247, 0.85);
  border-color: rgba(190, 229, 235, 0.85);
  color: #0c5460;
}

.b-toast-info .toast .toast-header {
  color: #0c5460;
  background-color: rgba(209, 236, 241, 0.85);
  border-bottom-color: rgba(190, 229, 235, 0.85);
}

.b-toast-info.b-toast-solid .toast {
  background-color: #e5f4f7;
}

.b-toast-warning .toast {
  background-color: rgba(255, 249, 231, 0.85);
  border-color: rgba(255, 238, 186, 0.85);
  color: #856404;
}

.b-toast-warning .toast .toast-header {
  color: #856404;
  background-color: rgba(255, 243, 205, 0.85);
  border-bottom-color: rgba(255, 238, 186, 0.85);
}

.b-toast-warning.b-toast-solid .toast {
  background-color: #fff9e7;
}

.b-toast-danger .toast {
  background-color: rgba(252, 237, 238, 0.85);
  border-color: rgba(245, 198, 203, 0.85);
  color: #721c24;
}

.b-toast-danger .toast .toast-header {
  color: #721c24;
  background-color: rgba(248, 215, 218, 0.85);
  border-bottom-color: rgba(245, 198, 203, 0.85);
}

.b-toast-danger.b-toast-solid .toast {
  background-color: #fcedee;
}

.b-toast-light .toast {
  background-color: rgba(255, 255, 255, 0.85);
  border-color: rgba(253, 253, 254, 0.85);
  color: #818182;
}

.b-toast-light .toast .toast-header {
  color: #818182;
  background-color: rgba(254, 254, 254, 0.85);
  border-bottom-color: rgba(253, 253, 254, 0.85);
}

.b-toast-light.b-toast-solid .toast {
  background-color: white;
}

.b-toast-dark .toast {
  background-color: rgba(227, 229, 229, 0.85);
  border-color: rgba(198, 200, 202, 0.85);
  color: #1b1e21;
}

.b-toast-dark .toast .toast-header {
  color: #1b1e21;
  background-color: rgba(214, 216, 217, 0.85);
  border-bottom-color: rgba(198, 200, 202, 0.85);
}

.b-toast-dark.b-toast-solid .toast {
  background-color: #e3e5e5;
}

.b-toaster {
  z-index: 1100;
}

.b-toaster .b-toaster-slot {
  position: relative;
  display: block;
}

.b-toaster .b-toaster-slot:empty {
  display: none !important;
}

.b-toaster.b-toaster-top-right, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full, .b-toaster.b-toaster-bottom-right, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full {
  position: fixed;
  left: 0.5rem;
  right: 0.5rem;
  margin: 0;
  padding: 0;
  height: 0;
  overflow: visible;
}

.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  position: absolute;
  max-width: 350px;
  width: 100%;
  /* IE11 fix */
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
}

.b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  width: 100%;
  max-width: 100%;
}

.b-toaster.b-toaster-top-full .b-toaster-slot .b-toast,
.b-toaster.b-toaster-top-full .b-toaster-slot .toast, .b-toaster.b-toaster-bottom-full .b-toaster-slot .b-toast,
.b-toaster.b-toaster-bottom-full .b-toaster-slot .toast {
  width: 100%;
  max-width: 100%;
}

.b-toaster.b-toaster-top-right, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full {
  top: 0;
}

.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot {
  top: 0.5rem;
}

.b-toaster.b-toaster-bottom-right, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full {
  bottom: 0;
}

.b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  bottom: 0.5rem;
}

.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot {
  margin-left: auto;
}

.b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot {
  margin-right: auto;
}

.b-toaster.b-toaster-top-right .b-toast, .b-toaster.b-toaster-top-left .b-toast, .b-toaster.b-toaster-bottom-right .b-toast, .b-toaster.b-toaster-bottom-left .b-toast {
  /*
      &.b-toaster-enter-active,
      &.b-toaster-enter-to {
        .toast.fade {
          // Delay the appearance of the toast until
          // the move transition has completed
          transition-delay: 0.175s;
        }
      }

      &.b-toaster-move {
        transition: transform 0.175s;
        // transition-delay: 0.175s;
      }

      &.b-toaster-enter-active {
        z-index: 0;
      }

      &.b-toaster-leave-active {
        transition: transform 0.175s;
      }

      &.b-toaster-leave,
      &.b-toaster-leave-active {
        position: absolute;
        z-index: 0;
        transition-delay: 0.175s;

        .toast.fade {
          transition-delay: 0s;
        }
      }

      &.b-toaster-leave {
      }

      &.b-toaster-leave-to {
      }
      */
}

.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-move, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-move, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-move, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-move {
  transition: -webkit-transform 0.175s;
  -webkit-transition: -webkit-transform 0.175s;
  transition: transform 0.175s;
  transition: transform 0.175s, -webkit-transform 0.175s;
}

.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active .toast.fade {
  -webkit-transition-delay: 0.175s;
          transition-delay: 0.175s;
}

.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active {
  position: absolute;
  -webkit-transition-delay: 0.175s;
          transition-delay: 0.175s;
}

.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active .toast.fade {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.tooltip.b-tooltip-primary.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #007bff;
}

.tooltip.b-tooltip-primary.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #007bff;
}

.tooltip.b-tooltip-primary.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #007bff;
}

.tooltip.b-tooltip-primary.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #007bff;
}

.tooltip.b-tooltip-primary .tooltip-inner {
  color: #fff;
  background-color: #007bff;
}

.tooltip.b-tooltip-secondary.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #6c757d;
}

.tooltip.b-tooltip-secondary.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #6c757d;
}

.tooltip.b-tooltip-secondary.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #6c757d;
}

.tooltip.b-tooltip-secondary.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #6c757d;
}

.tooltip.b-tooltip-secondary .tooltip-inner {
  color: #fff;
  background-color: #6c757d;
}

.tooltip.b-tooltip-success.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #28a745;
}

.tooltip.b-tooltip-success.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #28a745;
}

.tooltip.b-tooltip-success.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #28a745;
}

.tooltip.b-tooltip-success.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #28a745;
}

.tooltip.b-tooltip-success .tooltip-inner {
  color: #fff;
  background-color: #28a745;
}

.tooltip.b-tooltip-info.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #17a2b8;
}

.tooltip.b-tooltip-info.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #17a2b8;
}

.tooltip.b-tooltip-info.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #17a2b8;
}

.tooltip.b-tooltip-info.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #17a2b8;
}

.tooltip.b-tooltip-info .tooltip-inner {
  color: #fff;
  background-color: #17a2b8;
}

.tooltip.b-tooltip-warning.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #ffc107;
}

.tooltip.b-tooltip-warning.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #ffc107;
}

.tooltip.b-tooltip-warning.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #ffc107;
}

.tooltip.b-tooltip-warning.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #ffc107;
}

.tooltip.b-tooltip-warning .tooltip-inner {
  color: #212529;
  background-color: #ffc107;
}

.tooltip.b-tooltip-danger.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #dc3545;
}

.tooltip.b-tooltip-danger.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #dc3545;
}

.tooltip.b-tooltip-danger.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #dc3545;
}

.tooltip.b-tooltip-danger.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #dc3545;
}

.tooltip.b-tooltip-danger .tooltip-inner {
  color: #fff;
  background-color: #dc3545;
}

.tooltip.b-tooltip-light.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #f8f9fa;
}

.tooltip.b-tooltip-light.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #f8f9fa;
}

.tooltip.b-tooltip-light.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #f8f9fa;
}

.tooltip.b-tooltip-light.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #f8f9fa;
}

.tooltip.b-tooltip-light .tooltip-inner {
  color: #212529;
  background-color: #f8f9fa;
}

.tooltip.b-tooltip-dark.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #343a40;
}

.tooltip.b-tooltip-dark.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #343a40;
}

.tooltip.b-tooltip-dark.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #343a40;
}

.tooltip.b-tooltip-dark.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #343a40;
}

.tooltip.b-tooltip-dark .tooltip-inner {
  color: #fff;
  background-color: #343a40;
}
/*# sourceMappingURL=bootstrap-vue.css.map */.fm-poppins {
  font-family: "Poppins";
}

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
  --blue: #2bb2fc;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #e97d6b;
  --orange: #fd7e14;
  --yellow: #FED50F;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #323232;
  --secondary: #6f6f6f;
  --success: #1f4ba5;
  --info: #97d1cb;
  --warning: #ec6608;
  --danger: #ecebeb;
  --light: #f8f9fa;
  --dark: #343a40;
  --darkblue: #17247a;
  --greyblue: #324359;
  --grey: #868686;
  --red: #e97d6b;
  --yellow: #FED50F;
  --darkgrey: #596678;
  --blue: #2bb2fc;
  --light-info: #edfaf9;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: Raleway;
  --font-family-monospace: Poppins;
}

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

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

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

body {
  margin: 0;
  font-family: "Raleway";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  text-align: left;
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

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

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

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

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

pre,
code,
kbd,
samp {
  font-family: "Poppins";
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

a > code {
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333333%;
          flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333333%;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66666667%;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-darkblue,
.table-darkblue > th,
.table-darkblue > td {
  background-color: #bec2da;
}

.table-darkblue th,
.table-darkblue td,
.table-darkblue thead th,
.table-darkblue tbody + tbody {
  border-color: #868dba;
}

.table-hover .table-darkblue:hover {
  background-color: #aeb3d1;
}

.table-hover .table-darkblue:hover > td,
.table-hover .table-darkblue:hover > th {
  background-color: #aeb3d1;
}

.table-greyblue,
.table-greyblue > th,
.table-greyblue > td {
  background-color: #c6cad1;
}

.table-greyblue th,
.table-greyblue td,
.table-greyblue thead th,
.table-greyblue tbody + tbody {
  border-color: #949da9;
}

.table-hover .table-greyblue:hover {
  background-color: #b8bdc6;
}

.table-hover .table-greyblue:hover > td,
.table-hover .table-greyblue:hover > th {
  background-color: #b8bdc6;
}

.table-grey,
.table-grey > th,
.table-grey > td {
  background-color: #dddddd;
}

.table-grey th,
.table-grey td,
.table-grey thead th,
.table-grey tbody + tbody {
  border-color: silver;
}

.table-hover .table-grey:hover {
  background-color: #d0d0d0;
}

.table-hover .table-grey:hover > td,
.table-hover .table-grey:hover > th {
  background-color: #d0d0d0;
}

.table-red,
.table-red > th,
.table-red > td {
  background-color: #f9dbd6;
}

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

.table-hover .table-red:hover {
  background-color: #f6c7c0;
}

.table-hover .table-red:hover > td,
.table-hover .table-red:hover > th {
  background-color: #f6c7c0;
}

.table-yellow,
.table-yellow > th,
.table-yellow > td {
  background-color: #fff3bc;
}

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

.table-hover .table-yellow:hover {
  background-color: #ffeea3;
}

.table-hover .table-yellow:hover > td,
.table-hover .table-yellow:hover > th {
  background-color: #ffeea3;
}

.table-darkgrey,
.table-darkgrey > th,
.table-darkgrey > td {
  background-color: #d1d4d9;
}

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

.table-hover .table-darkgrey:hover {
  background-color: #c3c7cd;
}

.table-hover .table-darkgrey:hover > td,
.table-hover .table-darkgrey:hover > th {
  background-color: #c3c7cd;
}

.table-blue,
.table-blue > th,
.table-blue > td {
  background-color: #c4e9fe;
}

.table-blue th,
.table-blue td,
.table-blue thead th,
.table-blue tbody + tbody {
  border-color: #91d7fd;
}

.table-hover .table-blue:hover {
  background-color: #abe0fe;
}

.table-hover .table-blue:hover > td,
.table-hover .table-blue:hover > th {
  background-color: #abe0fe;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
}

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

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

.form-control:focus {
  color: #495057;
  background-color: #ffffff;
  border-color: #727272;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(50, 50, 50, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(50, 50, 50, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #ffffff;
  background-color: rgba(31, 75, 165, 0.9);
}

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

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #1f4ba5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(31, 75, 165, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(31, 75, 165, 0.25);
}

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

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

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #1f4ba5;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231f4ba5' 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") #ffffff no-repeat center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #1f4ba5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(31, 75, 165, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(31, 75, 165, 0.25);
}

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

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

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

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

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

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

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

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

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(31, 75, 165, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(31, 75, 165, 0.25);
}

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

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

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #1f4ba5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(31, 75, 165, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(31, 75, 165, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #212529;
  background-color: rgba(236, 235, 235, 0.9);
}

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

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #ecebeb;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(236, 235, 235, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(236, 235, 235, 0.25);
}

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

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

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #ecebeb;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ecebeb' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23ecebeb' 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") #ffffff no-repeat center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #ecebeb;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(236, 235, 235, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(236, 235, 235, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ecebeb;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(236, 235, 235, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(236, 235, 235, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.6;
  border-radius: 0;
}

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

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

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

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

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

.btn-primary {
  color: #ffffff;
  background-color: #323232;
  border-color: #323232;
}

.btn-primary:hover {
  color: #ffffff;
  background-color: #1f1f1f;
  border-color: #191818;
}

.btn-primary:focus,
.btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(81, 81, 81, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(81, 81, 81, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff;
  background-color: #323232;
  border-color: #323232;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #191818;
  border-color: #121212;
}

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

.btn-secondary {
  color: #ffffff;
  background-color: #6f6f6f;
  border-color: #6f6f6f;
}

.btn-secondary:hover {
  color: #ffffff;
  background-color: #5c5c5c;
  border-color: #565555;
}

.btn-secondary:focus,
.btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(133, 133, 133, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(133, 133, 133, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff;
  background-color: #6f6f6f;
  border-color: #6f6f6f;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #565555;
  border-color: #4f4f4f;
}

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

.btn-success {
  color: #ffffff;
  background-color: #1f4ba5;
  border-color: #1f4ba5;
}

.btn-success:hover {
  color: #ffffff;
  background-color: #193c85;
  border-color: #17377a;
}

.btn-success:focus,
.btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(65, 102, 179, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(65, 102, 179, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff;
  background-color: #1f4ba5;
  border-color: #1f4ba5;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #17377a;
  border-color: #15336f;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(65, 102, 179, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(65, 102, 179, 0.5);
}

.btn-info {
  color: #212529;
  background-color: #97d1cb;
  border-color: #97d1cb;
}

.btn-info:hover {
  color: #212529;
  background-color: #7cc5be;
  border-color: #74c1b9;
}

.btn-info:focus,
.btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(133, 183, 179, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(133, 183, 179, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #212529;
  background-color: #97d1cb;
  border-color: #97d1cb;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #212529;
  background-color: #74c1b9;
  border-color: #6bbdb5;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(133, 183, 179, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(133, 183, 179, 0.5);
}

.btn-warning {
  color: #ffffff;
  background-color: #ec6608;
  border-color: #ec6608;
}

.btn-warning:hover {
  color: #ffffff;
  background-color: #c75607;
  border-color: #bb5106;
}

.btn-warning:focus,
.btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(239, 125, 45, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(239, 125, 45, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff;
  background-color: #ec6608;
  border-color: #ec6608;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #ffffff;
  background-color: #bb5106;
  border-color: #ae4b06;
}

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

.btn-danger {
  color: #212529;
  background-color: #ecebeb;
  border-color: #ecebeb;
}

.btn-danger:hover {
  color: #212529;
  background-color: #d9d7d7;
  border-color: #d3d1d1;
}

.btn-danger:focus,
.btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 205, 206, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(206, 205, 206, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #212529;
  background-color: #ecebeb;
  border-color: #ecebeb;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #212529;
  background-color: #d3d1d1;
  border-color: #cdcaca;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-darkblue {
  color: #ffffff;
  background-color: #17247a;
  border-color: #17247a;
}

.btn-darkblue:hover {
  color: #ffffff;
  background-color: #111b5a;
  border-color: #0f174f;
}

.btn-darkblue:focus,
.btn-darkblue.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 69, 142, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 69, 142, 0.5);
}

.btn-darkblue.disabled,
.btn-darkblue:disabled {
  color: #ffffff;
  background-color: #17247a;
  border-color: #17247a;
}

.btn-darkblue:not(:disabled):not(.disabled):active,
.btn-darkblue:not(:disabled):not(.disabled).active,
.show > .btn-darkblue.dropdown-toggle {
  color: #ffffff;
  background-color: #0f174f;
  border-color: #0d1444;
}

.btn-darkblue:not(:disabled):not(.disabled):active:focus,
.btn-darkblue:not(:disabled):not(.disabled).active:focus,
.show > .btn-darkblue.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 69, 142, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 69, 142, 0.5);
}

.btn-greyblue {
  color: #ffffff;
  background-color: #324359;
  border-color: #324359;
}

.btn-greyblue:hover {
  color: #ffffff;
  background-color: #243141;
  border-color: #202a38;
}

.btn-greyblue:focus,
.btn-greyblue.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(81, 95, 114, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(81, 95, 114, 0.5);
}

.btn-greyblue.disabled,
.btn-greyblue:disabled {
  color: #ffffff;
  background-color: #324359;
  border-color: #324359;
}

.btn-greyblue:not(:disabled):not(.disabled):active,
.btn-greyblue:not(:disabled):not(.disabled).active,
.show > .btn-greyblue.dropdown-toggle {
  color: #ffffff;
  background-color: #202a38;
  border-color: #1b2430;
}

.btn-greyblue:not(:disabled):not(.disabled):active:focus,
.btn-greyblue:not(:disabled):not(.disabled).active:focus,
.show > .btn-greyblue.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(81, 95, 114, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(81, 95, 114, 0.5);
}

.btn-grey {
  color: #ffffff;
  background-color: #868686;
  border-color: #868686;
}

.btn-grey:hover {
  color: #ffffff;
  background-color: #737373;
  border-color: #6d6c6c;
}

.btn-grey:focus,
.btn-grey.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(152, 152, 152, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(152, 152, 152, 0.5);
}

.btn-grey.disabled,
.btn-grey:disabled {
  color: #ffffff;
  background-color: #868686;
  border-color: #868686;
}

.btn-grey:not(:disabled):not(.disabled):active,
.btn-grey:not(:disabled):not(.disabled).active,
.show > .btn-grey.dropdown-toggle {
  color: #ffffff;
  background-color: #6d6c6c;
  border-color: #666666;
}

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

.btn-red {
  color: #212529;
  background-color: #e97d6b;
  border-color: #e97d6b;
}

.btn-red:hover {
  color: #ffffff;
  background-color: #e4604a;
  border-color: #e2563f;
}

.btn-red:focus,
.btn-red.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(203, 112, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(203, 112, 97, 0.5);
}

.btn-red.disabled,
.btn-red:disabled {
  color: #212529;
  background-color: #e97d6b;
  border-color: #e97d6b;
}

.btn-red:not(:disabled):not(.disabled):active,
.btn-red:not(:disabled):not(.disabled).active,
.show > .btn-red.dropdown-toggle {
  color: #ffffff;
  background-color: #e2563f;
  border-color: #e14c34;
}

.btn-red:not(:disabled):not(.disabled):active:focus,
.btn-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-red.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(203, 112, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(203, 112, 97, 0.5);
}

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

.btn-yellow:hover {
  color: #212529;
  background-color: #e6bf01;
  border-color: #d9b401;
}

.btn-yellow:focus,
.btn-yellow.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 187, 19, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(221, 187, 19, 0.5);
}

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

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

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

.btn-darkgrey {
  color: #ffffff;
  background-color: #596678;
  border-color: #596678;
}

.btn-darkgrey:hover {
  color: #ffffff;
  background-color: #495362;
  border-color: #434d5b;
}

.btn-darkgrey:focus,
.btn-darkgrey.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(114, 125, 140, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(114, 125, 140, 0.5);
}

.btn-darkgrey.disabled,
.btn-darkgrey:disabled {
  color: #ffffff;
  background-color: #596678;
  border-color: #596678;
}

.btn-darkgrey:not(:disabled):not(.disabled):active,
.btn-darkgrey:not(:disabled):not(.disabled).active,
.show > .btn-darkgrey.dropdown-toggle {
  color: #ffffff;
  background-color: #434d5b;
  border-color: #3e4753;
}

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

.btn-blue {
  color: #ffffff;
  background-color: #2bb2fc;
  border-color: #2bb2fc;
}

.btn-blue:hover {
  color: #ffffff;
  background-color: #05a4fb;
  border-color: #039df1;
}

.btn-blue:focus,
.btn-blue.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(75, 190, 252, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(75, 190, 252, 0.5);
}

.btn-blue.disabled,
.btn-blue:disabled {
  color: #ffffff;
  background-color: #2bb2fc;
  border-color: #2bb2fc;
}

.btn-blue:not(:disabled):not(.disabled):active,
.btn-blue:not(:disabled):not(.disabled).active,
.show > .btn-blue.dropdown-toggle {
  color: #ffffff;
  background-color: #039df1;
  border-color: #0394e4;
}

.btn-blue:not(:disabled):not(.disabled):active:focus,
.btn-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-blue.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(75, 190, 252, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(75, 190, 252, 0.5);
}

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

.btn-light-info:hover {
  color: #212529;
  background-color: #cff2ef;
  border-color: #c5efec;
}

.btn-light-info:focus,
.btn-light-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 218, 218, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(206, 218, 218, 0.5);
}

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

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

.btn-light-info:not(:disabled):not(.disabled):active:focus,
.btn-light-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-light-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 218, 218, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(206, 218, 218, 0.5);
}

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

.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #323232;
  border-color: #323232;
}

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

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

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(50, 50, 50, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(50, 50, 50, 0.5);
}

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

.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #6f6f6f;
  border-color: #6f6f6f;
}

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

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

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(111, 111, 111, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(111, 111, 111, 0.5);
}

.btn-outline-success {
  color: #1f4ba5;
  border-color: #1f4ba5;
}

.btn-outline-success:hover {
  color: #ffffff;
  background-color: #1f4ba5;
  border-color: #1f4ba5;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(31, 75, 165, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(31, 75, 165, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #1f4ba5;
  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: #ffffff;
  background-color: #1f4ba5;
  border-color: #1f4ba5;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(31, 75, 165, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(31, 75, 165, 0.5);
}

.btn-outline-info {
  color: #97d1cb;
  border-color: #97d1cb;
}

.btn-outline-info:hover {
  color: #212529;
  background-color: #97d1cb;
  border-color: #97d1cb;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(151, 209, 203, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(151, 209, 203, 0.5);
}

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

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(151, 209, 203, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(151, 209, 203, 0.5);
}

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

.btn-outline-warning:hover {
  color: #ffffff;
  background-color: #ec6608;
  border-color: #ec6608;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(236, 102, 8, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(236, 102, 8, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ec6608;
  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: #ffffff;
  background-color: #ec6608;
  border-color: #ec6608;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(236, 102, 8, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(236, 102, 8, 0.5);
}

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

.btn-outline-danger:hover {
  color: #212529;
  background-color: #ecebeb;
  border-color: #ecebeb;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(236, 235, 235, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(236, 235, 235, 0.5);
}

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

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(236, 235, 235, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(236, 235, 235, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

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

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

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

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

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

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

.btn-outline-darkblue {
  color: #17247a;
  border-color: #17247a;
}

.btn-outline-darkblue:hover {
  color: #ffffff;
  background-color: #17247a;
  border-color: #17247a;
}

.btn-outline-darkblue:focus,
.btn-outline-darkblue.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 36, 122, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 36, 122, 0.5);
}

.btn-outline-darkblue.disabled,
.btn-outline-darkblue:disabled {
  color: #17247a;
  background-color: transparent;
}

.btn-outline-darkblue:not(:disabled):not(.disabled):active,
.btn-outline-darkblue:not(:disabled):not(.disabled).active,
.show > .btn-outline-darkblue.dropdown-toggle {
  color: #ffffff;
  background-color: #17247a;
  border-color: #17247a;
}

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

.btn-outline-greyblue {
  color: #324359;
  border-color: #324359;
}

.btn-outline-greyblue:hover {
  color: #ffffff;
  background-color: #324359;
  border-color: #324359;
}

.btn-outline-greyblue:focus,
.btn-outline-greyblue.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(50, 67, 89, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(50, 67, 89, 0.5);
}

.btn-outline-greyblue.disabled,
.btn-outline-greyblue:disabled {
  color: #324359;
  background-color: transparent;
}

.btn-outline-greyblue:not(:disabled):not(.disabled):active,
.btn-outline-greyblue:not(:disabled):not(.disabled).active,
.show > .btn-outline-greyblue.dropdown-toggle {
  color: #ffffff;
  background-color: #324359;
  border-color: #324359;
}

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

.btn-outline-grey {
  color: #868686;
  border-color: #868686;
}

.btn-outline-grey:hover {
  color: #ffffff;
  background-color: #868686;
  border-color: #868686;
}

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

.btn-outline-grey.disabled,
.btn-outline-grey:disabled {
  color: #868686;
  background-color: transparent;
}

.btn-outline-grey:not(:disabled):not(.disabled):active,
.btn-outline-grey:not(:disabled):not(.disabled).active,
.show > .btn-outline-grey.dropdown-toggle {
  color: #ffffff;
  background-color: #868686;
  border-color: #868686;
}

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

.btn-outline-red {
  color: #e97d6b;
  border-color: #e97d6b;
}

.btn-outline-red:hover {
  color: #212529;
  background-color: #e97d6b;
  border-color: #e97d6b;
}

.btn-outline-red:focus,
.btn-outline-red.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(233, 125, 107, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(233, 125, 107, 0.5);
}

.btn-outline-red.disabled,
.btn-outline-red:disabled {
  color: #e97d6b;
  background-color: transparent;
}

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

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

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

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

.btn-outline-yellow:focus,
.btn-outline-yellow.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 213, 15, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(254, 213, 15, 0.5);
}

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

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

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

.btn-outline-darkgrey {
  color: #596678;
  border-color: #596678;
}

.btn-outline-darkgrey:hover {
  color: #ffffff;
  background-color: #596678;
  border-color: #596678;
}

.btn-outline-darkgrey:focus,
.btn-outline-darkgrey.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(89, 102, 120, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(89, 102, 120, 0.5);
}

.btn-outline-darkgrey.disabled,
.btn-outline-darkgrey:disabled {
  color: #596678;
  background-color: transparent;
}

.btn-outline-darkgrey:not(:disabled):not(.disabled):active,
.btn-outline-darkgrey:not(:disabled):not(.disabled).active,
.show > .btn-outline-darkgrey.dropdown-toggle {
  color: #ffffff;
  background-color: #596678;
  border-color: #596678;
}

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

.btn-outline-blue {
  color: #2bb2fc;
  border-color: #2bb2fc;
}

.btn-outline-blue:hover {
  color: #ffffff;
  background-color: #2bb2fc;
  border-color: #2bb2fc;
}

.btn-outline-blue:focus,
.btn-outline-blue.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(43, 178, 252, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(43, 178, 252, 0.5);
}

.btn-outline-blue.disabled,
.btn-outline-blue:disabled {
  color: #2bb2fc;
  background-color: transparent;
}

.btn-outline-blue:not(:disabled):not(.disabled):active,
.btn-outline-blue:not(:disabled):not(.disabled).active,
.show > .btn-outline-blue.dropdown-toggle {
  color: #ffffff;
  background-color: #2bb2fc;
  border-color: #2bb2fc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  border-color: #323232;
  background-color: #323232;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-switch .custom-control-label::after {
  top: calc(0.3rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
}

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

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

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

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

.custom-select:focus {
  border-color: #727272;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(50, 50, 50, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(50, 50, 50, 0.25);
}

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

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

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

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

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

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

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

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

.custom-file-input:focus ~ .custom-file-label {
  border-color: #727272;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(50, 50, 50, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(50, 50, 50, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #323232;
  border: 0;
  -webkit-appearance: none;
          appearance: none;
}

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

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

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

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #323232;
  border: 0;
  -moz-appearance: none;
       appearance: none;
}

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

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

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

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #323232;
  border: 0;
  appearance: none;
}

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

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

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

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-tabs .nav-link {
  border: 1px solid transparent;
}

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

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

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

.nav-tabs .dropdown-menu {
  margin-top: -1px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #323232;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

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

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

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

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

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

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

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

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

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

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

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

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

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

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

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

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

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

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

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

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

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

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

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

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

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

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

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

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

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-img {
  width: 100%;
}

.card-img-top {
  width: 100%;
}

.card-img-bottom {
  width: 100%;
}

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
}

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

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}

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

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

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

.page-item:first-child .page-link {
  margin-left: 0;
}

.page-item.active .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #323232;
  border-color: #323232;
}

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

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}

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

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

.badge:empty {
  display: none;
}

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

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
}

.badge-primary {
  color: #ffffff;
  background-color: #323232;
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: #ffffff;
  background-color: #191818;
}

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

.badge-secondary {
  color: #ffffff;
  background-color: #6f6f6f;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #ffffff;
  background-color: #565555;
}

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

.badge-success {
  color: #ffffff;
  background-color: #1f4ba5;
}

a.badge-success:hover,
a.badge-success:focus {
  color: #ffffff;
  background-color: #17377a;
}

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(31, 75, 165, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(31, 75, 165, 0.5);
}

.badge-info {
  color: #212529;
  background-color: #97d1cb;
}

a.badge-info:hover,
a.badge-info:focus {
  color: #212529;
  background-color: #74c1b9;
}

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(151, 209, 203, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(151, 209, 203, 0.5);
}

.badge-warning {
  color: #ffffff;
  background-color: #ec6608;
}

a.badge-warning:hover,
a.badge-warning:focus {
  color: #ffffff;
  background-color: #bb5106;
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(236, 102, 8, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(236, 102, 8, 0.5);
}

.badge-danger {
  color: #212529;
  background-color: #ecebeb;
}

a.badge-danger:hover,
a.badge-danger:focus {
  color: #212529;
  background-color: #d3d1d1;
}

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

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

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

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

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

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

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

.badge-darkblue {
  color: #ffffff;
  background-color: #17247a;
}

a.badge-darkblue:hover,
a.badge-darkblue:focus {
  color: #ffffff;
  background-color: #0f174f;
}

a.badge-darkblue:focus,
a.badge-darkblue.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 36, 122, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 36, 122, 0.5);
}

.badge-greyblue {
  color: #ffffff;
  background-color: #324359;
}

a.badge-greyblue:hover,
a.badge-greyblue:focus {
  color: #ffffff;
  background-color: #202a38;
}

a.badge-greyblue:focus,
a.badge-greyblue.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(50, 67, 89, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(50, 67, 89, 0.5);
}

.badge-grey {
  color: #ffffff;
  background-color: #868686;
}

a.badge-grey:hover,
a.badge-grey:focus {
  color: #ffffff;
  background-color: #6d6c6c;
}

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

.badge-red {
  color: #212529;
  background-color: #e97d6b;
}

a.badge-red:hover,
a.badge-red:focus {
  color: #212529;
  background-color: #e2563f;
}

a.badge-red:focus,
a.badge-red.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(233, 125, 107, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(233, 125, 107, 0.5);
}

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

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

a.badge-yellow:focus,
a.badge-yellow.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 213, 15, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(254, 213, 15, 0.5);
}

.badge-darkgrey {
  color: #ffffff;
  background-color: #596678;
}

a.badge-darkgrey:hover,
a.badge-darkgrey:focus {
  color: #ffffff;
  background-color: #434d5b;
}

a.badge-darkgrey:focus,
a.badge-darkgrey.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(89, 102, 120, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(89, 102, 120, 0.5);
}

.badge-blue {
  color: #ffffff;
  background-color: #2bb2fc;
}

a.badge-blue:hover,
a.badge-blue:focus {
  color: #ffffff;
  background-color: #039df1;
}

a.badge-blue:focus,
a.badge-blue.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(43, 178, 252, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(43, 178, 252, 0.5);
}

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

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

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

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

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

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

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

.alert-heading {
  color: inherit;
}

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

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

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

.alert-primary {
  color: #1a1a1a;
  background-color: #d6d6d6;
  border-color: #c6c6c6;
}

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

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

.alert-secondary {
  color: #3a3a3a;
  background-color: #e2e2e2;
  border-color: #d7d7d7;
}

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

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

.alert-success {
  color: #102756;
  background-color: #d2dbed;
  border-color: #c0cde6;
}

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

.alert-success .alert-link {
  color: #08142b;
}

.alert-info {
  color: #4f6d6a;
  background-color: #eaf6f5;
  border-color: #e2f2f0;
}

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

.alert-info .alert-link {
  color: #3a4f4d;
}

.alert-warning {
  color: #7b3504;
  background-color: #fbe0ce;
  border-color: #fad4ba;
}

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

.alert-warning .alert-link {
  color: #4a2002;
}

.alert-danger {
  color: #7b7a7a;
  background-color: #fbfbfb;
  border-color: #faf9f9;
}

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

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

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

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

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

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

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

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

.alert-darkblue {
  color: #0c133f;
  background-color: #d1d3e4;
  border-color: #bec2da;
}

.alert-darkblue hr {
  border-top-color: #aeb3d1;
}

.alert-darkblue .alert-link {
  color: #040614;
}

.alert-greyblue {
  color: #1a232e;
  background-color: #d6d9de;
  border-color: #c6cad1;
}

.alert-greyblue hr {
  border-top-color: #b8bdc6;
}

.alert-greyblue .alert-link {
  color: #080a0d;
}

.alert-grey {
  color: #464646;
  background-color: #e7e7e7;
  border-color: #dddddd;
}

.alert-grey hr {
  border-top-color: #d0d0d0;
}

.alert-grey .alert-link {
  color: #2d2c2c;
}

.alert-red {
  color: #794138;
  background-color: #fbe5e1;
  border-color: #f9dbd6;
}

.alert-red hr {
  border-top-color: #f6c7c0;
}

.alert-red .alert-link {
  color: #562e28;
}

.alert-yellow {
  color: #846f08;
  background-color: #fff7cf;
  border-color: #fff3bc;
}

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

.alert-yellow .alert-link {
  color: #544705;
}

.alert-darkgrey {
  color: #2e353e;
  background-color: #dee0e4;
  border-color: #d1d4d9;
}

.alert-darkgrey hr {
  border-top-color: #c3c7cd;
}

.alert-darkgrey .alert-link {
  color: #181c21;
}

.alert-blue {
  color: #165d83;
  background-color: #d5f0fe;
  border-color: #c4e9fe;
}

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

.alert-blue .alert-link {
  color: #0f3e57;
}

.alert-light-info {
  color: #7b8281;
  background-color: #fbfefe;
  border-color: #fafefd;
}

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

.alert-light-info .alert-link {
  color: #626867;
}

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

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #323232;
}

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

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

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

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

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

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

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

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

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

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

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

.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #323232;
  border-color: #323232;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

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

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

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

  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

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

  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

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

  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

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

  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
  }
}

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

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

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

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

.list-group-item-primary {
  color: #1a1a1a;
  background-color: #c6c6c6;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #1a1a1a;
  background-color: #b9b9b9;
}

.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}

.list-group-item-secondary {
  color: #3a3a3a;
  background-color: #d7d7d7;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #3a3a3a;
  background-color: #cacaca;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: #3a3a3a;
  border-color: #3a3a3a;
}

.list-group-item-success {
  color: #102756;
  background-color: #c0cde6;
}

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

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

.list-group-item-info {
  color: #4f6d6a;
  background-color: #e2f2f0;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #4f6d6a;
  background-color: #d0eae7;
}

.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: #4f6d6a;
  border-color: #4f6d6a;
}

.list-group-item-warning {
  color: #7b3504;
  background-color: #fad4ba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #7b3504;
  background-color: #f8c5a2;
}

.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: #7b3504;
  border-color: #7b3504;
}

.list-group-item-danger {
  color: #7b7a7a;
  background-color: #faf9f9;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #7b7a7a;
  background-color: #eeebeb;
}

.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: #7b7a7a;
  border-color: #7b7a7a;
}

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

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

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

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

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

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

.list-group-item-darkblue {
  color: #0c133f;
  background-color: #bec2da;
}

.list-group-item-darkblue.list-group-item-action:hover,
.list-group-item-darkblue.list-group-item-action:focus {
  color: #0c133f;
  background-color: #aeb3d1;
}

.list-group-item-darkblue.list-group-item-action.active {
  color: #ffffff;
  background-color: #0c133f;
  border-color: #0c133f;
}

.list-group-item-greyblue {
  color: #1a232e;
  background-color: #c6cad1;
}

.list-group-item-greyblue.list-group-item-action:hover,
.list-group-item-greyblue.list-group-item-action:focus {
  color: #1a232e;
  background-color: #b8bdc6;
}

.list-group-item-greyblue.list-group-item-action.active {
  color: #ffffff;
  background-color: #1a232e;
  border-color: #1a232e;
}

.list-group-item-grey {
  color: #464646;
  background-color: #dddddd;
}

.list-group-item-grey.list-group-item-action:hover,
.list-group-item-grey.list-group-item-action:focus {
  color: #464646;
  background-color: #d0d0d0;
}

.list-group-item-grey.list-group-item-action.active {
  color: #ffffff;
  background-color: #464646;
  border-color: #464646;
}

.list-group-item-red {
  color: #794138;
  background-color: #f9dbd6;
}

.list-group-item-red.list-group-item-action:hover,
.list-group-item-red.list-group-item-action:focus {
  color: #794138;
  background-color: #f6c7c0;
}

.list-group-item-red.list-group-item-action.active {
  color: #ffffff;
  background-color: #794138;
  border-color: #794138;
}

.list-group-item-yellow {
  color: #846f08;
  background-color: #fff3bc;
}

.list-group-item-yellow.list-group-item-action:hover,
.list-group-item-yellow.list-group-item-action:focus {
  color: #846f08;
  background-color: #ffeea3;
}

.list-group-item-yellow.list-group-item-action.active {
  color: #ffffff;
  background-color: #846f08;
  border-color: #846f08;
}

.list-group-item-darkgrey {
  color: #2e353e;
  background-color: #d1d4d9;
}

.list-group-item-darkgrey.list-group-item-action:hover,
.list-group-item-darkgrey.list-group-item-action:focus {
  color: #2e353e;
  background-color: #c3c7cd;
}

.list-group-item-darkgrey.list-group-item-action.active {
  color: #ffffff;
  background-color: #2e353e;
  border-color: #2e353e;
}

.list-group-item-blue {
  color: #165d83;
  background-color: #c4e9fe;
}

.list-group-item-blue.list-group-item-action:hover,
.list-group-item-blue.list-group-item-action:focus {
  color: #165d83;
  background-color: #abe0fe;
}

.list-group-item-blue.list-group-item-action.active {
  color: #ffffff;
  background-color: #165d83;
  border-color: #165d83;
}

.list-group-item-light-info {
  color: #7b8281;
  background-color: #fafefd;
}

.list-group-item-light-info.list-group-item-action:hover,
.list-group-item-light-info.list-group-item-action:focus {
  color: #7b8281;
  background-color: #e5faf5;
}

.list-group-item-light-info.list-group-item-action.active {
  color: #ffffff;
  background-color: #7b8281;
  border-color: #7b8281;
}

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

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

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

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

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

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

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

.toast.showing {
  opacity: 1;
}

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

.toast.hide {
  display: none;
}

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

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

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

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

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

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

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

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}

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

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

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

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

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #ffffff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #ffffff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #ffffff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #ffffff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
}

.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

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

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

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

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #ffffff;
  text-align: center;
  opacity: 0.5;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ffffff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
}

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

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

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #323232 !important;
}

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

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

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

.bg-success {
  background-color: #1f4ba5 !important;
}

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

.bg-info {
  background-color: #97d1cb !important;
}

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

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

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

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

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

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

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

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

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

.bg-darkblue {
  background-color: #17247a !important;
}

a.bg-darkblue:hover,
a.bg-darkblue:focus,
button.bg-darkblue:hover,
button.bg-darkblue:focus {
  background-color: #0f174f !important;
}

.bg-greyblue {
  background-color: #324359 !important;
}

a.bg-greyblue:hover,
a.bg-greyblue:focus,
button.bg-greyblue:hover,
button.bg-greyblue:focus {
  background-color: #202a38 !important;
}

.bg-grey {
  background-color: #868686 !important;
}

a.bg-grey:hover,
a.bg-grey:focus,
button.bg-grey:hover,
button.bg-grey:focus {
  background-color: #6d6c6c !important;
}

.bg-red {
  background-color: #e97d6b !important;
}

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

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

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

.bg-darkgrey {
  background-color: #596678 !important;
}

a.bg-darkgrey:hover,
a.bg-darkgrey:focus,
button.bg-darkgrey:hover,
button.bg-darkgrey:focus {
  background-color: #434d5b !important;
}

.bg-blue {
  background-color: #2bb2fc !important;
}

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

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

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

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

.bg-transparent {
  background-color: transparent !important;
}

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

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #323232 !important;
}

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

.border-success {
  border-color: #1f4ba5 !important;
}

.border-info {
  border-color: #97d1cb !important;
}

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

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

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

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

.border-darkblue {
  border-color: #17247a !important;
}

.border-greyblue {
  border-color: #324359 !important;
}

.border-grey {
  border-color: #868686 !important;
}

.border-red {
  border-color: #e97d6b !important;
}

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

.border-darkgrey {
  border-color: #596678 !important;
}

.border-blue {
  border-color: #2bb2fc !important;
}

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

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

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

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

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

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

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

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

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

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

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

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

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

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

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

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

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

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

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.1875rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.1875rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.1875rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.1875rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.1875rem !important;
}

.m-2 {
  margin: 0.375rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.375rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.375rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.375rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.375rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.mt-3,
.my-3 {
  margin-top: 0.75rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 0.75rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 0.75rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 0.75rem !important;
}

.m-4 {
  margin: 1.125rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.125rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.125rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.125rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.125rem !important;
}

.m-5 {
  margin: 2.25rem !important;
}

.mt-5,
.my-5 {
  margin-top: 2.25rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 2.25rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 2.25rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 2.25rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.1875rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.1875rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.1875rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.1875rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.1875rem !important;
}

.p-2 {
  padding: 0.375rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.375rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.375rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.375rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.375rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.pt-3,
.py-3 {
  padding-top: 0.75rem !important;
}

.pr-3,
.px-3 {
  padding-right: 0.75rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3,
.px-3 {
  padding-left: 0.75rem !important;
}

.p-4 {
  padding: 1.125rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.125rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.125rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.125rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.125rem !important;
}

.p-5 {
  padding: 2.25rem !important;
}

.pt-5,
.py-5 {
  padding-top: 2.25rem !important;
}

.pr-5,
.px-5 {
  padding-right: 2.25rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 2.25rem !important;
}

.pl-5,
.px-5 {
  padding-left: 2.25rem !important;
}

.m-n1 {
  margin: -0.1875rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.1875rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.1875rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.1875rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.1875rem !important;
}

.m-n2 {
  margin: -0.375rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.375rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.375rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.375rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.375rem !important;
}

.m-n3 {
  margin: -0.75rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -0.75rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -0.75rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -0.75rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -0.75rem !important;
}

.m-n4 {
  margin: -1.125rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.125rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.125rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.125rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.125rem !important;
}

.m-n5 {
  margin: -2.25rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -2.25rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -2.25rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -2.25rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -2.25rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.1875rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.1875rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.1875rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.1875rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.1875rem !important;
  }

  .m-sm-2 {
    margin: 0.375rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.375rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.375rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.375rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.375rem !important;
  }

  .m-sm-3 {
    margin: 0.75rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 0.75rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 0.75rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 0.75rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 0.75rem !important;
  }

  .m-sm-4 {
    margin: 1.125rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.125rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.125rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.125rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.125rem !important;
  }

  .m-sm-5 {
    margin: 2.25rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 2.25rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 2.25rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 2.25rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 2.25rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.1875rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.1875rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.1875rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.1875rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.1875rem !important;
  }

  .p-sm-2 {
    padding: 0.375rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.375rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.375rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.375rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.375rem !important;
  }

  .p-sm-3 {
    padding: 0.75rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 0.75rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 0.75rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 0.75rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 0.75rem !important;
  }

  .p-sm-4 {
    padding: 1.125rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.125rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.125rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.125rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.125rem !important;
  }

  .p-sm-5 {
    padding: 2.25rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 2.25rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 2.25rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 2.25rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 2.25rem !important;
  }

  .m-sm-n1 {
    margin: -0.1875rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.1875rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.1875rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.1875rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.1875rem !important;
  }

  .m-sm-n2 {
    margin: -0.375rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.375rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.375rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.375rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.375rem !important;
  }

  .m-sm-n3 {
    margin: -0.75rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -0.75rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -0.75rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -0.75rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -0.75rem !important;
  }

  .m-sm-n4 {
    margin: -1.125rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.125rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.125rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.125rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.125rem !important;
  }

  .m-sm-n5 {
    margin: -2.25rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -2.25rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -2.25rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -2.25rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -2.25rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.1875rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.1875rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.1875rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.1875rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.1875rem !important;
  }

  .m-md-2 {
    margin: 0.375rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.375rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.375rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.375rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.375rem !important;
  }

  .m-md-3 {
    margin: 0.75rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 0.75rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 0.75rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 0.75rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 0.75rem !important;
  }

  .m-md-4 {
    margin: 1.125rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.125rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.125rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.125rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.125rem !important;
  }

  .m-md-5 {
    margin: 2.25rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 2.25rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 2.25rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 2.25rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 2.25rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.1875rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.1875rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.1875rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.1875rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.1875rem !important;
  }

  .p-md-2 {
    padding: 0.375rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.375rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.375rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.375rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.375rem !important;
  }

  .p-md-3 {
    padding: 0.75rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 0.75rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 0.75rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 0.75rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 0.75rem !important;
  }

  .p-md-4 {
    padding: 1.125rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.125rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.125rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.125rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.125rem !important;
  }

  .p-md-5 {
    padding: 2.25rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 2.25rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 2.25rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 2.25rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 2.25rem !important;
  }

  .m-md-n1 {
    margin: -0.1875rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.1875rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.1875rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.1875rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.1875rem !important;
  }

  .m-md-n2 {
    margin: -0.375rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.375rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.375rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.375rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.375rem !important;
  }

  .m-md-n3 {
    margin: -0.75rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -0.75rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -0.75rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -0.75rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -0.75rem !important;
  }

  .m-md-n4 {
    margin: -1.125rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.125rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.125rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.125rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.125rem !important;
  }

  .m-md-n5 {
    margin: -2.25rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -2.25rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -2.25rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -2.25rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -2.25rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.1875rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.1875rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.1875rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.1875rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.1875rem !important;
  }

  .m-lg-2 {
    margin: 0.375rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.375rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.375rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.375rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.375rem !important;
  }

  .m-lg-3 {
    margin: 0.75rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 0.75rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 0.75rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 0.75rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 0.75rem !important;
  }

  .m-lg-4 {
    margin: 1.125rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.125rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.125rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.125rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.125rem !important;
  }

  .m-lg-5 {
    margin: 2.25rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 2.25rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 2.25rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 2.25rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 2.25rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.1875rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.1875rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.1875rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.1875rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.1875rem !important;
  }

  .p-lg-2 {
    padding: 0.375rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.375rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.375rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.375rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.375rem !important;
  }

  .p-lg-3 {
    padding: 0.75rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 0.75rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 0.75rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 0.75rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 0.75rem !important;
  }

  .p-lg-4 {
    padding: 1.125rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.125rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.125rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.125rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.125rem !important;
  }

  .p-lg-5 {
    padding: 2.25rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 2.25rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 2.25rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 2.25rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 2.25rem !important;
  }

  .m-lg-n1 {
    margin: -0.1875rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.1875rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.1875rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.1875rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.1875rem !important;
  }

  .m-lg-n2 {
    margin: -0.375rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.375rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.375rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.375rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.375rem !important;
  }

  .m-lg-n3 {
    margin: -0.75rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -0.75rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -0.75rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -0.75rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -0.75rem !important;
  }

  .m-lg-n4 {
    margin: -1.125rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.125rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.125rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.125rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.125rem !important;
  }

  .m-lg-n5 {
    margin: -2.25rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -2.25rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -2.25rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -2.25rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -2.25rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.1875rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.1875rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.1875rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.1875rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.1875rem !important;
  }

  .m-xl-2 {
    margin: 0.375rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.375rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.375rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.375rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.375rem !important;
  }

  .m-xl-3 {
    margin: 0.75rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 0.75rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 0.75rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 0.75rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 0.75rem !important;
  }

  .m-xl-4 {
    margin: 1.125rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.125rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.125rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.125rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.125rem !important;
  }

  .m-xl-5 {
    margin: 2.25rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 2.25rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 2.25rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 2.25rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 2.25rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.1875rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.1875rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.1875rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.1875rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.1875rem !important;
  }

  .p-xl-2 {
    padding: 0.375rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.375rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.375rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.375rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.375rem !important;
  }

  .p-xl-3 {
    padding: 0.75rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 0.75rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 0.75rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 0.75rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 0.75rem !important;
  }

  .p-xl-4 {
    padding: 1.125rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.125rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.125rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.125rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.125rem !important;
  }

  .p-xl-5 {
    padding: 2.25rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 2.25rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 2.25rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 2.25rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 2.25rem !important;
  }

  .m-xl-n1 {
    margin: -0.1875rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.1875rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.1875rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.1875rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.1875rem !important;
  }

  .m-xl-n2 {
    margin: -0.375rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.375rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.375rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.375rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.375rem !important;
  }

  .m-xl-n3 {
    margin: -0.75rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -0.75rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -0.75rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -0.75rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -0.75rem !important;
  }

  .m-xl-n4 {
    margin: -1.125rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.125rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.125rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.125rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.125rem !important;
  }

  .m-xl-n5 {
    margin: -2.25rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -2.25rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -2.25rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -2.25rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -2.25rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: "Poppins" !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #ffffff !important;
}

.text-primary {
  color: #323232 !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0c0c0c !important;
}

.text-secondary {
  color: #6f6f6f !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494949 !important;
}

.text-success {
  color: #1f4ba5 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #132e65 !important;
}

.text-info {
  color: #97d1cb !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #62bab0 !important;
}

.text-warning {
  color: #ec6608 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #a24605 !important;
}

.text-danger {
  color: #ecebeb !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #c7c4c4 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

.text-darkblue {
  color: #17247a !important;
}

a.text-darkblue:hover,
a.text-darkblue:focus {
  color: #0b113a !important;
}

.text-greyblue {
  color: #324359 !important;
}

a.text-greyblue:hover,
a.text-greyblue:focus {
  color: #161e28 !important;
}

.text-grey {
  color: #868686 !important;
}

a.text-grey:hover,
a.text-grey:focus {
  color: #606060 !important;
}

.text-red {
  color: #e97d6b !important;
}

a.text-red:hover,
a.text-red:focus {
  color: #df4328 !important;
}

.text-yellow {
  color: #FED50F !important;
}

a.text-yellow:hover,
a.text-yellow:focus {
  color: #c09f01 !important;
}

.text-darkgrey {
  color: #596678 !important;
}

a.text-darkgrey:hover,
a.text-darkgrey:focus {
  color: #38414c !important;
}

.text-blue {
  color: #2bb2fc !important;
}

a.text-blue:hover,
a.text-blue:focus {
  color: #038cd7 !important;
}

.text-light-info {
  color: #edfaf9 !important;
}

a.text-light-info:hover,
a.text-light-info:focus {
  color: #b1e9e5 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #ffffff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

html {
  font-family: "Raleway";
}

h1 {
  font-size: 1.625rem;
  font-weight: bold;
  color: #323232;
}

h2 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #323232;
}

.fs-70 {
  font-size: 4.375rem !important;
  line-height: normal;
}

.fs-52 {
  font-size: 3.25rem !important;
  line-height: normal;
}

.fs-40 {
  font-size: 2.5rem !important;
  line-height: normal;
}

.fs-30 {
  font-size: 1.875rem !important;
  line-height: 1.2;
}

.fs-28 {
  font-size: 1.75rem !important;
  line-height: 1.2;
}

.fs-26 {
  font-size: 1.625rem !important;
  line-height: 1.2;
}

.fs-24 {
  font-size: 1.5rem !important;
  line-height: 1.2;
}

.fs-22 {
  font-size: 1.375rem !important;
  line-height: 1.2;
}

.fs-20 {
  font-size: 1.25rem !important;
  line-height: 1.2;
}

.fs-18 {
  font-size: 1.125rem !important;
  line-height: 1.2;
}

.fs-16 {
  font-size: 1rem !important;
  line-height: 1.2;
}

.fs-14 {
  font-size: 0.875rem !important;
  line-height: 1.2;
}

.fs-12 {
  font-size: 0.75rem !important;
  line-height: 1.2;
}

.fs-10 {
  font-size: 0.625rem !important;
  line-height: normal;
}

@media (max-width: 991.98px) {
  .fs-md-20 {
    font-size: 1.25rem !important;
    line-height: 1.2;
  }
}

@media (max-width: 991.98px) {
  .fs-md-16 {
    font-size: 1rem !important;
    line-height: 1.2;
  }
}

@media (max-width: 991.98px) {
  .fs-md-14 {
    font-size: 0.875rem !important;
    line-height: 1.2;
  }
}

.font-weight-300 {
  font-weight: 300 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-weight-800 {
  font-weight: 800 !important;
}

.font-weight-900 {
  font-weight: 900 !important;
}

.text-smallest {
  font-size: 0.75rem;
}

@media only screen and (min-width: 1441px) {
  .text-smallest {
    font-size: 0.9rem;
  }
}

.text-small {
  font-size: 0.875rem;
}

@media only screen and (min-width: 1441px) {
  .text-small {
    font-size: 1rem;
  }
}

.text-strike {
  text-decoration: line-through;
}

.text-no-stock {
  color: #DB1600;
}

.family-poppins {
  font-family: "Poppins" !important;
}

.color-grey {
  color: #868686 !important;
}

.color-medium-grey {
  color: #9b9b9b !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.cursor-pointer {
  cursor: pointer;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blur {
  background: rgba(155, 155, 155, 0.5);
  -webkit-filter: blur(1px);
          filter: blur(1px);
}

.bg-twitter {
  background-color: #1DA1F2;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.bg-twitter:hover {
  background-color: #0c85d0;
}

.bg-facebook {
  background-color: #3b5998;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.bg-facebook:hover {
  background-color: #2d4373;
}

.text-facebook {
  color: #3b5998;
}

.bg-red {
  background: #e97d6b;
}

.d-flex-sm-down {
  display: none !important;
}

@media (max-width: 767.98px) {
  .d-flex-sm-down {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.d-flex-sm-up {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (max-width: 767.98px) {
  .d-flex-sm-up {
    display: none !important;
  }
}

.obj-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.obj-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.section-padding {
  padding-left: 3vw !important;
  padding-right: 3vw !important;
}

@media (max-width: 767.98px) {
  .section-padding {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

.section-margin {
  margin-left: 3vw !important;
  margin-right: 3vw !important;
}

.w-fullscreen {
  width: 105vw;
}

.m-fullscreen {
  margin-right: -3vw !important;
  margin-left: -3vw !important;
}

.border-lg-left {
  border-left: 1px solid #D9D9D9 !important;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .border-lg-left {
    border-left: none !important;
  }
}

@media only screen and (max-width: 480px) {
  .border-lg-left {
    border-left: none !important;
  }
}

.select-width-75 {
  width: 75% !important;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .select-width-75 {
    width: auto !important;
  }
}

@media only screen and (max-width: 480px) {
  .select-width-75 {
    width: auto !important;
  }
}

.w-90 {
  width: 90% !important;
}

.mr-3r {
  margin-right: 3rem;
}

.border-medium-grey {
  border-color: #9b9b9b !important;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.weight-500 {
  font-weight: 500;
}

.weight-600 {
  font-weight: 600;
}

.lh-16 {
  line-height: 1rem;
}

.lh-20 {
  line-height: 1.25rem;
}

.lh-25 {
  line-height: 1.5625rem;
}

.height-20r {
  height: 20rem;
}

.light-info {
  background-color: #97d1cb !important;
}

.light-info > .toasted {
  background-color: #97d1cb !important;
  color: #ffffff !important;
}

.z-10 {
  z-index: 10;
}

.text-decoration-underline {
  text-decoration: underline;
}

.bg-opacity-red {
  background: rgba(233, 125, 107, 0.05) !important;
}

/* component style */

.vue-slider-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* rail style */

.vue-slider-rail {
  background-color: #ccc;
  border-radius: 15px;
}

/* process style */

.vue-slider-process {
  background-color: #1f4ba5;
  border-radius: 15px;
}

/* mark style */

.vue-slider-mark {
  z-index: 4;
}

.vue-slider-mark:first-child .vue-slider-mark-step,
.vue-slider-mark:last-child .vue-slider-mark-step {
  display: none;
}

.vue-slider-mark-step {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.16);
}

.vue-slider-mark-label {
  font-size: 14px;
  white-space: nowrap;
}

/* dot style */

.vue-slider-dot-handle {
  cursor: pointer;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0.5px 0.5px 2px 1px rgba(0, 0, 0, 0.32);
          box-shadow: 0.5px 0.5px 2px 1px rgba(0, 0, 0, 0.32);
}

.vue-slider-dot-handle-focus {
  -webkit-box-shadow: 0px 0px 1px 2px rgba(31, 75, 165, 0.36);
          box-shadow: 0px 0px 1px 2px rgba(31, 75, 165, 0.36);
}

.vue-slider-dot-handle-disabled {
  cursor: not-allowed;
  background-color: #ccc;
}

.vue-slider-dot-tooltip-inner {
  font-size: 14px;
  white-space: nowrap;
  padding: 2px 5px;
  min-width: 20px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  border-color: #1f4ba5;
  background-color: #1f4ba5;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.vue-slider-dot-tooltip-inner::after {
  content: '';
  position: absolute;
}

.vue-slider-dot-tooltip-inner-top::after {
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-top-color: inherit;
}

.vue-slider-dot-tooltip-inner-bottom::after {
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-bottom-color: inherit;
}

.vue-slider-dot-tooltip-inner-left::after {
  left: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-left-color: inherit;
}

.vue-slider-dot-tooltip-inner-right::after {
  right: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-right-color: inherit;
}

.vue-slider-dot-tooltip-wrapper {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.vue-slider-dot-tooltip-wrapper-show {
  opacity: 1;
}

.family-poppins {
  font-family: "Poppins" !important;
}

.color-grey {
  color: #868686 !important;
}

.color-medium-grey {
  color: #9b9b9b !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.cursor-pointer {
  cursor: pointer;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blur {
  background: rgba(155, 155, 155, 0.5);
  -webkit-filter: blur(1px);
          filter: blur(1px);
}

.bg-twitter {
  background-color: #1DA1F2;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.bg-twitter:hover {
  background-color: #0c85d0;
}

.bg-facebook {
  background-color: #3b5998;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.bg-facebook:hover {
  background-color: #2d4373;
}

.text-facebook {
  color: #3b5998;
}

.bg-red {
  background: #e97d6b;
}

.d-flex-sm-down {
  display: none !important;
}

@media (max-width: 767.98px) {
  .d-flex-sm-down {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.d-flex-sm-up {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (max-width: 767.98px) {
  .d-flex-sm-up {
    display: none !important;
  }
}

.obj-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.obj-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.section-padding {
  padding-left: 3vw !important;
  padding-right: 3vw !important;
}

@media (max-width: 767.98px) {
  .section-padding {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

.section-margin {
  margin-left: 3vw !important;
  margin-right: 3vw !important;
}

.w-fullscreen {
  width: 105vw;
}

.m-fullscreen {
  margin-right: -3vw !important;
  margin-left: -3vw !important;
}

.border-lg-left {
  border-left: 1px solid #D9D9D9 !important;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .border-lg-left {
    border-left: none !important;
  }
}

@media only screen and (max-width: 480px) {
  .border-lg-left {
    border-left: none !important;
  }
}

.select-width-75 {
  width: 75% !important;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .select-width-75 {
    width: auto !important;
  }
}

@media only screen and (max-width: 480px) {
  .select-width-75 {
    width: auto !important;
  }
}

.w-90 {
  width: 90% !important;
}

.mr-3r {
  margin-right: 3rem;
}

.border-medium-grey {
  border-color: #9b9b9b !important;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.weight-500 {
  font-weight: 500;
}

.weight-600 {
  font-weight: 600;
}

.lh-16 {
  line-height: 1rem;
}

.lh-20 {
  line-height: 1.25rem;
}

.lh-25 {
  line-height: 1.5625rem;
}

.height-20r {
  height: 20rem;
}

.light-info {
  background-color: #97d1cb !important;
}

.light-info > .toasted {
  background-color: #97d1cb !important;
  color: #ffffff !important;
}

.z-10 {
  z-index: 10;
}

.text-decoration-underline {
  text-decoration: underline;
}

.bg-opacity-red {
  background: rgba(233, 125, 107, 0.05) !important;
}

.success {
  background: #1f4ba5;
  color: white;
  font-weight: 500;
}

.info {
  background: #97d1cb;
  color: white;
  font-weight: 500;
}

@font-face {
  font-family: "ldf2";
  src: url(/fonts/ldf2.eot?fa422d462d177de759aab1b1dd8636c1);
  src: url(/fonts/ldf2.eot?fa422d462d177de759aab1b1dd8636c1) format("embedded-opentype"), url(/fonts/ldf2.woff?c856474d7fc276bb62aa86e32608bd33) format("woff"), url(/fonts/ldf2.ttf?a472f485c78ef9447c55de7573039c13) format("truetype"), url(/fonts/ldf2.svg?5a27757370ddc3b29a42ee423ec58779) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ldf3";
  src: url(/fonts/ldf3.eot?06ccb8a84ea17f5bcd64f4a1acef5a96);
  src: url(/fonts/ldf3.eot?06ccb8a84ea17f5bcd64f4a1acef5a96) format("embedded-opentype"), url(/fonts/ldf3.woff?e264dcc3bbaafdbf8074a6893d42dce9) format("woff"), url(/fonts/ldf3.ttf?2b9bb65d305c43ce0d1ecea607ddffd8) format("truetype"), url(/fonts/ldf3.svg?06c5004c19d79b604fcc122e4a57dbed) format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "ldf3";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  width: inherit;
  height: inherit;
  color: inherit;
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
}

@media only screen and (max-width: 1024px) {
  [class*=" icon-"]:before {
    font-family: "ldf3";
    font-size: 30px;
  }
}

.icon-arrow_left:before {
  content: "\E800";
}

.icon-arrow_right:before {
  content: "\E801";
}

.icon-arrow_social:before {
  content: "\E802";
}

.icon-atm:before {
  content: "\E803";
}

.icon-burger_menu:before {
  content: "\E804";
}

.icon-cancel:before {
  content: "\E805";
}

.icon-purse:before {
  content: "\E808";
}

.icon-checkout_empty:before {
  content: "\E806";
}

.icon-checkout_full:before {
  content: "\E807";
}

.icon-checkout_semi:before {
  content: "\E808";
}

.icon-coin:before {
  content: "\E80C";
}

.icon-settings:before {
  content: "\E80D";
  -webkit-transform: scale(1.5) translateY(2px);
          transform: scale(1.5) translateY(2px);
}

.icon-dropdown:before {
  content: "\E80E";
}

.icon-email:before {
  content: "\E80F";
}

.icon-enlarge:before {
  content: "\E810";
}

.icon-facebook:before {
  content: "\E811";
}

.icon-favourite:before {
  content: "\E812";
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.icon-favourite_hover:before {
  content: "\E813";
}

.icon-filters:before {
  content: '\E815';
}

.icon-go_back:before {
  content: "\E818";
}

.icon-information:before {
  content: "\E819";
}

.icon-instagram:before {
  content: "\E81A";
}

.icon-instagram_white:before {
  content: "\E81B";
}

.icon-invalid_field:before {
  content: "\E81C";
}

.icon-location:before {
  content: "\E81D";
}

.icon-login:before {
  content: "\E81E";
}

.icon-login_grey:before {
  content: "\E81F";
}

.icon-logo:before {
  content: "\E820";
}

i:hover.icon-logo_farmacia:before {
  content: "\E821";
}

.icon-logout:before {
  content: "\E822";
  -webkit-transform: scale(1.5) translateY(2px);
          transform: scale(1.5) translateY(2px);
}

.icon-mastercard:before {
  content: "\E823";
}

.icon-mbway:before {
  content: "\E824";
}

.icon-phone:before {
  content: "\E825";
}

.icon-product:before {
  content: "\E826";
}

.icon-search:before {
  content: "\E827";
}

.icon-see_less:before {
  content: "\E828";
}

.icon-see_more:before {
  content: "\E829";
}

.icon-share:before {
  content: "\E82A";
}

.icon-share_hover:before {
  content: "\E831";
}

.icon-stroke:before {
  content: "\E82B";
}

.icon-stroke_checkout:before {
  content: "\E82C";
}

.icon-stroke_menu:before {
  content: "\E82C";
}

.icon-success:before {
  content: "\E82E";
}

.icon-valid_field:before {
  content: "\E82F";
}

.icon-visa:before {
  content: "\E830";
}

.icon-cupons:before {
  content: '\E833';
}

.icon-orders:before {
  content: '\E834';
}

.icon-address:before {
  content: '\E832';
}

.icon-cart_white:before {
  content: '\E808';
}

.icon-cart:before {
  font-family: "ldf2";
  content: 'A';
}

.icon-cart:hover:before {
  font-family: "ldf2";
  content: 'B';
}

.icon-cart.active:before {
  font-family: "ldf2";
  content: 'C';
}

.icon-favorite:before {
  font-family: "ldf2";
  content: 'D';
}

.icon-favorite:hover:before {
  font-family: "ldf2";
  content: 'E';
}

.icon-favorite.active:before {
  color: #e97d6b;
  font-family: "ldf2";
  content: 'F';
}

button:disabled {
  cursor: not-allowed;
}

i:focus,
button:focus,
li:focus,
a:focus,
a.btn:focus,
select:focus,
input:focus,
button.btn:focus {
  outline: none !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}

@media only screen and (min-width: 1201px) {
  .w-xl-50 {
    width: 50% !important;
  }

  .w-xl-75 {
    width: 75% !important;
  }

  .w-xl-100 {
    width: 100% !important;
  }
}

@media only screen and (max-width: 1200px) {
  .w-lg-50 {
    width: 50% !important;
  }

  .w-lg-75 {
    width: 75% !important;
  }

  .w-lg-100 {
    width: 100% !important;
  }
}

@media only screen and (max-width: 992px) {
  .w-md-50 {
    width: 50% !important;
  }

  .w-md-75 {
    width: 75% !important;
  }

  .w-md-100 {
    width: 100% !important;
  }
}

@media only screen and (max-width: 768px) {
  .w-sm-50 {
    width: 50% !important;
  }

  .w-sm-75 {
    width: 75% !important;
  }

  .w-sm-100 {
    width: 100% !important;
  }
}

@font-face {
  font-family: "anticon";
  src: url(/fonts/iconfont.eot?9ec5e40edddff9ff300e6791941fe869);
  /* IE9*/
  src: url(/fonts/iconfont.eot?9ec5e40edddff9ff300e6791941fe869) format("embedded-opentype"), url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"), url(/fonts/iconfont.ttf?3a2ba31570920eeb9b1d217cabe58315) format("truetype"), url(/fonts/iconfont.svg?ca5d4588dad9c32f49e895e7f19479df) format("svg");
  /* iOS 4.1- */
}

.anticon {
  font-family: "anticon" !important;
  font-size: 1rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.anticon-stepforward:before {
  content: "\E600";
}

.anticon-stepbackward:before {
  content: "\E601";
}

.anticon-forward:before {
  content: "\E602";
}

.anticon-backward:before {
  content: "\E603";
}

.anticon-caretright:before {
  content: "\E604";
}

.anticon-caretleft:before {
  content: "\E605";
}

.anticon-caretdown:before {
  content: "\E606";
}

.anticon-caretup:before {
  content: "\E607";
}

.anticon-rightcircle:before {
  content: "\E608";
}

.anticon-leftcircle:before {
  content: "\E609";
}

.anticon-upcircle:before {
  content: "\E60A";
}

.anticon-downcircle:before {
  content: "\E60B";
}

.anticon-rightcircleo:before {
  content: "\E60C";
}

.anticon-leftcircleo:before {
  content: "\E60D";
}

.anticon-upcircleo:before {
  content: "\E60E";
}

.anticon-downcircleo:before {
  content: "\E60F";
}

.anticon-verticleleft:before {
  content: "\E610";
}

.anticon-verticleright:before {
  content: "\E611";
}

.anticon-back:before {
  content: "\E612";
}

.anticon-retweet:before {
  content: "\E613";
}

.anticon-shrink:before {
  content: "\E614";
}

.anticon-arrowsalt:before {
  content: "\E615";
}

.anticon-doubleright:before {
  content: "\E617";
}

.anticon-doubleleft:before {
  content: "\E618";
}

.anticon-arrowdown:before {
  content: "\E619";
}

.anticon-arrowup:before {
  content: "\E61A";
}

.anticon-arrowright:before {
  content: "\E61B";
}

.anticon-arrowleft:before {
  content: "\E61C";
}

.anticon-down:before {
  content: "\E61D";
}

.anticon-up:before {
  content: "\E61E";
}

.anticon-right:before {
  content: "\E61F";
}

.anticon-left:before {
  content: "\E620";
}

.anticon-minussquareo:before {
  content: "\E621";
}

.anticon-minuscircle:before {
  content: "\E622";
}

.anticon-minuscircleo:before {
  content: "\E623";
}

.anticon-minus:before {
  content: "\E624";
}

.anticon-pluscircleo:before {
  content: "\E625";
}

.anticon-pluscircle:before {
  content: "\E626";
}

.anticon-plus:before {
  content: "\E627";
}

.anticon-infocirlce:before {
  content: "\E628";
}

.anticon-infocirlceo:before {
  content: "\E629";
}

.anticon-info:before {
  content: "\E62A";
}

.anticon-exclamation:before {
  content: "\E62B";
}

.anticon-exclamationcircle:before {
  content: "\E62C";
}

.anticon-exclamationcircleo:before {
  content: "\E62D";
}

.anticon-closecircle:before {
  content: "\E62E";
}

.anticon-closecircleo:before {
  content: "\E62F";
}

.anticon-checkcircle:before {
  content: "\E630";
}

.anticon-checkcircleo:before {
  content: "\E631";
}

.anticon-check:before {
  content: "\E632";
}

.anticon-close:before {
  content: "\E633";
}

.anticon-customerservice:before {
  content: "\E634";
}

.anticon-creditcard:before {
  content: "\E635";
}

.anticon-codesquareo:before {
  content: "\E636";
}

.anticon-book:before {
  content: "\E637";
}

.anticon-barschart:before {
  content: "\E638";
}

.anticon-bars:before {
  content: "\E639";
}

.anticon-question:before {
  content: "\E63A";
}

.anticon-questioncircle:before {
  content: "\E63B";
}

.anticon-questioncircleo:before {
  content: "\E63C";
}

.anticon-pause:before {
  content: "\E63D";
}

.anticon-pausecircle:before {
  content: "\E63E";
}

.anticon-pausecircleo:before {
  content: "\E63F";
}

.anticon-clockcircle:before {
  content: "\E640";
}

.anticon-clockcircleo:before {
  content: "\E641";
}

.anticon-swap:before {
  content: "\E642";
}

.anticon-swapleft:before {
  content: "\E643";
}

.anticon-swapright:before {
  content: "\E644";
}

.anticon-plussquareo:before {
  content: "\E645";
}

.anticon-frown:before {
  content: "\E646";
}

.anticon-menufold:before {
  content: "\E658";
}

.anticon-mail:before {
  content: "\E659";
}

.anticon-link:before {
  content: "\E65B";
}

.anticon-areachart:before {
  content: "\E65C";
}

.anticon-linechart:before {
  content: "\E65D";
}

.anticon-home:before {
  content: "\E65E";
}

.anticon-laptop:before {
  content: "\E65F";
}

.anticon-star:before {
  content: "\E660";
}

.anticon-staro:before {
  content: "\E661";
}

.anticon-filter:before {
  content: "\E663";
}

.anticon-meho:before {
  content: "\E666";
}

.anticon-meh:before {
  content: "\E667";
}

.anticon-shoppingcart:before {
  content: "\E668";
}

.anticon-save:before {
  content: "\E669";
}

.anticon-user:before {
  content: "\E66A";
}

.anticon-videocamera:before {
  content: "\E66B";
}

.anticon-totop:before {
  content: "\E66C";
}

.anticon-team:before {
  content: "\E66D";
}

.anticon-sharealt:before {
  content: "\E671";
}

.anticon-setting:before {
  content: "\E672";
}

.anticon-picture:before {
  content: "\E674";
}

.anticon-phone:before {
  content: "\E675";
}

.anticon-paperclip:before {
  content: "\E676";
}

.anticon-notification:before {
  content: "\E677";
}

.anticon-menuunfold:before {
  content: "\E679";
}

.anticon-inbox:before {
  content: "\E67A";
}

.anticon-lock:before {
  content: "\E67B";
}

.anticon-qrcode:before {
  content: "\E67C";
}

.anticon-tags:before {
  content: "\E67D";
}

.anticon-tagso:before {
  content: "\E67E";
}

.anticon-cloudo:before {
  content: "\E67F";
}

.anticon-cloud:before {
  content: "\E680";
}

.anticon-cloudupload:before {
  content: "\E681";
}

.anticon-clouddownload:before {
  content: "\E682";
}

.anticon-clouddownloado:before {
  content: "\E683";
}

.anticon-clouduploado:before {
  content: "\E684";
}

.anticon-enviroment:before {
  content: "\E685";
}

.anticon-enviromento:before {
  content: "\E686";
}

.anticon-eye:before {
  content: "\E687";
}

.anticon-eyeo:before {
  content: "\E688";
}

.anticon-camera:before {
  content: "\E689";
}

.anticon-camerao:before {
  content: "\E68A";
}

.anticon-windows:before {
  content: "\E68B";
}

.anticon-export2:before {
  content: "\E690";
}

.anticon-export:before {
  content: "\E691";
}

.anticon-circledowno:before {
  content: "\E693";
}

.anticon-circledown:before {
  content: "\E694";
}

.anticon-hdd:before {
  content: "\E69A";
}

.anticon-ie:before {
  content: "\E69B";
}

.anticon-delete:before {
  content: "\E69F";
}

.anticon-enter:before {
  content: "\E6A0";
}

.anticon-pushpino:before {
  content: "\E6A1";
}

.anticon-pushpin:before {
  content: "\E6A2";
}

.anticon-heart:before {
  content: "\E6A3";
}

.anticon-hearto:before {
  content: "\E6A4";
}

.anticon-smile-circle:before {
  content: "\E6A7";
}

.anticon-smileo:before {
  content: "\E6A8";
}

.anticon-frowno:before {
  content: "\E6A9";
}

.anticon-calculator:before {
  content: "\E6AA";
}

.anticon-chrome:before {
  content: "\E6AC";
}

.anticon-github:before {
  content: "\E6AD";
}

.anticon-iconfontdesktop:before {
  content: "\E6B4";
}

.anticon-caretcircleoup:before {
  content: "\E6B5";
}

.anticon-upload:before {
  content: "\E6B6";
}

.anticon-download:before {
  content: "\E6B7";
}

.anticon-piechart:before {
  content: "\E6B8";
}

.anticon-lock1:before {
  content: "\E6B9";
}

.anticon-unlock:before {
  content: "\E6BA";
}

.anticon-windowso:before {
  content: "\E6BC";
}

.anticon-dotchart:before {
  content: "\E6BD";
}

.anticon-barchart:before {
  content: "\E6BE";
}

.anticon-codesquare:before {
  content: "\E6BF";
}

.anticon-plussquare:before {
  content: "\E6C0";
}

.anticon-minussquare:before {
  content: "\E6C1";
}

.anticon-closesquare:before {
  content: "\E6C2";
}

.anticon-closesquareo:before {
  content: "\E6C3";
}

.anticon-checksquare:before {
  content: "\E6C4";
}

.anticon-checksquareo:before {
  content: "\E6C5";
}

.anticon-fastbackward:before {
  content: "\E6C6";
}

.anticon-fastforward:before {
  content: "\E6C7";
}

.anticon-upsquare:before {
  content: "\E6C8";
}

.anticon-downsquare:before {
  content: "\E6C9";
}

.anticon-leftsquare:before {
  content: "\E6CA";
}

.anticon-rightsquare:before {
  content: "\E6CB";
}

.anticon-rightsquareo:before {
  content: "\E6CC";
}

.anticon-leftsquareo:before {
  content: "\E6CD";
}

.anticon-down-square-o:before {
  content: "\E6CE";
}

.anticon-up-square-o:before {
  content: "\E6CF";
}

.anticon-play:before {
  content: "\E6D0";
}

.anticon-playcircleo:before {
  content: "\E6D1";
}

.anticon-tag:before {
  content: "\E6D2";
}

.anticon-tago:before {
  content: "\E6D3";
}

.anticon-addfile:before {
  content: "\E910";
}

.anticon-folder1:before {
  content: "\E662";
}

.anticon-file1:before {
  content: "\E664";
}

.anticon-switcher:before {
  content: "\E913";
}

.anticon-addfolder:before {
  content: "\E914";
}

.anticon-folderopen:before {
  content: "\E699";
}

.anticon-search1:before {
  content: "\E670";
}

.anticon-ellipsis1:before {
  content: "\E647";
}

.anticon-calendar:before {
  content: "\E6BB";
}

.anticon-filetext1:before {
  content: "\E698";
}

.anticon-copy1:before {
  content: "\E648";
}

.anticon-jpgfile1:before {
  content: "\E69C";
}

.anticon-pdffile1:before {
  content: "\E6B3";
}

.anticon-exclefile1:before {
  content: "\E6B0";
}

.anticon-pptfile1:before {
  content: "\E6B1";
}

.anticon-unknowfile1:before {
  content: "\E6AF";
}

.anticon-wordfile1:before {
  content: "\E6B2";
}

.anticon-dingding:before {
  content: "\E923";
}

.anticon-dingding-o:before {
  content: "\E925";
}

.anticon-mobile1:before {
  content: "\E678";
}

.anticon-tablet1:before {
  content: "\E66E";
}

.anticon-bells:before {
  content: "\E64E";
}

.anticon-disconnect:before {
  content: "\E64F";
}

.anticon-database:before {
  content: "\E650";
}

.anticon-barcode:before {
  content: "\E652";
}

.anticon-hourglass:before {
  content: "\E653";
}

.anticon-key:before {
  content: "\E654";
}

.anticon-flag:before {
  content: "\E655";
}

.anticon-layout:before {
  content: "\E656";
}

.anticon-printer:before {
  content: "\E673";
}

.anticon-USB:before {
  content: "\E6D7";
}

.anticon-skin:before {
  content: "\E6D8";
}

.anticon-tool:before {
  content: "\E6D9";
}

.anticon-car:before {
  content: "\E6DC";
}

.anticon-addusergroup:before {
  content: "\E6DD";
}

.anticon-carryout:before {
  content: "\E6DF";
}

.anticon-deleteuser:before {
  content: "\E6E0";
}

.anticon-deleteusergroup:before {
  content: "\E6E1";
}

.anticon-man:before {
  content: "\E6E2";
}

.anticon-isv:before {
  content: "\E6E3";
}

.anticon-gift:before {
  content: "\E6E4";
}

.anticon-idcard:before {
  content: "\E6E5";
}

.anticon-medicinebox:before {
  content: "\E6E6";
}

.anticon-redenvelopes:before {
  content: "\E6E7";
}

.anticon-rest:before {
  content: "\E6E8";
}

.anticon-safety:before {
  content: "\E6EA";
}

.anticon-wallet:before {
  content: "\E6EB";
}

.anticon-woman:before {
  content: "\E6EC";
}

.anticon-adduser:before {
  content: "\E6ED";
}

.anticon-bank:before {
  content: "\E6EE";
}

.anticon-Trophy:before {
  content: "\E6EF";
}

.anticon-loading1:before {
  content: "\E6AE";
}

.anticon-loading2:before {
  content: "\E64D";
}

.anticon-like2:before {
  content: "\E69D";
}

.anticon-dislike2:before {
  content: "\E69E";
}

.anticon-like1:before {
  content: "\E64C";
}

.anticon-dislike1:before {
  content: "\E64B";
}

.anticon-bulb1:before {
  content: "\E649";
}

.anticon-rocket1:before {
  content: "\E90F";
}

.anticon-select1:before {
  content: "\E64A";
}

.anticon-apple1:before {
  content: "\E68C";
}

.anticon-apple-o:before {
  content: "\E6D4";
}

.anticon-android1:before {
  content: "\E938";
}

.anticon-android:before {
  content: "\E68D";
}

.anticon-aliwangwang-o1:before {
  content: "\E68F";
}

.anticon-aliwangwang:before {
  content: "\E68E";
}

.anticon-pay-circle1:before {
  content: "\E6A5";
}

.anticon-pay-circle-o1:before {
  content: "\E6A6";
}

.anticon-poweroff:before {
  content: "\E6D5";
}

.anticon-trademark:before {
  content: "\E651";
}

.anticon-find:before {
  content: "\E6DB";
}

.anticon-copyright:before {
  content: "\E6DE";
}

.anticon-sound:before {
  content: "\E6E9";
}

.anticon-earth:before {
  content: "\E6F1";
}

.anticon-wifi:before {
  content: "\E6D6";
}

.anticon-sync:before {
  content: "\E6DA";
}

.anticon-login:before {
  content: "\E657";
}

.anticon-logout:before {
  content: "\E65A";
}

.anticon-reload1:before {
  content: "\E616";
}

.anticon-message1:before {
  content: "\E6AB";
}

.anticon-shake:before {
  content: "\E94F";
}

.anticon-API:before {
  content: "\E951";
}

.anticon-appstore-o:before {
  content: "\E695";
}

.anticon-appstore1:before {
  content: "\E696";
}

.anticon-scan1:before {
  content: "\E697";
}

.anticon-exception1:before {
  content: "\E665";
}

.anticon-contacts:before {
  content: "\E6F0";
}

.anticon-solution1:before {
  content: "\E66F";
}

.anticon-fork:before {
  content: "\E6F2";
}

.anticon-edit:before {
  content: "\E692";
}

.anticon-form:before {
  content: "\E996";
}

.anticon-warning:before {
  content: "\E997";
}

.anticon-table:before {
  content: "\E998";
}

.anticon-profile:before {
  content: "\E999";
}

.anticon-dashboard:before {
  content: "\E99A";
}

.anticon-indent-left:before {
  content: "\E9A6";
}

.anticon-indent-right:before {
  content: "\E9A7";
}

.anticon-menu-unfold:before {
  content: "\E9AC";
}

.anticon-menu-fold:before {
  content: "\E9AD";
}

.anticon-antdesign:before {
  content: "\E9B2";
}

.anticon-alipay-square:before {
  content: "\E9B3";
}

.anticon-codepen-circle:before {
  content: "\E9B4";
}

.anticon-google:before {
  content: "\E9B5";
}

.anticon-amazon:before {
  content: "\E9B6";
}

.anticon-codepen:before {
  content: "\E9B7";
}

.anticon-facebook-square:before {
  content: "\E9B8";
}

.anticon-dropbox:before {
  content: "\E9B9";
}

.anticon-googleplus:before {
  content: "\E9BA";
}

.anticon-linkedin-square:before {
  content: "\E9BB";
}

.anticon-medium-monogram:before {
  content: "\E9BC";
}

.anticon-gitlab:before {
  content: "\E9BD";
}

.anticon-medium-wordmark:before {
  content: "\E9BE";
}

.anticon-QQ:before {
  content: "\E9BF";
}

.anticon-skype:before {
  content: "\E9C0";
}

.anticon-taobao-square:before {
  content: "\E9C1";
}

.anticon-alipay-circle:before {
  content: "\E9C2";
}

.anticon-youtube:before {
  content: "\E9C3";
}

.anticon-wechat:before {
  content: "\E9C4";
}

.anticon-twitter:before {
  content: "\E9C5";
}

.anticon-weibo:before {
  content: "\E9C6";
}

.anticon-HTML:before {
  content: "\E9C7";
}

.anticon-taobao-circle:before {
  content: "\E6F3";
}

.anticon-weibo-circle:before {
  content: "\E6F4";
}

.anticon-weibo-square:before {
  content: "\E6F5";
}

.anticon-CodeSandbox:before {
  content: "\E9D4";
}

.anticon-aliyun:before {
  content: "\E9F4";
}

.anticon-zhihu:before {
  content: "\E703";
}

.anticon-behance:before {
  content: "\E707";
}

.anticon-dribbble:before {
  content: "\E709";
}

.anticon-dribbble-square:before {
  content: "\E70A";
}

.anticon-behance-square:before {
  content: "\E708";
}

.anticon-file-markdown:before {
  content: "\E704";
}

.anticon-instagram:before {
  content: "\E70B";
}

.anticon-yuque:before {
  content: "\E70C";
}

.anticon-slack:before {
  content: "\E705";
}

.anticon-slack-square:before {
  content: "\E706";
}

.carousel,
.carousel-inner,
.carousel-item {
  height: 100%;
}

.carousel-item .img-fluid.w-100.d-block {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.title-stroke-green {
  font-size: 1.625rem !important;
}

@media (max-width: 767.98px) {
  .title-stroke-green {
    font-size: 1.125rem !important;
  }
}

.title-stroke-green:before {
  content: "";
  background-image: url("/v2/assets/icons/stroke.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: calc(100% + 5rem);
  height: 150%;
  position: absolute;
  top: -25%;
  right: 0;
  left: -2.5rem;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
  -webkit-transform: scaleY(1.5);
          transform: scaleY(1.5);
}

.title-stroke-orange:before {
  content: "";
  background-image: url("/v2/assets/icons/stroke-menu.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.black-friday {
  position: relative;
  color: white !important;
  z-index: 0;
}

.black-friday:hover {
  color: white !important;
}

.black-friday:before {
  content: "";
  position: absolute;
  top: 0;
  background-image: url(/v2/assets/icons/stroke_black.svg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
}

.outlet {
  position: relative;
  color: black !important;
}

.outlet:hover {
  color: black !important;
}

.outlet:before {
  content: "";
  background-image: url("/v2/assets/icons/stroke_menu.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.christmas {
  position: relative;
  color: white !important;
  z-index: 0;
}

.christmas:hover {
  color: white !important;
}

.christmas:before {
  content: "";
  position: absolute;
  top: 0px;
  background-image: url(/v2/assets/icons/stroke_christmas.svg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 95%;
  height: 100%;
  background-size: cover;
  bottom: 0;
  right: 5%;
  left: 0;
  z-index: -1;
}

.stroke {
  position: relative;
  font-weight: 700;
  z-index: 0;
}

.stroke:before {
  content: "";
  position: absolute;
  top: 0px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 95%;
  height: 100%;
  background-size: cover;
  bottom: 0;
  right: 5%;
  left: 0;
  z-index: -1;
}

.stroke:hover {
  font-weight: 700;
}

.stroke-pink::before {
  background-image: url(/v2/assets/icons/stroke_pink.svg);
}

.stroke-green::before {
  background-image: url(/v2/assets/icons/stroke_green.svg);
}

.stroke-percentage::before {
  background-image: url(/v2/assets/icons/stroke_percentage.svg);
}

.stroke-blue::before {
  background-image: url(/v2/assets/icons/stroke.svg);
}

.vue-slider-dot-handle {
  border: 6px solid #1f4ba5;
}

.form-control.is-valid {
  border-color: #97d1cb !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2397d1cb' 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") !important;
  background-position: 97% 50%;
}

.error {
  top: 2.5rem;
  color: #e97d6b;
  font-size: 0.7rem;
}

.error-terms {
  top: 2rem;
}

@media only screen and (max-width: 320px) {
  .error-terms {
    top: 2.5rem;
  }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.font-weight-boldest {
  font-weight: 1000;
}

