@charset "UTF-8";
/*@import "boot/mixins";
@import "boot/functions";

@import "boot/variables";*/
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1200px
) !default;*/
.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 2px solid #dee2e6;
  border-radius: 0.14rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6f6f6f;
}

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: #494949;
  border-radius: 0.14rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #494949;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 2px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 4px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 4px solid #dee2e6;
}
.table .table {
  background-color: #ffffff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 2px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 2px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 4px;
}

.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 {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bfd5f3;
}

.table-hover .table-primary:hover {
  background-color: #aac7ef;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #aac7ef;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d7d7d7;
}

.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: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-woman,
.table-woman > th,
.table-woman > td {
  background-color: #ffeec0;
}

.table-hover .table-woman:hover {
  background-color: #ffe7a7;
}
.table-hover .table-woman:hover > td,
.table-hover .table-woman:hover > th {
  background-color: #ffe7a7;
}

.table-light-100,
.table-light-100 > th,
.table-light-100 > td {
  background-color: #fdfdfe;
}

.table-hover .table-light-100:hover {
  background-color: #ececf6;
}
.table-hover .table-light-100:hover > td,
.table-hover .table-light-100:hover > th {
  background-color: #ececf6;
}

.table-light-200,
.table-light-200 > th,
.table-light-200 > td {
  background-color: #f9fafb;
}

.table-hover .table-light-200:hover {
  background-color: #eaedf1;
}
.table-hover .table-light-200:hover > td,
.table-hover .table-light-200:hover > th {
  background-color: #eaedf1;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #f6f7f8;
}

.table-hover .table-light:hover {
  background-color: #e8eaed;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #e8eaed;
}

.table-light-dark,
.table-light-dark > th,
.table-light-dark > td {
  background-color: #e8eaed;
}

.table-hover .table-light-dark:hover {
  background-color: #dadde2;
}
.table-hover .table-light-dark:hover > td,
.table-hover .table-light-dark:hover > th {
  background-color: #dadde2;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #d7d7d7;
}

.table-hover .table-dark:hover {
  background-color: #cacaca;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #cacaca;
}

.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: #494949;
  border-color: #5c5c5c;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #ffffff;
  background-color: #494949;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #5c5c5c;
}
.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 {
  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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.975rem + 4px);
  padding: 0.8rem 0.7875rem;
  font-size: 1rem;
  line-height: 1.375;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 2px solid #ced4da;
  border-radius: 0.14rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #ffffff;
  border-color: #f4f5f6;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(173, 181, 189, 0.25);
}
.form-control::placeholder {
  color: #6f6f6f;
  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.8rem + 2px);
  padding-bottom: calc(0.8rem + 2px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.375;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 2px);
  padding-bottom: calc(0.5rem + 2px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 2px);
  padding-bottom: calc(0.25rem + 2px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  margin-bottom: 0;
  line-height: 1.375;
  color: #494949;
  background-color: transparent;
  border: solid transparent;
  border-width: 2px 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.8125rem + 4px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.14rem;
}

.form-control-lg {
  height: calc(2.875rem + 4px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.14rem;
}

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: flex;
  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: #6f6f6f;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.375;
  color: #ffffff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.14rem;
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.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 {
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}
.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 {
  box-shadow: 0 0 0 0rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.375;
  color: #ffffff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.14rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.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 {
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}
.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 {
  box-shadow: 0 0 0 0rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    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: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 300;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  padding: 0.8rem 1.575rem;
  font-size: 1.0625rem;
  line-height: 1.375;
  border-radius: 0.14rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(173, 181, 189, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn.extend {
  width: 100%;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #ffffff;
  background-color: #1C69D4;
  border-color: #1C69D4;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #1858b2;
  border-color: #1653a7;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0rem rgba(28, 105, 212, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  background-color: #1C69D4;
  border-color: #1C69D4;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #1653a7;
  border-color: #154d9c;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(28, 105, 212, 0.5);
}

.btn-secondary {
  color: #ffffff;
  background-color: #6f6f6f;
  border-color: #6f6f6f;
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: #5c5c5c;
  border-color: #565656;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0rem rgba(111, 111, 111, 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: #565656;
  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 {
  box-shadow: 0 0 0 0rem rgba(111, 111, 111, 0.5);
}

.btn-success {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #494949;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #494949;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #494949;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #494949;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(220, 53, 69, 0.5);
}

.btn-woman {
  color: #494949;
  background-color: #ffc21f;
  border-color: #ffc21f;
}
.btn-woman:hover {
  color: #494949;
  background-color: #f8b400;
  border-color: #ebab00;
}
.btn-woman:focus, .btn-woman.focus {
  box-shadow: 0 0 0 0rem rgba(255, 194, 31, 0.5);
}
.btn-woman.disabled, .btn-woman:disabled {
  color: #494949;
  background-color: #ffc21f;
  border-color: #ffc21f;
}
.btn-woman:not(:disabled):not(.disabled):active, .btn-woman:not(:disabled):not(.disabled).active, .show > .btn-woman.dropdown-toggle {
  color: #494949;
  background-color: #ebab00;
  border-color: #dea200;
}
.btn-woman:not(:disabled):not(.disabled):active:focus, .btn-woman:not(:disabled):not(.disabled).active:focus, .show > .btn-woman.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(255, 194, 31, 0.5);
}

.btn-light-100 {
  color: #494949;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light-100:hover {
  color: #494949;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light-100:focus, .btn-light-100.focus {
  box-shadow: 0 0 0 0rem rgba(248, 249, 250, 0.5);
}
.btn-light-100.disabled, .btn-light-100:disabled {
  color: #494949;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light-100:not(:disabled):not(.disabled):active, .btn-light-100:not(:disabled):not(.disabled).active, .show > .btn-light-100.dropdown-toggle {
  color: #494949;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light-100:not(:disabled):not(.disabled):active:focus, .btn-light-100:not(:disabled):not(.disabled).active:focus, .show > .btn-light-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(248, 249, 250, 0.5);
}

.btn-light-200 {
  color: #494949;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.btn-light-200:hover {
  color: #494949;
  background-color: #d3d9df;
  border-color: #cbd3da;
}
.btn-light-200:focus, .btn-light-200.focus {
  box-shadow: 0 0 0 0rem rgba(233, 236, 239, 0.5);
}
.btn-light-200.disabled, .btn-light-200:disabled {
  color: #494949;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.btn-light-200:not(:disabled):not(.disabled):active, .btn-light-200:not(:disabled):not(.disabled).active, .show > .btn-light-200.dropdown-toggle {
  color: #494949;
  background-color: #cbd3da;
  border-color: #c4ccd4;
}
.btn-light-200:not(:disabled):not(.disabled):active:focus, .btn-light-200:not(:disabled):not(.disabled).active:focus, .show > .btn-light-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(233, 236, 239, 0.5);
}

.btn-light {
  color: #494949;
  background-color: #dee2e6;
  border-color: #dee2e6;
}
.btn-light:hover {
  color: #494949;
  background-color: #c8cfd6;
  border-color: #c1c9d0;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0rem rgba(222, 226, 230, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #494949;
  background-color: #dee2e6;
  border-color: #dee2e6;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #494949;
  background-color: #c1c9d0;
  border-color: #bac2cb;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(222, 226, 230, 0.5);
}

.btn-light-dark {
  color: #494949;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-light-dark:hover {
  color: #494949;
  background-color: #98a2ac;
  border-color: #919ca6;
}
.btn-light-dark:focus, .btn-light-dark.focus {
  box-shadow: 0 0 0 0rem rgba(173, 181, 189, 0.5);
}
.btn-light-dark.disabled, .btn-light-dark:disabled {
  color: #494949;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-light-dark:not(:disabled):not(.disabled):active, .btn-light-dark:not(:disabled):not(.disabled).active, .show > .btn-light-dark.dropdown-toggle {
  color: #494949;
  background-color: #919ca6;
  border-color: #8a95a1;
}
.btn-light-dark:not(:disabled):not(.disabled):active:focus, .btn-light-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-light-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(173, 181, 189, 0.5);
}

.btn-dark {
  color: #ffffff;
  background-color: #6f6f6f;
  border-color: #6f6f6f;
}
.btn-dark:hover {
  color: #ffffff;
  background-color: #5c5c5c;
  border-color: #565656;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0rem rgba(111, 111, 111, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #ffffff;
  background-color: #6f6f6f;
  border-color: #6f6f6f;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #565656;
  border-color: #4f4f4f;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(111, 111, 111, 0.5);
}

.btn-outline-primary {
  color: #1C69D4;
  background-color: transparent;
  background-image: none;
  border-color: #1C69D4;
}
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #1C69D4;
  border-color: #1C69D4;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0rem rgba(28, 105, 212, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #1C69D4;
  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: #1C69D4;
  border-color: #1C69D4;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(28, 105, 212, 0.5);
}

.btn-outline-secondary {
  color: #6f6f6f;
  background-color: transparent;
  background-image: none;
  border-color: #6f6f6f;
}
.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #6f6f6f;
  border-color: #6f6f6f;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0rem 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 {
  box-shadow: 0 0 0 0rem rgba(111, 111, 111, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #494949;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #494949;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(220, 53, 69, 0.5);
}

.btn-outline-woman {
  color: #ffc21f;
  background-color: transparent;
  background-image: none;
  border-color: #ffc21f;
}
.btn-outline-woman:hover {
  color: #494949;
  background-color: #ffc21f;
  border-color: #ffc21f;
}
.btn-outline-woman:focus, .btn-outline-woman.focus {
  box-shadow: 0 0 0 0rem rgba(255, 194, 31, 0.5);
}
.btn-outline-woman.disabled, .btn-outline-woman:disabled {
  color: #ffc21f;
  background-color: transparent;
}
.btn-outline-woman:not(:disabled):not(.disabled):active, .btn-outline-woman:not(:disabled):not(.disabled).active, .show > .btn-outline-woman.dropdown-toggle {
  color: #494949;
  background-color: #ffc21f;
  border-color: #ffc21f;
}
.btn-outline-woman:not(:disabled):not(.disabled):active:focus, .btn-outline-woman:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-woman.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(255, 194, 31, 0.5);
}

.btn-outline-light-100 {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light-100:hover {
  color: #494949;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light-100:focus, .btn-outline-light-100.focus {
  box-shadow: 0 0 0 0rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light-100.disabled, .btn-outline-light-100:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light-100:not(:disabled):not(.disabled):active, .btn-outline-light-100:not(:disabled):not(.disabled).active, .show > .btn-outline-light-100.dropdown-toggle {
  color: #494949;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light-100:not(:disabled):not(.disabled):active:focus, .btn-outline-light-100:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light-200 {
  color: #e9ecef;
  background-color: transparent;
  background-image: none;
  border-color: #e9ecef;
}
.btn-outline-light-200:hover {
  color: #494949;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.btn-outline-light-200:focus, .btn-outline-light-200.focus {
  box-shadow: 0 0 0 0rem rgba(233, 236, 239, 0.5);
}
.btn-outline-light-200.disabled, .btn-outline-light-200:disabled {
  color: #e9ecef;
  background-color: transparent;
}
.btn-outline-light-200:not(:disabled):not(.disabled):active, .btn-outline-light-200:not(:disabled):not(.disabled).active, .show > .btn-outline-light-200.dropdown-toggle {
  color: #494949;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.btn-outline-light-200:not(:disabled):not(.disabled):active:focus, .btn-outline-light-200:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(233, 236, 239, 0.5);
}

.btn-outline-light {
  color: #dee2e6;
  background-color: transparent;
  background-image: none;
  border-color: #dee2e6;
}
.btn-outline-light:hover {
  color: #494949;
  background-color: #dee2e6;
  border-color: #dee2e6;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0rem rgba(222, 226, 230, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #dee2e6;
  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: #494949;
  background-color: #dee2e6;
  border-color: #dee2e6;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(222, 226, 230, 0.5);
}

.btn-outline-light-dark {
  color: #adb5bd;
  background-color: transparent;
  background-image: none;
  border-color: #adb5bd;
}
.btn-outline-light-dark:hover {
  color: #494949;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-outline-light-dark:focus, .btn-outline-light-dark.focus {
  box-shadow: 0 0 0 0rem rgba(173, 181, 189, 0.5);
}
.btn-outline-light-dark.disabled, .btn-outline-light-dark:disabled {
  color: #adb5bd;
  background-color: transparent;
}
.btn-outline-light-dark:not(:disabled):not(.disabled):active, .btn-outline-light-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-light-dark.dropdown-toggle {
  color: #494949;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-outline-light-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-light-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(173, 181, 189, 0.5);
}

.btn-outline-dark {
  color: #6f6f6f;
  background-color: transparent;
  background-image: none;
  border-color: #6f6f6f;
}
.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #6f6f6f;
  border-color: #6f6f6f;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0rem rgba(111, 111, 111, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #6f6f6f;
  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: #6f6f6f;
  border-color: #6f6f6f;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(111, 111, 111, 0.5);
}

.btn-link {
  font-weight: 300;
  color: #1C69D4;
  background-color: transparent;
}
.btn-link:hover {
  color: #134890;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6f6f6f;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.328125rem;
  line-height: 1.5;
  border-radius: 0.14rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.9296875rem;
  line-height: 1.5;
  border-radius: 0.14rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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: #494949;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0.14rem;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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;
  width: 0;
  height: 0;
  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;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 300;
  color: #494949;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #3c3c3c;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #adb5bd;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6f6f6f;
  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: #6f6f6f;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #494949;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 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-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -2px;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 1.18125rem;
  padding-left: 1.18125rem;
}
.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 {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -2px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  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 > .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: -2px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.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: -2px;
}

.input-group-prepend {
  margin-right: -2px;
}

.input-group-append {
  margin-left: -2px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.8rem 1.575rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.375;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 2px solid #ced4da;
  border-radius: 0.14rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control,
.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 {
  height: calc(2.875rem + 4px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.14rem;
}

.input-group-sm > .form-control,
.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 {
  height: calc(1.8125rem + 4px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.14rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.375rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  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;
  background-color: #adb5bd;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0rem rgba(173, 181, 189, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: white;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6f6f6f;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.1875rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.1875rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.14rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #adb5bd;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%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 {
  background-color: #adb5bd;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%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(28, 105, 212, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(28, 105, 212, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #adb5bd;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%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(28, 105, 212, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.975rem + 4px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.375;
  color: white;
  vertical-align: middle;
  background: #444444 url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23adb5bd' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 2px solid #ced4da;
  border-radius: 0.14rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #f4f5f6;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(244, 245, 246, 0.5);
}
.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: #6f6f6f;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}

.primary-select {
  display: inline-block;
  width: 100%;
  font-weight: bold;
  height: calc(2.975rem + 4px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.375;
  color: white;
  vertical-align: middle;
  background: #1C69D4 url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23adb5bd' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 0 solid #ced4da;
  border-radius: 0.14rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.primary-select:focus {
  border-color: #f4f5f6;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(244, 245, 246, 0.5);
}
.primary-select:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}
.primary-select[multiple], .primary-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.primary-select:disabled {
  color: #6f6f6f;
  background-color: #e9ecef;
}
.primary-select::-ms-expand {
  opacity: 0;
}

.dark-select {
  display: inline-block;
  height: calc(2.975rem + 4px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.375;
  color: white;
  vertical-align: middle;
  background: #444444 url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23adb5bd' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 0 solid #ced4da;
  border-radius: 0.14rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.dark-select:focus {
  border-color: #f4f5f6;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(244, 245, 246, 0.5);
}
.dark-select:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}
.dark-select[multiple], .dark-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.dark-select:disabled {
  color: #6f6f6f;
  background-color: #e9ecef;
}
.dark-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 4px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 4px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.975rem + 4px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.975rem + 4px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #f4f5f6;
  box-shadow: 0 0 0 0rem rgba(173, 181, 189, 0.25);
}
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #f4f5f6;
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.975rem + 4px);
  padding: 0.8rem 1.575rem;
  line-height: 1.375;
  color: #495057;
  background-color: #ffffff;
  border: 2px solid #ced4da;
  border-radius: 0.14rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.975rem;
  padding: 0.8rem 1.575rem;
  line-height: 1.375;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 2px solid #ced4da;
  border-radius: 0 0.14rem 0.14rem 0;
}

.btn-white {
  background-color: #ffffff;
  border: 2px solid #ced4da;
}
.btn-white:hover {
  background-color: #e6e6e6;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0rem rgba(173, 181, 189, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0rem rgba(173, 181, 189, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0rem rgba(173, 181, 189, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #adb5bd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: white;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #adb5bd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: white;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0rem;
  margin-left: 0rem;
  background-color: #adb5bd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: white;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6f6f6f;
}

.nav-tabs {
  border-bottom: 2px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -2px;
}
.nav-tabs .nav-link {
  border: 2px solid transparent;
  border-top-left-radius: 0.14rem;
  border-top-right-radius: 0.14rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6f6f6f;
  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: -2px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.14rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #adb5bd;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.328125rem;
  padding-bottom: 0.328125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand img {
  width: 100%;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link-nopad {
  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 {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 2px none transparent;
  border-radius: 0.14rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  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 {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    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 {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    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 {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    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 {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    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 {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    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 {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    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 {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  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 {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  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: #a3a3a3;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #444444;
}
.navbar-light .navbar-nav .nav-link:hover span, .navbar-light .navbar-nav .nav-link:focus span {
  border-bottom: 2px solid #444444;
}
.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: #a3a3a3;
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23a3a3a3' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: #a3a3a3;
}
.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;charset=utf8,%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;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.14rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6f6f6f;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6f6f6f;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.14rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -2px;
  line-height: 1.25;
  color: #1C69D4;
  background-color: #ffffff;
  border: 2px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #134890;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(173, 181, 189, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.14rem;
  border-bottom-left-radius: 0.14rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.14rem;
  border-bottom-right-radius: 0.14rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.page-item.disabled .page-link {
  color: #6f6f6f;
  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-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.14rem;
  border-bottom-left-radius: 0.14rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.14rem;
  border-bottom-right-radius: 0.14rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.14rem;
  border-bottom-left-radius: 0.14rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.14rem;
  border-bottom-right-radius: 0.14rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 90%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.14rem;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #ffffff;
  background-color: #1C69D4;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #1653a7;
}

.badge-secondary {
  color: #ffffff;
  background-color: #6f6f6f;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #565656;
}

.badge-success {
  color: #ffffff;
  background-color: #28a745;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #ffffff;
  background-color: #17a2b8;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #494949;
  background-color: #ffc107;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #494949;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #ffffff;
  background-color: #dc3545;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-woman {
  color: #494949;
  background-color: #ffc21f;
}
.badge-woman[href]:hover, .badge-woman[href]:focus {
  color: #494949;
  text-decoration: none;
  background-color: #ebab00;
}

.badge-light-100 {
  color: #494949;
  background-color: #f8f9fa;
}
.badge-light-100[href]:hover, .badge-light-100[href]:focus {
  color: #494949;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-light-200 {
  color: #494949;
  background-color: #e9ecef;
}
.badge-light-200[href]:hover, .badge-light-200[href]:focus {
  color: #494949;
  text-decoration: none;
  background-color: #cbd3da;
}

.badge-light {
  color: #494949;
  background-color: #dee2e6;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #494949;
  text-decoration: none;
  background-color: #c1c9d0;
}

.badge-light-dark {
  color: #494949;
  background-color: #adb5bd;
}
.badge-light-dark[href]:hover, .badge-light-dark[href]:focus {
  color: #494949;
  text-decoration: none;
  background-color: #919ca6;
}

.badge-dark {
  color: #ffffff;
  background-color: #6f6f6f;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #565656;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.14rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 2px solid transparent;
  border-radius: 0.14rem;
}

.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: #0f376e;
  background-color: #d2e1f6;
  border-color: #bfd5f3;
}
.alert-primary hr {
  border-top-color: #aac7ef;
}
.alert-primary .alert-link {
  color: #092141;
}

.alert-secondary {
  color: #3a3a3a;
  background-color: #e2e2e2;
  border-color: #d7d7d7;
}
.alert-secondary hr {
  border-top-color: #cacaca;
}
.alert-secondary .alert-link {
  color: #212121;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-woman {
  color: #856510;
  background-color: #fff3d2;
  border-color: #ffeec0;
}
.alert-woman hr {
  border-top-color: #ffe7a7;
}
.alert-woman .alert-link {
  color: #57420b;
}

.alert-light-100 {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light-100 hr {
  border-top-color: #ececf6;
}
.alert-light-100 .alert-link {
  color: #686868;
}

.alert-light-200 {
  color: #797b7c;
  background-color: #fbfbfc;
  border-color: #f9fafb;
}
.alert-light-200 hr {
  border-top-color: #eaedf1;
}
.alert-light-200 .alert-link {
  color: #606162;
}

.alert-light {
  color: #737678;
  background-color: #f8f9fa;
  border-color: #f6f7f8;
}
.alert-light hr {
  border-top-color: #e8eaed;
}
.alert-light .alert-link {
  color: #5a5c5e;
}

.alert-light-dark {
  color: #5a5e62;
  background-color: #eff0f2;
  border-color: #e8eaed;
}
.alert-light-dark hr {
  border-top-color: #dadde2;
}
.alert-light-dark .alert-link {
  color: #424547;
}

.alert-dark {
  color: #3a3a3a;
  background-color: #e2e2e2;
  border-color: #d7d7d7;
}
.alert-dark hr {
  border-top-color: #cacaca;
}
.alert-dark .alert-link {
  color: #212121;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.14rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #1C69D4;
  transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #494949;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -2px;
  background-color: #ffffff;
  border: 2px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.14rem;
  border-top-right-radius: 0.14rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.14rem;
  border-bottom-left-radius: 0.14rem;
}
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6f6f6f;
  background-color: #ffffff;
}
.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #adb5bd;
  border-color: #adb5bd;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #0f376e;
  background-color: #bfd5f3;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #0f376e;
  background-color: #aac7ef;
}
.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #0f376e;
  border-color: #0f376e;
}

.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: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-woman {
  color: #856510;
  background-color: #ffeec0;
}
.list-group-item-woman.list-group-item-action:hover, .list-group-item-woman.list-group-item-action:focus {
  color: #856510;
  background-color: #ffe7a7;
}
.list-group-item-woman.list-group-item-action.active {
  color: #ffffff;
  background-color: #856510;
  border-color: #856510;
}

.list-group-item-light-100 {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light-100.list-group-item-action:hover, .list-group-item-light-100.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light-100.list-group-item-action.active {
  color: #ffffff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-light-200 {
  color: #797b7c;
  background-color: #f9fafb;
}
.list-group-item-light-200.list-group-item-action:hover, .list-group-item-light-200.list-group-item-action:focus {
  color: #797b7c;
  background-color: #eaedf1;
}
.list-group-item-light-200.list-group-item-action.active {
  color: #ffffff;
  background-color: #797b7c;
  border-color: #797b7c;
}

.list-group-item-light {
  color: #737678;
  background-color: #f6f7f8;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #737678;
  background-color: #e8eaed;
}
.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #737678;
  border-color: #737678;
}

.list-group-item-light-dark {
  color: #5a5e62;
  background-color: #e8eaed;
}
.list-group-item-light-dark.list-group-item-action:hover, .list-group-item-light-dark.list-group-item-action:focus {
  color: #5a5e62;
  background-color: #dadde2;
}
.list-group-item-light-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: #5a5e62;
  border-color: #5a5e62;
}

.list-group-item-dark {
  color: #3a3a3a;
  background-color: #d7d7d7;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #3a3a3a;
  background-color: #cacaca;
}
.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: #3a3a3a;
  border-color: #3a3a3a;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.5;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.14rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 2px solid #e9ecef;
  border-top-left-radius: 0.14rem;
  border-top-right-radius: 0.14rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.375;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 2px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 580px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 998px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "BMW Group", Arial, Helvetica, sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 300;
  line-height: 1.375;
  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;
  border-radius: 0.14rem;
}

.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: #1C69D4 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #1653a7 !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: #565656 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-woman {
  background-color: #ffc21f !important;
}

a.bg-woman:hover, a.bg-woman:focus,
button.bg-woman:hover,
button.bg-woman:focus {
  background-color: #ebab00 !important;
}

.bg-light-100 {
  background-color: #f8f9fa !important;
}

a.bg-light-100:hover, a.bg-light-100:focus,
button.bg-light-100:hover,
button.bg-light-100:focus {
  background-color: #dae0e5 !important;
}

.bg-light-200 {
  background-color: #e9ecef !important;
}

a.bg-light-200:hover, a.bg-light-200:focus,
button.bg-light-200:hover,
button.bg-light-200:focus {
  background-color: #cbd3da !important;
}

.bg-light {
  background-color: #dee2e6 !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #c1c9d0 !important;
}

.bg-light-dark {
  background-color: #adb5bd !important;
}

a.bg-light-dark:hover, a.bg-light-dark:focus,
button.bg-light-dark:hover,
button.bg-light-dark:focus {
  background-color: #919ca6 !important;
}

.bg-dark {
  background-color: #6f6f6f !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #565656 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 2px solid #e9e9e9 !important;
}

.border-top {
  border-top: 2px solid #e9e9e9 !important;
}

.border-right {
  border-right: 2px solid #e9e9e9 !important;
}

.border-bottom {
  border-bottom: 2px solid #e9e9e9 !important;
}

.border-left {
  border-left: 2px solid #e9e9e9 !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: #1C69D4 !important;
}

.border-secondary {
  border-color: #6f6f6f !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-woman {
  border-color: #ffc21f !important;
}

.border-light-100 {
  border-color: #f8f9fa !important;
}

.border-light-200 {
  border-color: #e9ecef !important;
}

.border-light {
  border-color: #dee2e6 !important;
}

.border-light-dark {
  border-color: #adb5bd !important;
}

.border-dark {
  border-color: #6f6f6f !important;
}

.border-white {
  border-color: #ffffff !important;
}

.rounded {
  border-radius: 0.14rem !important;
}

.rounded-top {
  border-top-left-radius: 0.14rem !important;
  border-top-right-radius: 0.14rem !important;
}

.rounded-right {
  border-top-right-radius: 0.14rem !important;
  border-bottom-right-radius: 0.14rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.14rem !important;
  border-bottom-left-radius: 0.14rem !important;
}

.rounded-left {
  border-top-left-radius: 0.14rem !important;
  border-bottom-left-radius: 0.14rem !important;
}

.rounded-circle {
  border-radius: 50% !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: flex !important;
}

.d-inline-flex {
  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: flex !important;
  }

  .d-sm-inline-flex {
    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: flex !important;
  }

  .d-md-inline-flex {
    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: flex !important;
  }

  .d-lg-inline-flex {
    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: flex !important;
  }

  .d-xl-inline-flex {
    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: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    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;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2, h1, h2, h3, h4, h5, h6,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3, h1, h2, h3, h4, h5, h6,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 2rem !important;
}

.mt-4,
.my-4 {
  margin-top: 2rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 2rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 2rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 2rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.m-6 {
  margin: 7rem !important;
}

.mt-6,
.my-6 {
  margin-top: 7rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 7rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 7rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 7rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 2rem !important;
}

.pt-4,
.py-4 {
  padding-top: 2rem !important;
}

.pr-4,
.px-4 {
  padding-right: 2rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 2rem !important;
}

.pl-4,
.px-4 {
  padding-left: 2rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.p-6 {
  padding: 7rem !important;
}

.pt-6,
.py-6 {
  padding-top: 7rem !important;
}

.pr-6,
.px-6 {
  padding-right: 7rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 7rem !important;
}

.pl-6,
.px-6 {
  padding-left: 7rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 2rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 2rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 2rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 2rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 2rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .m-sm-6 {
    margin: 7rem !important;
  }

  .mt-sm-6,
.my-sm-6 {
    margin-top: 7rem !important;
  }

  .mr-sm-6,
.mx-sm-6 {
    margin-right: 7rem !important;
  }

  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 7rem !important;
  }

  .ml-sm-6,
.mx-sm-6 {
    margin-left: 7rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 2rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 2rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 2rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 2rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 2rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .p-sm-6 {
    padding: 7rem !important;
  }

  .pt-sm-6,
.py-sm-6 {
    padding-top: 7rem !important;
  }

  .pr-sm-6,
.px-sm-6 {
    padding-right: 7rem !important;
  }

  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 7rem !important;
  }

  .pl-sm-6,
.px-sm-6 {
    padding-left: 7rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 2rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 2rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 2rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 2rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 2rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .m-md-6 {
    margin: 7rem !important;
  }

  .mt-md-6,
.my-md-6 {
    margin-top: 7rem !important;
  }

  .mr-md-6,
.mx-md-6 {
    margin-right: 7rem !important;
  }

  .mb-md-6,
.my-md-6 {
    margin-bottom: 7rem !important;
  }

  .ml-md-6,
.mx-md-6 {
    margin-left: 7rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 2rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 2rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 2rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 2rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 2rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .p-md-6 {
    padding: 7rem !important;
  }

  .pt-md-6,
.py-md-6 {
    padding-top: 7rem !important;
  }

  .pr-md-6,
.px-md-6 {
    padding-right: 7rem !important;
  }

  .pb-md-6,
.py-md-6 {
    padding-bottom: 7rem !important;
  }

  .pl-md-6,
.px-md-6 {
    padding-left: 7rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 2rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 2rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 2rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 2rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 2rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .m-lg-6 {
    margin: 7rem !important;
  }

  .mt-lg-6,
.my-lg-6 {
    margin-top: 7rem !important;
  }

  .mr-lg-6,
.mx-lg-6 {
    margin-right: 7rem !important;
  }

  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 7rem !important;
  }

  .ml-lg-6,
.mx-lg-6 {
    margin-left: 7rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 2rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 2rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 2rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 2rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 2rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .p-lg-6 {
    padding: 7rem !important;
  }

  .pt-lg-6,
.py-lg-6 {
    padding-top: 7rem !important;
  }

  .pr-lg-6,
.px-lg-6 {
    padding-right: 7rem !important;
  }

  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 7rem !important;
  }

  .pl-lg-6,
.px-lg-6 {
    padding-left: 7rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 2rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 2rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 2rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 2rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 2rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .m-xl-6 {
    margin: 7rem !important;
  }

  .mt-xl-6,
.my-xl-6 {
    margin-top: 7rem !important;
  }

  .mr-xl-6,
.mx-xl-6 {
    margin-right: 7rem !important;
  }

  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 7rem !important;
  }

  .ml-xl-6,
.mx-xl-6 {
    margin-left: 7rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 2rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 2rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 2rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 2rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 2rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .p-xl-6 {
    padding: 7rem !important;
  }

  .pt-xl-6,
.py-xl-6 {
    padding-top: 7rem !important;
  }

  .pr-xl-6,
.px-xl-6 {
    padding-right: 7rem !important;
  }

  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 7rem !important;
  }

  .pl-xl-6,
.px-xl-6 {
    padding-left: 7rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !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: 100 !important;
}

.font-weight-normal {
  font-weight: 300 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #ffffff;
}

.text-white-f {
  color: #ffffff !important;
}

.text-primary {
  color: #1C69D4 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #1653a7 !important;
}

.text-secondary {
  color: #6f6f6f !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #565656 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-woman {
  color: #ffc21f !important;
}

a.text-woman:hover, a.text-woman:focus {
  color: #ebab00 !important;
}

.text-light-100 {
  color: #f8f9fa !important;
}

a.text-light-100:hover, a.text-light-100:focus {
  color: #dae0e5 !important;
}

.text-light-200 {
  color: #e9ecef !important;
}

a.text-light-200:hover, a.text-light-200:focus {
  color: #cbd3da !important;
}

.text-light {
  color: #dee2e6 !important;
}

a.text-light:hover, a.text-light:focus {
  color: #c1c9d0 !important;
}

.text-light-dark {
  color: #adb5bd !important;
}

a.text-light-dark:hover, a.text-light-dark:focus {
  color: #919ca6 !important;
}

.text-dark {
  color: #6f6f6f !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #565656 !important;
}

.text-body {
  color: #494949 !important;
}

.text-muted {
  color: #6f6f6f !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;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 2px 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: 2px 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 {
  scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
.rel {
  position: relative;
}

.transition, .calh .calh-events .prevnext div, .calh .prevnext div {
  transition: all 0.2s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .transition, .calh .calh-events .prevnext div, .calh .prevnext div {
    transition: none;
  }
}

.d-flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flowhid {
  overflow: hidden;
}

.box-event {
  padding: 0;
}
.box-event .nav {
  padding-left: 15px;
}
.box-event .basic-type {
  opacity: 0.4;
  transition: all 0.2s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .box-event .basic-type {
    transition: none;
  }
}
.box-event .basic-type.active {
  opacity: 1;
}
.box-event .abs-top-md.full-width .max {
  margin: auto;
}
.box-event > .row {
  margin: 0;
}

/*h1, h2 {
  @include fluid-type($min_width, $max_width, $min_font, $max_font);
}*/
.p-rel, .fcn {
  position: relative;
}

.li-style-none {
  list-style: none;
}

.ul-no-padding {
  padding: 0;
}

.nopad, header.container-fluid {
  padding: 0px;
}

.nopad-x {
  padding-right: 0px;
  padding-left: 0px;
}

.nopad-y {
  padding-top: 0px;
  padding-bottom: 0px;
}

.max {
  max-width: 1200px;
}

.groupnav {
  color: #a3a3a3;
}
.groupnav .nav-item {
  border-left: 1px #dee2e6 solid;
}
.groupnav .nav-item.no-border {
  border: 0;
  padding-left: 0 !important;
}
.groupnav .nav-item:first-child {
  border-left: none;
}
.groupnav .lang li {
  border-left: 0px #dee2e6 solid;
  padding: 0 !important;
}
.groupnav .lang:first-child {
  border-left: 1px #dee2e6 solid;
}

.btn-hover-gray:hover {
  color: #444444;
}

.navbar-toggler {
  font-size: 14px;
}

.full-width {
  width: 100%;
}

.load_cnt_54, .load_cnt {
  position: relative;
  max-width: 1920px;
  margin: auto !important;
}

.load_cnt_40, .load_cnt_46, .load_cnt_36 {
  position: relative;
  max-width: 1920px;
  margin: auto;
}

.mx-1px {
  margin-left: 1px;
  margin-right: 1px;
}

.affix {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.group-btm-line {
  background-color: #aaa48e;
}
.group-btm-line .nav-link {
  color: #ffffff;
}

.border-group, .secon-lvl-menu {
  border-bottom: #e9e9e9 solid 5px;
}

.secon-lvl-menu {
  position: relative;
  z-index: 2000;
  background-color: #fff;
}
.secon-lvl-menu .nav {
  margin-bottom: -5px;
}
.secon-lvl-menu .nav .nav-item {
  border-left: 2px solid #fff;
}
.secon-lvl-menu .nav .nav-item .nav-link {
  padding: 0;
  color: #444444;
}
.secon-lvl-menu .nav .nav-item .nav-link:after {
  content: " ";
  display: block;
  border-bottom: #444444 solid 5px;
  padding-top: 9px;
}
.secon-lvl-menu .nav .nav-item .nav-link.active:after {
  border-bottom: #ff9100 solid 8px !important;
  padding-top: 6px;
}
.secon-lvl-menu .nav .nav-item .nav-link.bluemenu:after {
  border-bottom-color: #92a2bd !important;
}
.secon-lvl-menu .nav .nav-item .nav-link.ownevent:after {
  border-bottom-color: #a2ad00 !important;
}
.secon-lvl-menu .nav .nav-item .nav-link:hover:after {
  border-bottom: solid 8px;
  padding-top: 6px;
}
.secon-lvl-menu .nav .nav-item .nav-link span {
  padding: 0.5rem 1rem;
}
.secon-lvl-menu .nav .nav-item:last-child {
  border-right: 2px solid #fff;
}

/*.nav-link.bluemenu:hover {
    color: $primary !important;
  }*/
.navbar-right .nav-link.active {
  border-left-color: #ff9100 !important;
}

.navbar-right .nav-link.bluemenu {
  border-left-color: #92a2bd !important;
}

.navbar-right .nav-link.bluelink {
  border-left-color: #6895d4 !important;
}

.navbar-right .nav-link.buynow {
  border-left-color: #ff9100 !important;
}

.navbar-right .nav-link.ownevent {
  border-left-color: #a2ad00 !important;
}

footer .nav-link {
  color: #6f6f6f;
  padding-left: 0;
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 998px;
  }
}
.modal {
  z-index: 2550;
}

.modal.fade.show {
  padding: 0 !important;
}

.modal.fade.show .modal-dialog {
  transform: translate(0, 0);
  opacity: 1;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, 0);
  opacity: 0;
}

.modal-backdrop {
  z-index: 2440;
}

header.container-fluid {
  width: auto;
}

.social {
  font-size: 1.75rem;
}

.li-h li {
  display: inline-block;
}

.aside-cnt {
  overflow-x: hidden;
}

#cookie_notification, .secon-lvl-menu, #header .navbar.groupnav {
  position: relative;
  background-color: #fff;
  z-index: 2300;
}

aside {
  width: 95%;
  position: fixed;
  right: 0;
  padding: 0;
  bottom: 0;
  list-style: none;
  border-left: 2px solid #ccc;
  background-color: #f7f7f9;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1040;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
aside.collapsing {
  position: fixed;
  top: 0px;
  right: 0;
  padding: 0;
  bottom: 0;
  height: 100vh;
  z-index: 1040;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
aside.show {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

.navbar-right {
  padding-top: 50px;
  padding-bottom: 50px;
  font-weight: bold;
}
@supports (position: sticky) {
  .navbar-right {
    padding-top: 100px;
  }
}
.navbar-right .nav-v-r .nav-item {
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .navbar-right .nav-v-r .nav-item {
    transition: none;
  }
}
.navbar-right .nav-v-r .nav-link {
  transition: all 0.2s ease-in-out;
  border-left: 4px solid #444444;
  padding-left: 20px;
}
@media screen and (prefers-reduced-motion: reduce) {
  .navbar-right .nav-v-r .nav-link {
    transition: none;
  }
}
.navbar-right .nav-v-r .nav-link:hover {
  border-left: 8px solid #444444;
  padding-left: 16px;
}
.navbar-right .nav-v-r .nav-link:hover span {
  border-bottom: 0 none;
}

.link-dark a {
  color: #444444;
}
.link-dark a:hover {
  color: #a3a3a3;
}

a.link-dark {
  color: #444444;
  border-bottom: 2px solid transparent;
}
a.link-dark:hover {
  color: #a3a3a3;
}
a.link-dark.active {
  border-bottom: 2px solid #1C69D4;
}

.poly-pararel {
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.event-name-block .text-right {
  padding-left: 50px;
}

.link-white {
  color: #ffffff;
}
.link-white:hover {
  color: #b3b3b3;
}

.link-gray {
  color: #adb5bd;
}
.link-gray:hover {
  color: #e6e8ea;
}

.scene {
  overflow: hidden;
}
.scene .img-responsive {
  width: 100%;
}
.scene.pb-4 {
  padding-bottom: 0 !important;
}

.event-desc .event-item {
  padding-bottom: 1rem;
  border-left: 1px #adb5bd solid;
}
.event-desc .event-item:nth-child(3n-2) {
  border-left: 0px #adb5bd solid;
}

.kalendarz .event-link a.btn {
  width: 100%;
}
.kalendarz .brak-miejsc .event-desc {
  opacity: 0.4;
}
.kalendarz .brak-miejsc .event-desc .event-item .link-woman {
  display: none;
}
.kalendarz .brak-miejsc .event-link {
  opacity: 0.5;
}
.kalendarz .brak-miejsc .event-link a {
  background-color: #343a40;
  border-color: #343a40;
  white-space: normal;
  width: auto;
  color: #ffffff;
}
.kalendarz .brak-miejsc .event-link a i {
  display: none;
}

.nowrap {
  white-space: nowrap;
}

.cal-list {
  font-weight: bold;
}
.cal-list .cal-day {
  line-height: 1;
}
.cal-list .cal-month, .cal-list .cal-year {
  font-size: 1em;
  display: block;
}
.cal-list .cal-year {
  line-height: 1;
  color: #495057;
}

.cal-list .event-block {
  background-color: #f8f9fa;
  padding-top: 1em !important;
  padding-bottom: 1em !important;
  margin-bottom: 0.5em;
}
.cal-list .event-desc {
  padding-bottom: 10px;
  border-bottom: 0px solid #dee2e6;
  /*&.border-btm {
    border-bottom: 1px solid $gray-100;
  }*/
}
@media (min-width: 576px) {
  .cal-list .event-desc {
    /*&.border-btm {
      border-bottom: 1px solid $gray-100;
    }*/
  }
}

header.sticky-top {
  z-index: 2000;
}

.sticky-margin-5 {
  top: 5em;
}

.sticky-margin-7 {
  top: 7em;
}

.sticky-margin-8 {
  top: 8em;
}

.sticky-margin-12 {
  top: 12em;
}

.sticky-margin-13 {
  top: 13em;
}

.sticky-margin-res {
  top: 67px;
}
@media (min-width: 768px) {
  .sticky-margin-res {
    top: 103px;
  }
}

.cont {
  position: relative;
  height: 100%;
}

.grid-link {
  display: inline-block;
}

.text-bl.abs-top {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1em;
  display: block;
}

.text-bl h3 {
  line-height: 1;
}

#cookie_notification, .tcn, .fcn, .bcn {
  -webkit-transition: -webkit-filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out;
}

.blur {
  filter: blur(8px);
  -webkit-filter: blur(8px);
}

.text-bl.abs-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.2em 1em;
  display: block;
  width: 100%;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.grid-link {
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: all 1s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .grid-link {
    transition: none;
  }
}
.grid-link.link-white:hover {
  color: #ffffff;
}

.overfl.image {
  transform: scale(1);
  background-size: cover;
  background-position: center;
  height: 100%;
  transition: all 0.8s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .overfl.image {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  /*  div:nth-child(1) .grid-link {
      .modal-box {
        background-color: $bmw_g_color4;
      }
    }*/
  .modal-box {
    height: auto;
    background-color: #444;
  }
  .modal-box:hover {
    background-color: lighten #444, 10%;
  }
  .modal-box .overfl.image {
    display: none;
  }
  .modal-box .abs-top {
    padding: 1em 1em 0.5em 1em;
  }
  .modal-box .abs-top, .modal-box .abs-bottom {
    position: relative !important;
  }
  .modal-box .abs-top h3, .modal-box .abs-bottom h3 {
    margin: 0 !important;
  }
  .modal-box .abs-top h4, .modal-box .abs-bottom h4 {
    margin: 0.5em 0 !important;
  }

  .modal-body .row .col-12:last-child {
    padding-bottom: 0 !important;
  }
}
.grid-link .img-fl {
  margin: auto;
  width: 100%;
  height: auto;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.2) 100%);
}

.grid-link:hover .overfl.image {
  transform: scale(1.2);
}

.list-group-item-transp {
  background-color: transparent;
  border: 0px;
}

.box-event-cnt > .abs-top-lg.full-width {
  top: 0;
  left: 0;
}

.paytype {
  background-color: #ffffff;
  border: 1px #ced4da solid;
  padding: 10px 30px;
  margin-right: 10px;
  width: 180px;
  display: inline-block;
}
.paytype img.white {
  display: none;
}
.paytype img.color {
  display: block;
}
.paytype.active {
  background-color: #1C69D4;
  border: 1px #494949 solid;
}
.paytype.active:hover {
  background-color: #007bff;
  border: 1px #494949 solid;
}
.paytype.active img.white {
  display: block;
}
.paytype.active img.color {
  display: none;
}
.paytype:hover {
  background-color: #e9ecef;
  border: 1px #494949 solid;
}

span.formswitcher-span {
  padding: 6px;
}

.payment-logo {
  width: 120px;
  max-width: 120px;
}

.ico-download {
  color: #444;
  background-size: 28px auto !important;
  display: inline-block;
  height: 24px;
  padding-left: 2rem;
  margin-bottom: 3px;
  margin-top: 4px;
  background-position: 0 -3px !important;
}
.ico-download.pdf {
  background: transparent url(../img/ikony/document_pdf_49_media_default.svg) no-repeat scroll 0 0;
}
.ico-download.odt {
  background: transparent url(../img/ikony/document_odt_49_media_default.svg) no-repeat scroll 0 0;
}
.ico-download.docx {
  background: transparent url(../img/ikony/document_doc_49_media_default.svg) no-repeat scroll 0 0;
}
.ico-download.doc {
  background: transparent url(../img/ikony/document_doc_49_media_default.svg) no-repeat scroll 0 0;
}

.load_cnt:after {
  content: "";
  display: none;
  width: 100%;
  padding-bottom: 33%;
}
.load_cnt .load_abs {
  position: relative;
}
.load_cnt .load_abs_lg {
  position: relative;
}

.menu-mobile {
  display: block;
  top: 0;
}

@media (min-width: 768px) {
  .menu-mobile {
    top: 25px;
  }

  .load_abs {
    position: absolute !important;
    left: 0;
    top: 0;
  }

  .load_cnt:after {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 33%;
  }

  .load_cnt_40:after {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 40%;
  }

  .load_cnt_36:after {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 36%;
  }

  .load_cnt_46:after {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 46%;
  }

  .load_cnt_54:after {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 54%;
  }
}
@media (min-width: 992px) {
  .load_abs_lg {
    position: absolute !important;
    left: 0;
    top: 0;
  }

  .load_cnt_lg:after {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 33%;
  }

  .menu-mobile {
    display: none;
  }
}
.overlay .d-table {
  height: 100%;
}

.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  /* opacity: 0; */
  transition: all 0.5s;
  pointer-events: none;
  z-index: 1490;
}

.full-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: table;
  pointer-events: none;
  z-index: 1500;
  transition: opacity 0.5s linear;
  opacity: 0;
}
.full-overlay.full-overlay {
  position: fixed;
}
.full-overlay.full-overlay .overlay {
  background-color: transparent;
}
.full-overlay.full-overlay .overlay.processing {
  background-color: rgba(0, 0, 0, 0.5);
}
.full-overlay.over_active {
  display: table;
  opacity: 1;
  pointer-events: bounding-box;
}

.overlay_inside {
  position: relative;
}
.overlay_inside .input_paceholder {
  border: 1px dashed #dee2e6;
}

.form_title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  padding: 0.5em 0;
  border-bottom: 4px solid #ff9100;
  margin-bottom: 1em;
}

.form_border {
  border: 1px solid #e9ecef;
  background-color: #fff;
  padding: 1em;
}

@media (min-width: 992px) {
  .menu-mobile {
    display: none;
  }
}
.overlay .d-table {
  height: 100%;
}

.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  /* opacity: 0; */
  transition: all 0.5s;
  pointer-events: none;
  z-index: 1490;
}

.full-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: table;
  pointer-events: none;
  z-index: 1500;
  transition: opacity 0.5s linear;
  opacity: 0;
}
.full-overlay.full-overlay {
  position: fixed;
}
.full-overlay.full-overlay .overlay {
  background-color: transparent;
}
.full-overlay.full-overlay .overlay.processing {
  background-color: rgba(0, 0, 0, 0.5);
}
.full-overlay.over_active {
  display: table;
  opacity: 1;
  pointer-events: bounding-box;
}

.overlay_inside {
  position: relative;
}
.overlay_inside .input_paceholder {
  border: 1px dashed #dee2e6;
}

.navbar .nav-item a.buynow {
  color: #ff9100;
}
.navbar .nav-item a.buynow:hover {
  color: #ff9100;
}
.navbar .nav-item a.buynow:hover span {
  border-bottom: 2px solid #ff9100;
}
.navbar .nav-item a.bluelink {
  color: #6895d4;
}
.navbar .nav-item a.bluelink:hover {
  color: #6895d4;
}
.navbar .nav-item a.bluelink:hover span {
  border-bottom: 2px solid #6895d4;
}
.navbar .nav-item a.bluelink.active {
  color: #4079c9;
}
.navbar .nav-item a.bluelink.active:hover span {
  border-bottom: 2px solid #4079c9;
}

.bg_white_form {
  padding: 1em;
  background-color: rgba(255, 255, 255, 0.95);
}

.grafika {
  background-image: url("../img/slide-1.jpg");
}

@media (min-width: 576px) {
  .grafika {
    background-image: none;
  }
  .grafika figure {
    animation: animacja 30s linear infinite 0s;
    opacity: 0;
  }
  .grafika figure:nth-child(2) {
    animation-delay: 10s;
  }
  .grafika figure:nth-child(3) {
    animation-delay: 20s;
  }

  @keyframes animacja {
    0% {
      animation-timing-function: ease-in;
      opacity: 0;
    }
    8% {
      animation-timing-function: ease-out;
      opacity: 1;
    }
    17% {
      opacity: 1;
    }
    25% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
}
.videoWrapper, .hytPlayerWrapOuter {
  position: relative;
  padding-bottom: 56.25%;
  /* 56 16:9 */
  padding-top: 25px;
}

.videoWrapper iframe, .hytPlayerWrapOuter iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bottom_fix {
  width: 100%;
  background-color: white;
  padding: 0.4em 0;
  border-top: 1px solid #dee2e6;
}

.sticktobottom {
  position: fixed;
  bottom: 0;
  z-index: 1025;
}

/*.swiper-slide-active {
  color: $primary;
}*/
.swiper-slide {
  overflow: hidden;
}

.swiper-scrollbar-drag {
  background-color: #1C69D4 !important;
}

/*.box-history {
.swiper-button-next, .swiper-button-prev {
    bottom: 15% ;
  top: auto;
}
}*/
.swiper-pagination {
  z-index: 600 !important;
}

.swiper-models .swiper-pagination {
  padding-left: 20px;
}

.swiper-paralax .parallax-bg.back-cone {
  z-index: 100;
  left: 20%;
  background-position-x: 45%;
}
.swiper-paralax .parallax-bg.front-cone {
  z-index: 400;
  background-size: 30%;
  right: 0;
  bottom: 0;
  background-position: 110% bottom;
  height: 50%;
  margin-top: auto;
}
.swiper-paralax .swiper-wrapper {
  z-index: 200;
}

/*

    background-size: 30%;
    right: 20px;
    bottom: 0;
    background-position: 110% bottom;

*/
.swiper-pad {
  transform: translate3d(0, 0px, 0px);
  transition: all 0.5s ease-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .swiper-pad {
    transition: none;
  }
}

.swiper-slide-active .swiper-pad {
  margin: auto;
  transform: translate3d(0, 0px, 0px);
}

.parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  /* -webkit-background-size: cover; */
  /* background-size: cover; */
  /* background-position-y: bottom; */
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax-bg.bg-cover {
  background-size: cover;
}

.parallax-bg.overslider {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 200;
  /* height: auto; */
  width: 100%;
}

.swiper-button-gray {
  z-index: 700 !important;
  background-image: none !important;
}

.swiper-button-white:after {
  width: 14px;
  height: 14px;
  content: "";
  border: solid #adb5bd;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 14px;
}

.swiper-button-white.swiper-button-next:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.swiper-button-white.swiper-button-prev:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.swiper-button-gray:after {
  width: 14px;
  height: 14px;
  content: "";
  border: solid #adb5bd;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 14px;
}

.swiper-button-gray.swiper-button-next:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.swiper-button-gray.swiper-button-prev:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.swiper-models .swiper-slide img {
  transform: scale(0.7);
  transition: all 0.5s;
}
.swiper-models .swiper-slide-active img {
  transform: scale(1);
  transition: all 0.5s;
}

.swiper-header .swiper-button-next, .swiper-header .swiper-container-rtl, .swiper-header .swiper-button-prev {
  outline: none;
  cursor: pointer;
  padding: 10px;
  width: auto;
  height: auto;
}
.swiper-header .swiper-pagination {
  position: relative;
  bottom: 0 !important;
}
.swiper-header .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  width: 45px;
  height: 6px;
}
.swiper-header .swiper-button-next.swiper-button-disabled, .swiper-header .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.swiper-header .swiper-pagination-bullet-active {
  background-color: #7794d0;
}

.abs-top, .abs-bottom {
  position: absolute;
}

.abs-top, .abs-top-sm, .abs-top-md, .abs-top-lg, .abs-top-xl {
  top: 0;
  left: 0;
}

.abs-bottom, .abs-bottom-sm, .abs-bottom-md, .abs-bottom-lg, .abs-bottom-xl {
  bottom: 0;
  left: 0;
}

.logo-badge {
  width: 26px;
}

.cal-month {
  font-weight: normal;
}

.cal-day {
  font-size: 1.2rem;
  display: inline-block;
  font-weight: bold;
}

.cal-month, .cal-year {
  color: #000;
}

.cal-day .cal-month {
  color: #000;
}

.event-desc {
  padding-top: 1rem;
  border-top: 1px solid #e9ecef;
}

.event-item {
  font-weight: normal;
}

.btn i {
  display: inline;
  white-space: nowrap;
}
.btn i::after {
  line-height: inherit;
}

@media (max-width: 575.98px) {
  .btn {
    width: 100%;
    min-width: 168px;
  }
  .btn i::after {
    float: right;
  }
  .btn + sup {
    display: block;
    top: 0 !important;
  }
}
.abs-top-xs, .abs-bottom-xs {
  position: absolute;
}

.text-white-xs {
  color: #ffffff;
}

@media (min-width: 576px) {
  .abs-top-sm, .abs-bottom-sm {
    position: absolute;
  }

  .text-white-sm {
    color: #ffffff;
  }

  .sticky-margin-8 {
    top: 7em;
  }

  .event-desc {
    border-top: 0px solid #e9ecef;
    padding-top: 0rem;
  }
}
@media (min-width: 768px) {
  .cal-month {
    font-weight: bold;
  }

  .cal-day {
    font-size: 2rem;
    display: block;
  }

  .cal-days-2 {
    font-size: 1.2em;
    white-space: nowrap;
  }

  .cal-day {
    font-weight: bold !important;
  }

  .cal-list .cal-month {
    font-weight: normal !important;
  }

  .cal-month, .cal-year {
    color: #adb5bd;
  }

  aside {
    width: 50%;
  }

  .abs-top-md, .abs-bottom-md {
    position: absolute;
  }

  .text-white-md {
    color: #ffffff;
  }

  h1, .h1 {
    font-size: 2.625rem;
  }

  h2, .h2 {
    font-size: 1.5rem;
  }

  h3, .h3 {
    font-size: 1.25rem;
  }

  h4, .h4 {
    font-size: 0.95rem;
  }

  h5, .h5 {
    font-size: 0.9rem;
  }

  h6, .h6 {
    font-size: 0.9375rem;
  }

  .mt-m10 {
    margin-top: -10%;
  }

  #kalendarz {
    margin-top: -12%;
    padding-top: 3%;
  }

  .mt-m15 {
    margin-top: -15%;
  }

  .middle-trans-md {
    top: 50%;
    transform: translateY(-50%);
  }

  .swiper-paralax .parallax-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .swiper-paralax .parallax-bg.back-cone {
    z-index: 100;
    left: 20%;
    background-position-x: 45%;
  }
  .swiper-paralax .parallax-bg.front-cone {
    z-index: 400;
    background-size: 200px;
    right: 0;
    bottom: 0;
    background-position: 101% bottom;
    width: 50%;
    margin-left: auto;
    height: 100%;
    margin-top: auto;
  }
  .swiper-paralax .swiper-wrapper {
    z-index: 200;
  }

  /*

      background-size: 30%;
      right: 20px;
      bottom: 0;
      background-position: 110% bottom;

  */
}
@media (min-width: 992px) {
  .cal-days-2 {
    font-size: 1.6em;
    white-space: normal;
  }

  .logo-badge {
    width: 34px;
  }

  .abs-top-lg, .abs-bottom-lg {
    position: absolute;
  }

  .abs-y-mid {
    top: 50%;
    transform: translateY(-50%);
  }

  .text-white-lg {
    color: #ffffff;
  }

  .swiper-paralax .parallax-bg.front-cone {
    background-size: 240px;
  }
  .swiper-paralax .swiper-wrapper {
    z-index: 200;
  }
}
@media (min-width: 1200px) {
  .abs-top-xl, .abs-bottom-xl {
    position: absolute;
  }

  .text-white-xl {
    color: #ffffff;
  }

  h1, .h1 {
    font-size: 3.125rem;
    line-height: 3.375rem;
  }

  h2, .h2 {
    font-size: 2rem;
    line-height: 2.125rem;
  }

  h3, .h3 {
    font-size: 1.75rem;
    line-height: 1.875rem;
  }

  h4, .h4 {
    font-size: 1.25rem;
  }

  h5, .h5 {
    font-size: 1rem;
  }

  h6, .h6 {
    font-size: 0.9375rem;
  }

  .cal-day {
    font-size: 3em;
    line-height: 1;
  }

  .cal-days-2 {
    font-size: 2em;
  }

  .cal-month, .cal-year {
    font-size: 1.5em;
    display: block;
    color: #6f6f6f;
  }
}
.ovfl-h {
  overflow: hidden;
}

.img-100 {
  max-width: 100%;
  height: 100%;
}

.par-bg {
  transform: scale(1.1);
}
.par-bg.scale03 {
  transform: scale(1.02);
}

.subtitle {
  font-size: 0.5em;
  display: block;
  line-height: 1.1em;
}

.subtitle {
  display: block;
  line-height: 1.1em;
  padding-top: 0.1em;
}
@media (max-width: 767.98px) {
  .subtitle {
    padding-top: 0.2em;
    font-size: 0.7em;
  }
}

.text-hover {
  transition: all 0.2s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .text-hover {
    transition: none;
  }
}

.text-secondary.text-hover:hover {
  color: #3c3c3c !important;
}

dl.ul-padding {
  padding-left: 1.6rem;
}

.downtop .icon-down-open-1:after {
  transition: all 0.2s ease-in-out;
  transform: rotate(180deg);
}
@media screen and (prefers-reduced-motion: reduce) {
  .downtop .icon-down-open-1:after {
    transition: none;
  }
}
.downtop.collapsed .icon-down-open-1:after {
  transform: rotate(0deg);
}

.pointer {
  cursor: pointer;
}

h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.1;
}

.nocap, .swiper-slide h2.nocap {
  text-transform: none;
}

.list-styled {
  padding-bottom: 0.5rem;
}
.list-styled li {
  margin-bottom: 0.25rem;
}

@font-face {
  font-family: "BMW Group";
  font-display: auto;
  src: url("../fonts/BMWGroup-next/BMWGroupTNPro-Light.woff2") format("woff2"), url("../fonts/BMWGroup-next/BMWGroupTNProTT-Light.woff") format("woff");
  /* Safari, Android, iOS */
  font-weight: 100;
}
@font-face {
  font-family: "BMW Group";
  font-display: auto;
  src: url("../fonts/BMWGroup-next/BMWGroupTNPro-Light.woff2") format("woff2"), url("../fonts/BMWGroup-next/BMWGroupTNProTT-Light.woff") format("woff");
  /* Safari, Android, iOS */
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "BMW Group";
  font-display: auto;
  src: url("../fonts/BMWGroup-next/BMWGroupTNPro-Regular.woff2") format("woff2"), url("../fonts/BMWGroup-next/BMWGroupTNProTT-Regular.woff") format("woff");
  /* Safari, Android, iOS */
  font-weight: normal;
}
@font-face {
  font-family: "BMW Group";
  font-display: auto;
  src: url("../fonts/BMWGroup-next/BMWGroupTNPro-Regular.woff2") format("woff2"), url("../fonts/BMWGroup-next/BMWGroupTNProTT-Regular.woff") format("woff");
  /* Safari, Android, iOS */
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "BMW Group";
  font-display: auto;
  src: url("../fonts/BMWGroup-next/BMWGroupTNPro-Bold.woff2") format("woff2"), url("../fonts/BMWGroup-next/BMWGroupTNProTT-Bold.woff") format("woff");
  /* Safari, Android, iOS */
  font-weight: bold;
}
@font-face {
  font-family: "BMW Group";
  font-display: auto;
  src: url("../fonts/BMWGroup-next/BMWGroupTNPro-Bold.woff2") format("woff2"), url("../fonts/BMWGroup-next/BMWGroupTNProTT-Bold.woff") format("woff");
  /* Safari, Android, iOS */
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "BMW Group";
  font-display: auto;
  src: url("../fonts/BMWGroup-next/BMWGroupTNPro-Light.woff2") format("woff2"), url("../fonts/BMWGroup-next/BMWGroupTNProTT-Light.woff") format("woff");
  /* Safari, Android, iOS */
  font-weight: 100;
}
@font-face {
  font-family: "BMW Group Condensed";
  font-display: auto;
  src: url("../fonts/BMWGroup-next/BMWGroupTNCondensedPro-Bold.woff2") format("woff2"), url("../fonts/BMWGroup-next/BMWGroupTNCondensedProTT-Bold.woff") format("woff");
  /* Safari, Android, iOS */
  font-weight: bold;
}
@font-face {
  font-family: "BMW Group Condensed";
  font-display: auto;
  src: url("../fonts/BMWGroup-next/BMWGroupTNCondensedPro-Bold.woff2") format("woff2"), url("../fonts/BMWGroup-next/BMWGroupTNCondensedProTT-Bold.woff") format("woff");
  /* Safari, Android, iOS */
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "BMW Group Condensed";
  font-display: auto;
  src: url("../fonts/BMWGroup-next/BMWGroupTNCondensedPro-Regular.woff2") format("woff2"), url("../fonts/BMWGroup-next/BMWGroupTNCondensedProTT-Regular.woff") format("woff");
  /* Safari, Android, iOS */
  font-weight: normal;
}
@font-face {
  font-family: "BMW Group Condensed";
  font-display: auto;
  src: url("../fonts/BMWGroup-next/BMWGroupTNCondensedPro-Regular.woff2") format("woff2"), url("../fonts/BMWGroup-next/BMWGroupTNCondensedProTT-Regular.woff") format("woff");
  /* Safari, Android, iOS */
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "BMW Group Condensed";
  font-display: auto;
  src: url("../fonts/BMWGroup-next/BMWGroupTNCondensedPro-Light.woff2") format("woff2"), url("../fonts/BMWGroup-next/BMWGroupTNCondensedPro-Light_converted.woff") format("woff");
  /* Safari, Android, iOS */
  font-weight: 100;
}
@font-face {
  font-family: "BMW Group Condensed";
  font-display: auto;
  src: url("../fonts/BMWGroup-next/BMWGroupTNCondensedPro-Light.woff2") format("woff2"), url("../fonts/BMWGroup-next/BMWGroupTNCondensedPro-Light_converted.woff") format("woff");
  /* Safari, Android, iOS */
  font-weight: 100;
  font-style: italic;
}
.f-bmwgroup {
  font-family: "BMW Group Condensed", Helvetica, sans-serif, -apple-system;
}

.f-bmw {
  font-family: "BMW Group Condensed", Helvetica, sans-serif, -apple-system;
  text-align: left;
}

form {
  font-family: "BMW Group Condensed", Helvetica, sans-serif, -apple-system;
}

.btn, nav {
  font-weight: bold;
}

.bmw-form input[type^=checkbox] + label {
  margin-left: 0px;
  position: relative;
  padding-left: 40px;
  padding-top: 4px;
}
.bmw-form input[type^=checkbox] + label:before {
  content: " ";
  border: 2px solid #adb5bd;
  line-height: 16px;
  color: #1c69d4;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
}
.bmw-form input[type^=checkbox]:checked + label:before {
  content: " ";
  border: 2px solid #1C69D4;
  line-height: 16px;
  display: block;
  color: #1C69D4;
}
.bmw-form input[type^=checkbox]:checked + label:after {
  position: absolute;
  top: 7px;
  left: 6px;
  content: " ";
  height: 0.5em;
  width: 0.75em;
  display: block;
  border-style: solid;
  border-color: #1c69d4;
  border-width: 2px;
  border-right-style: none;
  border-top-style: none;
  pointer-events: none;
  transform: rotate(-45deg);
}
.bmw-form input[type^=radio] + label {
  margin-left: 0px;
  position: relative;
  padding-left: 40px;
  padding-top: 4px;
}
.bmw-form input[type^=radio] + label:before {
  content: " ";
  border: 2px solid #adb5bd;
  border-radius: 20px;
  line-height: 16px;
  color: #1c69d4;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
}
.bmw-form input[type^=radio]:checked + label:before {
  content: " ";
  border: 2px solid #1C69D4;
  line-height: 16px;
  display: block;
  color: #1C69D4;
}
.bmw-form input[type^=radio]:checked + label:after {
  position: absolute;
  top: 6px;
  left: 6px;
  content: " ";
  height: 0.75em;
  width: 0.75em;
  display: block;
  border-style: none;
  border-color: #1c69d4;
  background-color: #1C69D4;
  border-width: 2px;
  border-radius: 20px;
  pointer-events: none;
}

.ico-link-left {
  font-weight: bold;
  color: #444444;
  text-decoration: none;
}
.ico-link-left:hover {
  color: #848484;
}
.ico-link-left:before {
  content: "\e806";
  display: inline-block;
  font-family: bm_icons;
  padding-right: 0.5em;
}

.dropevent-toggle:after {
  display: inline-block;
  /* width: 0; */
  /* height: 0; */
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "Zmien wydarzenie";
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* border-top: .3em solid; */
  /* border-right: .3em solid transparent; */
  /* border-bottom: 0; */
  /* border-left: .3em solid transparent; */
  float: right;
  /* align-self: right;
   align-items: right;
   align-content: right;*/
}

.box-event .btn {
  margin-right: 1em;
}
.box-event .btn:last-child {
  margin-right: 0em;
}

.btn {
  text-align: left;
  white-space: nowrap;
}
.btn.w-135 {
  width: 135px;
}
.btn.btn-back {
  text-align: right;
}
.btn.btn-back i {
  float: left;
}

.dropdown-menu {
  font-size: 1rem;
  width: 100%;
}
.dropdown-menu.bg-dark {
  color: #e9ecef;
}
.dropdown-menu.bg-dark a {
  color: #e9ecef;
}
.dropdown-menu.bg-dark .dropdown-item {
  color: #e9ecef;
}
.dropdown-menu.bg-dark .dropdown-item:hover {
  background-color: #495057;
  color: #f8f9fa;
}

.cal-list .active {
  color: inherit;
}
.cal-list .deactive {
  color: #adb5bd;
}
.cal-list .default {
  color: inherit;
}
.cal-list .selected {
  color: #1C69D4;
}

select option {
  font-family: "BMW Group Condensed", Helvetica, sans-serif, -apple-system;
}

.playpause-layer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  display: block;
  opacity: 0.95;
  transition: all 150ms;
}
.playpause-layer:after {
  box-sizing: border-box;
  font-family: "bm_icons";
  content: "\f16a";
  font-size: 5em;
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  transform: translate(-50%, -50%);
  transition: all 150ms;
}
.playpause-layer:hover:after {
  color: #1C69D4;
}
.playpause-layer.btn-off {
  background-image: linear-gradient(transparent, #000);
  opacity: 1;
}
.playpause-layer.btn-on {
  background-image: linear-gradient(transparent, #000);
  opacity: 0;
}

.form-check-input.d-none {
  display: block !important;
  opacity: 0;
}

label.required:after {
  content: " *";
}

label.form-check-label.required:after {
  content: "";
}

.checkbox-block label.is-invalid {
  width: 100%;
  padding-left: 20px;
  padding-top: 10px;
}

#getcode .af-button {
  white-space: nowrap;
}

.af-button sup {
  font-size: 20px;
  top: -0.5em;
}

form sup {
  font-size: 1em;
  top: 0;
}
form#summary .form-check {
  padding-left: 0;
}

option {
  font-family: sans-serif;
}

.featurette .bg-light-200 {
  padding-left: 1rem !important;
  padding-top: 1rem !important;
}

.af-nav {
  align-items: flex-end;
}

.af-navrow button, .af-navrow a {
  margin-left: 0;
  margin-bottom: 0.5em;
}
@media (min-width: 576px) {
  .af-navrow button, .af-navrow a {
    margin-left: 0.5em;
  }
}

.calh .btn, .kalendarz .btn {
  padding: 0.4rem 0.7875rem;
  font-size: 1.0625rem;
  line-height: 1.375;
  border-radius: 0.14rem;
}

@media (max-width: 991.98px) {
  .btn {
    padding: 0.4rem 0.7875rem;
    font-size: 1.0625rem;
    line-height: 1.375;
    border-radius: 0.14rem;
  }
}
@media (min-width: 992px) {
  .icons-safety-cnt .col-lg-to5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20%;
  }
}

@media (min-width: 1200px) {
  .icons-safety-bg {
    background-image: url("../img/cov_bg.png");
    background-repeat: no-repeat;
    background-position: center top;
  }
}

.icons-safety .icon-safety {
  max-width: 130px;
  text-align: center;
  margin: auto;
}
@media (min-width: 576px) {
  .icons-safety .icon-safety {
    text-align: center;
    margin: 0;
  }
}
.icons-safety .icon-text-cnt {
  text-align: center;
}
@media (min-width: 576px) {
  .icons-safety .icon-text-cnt {
    text-align: left;
  }
}

.nav-item a:after {
  transition: all 0.1s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .nav-item a:after {
    transition: none;
  }
}

.hover-shadow {
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.55));
  -moz-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.55));
  -ms-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.55));
  -o-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.55));
  transition: all 0.4s ease-in-out;
}
.hover-shadow img {
  transition: all 0.4s ease-in-out;
}
.hover-shadow:hover {
  -webkit-filter: drop-shadow(20px 20px 8px rgba(0, 0, 0, 0.25));
  -moz-filter: drop-shadow(20px 20px 8px rgba(0, 0, 0, 0.25));
  -ms-filter: drop-shadow(20px 20px 8px rgba(0, 0, 0, 0.25));
  -o-filter: drop-shadow(20px 20px 8px rgba(0, 0, 0, 0.25));
}
.hover-shadow:hover img {
  transform: translate(-20px, -20px);
}

@font-face {
  font-family: "bm_icons";
  src: url("../fonts/font/bm_icons.eot?836368");
  src: url("../fonts/font/bm_icons.eot?836368#iefix") format("embedded-opentype"), url("../fonts/font/bm_icons.woff2?836368") format("woff2"), url("../fonts/font/bm_icons.woff?836368") format("woff"), url("../fonts/font/bm_icons.ttf?836368") format("truetype"), url("../fonts/font/bm_icons.svg?836368#bm_icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'bm_icons';
    src: url('../font/bm_icons.svg?836368#bm_icons') format('svg');
  }
}
*/
.btn i:after {
  float: right;
  transform: translateX(0.7em);
}

@media (min-width: 768px) {
  .btn i:after {
    transform: translateX(1em);
  }
}
[class^=icon-]:after, [class*=" icon-"]:after {
  font-family: "bm_icons";
  transform: translateX(0px);
  transition: transform 0.2s ease-in-out;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-down-open:after {
  content: "\e800";
}

/* '' */
.icon-left-open:after {
  content: "\e801";
}

/* '' */
.icon-right-open:after {
  content: "\e802";
}

/* '' */
.icon-up-open:after {
  content: "\e803";
}

/* '' */
.icon-down-open-1:after {
  content: "\e804";
}

/* '' */
.icon-left-open-1:after {
  content: "\e805";
}

/* '' */
.icon-right-open-1:after {
  content: "\e806";
}

/* '' */
.icon-up-open-1:after {
  content: "\e807";
}

/* '' */
.icon-facebook:after {
  content: "\e808";
}

/* '' */
.icon-linkedin:after {
  content: "\e809";
}

/* '' */
.icon-pinterest:after {
  content: "\e80a";
}

/* '' */
.icon-tumbler:after {
  content: "\e80b";
}

/* '' */
.icon-skype:after {
  content: "\e80c";
}

/* '' */
.icon-twitter:after {
  content: "\e80d";
}

/* '' */
.icon-flickr:after {
  content: "\e80e";
}

/* '' */
.icon-logout:after {
  content: "\e80f";
}

/* '' */
.icon-folder-open:after {
  content: "\e810";
}

/* '' */
.icon-folder:after {
  content: "\e811";
}

/* '' */
.icon-download:after {
  content: "\e812";
}

/* '' */
.icon-upload:after {
  content: "\e813";
}

/* '' */
.icon-resize-vertical:after {
  content: "\e814";
}

/* '' */
.icon-cog:after {
  content: "\e815";
}

/* '' */
.icon-calendar:after {
  content: "\e816";
}

/* '' */
.icon-cancel:after {
  content: "\e817";
}

/* '' */
.icon-wrench:after {
  content: "\e818";
}

/* '' */
.icon-info-circled:after {
  content: "\e819";
}

/* '' */
.icon-eye:after {
  content: "\e81a";
}

/* '' */
.icon-eye-off:after {
  content: "\e81b";
}

/* '' */
.icon-comment:after {
  content: "\e81c";
}

/* '' */
.icon-retweet:after {
  content: "\e81d";
}

/* '' */
.icon-pencil:after {
  content: "\e81e";
}

/* '' */
.icon-attention:after {
  content: "\e81f";
}

/* '' */
.icon-location:after {
  content: "\e820";
}

/* '' */
.icon-doc:after {
  content: "\e821";
}

/* '' */
.icon-zoom-in:after {
  content: "\e822";
}

/* '' */
.icon-zoom-out:after {
  content: "\e823";
}

/* '' */
.icon-align-left:after {
  content: "\e824";
}

/* '' */
.icon-align-right:after {
  content: "\e825";
}

/* '' */
.icon-align-center:after {
  content: "\e826";
}

/* '' */
.icon-align-justify:after {
  content: "\e827";
}

/* '' */
.icon-list:after {
  content: "\e828";
}

/* '' */
.icon-off:after {
  content: "\e829";
}

/* '' */
.icon-asterisk:after {
  content: "\e82a";
}

/* '' */
.icon-check:after {
  content: "\e82b";
}

/* '' */
.icon-floppy:after {
  content: "\e82c";
}

/* '' */
.icon-key:after {
  content: "\e82d";
}

/* '' */
.icon-search:after {
  content: "\e82e";
}

/* '' */
.icon-play:after {
  content: "\e82f";
}

/* '' */
.icon-stop:after {
  content: "\e830";
}

/* '' */
.icon-pause:after {
  content: "\e831";
}

/* '' */
.icon-move:after {
  content: "\f047";
}

/* '' */
.icon-check-empty:after {
  content: "\f096";
}

/* '' */
.icon-tasks:after {
  content: "\f0ae";
}

/* '' */
.icon-resize-full-alt:after {
  content: "\f0b2";
}

/* '' */
.icon-beaker:after {
  content: "\f0c3";
}

/* '' */
.icon-menu:after {
  content: "\f0c9";
}

/* '' */
.icon-strike:after {
  content: "\f0cc";
}

/* '' */
.icon-underline:after {
  content: "\f0cd";
}

/* '' */
.icon-sitemap:after {
  content: "\f0e8";
}

/* '' */
.icon-bell-alt:after {
  content: "\f0f3";
}

/* '' */
.icon-quote-left:after {
  content: "\f10d";
}

/* '' */
.icon-quote-right:after {
  content: "\f10e";
}

/* '' */
.icon-circle:after {
  content: "\f111";
}

/* '' */
.icon-folder-empty:after {
  content: "\f114";
}

/* '' */
.icon-folder-open-empty:after {
  content: "\f115";
}

/* '' */
.icon-smile:after {
  content: "\f118";
}

/* '' */
.icon-info:after {
  content: "\f129";
}

/* '' */
.icon-calendar-empty:after {
  content: "\f133";
}

/* '' */
.icon-ellipsis:after {
  content: "\f141";
}

/* '' */
.icon-doc-text-inv:after {
  content: "\f15c";
}

/* '' */
.icon-sort-alt-up:after {
  content: "\f160";
}

/* '' */
.icon-sort-alt-down:after {
  content: "\f161";
}

/* '' */
.icon-youtube-play:after {
  content: "\f16a";
}

/* '' */
.icon-dot-circled:after {
  content: "\f192";
}

/* '' */
.icon-cab:after {
  content: "\f1b9";
}

/* '' */
.icon-file-code:after {
  content: "\f1c9";
}

/* '' */
.icon-lifebuoy:after {
  content: "\f1cd";
}

/* '' */
.icon-sliders:after {
  content: "\f1de";
}

/* '' */
.icon-newspaper:after {
  content: "\f1ea";
}

/* '' */
.icon-calc:after {
  content: "\f1ec";
}

/* '' */
.icon-bell-off:after {
  content: "\f1f6";
}

/* '' */
.icon-trash:after {
  content: "\f1f8";
}

/* '' */
.icon-chart-area:after {
  content: "\f1fe";
}

/* '' */
.icon-chart-pie:after {
  content: "\f200";
}

/* '' */
.icon-toggle-off:after {
  content: "\f204";
}

/* '' */
.icon-toggle-on:after {
  content: "\f205";
}

/* '' */
.icon-envelope-open:after {
  content: "\f2b6";
}

/* '' */
.icon-address-book:after {
  content: "\f2b9";
}

/* '' */
.icon-address-card:after {
  content: "\f2bb";
}

/* '' */
.icon-window-close:after {
  content: "\f2d3";
}

/* '' */
.icon-instagram:after {
  content: "\f31e";
}

/* '' */
.icon-empty:after {
  content: " ";
  white-space: pre;
}

/* '' */
.cal-bg {
  background-color: #f8f9fa;
}

.calh .calh-cnt-month {
  height: 100%;
}
.calh .calh-cnt-month:first-child {
  background-color: hotpink;
}
.calh .cal-btn a {
  color: #444444;
  white-space: nowrap;
}
.calh .cal-btn a:after {
  transition: all 0.3s ease;
  content: "";
  display: block;
  width: 0%;
  border-bottom: 3px solid transparent;
}
.calh .cal-btn a:hover:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 3px solid #444444;
}
.calh .cal-btn.active a {
  color: #000;
}
.calh .cal-btn.active a:after {
  transition: all 0.3s ease;
  content: "";
  display: block;
  width: 100%;
  border-bottom: 3px solid #1C69D4;
}
.calh .calh-month {
  margin-left: 10px;
}
@media (min-width: 768px) {
  .calh .calh-month {
    margin-left: 30px;
  }
}
.calh .calh-event {
  max-width: 185px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .calh .calh-event {
    max-width: 200px;
  }
}
.calh .calh-month-item {
  padding-right: 30px;
}
.calh .calh-event .cal-date {
  display: block;
}
.calh .calh-event .cal-date:after {
  content: "";
  display: block;
  width: calc(100% + 2rem);
  height: 3px;
  background-color: #7E8DA1;
}
.calh .calh-event:last-child .cal-date:after {
  width: 100%;
}
.calh .calh-img {
  flex-grow: 1;
  margin: auto;
  flex-shrink: 0;
  width: 185px;
}
@media (min-width: 768px) {
  .calh .calh-img {
    width: 225px;
  }
}
.calh .calh-img img {
  pointer-events: none;
}
.calh .cal-date {
  font-size: 25px;
}
.calh .cal-date small {
  font-size: 12px;
}
.calh .cal-text {
  min-width: 150px;
}
.calh .prevnext {
  position: relative;
}
.calh .prevnext div {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 8px 4px;
  cursor: pointer;
  background-color: #343a40;
  color: #ffffff;
  font-size: 0;
}
.calh .prevnext div:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: 7px 5px 7px 1px;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(-45deg);
}
.calh .prevnext div:hover {
  background-color: #adb5bd;
  color: #000;
}
.calh .prevnext div:first-child {
  left: 0;
}
.calh .prevnext div:first-child:after {
  margin: 7px 1px 7px 5px;
  transform: rotate(-225deg);
}
.calh .prevnext div:last-child {
  left: auto;
  right: 0;
}
.calh .calh-mth {
  position: relative;
}
.calh .calh-mth .h2 {
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 2;
  background-color: white;
  padding-right: 10px;
}
.calh .calh-events {
  position: relative;
}
.calh .calh-events .prevnext {
  position: static;
}
.calh .calh-events .prevnext div {
  height: 100%;
  padding: 8px 8px;
  cursor: pointer;
  background-color: pink;
  color: #000;
}
.calh .calh-events .prevnext div:after {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  top: 0%;
  width: 8px;
  height: 8px;
  position: relative;
  transform: translateY(0) rotate(-45deg);
}
.calh .calh-events .prevnext div:hover {
  background-color: #adb5bd;
  color: #000;
}
.calh .calh-events .prevnext div:first-child {
  background: rgb(255, 255, 255);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.7021183473) 0%, rgb(255, 255, 255) 65%, rgb(255, 255, 255) 100%);
}
.calh .calh-events .prevnext div:first-child:after {
  transform: rotate(-225deg) translateY(0);
}
.calh .calh-events .prevnext div:last-child {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.7021183473) 0%, rgb(255, 255, 255) 65%, rgb(255, 255, 255) 100%);
}
@media (min-width: 768px) {
  .calh .calh-events .prevnext div {
    padding: 8px 14px;
  }
  .calh .calh-events .prevnext div:after {
    border-bottom: 4px solid #000;
    border-right: 4px solid #000;
    width: 14px;
    height: 14px;
  }
}
.calh .calh-filters .overfh {
  padding: 0 35px;
}

.overfh {
  overflow: auto;
  overflow-x: auto;
  overflow-y: visible;
}

.oh-330 {
  height: 260px;
  overflow: hidden;
}
.oh-330 .overfh {
  padding-bottom: 30px;
}

.oh-53 {
  height: 48px;
  overflow: hidden;
}
.oh-53 .overfh {
  padding-bottom: 100px;
}

.hovereffect {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.hovereffect:hover .overlay {
  background-color: rgba(170, 170, 170, 0.4);
}

.hovereffect h2, .hovereffect img {
  -webkit-transition: all 3s ease-out;
  transition: all 3s ease-out;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect:hover img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.hovereffect a:after {
  content: " ";
  display: block;
  height: 100%;
  width: 100%;
  background-color: #4ab4c6;
  z-index: 1;
  position: absolute;
  top: 0;
}
.hovereffect.dark a:after {
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 41%, rgba(0, 0, 0, 0) 78%, rgba(0, 0, 0, 0.1) 100%);
}
.hovereffect.light a {
  color: #6f6f6f;
}
.hovereffect.dark a {
  color: #ffffff;
}
.hovereffect a:after {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.6362745782) 13%, rgba(255, 255, 255, 0) 41%, rgba(255, 255, 255, 0) 78%, rgba(255, 255, 255, 0.0830532897) 100%);
}

.hovereffect .abs-top, .hovereffect .abs-bottom {
  z-index: 2;
}

.hovereffect h2 {
  text-transform: uppercase;
  position: relative;
  font-size: 17px;
  padding: 10px;
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: normal;
  height: 85%;
  width: 85%;
  position: absolute;
  top: -20%;
  left: 8%;
  padding: 70px;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.sticky-margin {
  top: 3.3em;
}

menu {
  margin-bottom: 0;
}

.top-gradient {
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}

.btm-line {
  position: relative;
  display: block;
}
.btm-line a {
  position: relative;
  display: block;
  text-align: center;
}
.btm-line a:after {
  content: " ";
  background-color: #6f6f6f;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 4px;
  width: 100%;
}
.btm-line a:hover:after {
  height: 6px;
}

.badge {
  padding: 0.4em 0.4em 0.2em;
}

.badge-woman {
  margin-right: 10px;
}

.link-woman {
  color: #ffc21f;
}
.link-woman:hover {
  color: #d29800;
}

.bg-woman {
  color: #ffffff;
}
.bg-woman .text-dark {
  color: #ffffff !important;
}

.alert-woman {
  padding-right: 10%;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 50%;
}
@media (min-width: 768px) {
  .alert-woman {
    padding-top: 0%;
    padding-right: 45%;
    background-size: auto;
    background-position: center right;
    background-repeat: no-repeat;
  }
}

#cookie_notification {
  position: fixed;
  bottom: 0;
  background-color: #fff;
  z-index: 10000;
  width: 100%;
  -webkit-box-shadow: 0 -1px 8px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 -1px 8px 0 rgba(0, 0, 0, 0.5);
}

#cookie_notification {
  overflow: hidden;
}

.cookie-page h1, .cookie-page h2, .cookie-page h3, .cookie-page h4, .cookie-page h5, .cookie-page h6 {
  text-transform: inherit !important;
  letter-spacing: 0px;
}
.cookie-page .joined-link {
  font-family: "BMW Type Web", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #8e8e8e;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
}
.cookie-page .joined-link:hover {
  color: #1C69D4;
}
.cookie-page .joined-link.link-block {
  padding-left: 2em;
  display: inline-block;
}
.cookie-page .joined-link[class*=link-] [class^=icon-]:before, .cookie-page .joined-link[class*=link-] [class*=" icon-"]:before {
  /* padding: 0.5em; */
  /* background-color: red; */
}
.cookie-page .pull-left {
  float: left !important;
}
.cookie-page .ul-no-padding {
  padding: 0;
}
.cookie-page .li-style-none {
  list-style-type: none;
}
.cookie-page .fill-vert {
  height: 100%;
}
.cookie-page .check-list {
  margin: 0.5em 0;
  padding-left: 30px;
}
.cookie-page .check-list svg {
  margin-left: -30px !important;
}
.cookie-page ul.check-list {
  padding-left: 30px;
  margin-left: -10px;
}
.cookie-page ul.check-list li {
  padding-left: 10px;
  padding-bottom: 5px;
  list-style-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.0' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='14.2px' height='14.2px' viewBox='0 0 14.2 14.2' style='enable-background:new 0 0 14.2 14.2;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:none;stroke:%233465AF;stroke-width:1.5;stroke-miterlimit:10;%7d %3c/style%3e%3cpolyline class='st0' points='1,7.6 4.8,11.4 13.2,2.9 '/%3e%3c/svg%3e");
}
.cookie-page .row-eq-height {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 520px) and (max-width: 767px) {
  .cookie-page .row-eq-height .col-xs-12 {
    width: 50%;
  }
}
.cookie-page .transform-midddle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cookie-page div[data-csstip=true] {
  position: relative;
}
.cookie-page div[data-csstip=true]:before {
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  display: block;
  min-width: 150px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  content: attr(data-csstip-content);
  background-color: #ffffff;
  transform: translateY(-115%) translateX(-50%);
  -webkit-box-shadow: 0 0.3rem 0.8rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0.3rem 0.8rem 0 rgba(0, 0, 0, 0.25);
  padding: 0.5em;
}
@media (max-width: 575.98px) {
  .cookie-page div[data-csstip=true]:before {
    left: auto;
    right: 0;
    transform: translateY(-115%) translateX(0);
  }
}
.cookie-page div[data-csstip=true]:hover::before {
  opacity: 1;
  pointer-events: all;
}
.cookie-page .d-table-cell {
  display: table-cell !important;
}
.cookie-page .bg-grey-1 {
  background-color: #e6e6e6;
}
.cookie-page .border-grey-1 {
  border: 1px solid #e6e6e6;
  padding: 15px;
}
.cookie-page .btn {
  /*&.padding-10 {
  	padding: 14px ;
  }*/
}
.cookie-page .border-bottom-grey-1 {
  border-bottom: 1px solid #e6e6e6;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cookie-page .p-5 {
  padding: 3rem !important;
}
.cookie-page .toggler-horizontal {
  -webkit-transition: background-position 0s;
  -moz-transition: background-position 0s;
  -ms-transition: background-position 0s;
  -o-transition: background-position 0s;
  transition: background-position 0s;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
  width: 34px;
  height: 34px;
  right: 0;
  text-align: left;
  z-index: 2005;
  position: absolute !important;
  opacity: 0.5;
}
.cookie-page .toggler-horizontal a {
  display: block;
}
.cookie-page .toggler-arrows {
  top: 0;
  width: 34px;
  height: 34px;
  background-image: url(../img/icons.gif);
  background-position: -492px -3px;
  right: 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.cookie-page .toggler-arrows.arrow_active {
  background-image: url(../img/icons.gif);
  background-position: -460px -3px;
  left: 0;
}

.cookie-page {
  background-color: #fff !important;
}

.onoffswitch {
  width: 60px;
  /*	input:disabled:not([checked]) + label {

  		.path {

  			stroke: $gray-600 !important;

  		}

  	}*/
}
.onoffswitch input {
  display: none;
}
.onoffswitch label {
  display: block;
  position: relative;
  cursor: pointer;
}
.onoffswitch label .path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 7px;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
.onoffswitch label > span {
  border: 1px solid #d6d6d6;
  display: block;
  background-color: #ffffff;
  width: 60px;
  height: 30px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 15px;
}
.onoffswitch label::after {
  display: block;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.25);
  background-color: #6f6f6f;
  content: "";
  /*	animation-name: toggler-size;
  	animation-duration: .15s;
  	animation-timing-function: ease-out;
  	animation-direction: normal;
  	animation-iteration-count: 1;
  	animation-play-state: running;*/
}
@media screen and (prefers-reduced-motion: reduce) {
  .onoffswitch label::after {
    transition: none;
  }
}
.onoffswitch label:hover::after {
  -webkit-box-shadow: 0 0.3rem 0.8rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0.3rem 0.8rem 0 rgba(0, 0, 0, 0.25);
}
.onoffswitch label::after,
.onoffswitch label .toggler-on,
.onoffswitch label .toggler-off {
  position: absolute;
  top: 50%;
  left: 25%;
  width: 30px;
  height: 30px;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  border-radius: 100%;
  border: 1px solid #b1b1b1;
}
.onoffswitch input:disabled + label .path {
  stroke: #6f6f6f !important;
}
.onoffswitch input:disabled + label::after {
  background-color: #e9ecef !important;
}
.onoffswitch input:checked + label .path {
  stroke: #1C69D4;
}
.onoffswitch input:checked + label > span {
  background-color: #ffffff;
}
.onoffswitch input:checked + label::after,
.onoffswitch input:checked + label .toggler-on,
.onoffswitch input:checked + label .toggler-off {
  left: 75%;
}
.onoffswitch input:checked + label::after {
  background-color: #ffffff;
  animation-name: toggler-size2;
}
.onoffswitch input:disabled + label > span {
  background-color: #dee2e6;
}
.onoffswitch .toggler-on,
.onoffswitch .toggler-off {
  opacity: 1;
  z-index: 2;
}
.onoffswitch input:checked + label .toggler-off,
.onoffswitch input:not(:checked) + label .toggler-on {
  width: 0;
  height: 0;
  opacity: 0;
}

@keyframes toggler-size {
  0%, 100% {
    width: 20px;
    height: 20px;
  }
}
@keyframes toggler-size2 {
  0%, 100% {
    width: 20px;
    height: 20px;
  }
}
.full-modal {
  max-width: 850px;
}
.full-modal .modal-content {
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0);
}
.full-modal .modal-body.orange-line {
  border-top: #ff9100 solid 8px;
}
.full-modal button.close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  opacity: 0.8;
  background-color: #aaa38e;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  font-size: 2em;
  font-weight: normal;
}
.full-modal .link-white {
  transition: all 0.2s ease-in-out;
}
.full-modal .link-white .bg-promo {
  background-color: #000;
  transition: all 0.2s ease-in-out;
}
.full-modal .link-white:hover {
  color: #fff;
}
.full-modal .link-white:hover .bg-promo {
  background-color: #ff9100;
}
.full-modal .close:not(:disabled):not(.disabled):hover, .full-modal .close:not(:disabled):not(.disabled):focus {
  color: #fff;
}
.full-modal.woman-modal button.close {
  background-color: #ffc21f;
}
.full-modal.woman-modal .modal-body {
  margin-top: -30px;
}
@media (min-width: 576px) {
  .full-modal.woman-modal .modal-body {
    margin-top: -60px;
  }
}
@media (min-width: 768px) {
  .full-modal.woman-modal .modal-body {
    margin-top: -80px;
  }
}

/*# sourceMappingURL=app.css.map */
